#topics .postTitle a {
    font-size:20px;
}

#cnblogs_post_body h1 {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
    margin: 15px 0;
}

#cnblogs_post_body h2 {
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    border-left: 4px solid #51ADED;
    margin: 15px 0;
    background: #f7f7f7
}

#cnblogs_post_body h3{
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 2px solid #51ADED;
    margin: 15px 0;
}

#cnblogs_post_body h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px dotted #51ADED;
    margin: 15px 0;
}

#cnblogs_post_body h5 {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    color: #1C2A2B;
    text-decoration-line: underline;
}

#cnblogs_post_body h6 {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
    color: #1E2B1C;
}