.main-content {
    overflow:hidden;
    border-radius: 32px;
    background-color: rgba(247, 247, 247, 1);
    width: 90%;
    margin: 70px auto;
    padding: 44px;
}
.detail dl {
    line-height: 28px;
    color: #333;
    font-size: 20px;
}
.detail dt {
    font-weight: normal;
}
.nwscon{line-height: 2;font-size: 2rem!important;}
.map {
    padding: 0;
}
.map img {
    width: 100%;
}

@media (max-width: 1400px) {
    .detail dl {
        line-height: 22px;
        color: #333;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .main-content {
        padding: 20px;
    }
}