/*设置标题*/
#Header1_HeaderTitle{
font-weight: 600;
font-size: 36px;
display:inline-block;
margin-top:100px;
font-family: 'Comic Neue', cursive;
}
/*去除广告，无关信息*/
#ad_t2,#author_profile_detail,#sidebar_search{
display:none;
}
/*设置文本字体*/
*{
font-family: 'Noto Sans SC', sans-serif;
}
.postBody #cnblogs_post_body ol li p{
font-size: 16px;
font-weight: 500;
}
.postTitle a{
font-size:20px;
}
#navList{
font-size: 16px;
font-weight: 600;
}
#sideBar{
font-size: 16px;
}