#home {
    margin: 0 auto;
}
#main {
    min-width: 950px;
    text-align: left;
    padding: 20px 0 0 10px;
    overflow: hidden;
}
#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -20em;
    margin-right: 20px;
    display: inline;
    width: 100%;
}
#mainContent .forFlow {
    margin-left: 20em;
    float: none;
    width: auto;
}
#topics {
    min-height: 200px;
    margin-bottom: 15px;
    padding: 15px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 1px 2px #A7A8AD;
}
#topics .postTitle {
    font-size: 130%;
    font-weight: bold;
    border-bottom: 1px solid #999;
    float: left;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
}


bundle-darkgree…QLFGMO1wc1:187
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #390;
    transition: all 0.4s linear 0s;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:link {
    color: black;
    text-decoration: none;
}
.clear {
    clear: both;
}
.postBody {
    padding: 15px 2px 5px 5px;
    line-height: 1.5;
    color: #000;
    border-bottom: 1px solid #ccc;
}
#cnblogs_post_body {
    word-break: break-word;
    margin-bottom: 20px;
}
#cnblogs_post_body p {
    margin: 10px auto;
    text-indent: 0;
}

.postBody p, .postCon p {
    text-indent: 2em;
    margin: 0 auto 1em auto;
}
element.style {
    font-family: 微软雅黑;
    font-size: 18px;
}
#MySignature {
    display: none;
}
#blog_post_info_block {
    margin-top: 20px;
}
#BlogPostCategory {
    margin-bottom: 10px;
}
#EntryTag {
    color: #666;
}
#topics .postDesc {
    float: right;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
}

bundle-darkgree…QLFGMO1wc1:201
.postDesc {
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #A8B1BA;
    line-height: 2.5em;
}




/**不变*/
#div_digg {
    position: fixed;
    z-index:1001;
    bottom: 130px;
    width: 53px;
    height: 50px;
    right: 0px;
    overflow: hidden;
    border: 2px solid #6FA833;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}