.site_map a {
    color: #828282;
}

.site_map .list_depth1 {
    overflow: hidden;
    width: 100%;
    font-size: 0;
}

.site_map .list_depth1 > li {
    display: inline-block;
    vertical-align: top;
}

.site_map .list_depth1 > li:first-child {
    padding-left: 0;
}

.site_map .list_count1 > li {
    width: 100%;
}

.site_map .list_count2 > li {
    width: 50%;
}

.site_map .list_count3 > li {
    width: 33%;
}

.site_map .list_count4 > li {
    width: 20%;
    margin-bottom: 30px;
}

.site_map .list_count5 > li {
    width: 20%;
}

.site_map .list_depth1 > li strong a {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}

.site_map .list_depth2 > li > ul:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.site_map .list_depth2 > li > a {
    display: block;
    overflow: hidden;
    margin: 0 10px;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site_map .list_depth3 {
    background-color: #f6f6f6;
    margin: 0 10px;
}

.site_map .list_depth3 > li > a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 15px 15px 15px 30px;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.site_map .list_depth3 > li > a::before {
    content: '-';
    margin-right:5px;
}

/***** media_queries start *****/
@media screen and (max-width: 1199px) and (min-width: 992px) {}

@media screen and (max-width: 991px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {
    .site_map .list_depth1 > li {
        width: 100%;
        padding-left: 0;
    }
}
/***** media_queries end *****/
