/*标题*/
#cnblogs_post_body h2 {
    background: none repeat scroll 0% 0% rgb(224, 224, 224);
    border-radius: 6px 6px 6px 6px;
    color: rgb(1, 1, 1);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 17px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 20px;
    width: 98%;
}
#cnblogs_post_body h2 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h2 a:hover{
   color: rgb(255, 102, 0);
}