#cnblogs_post_body h3{
    color: #fff;
    background-color: #008eb7;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    margin: 10px 0px;
    text-shadow: 2px 2px 3px #404040;
}
#cnblogs_post_body h1 {
    background: #265B8A;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-family: FZShuTi；
 font-size: 23px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 18px 0 !important;
    padding: 12px 0 8px 5px;
    text-shadow: 2px 2px 3px #222222;
    text-align: center;
    margin-bottom: 20px;
}
#cnblogs_post_body h2 {
    background: #3CB371;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
 font-size: 23px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 18px 0 !important;
    padding: 10px;
    text-shadow: 2px 2px 3px #222222;
    text-align: center;
}

#cnblogs_post_body h4 {
    background-color: #51C332;
    border-radius: 3px;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px #222222;
    padding: 5px 15px;
    margin-bottom: 10px;
    width: 50%;
}

#cnblogs_post_body img {
    max-width: 100%;
    height: auto;
}