/*去掉h3默认的底边框*/
#cnblogs_post_body h3 {
border-bottom:none;
font-size: 16px;
}

#cnblogs_post_body h3,h2 {
color: #1d58d1;
}