#cnblogs_post_body{
    counter-reset: section;
}
#cnblogs_post_body h2{
    counter-reset: subsection;
}
#cnblogs_post_body h2:before{
    counter-increment:section;
    content:counter(section) "、";
}
#cnblogs_post_body h3:before{
    counter-increment:subsection;
    content: counter(section) "." counter(subsection) "、";
}

#cnblogs_post_body h2 {
    background: #5E5F5E;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 0px 1px rgb(95, 90, 75), 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: rgb(255, 255, 255);
    font-family: "Microsoft Yahei","宋体","黑体",Arial;
    font-size: 25px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: 1.5em 0 1em !important;
    padding: 10px 20px;
    text-shadow: 2px 2px 3px rgb(34, 34, 34);
}

#cnblogs_post_body h3 {
    font-size: 22px;
    font-family: 'Microsoft Yahei';
    margin: 1em 0 15px !important;
    padding: 5px 20px;
    background: #969696;
    color: #fff;
    border-radius: 6px;
    clear: both;
}

# clustrmaps-map-control
{
}