.com-banner {
    position: relative;
}

.com-banner i {
    display: block;
}

.com-banner i img {
    width: 140%;
    margin-left: -20%;
}

@media (min-width: 1200px) {
    .com-banner i img {
        width: 100%;
        margin: 0;
    }
}


/*  */
.common-name {
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-align: center;
    background: url(../images/com_line.png) no-repeat center center/200%;
}

.common-name span {
    font-weight: bold;
}

.bread {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

article {
    padding: 0 0 10px;
    background: no-repeat center center/cover;
}


.common-box {
    min-height: 420px;
    padding: 0 16px;
}

@media (min-width: 1200px) {
    .common-name {
        margin: 4vw 0 0;
        font-size: 1.5vw;
        line-height: 2vw;
        color: #000;
        text-align: center;
        background: url(../images/com_line.png) no-repeat center center/60vw;
    }

    .common-name span {
        font-weight: bold;
    }

    .bread {
        font-size: 14px;
        line-height: 1.2vw;
        color: #000;
        text-align: center;
    }

    .bread a {
        color: #000;
    }

    article {
        padding: 0;
        background: #f9f9f9 url(../images/njyf.png) no-repeat 0 bottom/28.4vw;
    }

    .common-main {
        width: 60vw;
        margin: 0 auto;
        padding: 0;
    }


    .common-box {
        padding: 0;
    }
}


/* 二级导航 */

.common-nav {
    padding: 14px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;

}

.common-nav ul li {
    width: 50%;
    padding: 2px;
}

.common-nav ul li a {
    display: block;
    font: 400 16px/30px "微软雅黑";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
    background: #23920f;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 2vw 0;
    }

    .common-nav ul {
        display: flex;
        justify-content: center;
    }

    .common-nav ul li {
        width: 10vw;
        padding: 0 0.2vw;
    }

    .common-nav ul li a {
        display: block;
        font-size: 1vw;
        line-height: 2.4vw;
        text-align: center;
        color: #000;
        background: #dcdcdc;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #23920f;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #23920f;
    }
}


/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

footer p {
    padding: 0 5px;
    font: 400 14px/20px "微软雅黑";
    color: #fff;
    text-align: center;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        background: #000;
    }

    footer p {
        padding: 0 10px;
        font: 400 16px/30px "微软雅黑";
        color: #fff;
    }
}


/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #2a4347;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin: 0 1px;
    font: 400 14px/30px "微软雅黑";
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

.pages-right a.page-num {
    color: #fff;
    background: #23920f;
    border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 1.5vw 1vw;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/30px "微软雅黑";
    }

    .pages-right a:first-child,
    .pages-right a:last-child {
        display: flex;
        width: auto;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
    }

    .pages-right a:hover {
        color: #fff;
        background: #23920f;
        border-color: #23920f;
    }
}