/**!
 * ç½‘ç«™åœ°å›¾
 * date:2021-11-16
 * author: zsy;
 */

.map-box {
    padding: 15px;
    background-color: #fff;
}

.map-box .map+.map {
    margin-top: 26px;
}

.map-tt {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: 800;
    color: #0090e9;
    border-bottom: 1px solid #e7e7e7;
}

.map-list {
    margin: 6px 0 0 -10px;
    overflow: hidden;
}

.map-item {
    float: left;
    width: calc(16.666% - 10px);
    margin: 10px 0 0 10px;
}

.map-item a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #f7f7f7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map-item a:hover {
    color: #0090e9;
    background-color: #edf6fe;
}

@media(max-width:980px) {
    .map-item {
        width: calc(25% - 10px);
    }
}

@media(max-width:768px) {
    .map-item {
        width: calc(33.33% - 10px);
    }
}

@media(max-width:480px) {
    .map-item {
        width: calc(50% - 10px);
    }
}