h2:hover {
    color: rgb(255, 102, 0);
}
#cnblogs_post_body h2 {
    font-size: 16px;
    background: #f68a33;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 30px;
}
#blogTitle h1 {
font-size: 150%;
font-weight: bold;
line-height: 1.5;
        padding-top: 15px;
margin-left: 2em;
font-family: "黑体","ms song","宋体","Arial","verdana","Helvetica", "sans-serif";
       font-size: 22px;

        letter-spacing:2px;

      padding-left:15px;
}

.blogStats {
    float: right;
    color: #333333;
    margin-top: 8px;
    text-align: right;
display:none;

}


#topics .postTitle {
   font-size: 22px;
font-weight: bold;
float: left;
     line-height: 2.2;
padding-left: 5px;

margin-bottom: 0px;

     padding-top: 6px;
}

.postBody {
line-height: 1.5;
margin-top: 0px;
}
#blog_post_info_block {
margin-top: 20px;
display:none;
}

.commentform {
width: 90%;
margin: auto;
margin-bottom: 10px;
display:none;
}

#topics .postDesc {
float: right;
width: 100%;
text-align: right;
padding-right: 5px;
color: #666;
margin-top: 5px;
font-size: 18px;
}

.cnblogs_code span {
    font-size: 16px !important;
}

.cnblogs_code pre {
    font-size: 16px !important;
    word-wrap: break-word;
    white-space: pre-wrap;

}
.cnblogs_code {
    background-color: #f5f5f5;
    font-size: 16px !important;
    border: 1px solid #ccc;
    padding: 5px;
    overflow: auto;
    margin: 5px 0;
    color: #000;
}
