/*基础样式*/
body { font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif; font-size: 14px; line-height: 1.5; color: #333; background-color: #fff;padding-top:34px; }
h1, h2, h3, h4, h5, h6 { font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; margin:0;}
a { color: #009a61; text-decoration: none; }
a:focus, a:hover { color: #004e31; text-decoration: underline; }

/*头部*/
#header { background: #0b6342; color: #9dccb6; top: 0 !important}
#blogTitle { position: absolute; left: 50%; margin-left: -555px; }
#blogTitle h1 { padding: 7px 12px 7px 0; }
#blogTitle h2 { height: 34px; padding: 0; line-height: 34px; color: #fff; opacity: 0.4; margin-left: 0; margin-right: 20px; }
#navList { margin-left: -40px; left: 50%; }
#navList a:link, #navList a:visited, #navList a:active { color: #9dccb6; }
#navList a { display: block; padding: 10px; color: #9dccb6; white-space: nowrap; line-height: 1; text-shadow: none; }
#navList a:hover { background-color: hsla(0, 0%, 100%, .15); color:#9dccb6; }
.blogStats { color: #9dccb6; height: 34px; line-height: 34px; margin-left: 550px; position: relative; right: 50%; margin-right: -555px; margin-top: 0; }

/*主体布局*/
#main { width: 1110px; margin: 20px auto 0; padding: 0; }
#mainContent { margin-left: 0; width: 825px; float: left; }
#mainContent .forFlow { margin-left: 0; }
#sideBar { width: 255px; float: right; padding: 0; background: none; border: 0; }

/*隐藏广告等东西*/
.c_ad_block, #ad_t2 { display: none; }


/*首页头部个人资料*/
.profile__heading {background-color: #f6f6f6;padding: 40px 0 30px;}
.avatar-128 {border-radius: 50%;width:128px;height:128px;}

/*列表页*/
.dayTitle {display:none;}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {font-weight: 400;color: #333;font-size: 24px;}
.postTitle a:hover {color: #017e66;}
.postCon {padding:0;}
.postDesc {border-bottom: 1px solid #eee;padding-bottom:17px;color:#999;margin-top:-21px;}
.c_b_p_desc { margin: 5px 0 0; color: #777; font-size: 13px; line-height: 1.6;}
.c_b_p_desc_readmore {display:block;padding-left:0;margin-top:10px;z-index:9;position:relative;width:100px;width:55px;}

/*文章内容*/
.post{background:#fff;}
#cnblogs_post_body p { }
#cnblogs_post_body h1, #cnblogs_post_body h2, #cnblogs_post_body h3 { margin: 1.5em 0 0; }
#cnblogs_post_body h1, #cnblogs_post_body h2 { border-bottom: 1px solid #eee; padding-bottom: 10px; }
#cnblogs_post_body ul { margin-top: 10px; }
#cnblogs_post_body ul li { margin: 0; line-height: 24px;  }
.postBody { font-size: 14px; color: #333; line-height: 1.6; word-wrap: break-word; }

/*侧边栏*/
.catListTag {overflow:hidden;}
.catListTag li {width:50%;float:left;}
.catListPostCategory {overflow:hidden;}
.catListPostCategory li {width:50%;float:left;}
.catListPostArchive {overflow:hidden;}
.catListPostArchive li {width:50%;float:left;}

/*编辑器*/
.cnblogs_code{background:#efefef;border-radius: 3px;border:0;padding:12px;margin:10px 0;}
.cnblogs_code pre, .cnblogs_code pre * {line-height:1.3; font-family: Source Code Pro,Consolas,Menlo,Monaco,Courier New,monospace !important;font-size:13px !important;}
.postBody blockquote {border:0;border-left: 2px solid #009a61;background: #f6f6f6;color: #555;font-size: 1em;padding: 10.5px 21px;}
.postBody blockquote p {margin: 5px 0 !important;}
.postBody blockquote p:first-child {margin-top:0 !important;}
.postBody blockquote p:last-child {margin-bottom:0 !important;}
.cnblogs_code_toolbar {display:none;}