/*标题样式*/
#cnblogs_post_body
{
    color: black;      
    font: 0.875em/1.5em "微软雅黑" , "PTSans" , "Arial" ,sans-serif;
    font-size: 15px;
}
#cnblogs_post_body h1 {
    background: none repeat scroll 0% 0% #169FE6;
    color: rgb(255, 255, 255);
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-size: 26px;
    padding: 5px 0px 5px 20px;
    width: 100%;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    margin-left: -20px;
 }
#cnblogs_post_body h1:hover {
    color: #fb6362;
    cursor:pointer;
}
#cnblogs_post_body  h3 {
    padding: 0 8px 0 18px;
    color: #000;
    border-left: 20px solid #4F9CEE;
    border-bottom: 1px solid #4F9CEE;
    line-height: 24px;
    font-size: 21px;
    font-weight: 400;
    font-family: Microsoft YaHei,SimHei,Verdana;
    margin: 35px 0 15px -30px;
}
#cnblogs_post_body h4 {
    background: none repeat scroll 0% 0% #00FF7F;
    color: #373e41;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    width: auto;
    min-width: 50%;
    padding-left: 10px;
}
#cnblogs_post_body h5{
    border-left: 7px solid #4F9CEE;
    padding-left: 10px;
    font-size: 14px;
    background: aliceblue;
}

#cnblogs_post_body ol {
    margin-left: 50px
}

/* 去掉广告 */
#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}

/*隐藏搜索框中的无用组件*/
.mySearch {
  display: none;
}

/* 文章title自定义带动画样式 */
#post_detail .postTitle {
    border-left: 5px solid #5EB762;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 28px;
    border-bottom: none;
}
#post_detail .postTitle{
    font-weight: 400;
}
.postTitle a:hover {
  text-decoration: none;
  margin-left: 20px;
  color: #E00000;
}
.postTitle a:link,
.postTitle a:visited,
.postTitle a:active {
  transition: all 0.4s linear 0s;
 color: #5EB762;
}
#topics .postTitle a {
    color: #5EB762;
}

/*目录样式*/
#sideCatalog a{
  font-size:12px;
  font-weight:normal !important;
}