#home { width: 1150px; }
#topicList { width: 870px; }
.postBody {
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 26px;
}
#cnblogs_post_body a:link, .postBody a:active, .postBody a:visited {
    color: #00b8d4；
    text-decoration: none;
}
#cnblogs_post_body a:link, .postBody a:visited, .postBody a:active {
    border-bottom: 1px solid rgba(0,154,97,0.25);
}
#topics .postTitle {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333;
    border: none;
}

#main{
    width: 100%;
    min-width: 70em;
    text-align: left;
    background:#FFF5EE;
    opacity: 0.90;
}
#mainContent .forFlow{
    margin-left: 12em;
    float: none; 
    width: auto;
}

#mainContent {
    min-height: 18em;
    padding: 0px 0px 10px 0;
    *padding-top:10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    float: right;
    margin-left: -26em;
    width: 100%
}
.day {
    min-height: 10px;
    _height: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.dayTitle {
    width: 100%;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 90%;
    margin-top: 3px;
    margin-bottom: 10px;
    clear:both;
    border-bottom: 2px solid #d3eef4;
    text-align:center;
}
.postTitle {
    font-size: 150%;
    font-weight: bold;
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear:both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #01579b;
    transition: all 0.4s linear 0s;
}
.postTitle a:hover {
    margin-left: 25px;
    color: #01579b;
    text-decoration: none;
    text-shadow:-13px 3px 3px #999；
}
.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear:both;
    padding: 10px 0;
}
.postDesc {
    float: right;
    width: 100%;
    clear:both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
}
.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    color: #666;
    padding-right: 10px;
}
.postDesc a:hover {
    color: #7B68EE;
    text-decoration: none;
}
.postSeparator {
    clear: both;
    width: 100%;
    clear:both;
    float: right;
    margin: 0 auto 15px auto;
}
.diggit{
    text-align: center;
    width:50px;
    height:40px;
    background:url(https://fq.wc.lt//up/1503755899.png);
    background-size:100% 100%;
}
.buryit{
    font-size:0px;
    width:0;
    height:0;
}
.burynum{
    font-size:0px;
    width:0;
    height:0;
}
//文章排版样式
#cnblogs_post_body h2 {
    padding-bottom: 13px;
    padding-top: 20px;
    display: block;
    border-bottom: 3px solid #3f87a6;
}
#cnblogs_post_body h4 {
    padding-left: 7px;
    border-left: 2px solid #009A61
}
#cnblogs_post_body h5 {
    padding: 0 2px;
    display: inline-block;
    background-color: rgba(220,220,220,.5);
    border-radius: 2px;
    color: #333;
}
#cnblogs_post_body img {
    max-width: 850px;
}
#MySignature {
    display: block;
    margin: 40px 40px 40px 0;
    font-size: 30px;
    color: #f1ebe5;
    text-shadow: 0 8px 9px #c4b59d, 0px -2px 1px #fff;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to bottom, #ece4d9 0%,#e9dfd1 100%);
    border-radius: 10px;
    line-height: 60px;
    cursor: default;
}