.wp_sitemap .sitemap_all {
    margin: 0;
    padding: 0;
}
.s-0,.s-3,.s-4,.s-8,.s-9 {
    display: none !important;
}
.wp_sitemap .sitemap_all .lv0 {
    padding-bottom: 0;
    padding: 14px 0;
    border-bottom: 1px solid #ddd;
}
.wp_sitemap .sitemap_all .sitemap_sub .site_item {
    display: inline-block;
    float: left;
    width: 15%;
    padding: 10px 0 0 0;
    margin:10px 0 20.5px;;
}
.wp_sitemap .sitemap_all .lv0 a {
    background-color: #00a1d7;
    padding: 10px 30px;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}
.wp_sitemap .sitemap_all .lv1 a {
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    background: none;
    padding: 10px 30px;
    background-color: #ddd;
    font-weight: normal;
    color: #333;
    line-height: 26px;
}
.wp_sitemap .sitemap_all .site_item a:hover {
    color: #fff;
}
.wp_sitemap .sitemap_all .site_item .sitemap_sub a:hover {
    color: #333;
}