#cnblogs_post_body h1 {
    line-height: 1.3;
    display: block;
    background: black;
    padding: 10px;
    color:#ccc;
 border-radius: 8px;
   opacity: 0.8;
    border: 1px dashed #aaa;
}
#cnblogs_post_body h2, #cnblogs_post_body h3, #cnblogs_post_body h4, #cnblogs_post_body h5, #cnblogs_post_body h6 {
    font-weight: normal;
    background: #eee;
    border-radius: 6px;
    color:#005eff;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    min-height: 25px;
    line-height: 25px;
    margin: 18px 5px !important;
    padding: 8px;
    opacity: 0.8;
    border: 1px dashed #aaa;
}
