.bg{
dispaly: none;
}
/* 设置博客正文一二三级标题格式 */
/* 一级标题 */
#cnblogs_post_body h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    margin: 10px 10px;
    background-color: #5cc33b;
}
/* 二级标题 */
#cnblogs_post_body h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: black;
    background-color: #3ddeba;
    margin: 10px 20px;
}
/* 三级标题 */
#cnblogs_post_body h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: whitesmoke;
    background-color: dimgrey;
}
/*  正文 */
#cnblogs_post_body p {
    font-size: 12pt;
}