article {
    padding: 80px 0 30px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-title {
    padding: 0 0 10px;
    text-align: center;
}

.common-title .ch {
    display: flex;
    justify-content: center;
    font: bold 24px/36px "微软雅黑";
    color: #000;
}

.common-title .ch span {
    width: 64px;
    padding: 0 0 2px 6px;
    color: #fff;
    letter-spacing: 5px;
    text-align: center;
    background: url(../images/common_circle.png) no-repeat 0 2px /100%;
}

.common-title .en {
    font: 400 16px/24px "微软雅黑";
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    article {
        padding: 160px 0 135px;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .common-title {
        padding: 0 0 30px;
        text-align: center;
    }

    .common-title .ch {
        display: flex;
        justify-content: center;
        padding: 0 0 6px;
        font: bold 50px/64px "微软雅黑";
        color: #000;
    }

    .common-title .ch span {
        width: 132px;
        padding: 0 0 4px 10px;
        color: #fff;
        letter-spacing: 10px;
        text-align: center;
        background: url(../images/common_circle.png) no-repeat 0 0;
    }

    .common-title .en {
        font: 400 24px/36px "微软雅黑";
        color: #000;
        text-align: center;
        text-transform: uppercase;
        background: url(../images/com_title_line.png) no-repeat 0 center,
            url(../images/com_title_line.png) no-repeat right center;
    }

    .common-box {
        padding: 20px 45px 45px 45px;
        background: rgba(255, 255, 255, 0.8);
    }
}

@media (min-width: 1480px) {}


/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
}

.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: #c50413;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 0 0 25px;
    }

    .common-nav ul {
        display: flex;
        justify-content: center;
    }

    .common-nav ul li {
        width: auto;
        padding: 0px 5px 10px 5px;
    }

    .common-nav ul li a {
        display: block;
        width: 225px;
        font: 400 21px/56px "微软雅黑";
        text-align: center;
        color: #d92318;
        background: url(../images/com_nav_li.png) no-repeat 0 center/100%;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: url(../images/com_nav_lia.png) no-repeat 0 center/100%;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: url(../images/com_nav_lia.png) no-repeat 0 center/100%;
    }
}

/* 公共底部 */
.public {

    background: url(../images/public_bg.jpg) no-repeat center 0/cover;
}

.public-main {
    padding: 15px;
}

.public-name {
    padding: 20px 0;
}

.public-name img {
    width: 2.4rem;
}

.public-p {
    font: 400 16px/30px '微软雅黑';
    color: #fff;
}

@media (min-width: 1200px) {
    .public {
        height: 354px;
        background: url(../images/public_bg.jpg) no-repeat center 0;
    }

    .public-main {
        width: 1200px;
        margin: 0 auto;
    }

    .public-name {
        padding: 40px 0;
    }

    .public-name img {
        width: auto;
    }

    .public-p {
        font: 400 22px/48px '微软雅黑';
        color: #fff;
    }
}

/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
    background: #000;
}

footer p {
    padding: 0 5px;
    font: 400 14px/20px "微软雅黑";
    color: #fff;
    text-align: center;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        background:#333;
    }

    footer p {
        padding: 0 2px;
        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: 40px;
    margin: 0 1px;
    font: 400 14px/38px "微软雅黑";
    color: #c50413;
    background: #fff;
    border-radius: 4px;
}

.pages-right a.page-num {
    color: #fff;
    background: #c50413;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        margin: 10px 0 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/38px "微软雅黑";
    }

    .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: #c50413;
    }
}