.postTitle a{
color:#de462a!important;
}
h1{font-size:36px;font-weight:bold;margin:0px;padding:10px 0 10px 0px;color:#343434;}
h2{font-size:22px;color:#343434;padding:10px 0 10px 0;margin:0px 0 20px 0;font-weight:normal;}
h3{font-size:20px; color:#343434; padding:0; margin:0px; font-weight:normal;}

/*快速评论*/
#div_digg {
  position: fixed;
  bottom: 10px;
  right:15px;
  margin-right: 0!important;
  border: 2px solid #ECD7B1;
  padding: 10px;
  width: 140px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
/*返回顶部*/
#toTop {
	/*返回顶部锚记*/
background: url("https://images.cnblogs.com/cnblogs_com/zeusro/683540/o_sideToolbar.png") no-repeat scroll 3px -62px transparent !important;
width: 49px;
height: 45px;
overflow: hidden;
position: fixed;
right: 15px;
bottom: 150px;
cursor: pointer;
display:none;
/*防止被目录覆盖*/
z-index: 999;
}

#toTop:hover{
	/*返回顶部锚记*/
background: url("https://images.cnblogs.com/cnblogs_com/zeusro/683540/o_sideToolbar.png") no-repeat scroll -71px -62px transparent !important;
}

/*删除广告*/
#site_nav_under,#under_post_news,#under_post_kb,.c_ad_block{
display:none;
}
/*-----------footer---------*/
.footer{
clear:both;
text-align:left;
padding:12px 0 12px 10px;
border-top:1px #d5d5d5 solid;
margin:50px 0 0 0;
width: 1000px;
}
.copyrights{
float:left;
}
.footer_right{
float:right;
}
.footer_right a{
text-decoration:none; padding:0 10px 0 10px; color:#545554;
}
.footer_right a:hover{
color:#de462a;
}