/***全局***/
#home{width:80%;min-width: 980px;margin-top:30px;margin-bottom:30px;}
/***页头***/
#Header1_HeaderTitle{font-size:28px;}
#blogTitle h1 a{color:#515151;}
#blogTitle h1 a:hover{color:#3671a5;}
/***顶部导航栏***/
#navList{display:none;}
#blog_stats{display:none;}
#navigator{border-bottom:none;}
/***页面主体区块***/
#main{margin-top:10px;}
/***侧边栏***/
#sideBar{font-size:14px;}
#sideBar h3{color:#515151;}
/***公告区块***/
.newsItem h3{display:none;}
#profile_block{color:#515151;font-size:12px;}
/***页脚***/
#footer{margin-top:20px;}
/***回到顶部***/
#back-to-top {
    background-color: rgba(54,113,165,1);
    bottom: 80px;
    color: ##3671a5;
    padding: 14px 10px;
    position: fixed;
    right: 3%;
    cursor: pointer;
}
/***首页文章显示***/
.forFlow .postTitle a{font-size:120%;}
.postCon a{color:#3671a5;}
.c_b_p_desc{font-size:140%;}
/***分类文章列表***/
.entrylistTitle{font-size:20px;}
.entrylistPosttitle a{font-size:24px;}
.c_b_p_desc a{color:#21759b;text-decoration: underline;}
/***文章详情显示***/
#topics .postTitle{border-left: 3px solid #21759b;font-weight:normal;background-color:#f9f9f9;line-height:2;}
#topics .postTitle a{font-size:140%;padding-left:5px;}
.postBody{font-size:130%;color:#323232;}
.cnblogs_code pre{font-size:14px !important;}
.cnblogs_code span{font-size:14px !important;}