#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background: #333366;
    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-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 14px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h2    {
    background: #4682B4;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #2e74af, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 16px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h3    {
    background: #6387ad;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #6387ad, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222222;
}
#cnblogs_post_body h4{
    background: #74a2d3;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #8ba6c3, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFFF;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 24px;
    text-shadow: 2px 2px 3px #222222;
}

.postBody blockquote {
    background:none;
}

/* ignore反对 */
.buryit {
    display: none;
}

#sidebar_search{
    display: none;
}

/* 签名 */
.m-reward {
    width: 61pc;
    border-left: 5px solid #1b86f9;
    background-color: #f6f8fa;
    color: #5e5e5e;
}
.m-desc {
    height: 42px;
    text-indent: 20px;
    font-size: 1pc;
    line-height: 42px;
}

/* 去掉内容中的下划线 */
.postBody a:link, .postBody a:visited, .postBody a:active {
    text-decoration: none;
}
