p { 
    font-size:16px; 
}
/*取消底部广告*/
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
#cnblogs_post_body h2:hover {
  color: green;
  font-size: large;
  font-weight: bold;
}
#cnblogs_post_body h5:hover {
  color: green;
  font-size: large;
  font-weight: bold;
}

/* 文章title自定义带动画样式 */
.postTitle {
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
text-align: left;
font-size: 2rem !important;
font-weight: bold;
line-height: 1.5;
margin: 0;
margin-left: 12px
padding: 0;
outline: none;
text-decoration: none;
color: #21759b;
transition: all .4s linear 0s;
}
.postTitle2 > span{
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
text-align: left;
font-size: 2rem !important;
font-weight: bold;
line-height: 1.5;
color: #21759b;
margin: 0;
padding: 0;
vertical-align: middle;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {

}

.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
transition: all .4s linear 0s;
}
