#cnblogs_post_body h3{
        border-radius:6px;
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        -moz-box-shadow: 0 0 0 1px #5F5A4B , 1px 1px 6px 1px rgba(10,10,0,.5);
        -webkit-box-shadow: 0 0 0 1px #5F5A4B , 1px 1px 6px 1px rgba(10,10,0,.5);
        box-shadow: 0 0 0 1px #5F5A4B , 1px 1px 6px 1px rgba(10,10,0,.5);
        padding:5px 0px 5px 50px;
        color:#ffffff;
        text-shadow:2px 2px 3px #222222;
        background: url(https://pic002.cnblogs.com/images/2010/36987/2010092119181033.png) #5F5A4B no-repeat 1% 50%;
        margin:15px 0 !important;
        font-size: 17px;
        height: 25px;
        line-height: 25px;
        font-weight: normal !important;
        font-family: "微软雅黑","宋体","黑体",Arial;
}

/*引用样式*/
.postBody blockquote {
    border-radius: 10px;
    margin: 10px 0px;
    padding: 10px 30px;
    background-color: #FAEBD0;
}

#cnblogs_post_body ul li
{
     background-image: url(https://images.cnblogs.com/cnblogs_com/charles-dxb/932754/o_icon_miniarrow.gif);
     background-position: 0px 9px;
     background-repeat: no-repeat;
     padding: 3px 0px 3px 15px;
     list-style-type:none !important;
}

/*博文标题*/
#topics .postTitle{
     padding-left:33px;
        font-family: 'Microsoft YaHei',Verdana,Arial,Helvetica,sans-serif;
        font-size: 1.9em;
        margin: 27px 0 15px 0;
}

/*正文相关*/
.postBody ul{
     margin-left:45px;
}
.postBody li{
     margin-bottom:0px;
}
.postBody{
     font-size:14px;
}