@media (min-width: 992px) {
    .indexC-box.b {
        padding: 60px 60px 60px 0;
        float: right;
    }

    .footer .col-lg-4 {
        border-right: 1px solid #82a799;
    }

    .footer .col-lg-4:nth-last-child(1) {
        border-right: 0;
    }

    header>*>.container {
        max-width: 1720px;
    }

    .indexD .img-content {
        height: 254px;
    }
}

/* 小于lg */
@media (max-width: 991px) {

    .heading-section.a h2 {
        font-size: 26px;
    }

    .heading-section.a h1 {
        font-size: 18px;
    }

    .indexA-list {
        flex-flow: wrap;
        justify-content: flex-start;
    }

    .indexA-list a {
        flex: 0 0 50%;
        border-right: 1px solid;
        padding: 6px 12px;
        font-size: 14px;
    }

    .indexA-list a:nth-child(2n) {
        border-right: 0;
    }

    .indexA-list a:nth-last-child(1) {
        border-right: 1px solid;
    }

    .indexB-box {
        padding: 15px;
    }

    .indexB-box .text {
        margin-top: 30px;
    }

    .indexB-box .text::before {
        top: -10px;
    }

    .indexC-box {
        padding: 15px;
    }

    .newstime {
        padding: 0 20px 0 10px;
    }

    .newstext h1 {
        white-space: normal;
        font-size: 20px;
        margin: 0px 0 6px;
    }

    .newstext p {
        font-size: 14px;
    }

    .indexD-list {
        padding: 15px 0;
    }

    .indexD-left {
        border-bottom: 2px solid #e6f0ec;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .indexD-left .newstext {
        border-left: 0;
        padding: 0;
    }

    .indexE .img-content {
        margin-bottom: 15px;
    }

    .footer {
        padding: 30px 30px 10px;
    }

    .news-list-page {
        padding: 15px;
    }

    .news-list-page .newstime {
        padding: 0 0 0 15px;
        margin-left: 15px;
    }

    .news-list-page .newstime h6 {
        font-size: 36px;
    }

    .news-list-page .newstime p {
        font-size: 12px;
    }

    #map{
        height: 300px !important;
    }
    .page-right-map{
        position: unset;
        margin-bottom: 15px;
    }
}

/* 小于md */
@media (max-width:767px) {}

/* 手机 */
@media (max-width: 576px) {}