body {
    background: url(https://images.cnblogs.com/cnblogs_com/IwishIcould/2021714/o_210828093341bokeyuan.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    font-family: '微软雅黑';
    overflow: auto!important;
    position: static!important;
}
#navigator {
    background-color: rgba(62, 137, 138, .5);
}
#main, #mainContent {
    background: rgba(255,255,255,.4);
}
/* 更改标题颜色 */
h4,h5{
    color: #1c7791 !important
}

/* 公告部分 */
.newsItem {
    padding: 0 0 5px 0;
    margin-bottom: 2em;
    border: 1px solid #7fb6b7;
}
/* 控制右侧模块 */
.newsItem .catListTitle, .catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 0;
    background-color: rgba(0,0,0,0);
    color: #428d8e;
    margin-bottom: 0px;
    font-family: '宋体';
    font-size: 16px;
    margin-top: 5px;
}
//控制代码与下一段代码间距
#main .cnblogs-markdown pre, #main .cnblogs-post-body pre{
    display: block;
    padding: 5px;
    line-height: 1.5;
    margin-bottom: 20px  !important;
}
pre{
    margin-bottom: 20px  !important; 
}
/* 分类管理 */
.entrylistPosttitle a {
    margin-left: 10px;
    color: 7fb6b7;
    color: #7fb6b7;
    font-size: 15px;
}
.blogpost-body p{
    font-size: 14px;
    font-weight: 500;
}