.map-list {
    background-color: #fff;
    padding: 0 20px 20px;
}
.map-list .tit{
    padding-top: 0px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #f1f1f1;
    font-size: 24px;
}

.map-list .tit b{
    color: #333333;
    position: relative;
    font-weight: 400;
    height: 100%;
    display: block;
    width: fit-content;
}

.map-list .tit b::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #23C268;
}

.map-list .item-list{
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 14px;
}

.map-list .item-list a{
    width: 100px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #333333;
    text-decoration: unset;
}