/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:12px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius:10px;
background:#404a58;
box-shadow: 1px 2px 3px 1px;
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}




#cnblogs_post_body{
   font-size:16px !important;
   font-family:"宋体" !important;
}
#main{
        padding-right: 220px;
    position: relative;
}
#topics .postTitle{
    background-color: #404a58;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    padding: 15px;
    color: #fff;
    border-left: 10px solid #fb6362;
    cursor: pointer;
    margin-top: 0;
}
#topics .postTitle a{color:#fff;font-size:20px;}
body{background:#fff !important;}
#header{background:url(https://image.tianjimedia.com/uploadImages/2012/354/2L09C0Z0FO4R_1920x1200.jpg);}
#navList a{
font-family:"宋体" !important;
}
#mainContent{border: 1px dashed;width:100%}
#home{
   width:90%;
}
#sideBar{
	position: absolute;
    right: 0;
    top: 0;
	width:200px;
}
#div_digg .buryit{
   display:none;
}
#div_digg{
    position: fixed;
    top: 20px;
    border: 2px solid #6FA833;
    background: #eaeaea;
    padding: 8px 15px 0px 15px;
    border-radius: 10px;
    left: 0;
    width: 45px;
}
#green_channel{
    position: fixed;
    top: 0px;
    background: #f8f8f8;
    border: 2px solid #6FA833;
    border-radius: 10px;
    right:0;
    z-index: 9999;
}
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1    {
    background-color: #404a58;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    font-family:  "宋体" , "黑体" ,Arial;
    font-size: 23px;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
}
#cnblogs_post_body h2    {
    background-color: #404a58;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    color: #FFFFFF !important;
    font-family:  "宋体" , "黑体" ,Arial;
    font-size: 22px;
    height: 45px;
    line-height: 45px;
    margin: 18px 0 !important;
    padding: 8px 0 5px 5px;
}
#cnblogs_post_body h3    {
    background-color: #858d9a;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    color: #FFFFFF !important;
    font-family: "宋体" , "黑体" ,Arial;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin: 80px 0 20px 0px !important;
    padding: 8px 0 5px 1.3rem;
}
#cnblogs_post_body h4{
    background-color: #404a58;
    box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
    color: #FFFFFF !important;
    font-family: "宋体" , "黑体" ,Arial;
    font-size: 16px;
    height: 24px;
    line-height: 23px;
    margin: 12px 0 !important;
    padding: 5px 0 5px 10px;
}
.postBody blockquote{
   background-color: #e0e0e0;
}