#topics .postTitle a {
    color: #169fe6;
}

#topics .postTitle { 
    font-size: -webkit-xxx-large;
    border-bottom: 5px solid #d84f4f;
}

#topics .postTitle:hover{
background-color: #d85293;
}
#ad_t2 {  
    display: none;
}
#under_post_news{  
    display: none;
}

#under_post_kb{  
    display: none;
}
#cnblogs_c1{
  display: none;
}
#cnblogs_c2{
display: none;
}
#cnblogs_post_body {
    background-color: #f3f0f0;
    padding: 0px 20px;
}

p{
   background-color: #fff;
}

.cnblogs_code {
    border: 3px dashed #f1d0d0;
}

 #cnblogs_post_body h2 {
    box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑, 宋体, 黑体, Arial;
    font-size: 35px !important;
    font-weight: bold;
    height: 40px;
    line-height: 35px;
    text-shadow: rgb(34, 34, 34) 2px 2px 3px;
    background: rgb(66, 158, 204);
    border-radius: 6px;
    margin: 24px 0px;
    padding: 8px 0px 5px 5px;
   line-height: 1 !important;
}

  #cnblogs_post_body h3 {
    box-shadow: rgb(95, 90, 75) 0px 0px 0px 1px, rgba(10, 10, 0, 0.5) 1px 1px 6px 1px;
    color: rgb(255, 255, 255);
    font-family: 微软雅黑, 宋体, 黑体, Arial;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    text-shadow: rgb(34, 34, 34) 2px 2px 3px;
    background: rgb(86, 188, 239);
    border-radius: 30px;
    margin: 24px 0px;
    padding: 8px 0px 5px 10px;
}


/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:18px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:200px;
    right:0px;
    width: auto;
    height: auto; 
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:#ffffff;
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:red;
}
#sideBarContents dd{
    margin-left:20px;
}
#blog-calendar {
    margin-top: 148px;
}