.map-box {
    margin: 23px 0 70px 0;
    min-height: 500px;
}

.map-content-title {
    display: flex;
    align-items: center ;
    height: 40px;
    background: #F2F5F7;
}

.map-content-pic {
    height: 16px;
    margin: 0 12px 0 16px;
}

.map-content-pic img {
    width: 16px;
    height: 16px;
}

.map-content-text a{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.map-content-text a:hover {
    color: #00b1fb;
}

.map-content-info {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px 0;
}

.map-content-info-son {
    flex-shrink: 0;
    margin-bottom: 15px;
    padding: 0 22px;
}

.map-content-info-son a {
    color: #333;
    font-size: 14px;
}

.map-content-info-son a:hover {
    color: #00b1fb;
}

.map-menu {
    display: flex;
    justify-content: space-between;
}

.menu-info {
    height: 40px;
}

.menu-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 40px;
    background: #F2F5F7;
}

.menu-info-pic {
    width: 15px;
    margin: 3px 11px 0 0;
}

.menu-info-pic img {
    width: 15px;
    height: 15px;
}

.menu-info-text a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}
