#main h2 {
   background: #3d97cb;
    border-radius: 6px 6px 6px 6px;
    color: white;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
    text-shadow: 2px 2px 3px #222;
    width: 97%;
}

#cnblogs_post_body h3{
color: #0378bb;
}

#topics .postBody blockquote {
    margin: 20px 0;
    padding: 15px 20px 15px 60px;
    background: #FFFFA3 url('//images.cnblogs.com/cnblogs_com/wangiqngpei557/417984/o_title.png') no-repeat 9px 0px;
    font-size: 15px;
    font-family: 'Microsoft Yahei';
    box-shadow: 0 0 8px #AAA;
    clear: both;
}