/*段落*/
.postBody p,.postCon p {
    margin:7px 0;
    line-height:24px;
}
#cnblogs_post_body h1,h2,h3,h4 {
    background-color: #6DA47D;
    border: none;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222;
    width: 98%;
}

#cnblogs_post_body h2 {
    
    height: 20px;
    line-height: 20px;
}

#cnblogs_post_body h3 {
    height: 15px;
    line-height: 15px;
}

#cnblogs_post_body h4 {
    font-size:20px;
    background: #2B6695;
    height: 22px;
    line-height: 22px;
}

#cnblogs_post_body blockquote {
margin: 20px 0;
padding: 0px 30px 0px 50px;
background: #fff
url('https://images.cnblogs.com/cnblogs_com/destino74/523832/o_ps.png') no-repeat 9px 4px;
font-size: 15px;
font-family: 'Microsoft Yahei';
box-shadow: 0 0 8px #AAA;
clear: both;
}