#nav_main {
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/752171/galleries/2159097/o_220511081204_3f87181223045cb60861dc46560959f.png);
    background-repeat: no-repeat;
    background-size: 98px;
    image-rendering: -webkit-optimize-contrast;
}

#nav_left {
    visibility: hidden;
}

#home {
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/752171/galleries/2159097/o_220531011125_cnblog_bar.png);
    background-repeat: no-repeat;
    background-size: 100% 200px;
    image-rendering: -webkit-optimize-contrast;

}

#navList li {
    margin: 0.5px;
    text-align: left;
}

#header h1 {
    font-size: 34px;
}
#header h2 {
    color: rgb(255, 255, 255) !important;
    margin: 1px;
}

#header span,
#header a {
    color: rgb(255, 255, 255) !important;
    text-align: left;
    font-family: Microsoft YaHei;
}

#navigator {
    border: 0px;
}

/*主页标题*/
.postTitle {
    font-size: 24px;
}

/*文章详细页的标题*/
#topics .postTitle {
    padding-left: 0px;
    font-size: 26px;
    font-weight: normal;
}

/*随笔分类文章标题*/
.entrylistItemTitle {
    font-size: 24px;
}
/*随笔分类标题*/
.entrylistTitle  {
    font-size: 26px;
}
/*随笔分类描述信息*/
.entrylistDescription {
    text-align: right;
    font-size: 14px;
}

.CalTodayDay a {
    color: #fff !important;
}
/*主页@post一行*/
.postDesc {
    margin-top: 8px;
    margin-bottom: 16px;
}
/*随笔分类@post一行*/
.entrylistItemPostDesc {
    margin-top: 8px;
    margin-bottom: -56px;
}
/*我的标签标题*/
.PostListTitle  {
    font-size: 26px;
}
/*我的标签文章标题*/
.postTitl2  {
    font-size: 24px;
}

.c_b_p_desc {
    text-align: justify;
}

.postBody {
    text-align: justify;
}