/* 设置博客正文一二三级标题格式 */
/* 一级标题 */
#cnblogs_post_body h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: turquoise ;
    margin: 10px 0;
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
}
/* 二级标题 */
#cnblogs_post_body h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: deepskyblue ;
    margin: 10px 0;
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
}
/* 三级标题 */
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color:lightblue ;
    margin: 10px 0;
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
}
/* 四级标题 */
#cnblogs_post_body h3 {
    font-size: 18px;
    line-height: 1.5;
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
}
/*  正文 */
#cnblogs_post_body p {
    font-size: 18pt;
    line-height: 1;
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
}
body {
    font-family: '仿宋', '仿宋', '仿宋', '仿宋', sans-serif;
    font-size: 18px!important;
}