/**!
 * 网站地图
 * date:2022-1-27
 * author: zzongyi;
 */

.ewb-page-main {
    padding: 9px 50px 13px 50px;
}

.map {
    line-height: 60px;
    border-bottom: 1px solid #d7dbe0;
}
.map:last-child {
    border-color: transparent;
}

.map-sort {
    width: 122px;
    font-size: 22px;
    color: #0b7ee0;
    font-weight: bold;
    background: url("../images/map/map-icon.png") no-repeat right center;
}

.map-list {
    margin-left: 146px;
    font-size: 16px;
}

.map-item {
    float: left;
    width: 98px;
    
}

.map-item>a {
    color: #333;
    letter-spacing: 1px;
}

.map-item:hover>a {
    color: #0b7ee0;
}

