/*标题*/
#cnblogs_post_body h3 {
    background: none repeat scroll 0% 0% rgb(210,105,30);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 0px rgb(210,105,30), 1px 1px 6px 1px rgba(210,105,30, 0.5);
    color: rgb(255, 255, 255);
    font-family: "微软雅黑","宋体","黑体",Arial;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: 15px 0px !important;
    padding: 5px 0px 5px 10px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
    
}
#cnblogs_post_body h3 a{
   color: rgb(235, 235, 235);
}
#cnblogs_post_body h3 a:hover{
   color: rgb(255, 102, 0);
}