#cnblogs_post_body
{ 
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}

.forFlow h1,.forFlow h2,.forFlow h3,.forFlow h4,.forFlow h5,.forFlow h6 {
            color:#000;
            display: block;
            width: 100%;
            background: rgba(1,132,178,0.450);
            border: 1px solid rgba(0, 110, 255, 1);
}
#cnblogs_post_body h1>span,h2>span,h3>span,h4>span,h5>span,h6>span{
          display:block;
          font-family: '微软雅黑';
          padding:5px 15px;
            user-select: none;
}
.postTitle:hover{
            color:rgba(18, 1, 39, 0.849);
            background: hsla(207, 100%, 49%, 0.5);
}
.postTitle{
            text-align: center;
            width: 100%;
            font-size: 28px;
            font-family: '微软雅黑';
            cursor: pointer;
            text-shadow: 1px 1px rgba(1, 43, 56, 0.582);
            background: #0184B2;
            color: #FFED00;
            transition: 0.3s all ease-in ;
padding:15px 0;
        }
.postTitle2{
            color:#FFED00;
padding:15px;
}