.the-main > .banner {
    background: url("../images/notice/banner-bg.jpg");
    height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.the-main > .banner .title {
    font-size: 32px;
}

.the-main > .banner .desc {
    font-size: 18px;
    margin-top: 24px;
}

.the-main > .map {
    width: 800px;
    margin: 0 auto;
}

.the-main > .map .box {
    text-align: left;
    border: 1px solid #e3e4e5;
    padding: 40px 24px;
    position: relative;
    border-radius: 4px;
}

.the-main > .map .box + .box {
    margin-top: 64px;
}

.the-main > .map .box .title {
    position: absolute;
    left: 16px;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 16px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #212121;
}

.the-main > .map .box .title:hover {
    color: #409eff;
}

.the-main > .map .box .link {
    text-decoration: none;
    cursor: pointer;
    color: #757575;
    margin-right: 24px;
}

.the-main > .map .box .link:hover {
    color: #409eff;
}