/*最开始，width: 85%;*/
#home {
    width: 80%;
    margin-top: 40px;
}

/* 最上面第一行的样式，就是博客名称*/
#blogTitle h1 a {
    color: #515151;
    font-size: 25px;
}

#blogTitle h1 {
    margin-top: -20px;
}


/* 最上面第二行的样式：博客名称下面的文字
#blogTitle h2{
    color: red;
    background-color: yellow;
}
*/


/*导航栏：字体变大，移动变色，移动上点*/

#navList {
  font-size:18px;
}
#navList a{
  padding-top:15%;
}
#navList a:hover {
  color:#4C9ED9;
}


/*侧边栏：公告*/
.catListTitle {
	font-size: 2.35em;
	margin-top: 21px;
	margin-bottom: 10.5px;
	border-left:10px  solid #269abc;
	padding:10px 0 10px 14px;
	background-color:#f7f7f7;
}


/*公告居左，内容居右*/
#mainContent{
	float:right;
}
#sideBar{
	float:left;
}



/*重写系统自带的H3行高，1.5改为2*/
#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin: 10px 0;
}

/*h5字体改为14px*/
#cnblogs_post_body h5 {
    font-size: 14px;
}
.postBody h2{
    background-color: #269abc;
    border-radius: 3px;
    color: white;
    padding-left: 15px;
    margin-bottom: 12px;
    width: 95%;
}
.postBody h3{
    background-color: #5bc0de;
    border-radius: 3px;
    color: white;
    padding-left: 15px;
    margin-bottom: 12px;
    width: 95%;
}
.postBody h4{
    background-color: #87CEEB;
    border-radius: 3px;
    color: white;
    padding-left: 15px;
    margin-bottom: 12px;
    width: 70%;
}
.postBody h5{
    background-color: #d83535;
    border-radius: 3px;
    color: white;
    padding-left: 15px;
    margin-bottom: 12px;
    width: 50%;
}
code {
    background-color: ##d9edf7;
    border-radius: 3px;
    color: white;
    padding-left: 15px;
    margin-bottom: 12px;
    width: 95%;
}
.postBody a{
        text-decoration:none
}
a{
        text-decoration:line-through

}
a:visited { 
color:#000000; 
text-decoration:none; 
} 
#nav_next_page {
visibility:hidden;
}
.itnews,
#green_channel{
display:none;
}
a {
color: #888888
}



/* 显示下一页 */
#nav_next_page {
    visibility: visible;
}

/*设置首页上：下一页的样式*/
#nav_next_page a{
    box-shadow: 0 1px 3px #3671a5;
    border: 3px solid #3671a5;
    background: #3671a5;
    padding: 2px 5px;
}



/*返回顶部，绿色：#00CD00*/
#back-to-top {
    background-color:#269abc;
    bottom: 0px;
    box-shadow: 0 0 6px #269abc;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 227px;
    cursor: pointer;
    z-index: 999 /* 置于最上层 */
}
#back-to-top:hover{
    color:red;
    font-size:14px;
}

/*到博文底部*/
#to-MySignature {
    background-color:#269abc;
    bottom: 0px;
    box-shadow: 0 0 6px #269abc;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 137px;
    cursor: pointer;
    z-index: 999 /* 置于最上层 */
}



/*联系我，固定QQ位置*/
#lianxiwo{
    bottom: 300px;
    position: fixed;
    left: 20px;
}


/*鸡汤03*/
#jitang03 {
    background-color:#269abc;
    bottom: 0px;
    box-shadow: 0 0 6px #269abc;
    color: #444444;
    padding: 4px 6px;
    position: fixed;
    right: 6px;
}
#jitang03:hover {
    background-color:red;
    box-shadow: 0 0 6px red;
    color:yellow;
    font-size:14px;
}

/*页面文章标题字体大小，就是每一页展示的文章列表标题*/
.postTitle {
    font-size: 18px;
}


/* 字体颜色 */
#guess{
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    color: black;
}

/*跑马灯固定位置*/
#qzcspmd{
    position: fixed;
    top: -2px;
    padding-top:14px;
    padding-bottom:6px;
}

/* 去掉博客下方的广告，#后面是div的id */
/* #ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb,#cnblogs_c1,#under_post_card1,#cnblogs_c2{
    display: none !important;
} */

#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb,#cnblogs_c1,#under_post_card1,#cnblogs_c2,#cnblogs_ch{
    display: none !important;
}



/* 最下方博客签名的样式 */
.essaySuffix-eof {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #ddd;
    text-indent: 0;
}
.essaySuffix-box {
    font-family: Microsoft YaHei,微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
    font-size: 15px;
    background: #f8f9fb!important;
    padding: 17px;
    border: 1px solid #edeef2!important;
    border-radius: 3px;
    color: #414857;
    text-indent: 0;
}
.essaySuffix-box-left {
    width: 15%;
    float: left;
}
.essaySuffix-box-right {
    width: 84%;
    float: right;
}
