#cnblogs_post_body h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border-radius: 15px;
    padding: 6px;
    margin: 20px 0;
    text-shadow: 2px 2px 3px #404040;
    background: rgba(22, 159, 230, 0.85);
}
#cnblogs_post_body h2 {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border-radius: 15px;
    padding: 6px;
    margin: 20px 0;
    text-shadow: 2px 2px 3px #404040;
    background: rgba(22, 159, 230, 0.85);
}


#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    border-radius: 15px;
    padding: 6px;
    margin: 20px 0;
    text-shadow: 2px 2px 3px #404040;
    background: rgba(155, 213, 245, 0.85);
}