article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-top {
    width: 6rem;
    margin: 0 auto;
    padding: 0.4rem 0;
}

.common-en img {
    width: 84%;
}

.common-ch {
    padding: 0.1rem 0;
    font-size: 0.5rem;
    line-height: 1.2;
    color: #000;
}

.common-name {
    font-size: 0.5rem;
    line-height: 1.2;
    color: #000;
    background: url(../images/com_border.png) no-repeat right bottom;
}


.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1200px) {
    article {
        padding: 9vw 0 4.5vw;
    }

    .common-main {
        width: 62vw;
        margin: 0 auto;
        padding: 0;
        border-bottom: 0.4vw solid #e60014;
    }

    .common-top {
        width: 19vw;
        margin: 0 auto 2.6vw;
        padding: 0;
    }

    .common-en img {
        width: 17.5vw;
    }

    .common-ch {
        padding: 0.2vw 0;
        font-size: 1.5vw;
        line-height: 1.2;
        color: #000;
    }

    .common-name {
        font-size: 1.5vw;
        line-height: 1.2;
        color: #000;
        background: url(../images/com_border.png) no-repeat right bottom;
    }

    .common-box {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1480px) {}


/* 二级导航 */

.common-nav {
    padding: 2px;
}

.bread {
    padding:0 0 0.4rem;
    order: 2;
    font-size: 0.4rem;
    line-height: 1;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.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: #e60014;
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.5vw;
        background: rgba(0, 0, 0, 0.35);
        border: 3px solid #fff;
        border-bottom-color: #e60014;
    }

    .bread {
        order: 2;
        padding: 0;
        font-size: 14px;
        line-height: 1;
        color: #fff;
    }

    .bread a {
        color: #fff;
    }

    .common-nav ul {
        order: 1;
        display: flex;
        justify-content: flex-start;
    }

    .common-nav ul li {
        width: auto;
        height: 3vw;
        padding: 0 0.2vw;
    }

    .common-nav ul li a {
        display: block;
        padding: 0 0.5vw 4px;
        font: 400 18px/3vw "微软雅黑";
        text-align: center;
        color: #fff;
        background: none;
        transition: 0.3s;
    }

    .common-nav ul li span {
        display: block;
        min-width: 5.5vw;
        background: url(../images/com_nav_li.png) no-repeat center 3vw/5.5vw;
        transition: 0.3s;
    }

    .common-nav ul li a:hover {
        background: #e60014;
        transform: translate3d(0, -3px, 0);
    }

    .common-nav ul li a:hover span {
        background-position: center bottom;

    }

    .common-nav ul li.active a {
        background: #e60014;
        transform: translate3d(0, -3px, 0);
    }

    .common-nav ul li.active a span {
        background-position: center bottom;

    }
}


/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background: #db0000;
}

footer p {
    padding: 0 2px;
}

footer a {
    padding: 0 2px;
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 1vw 0;
        font-size: 14px;
        line-height: 30px;
    }

    footer p {
        padding: 0 5px;
        color: #fff;
    }

    footer a {
        padding: 0 5px;
        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: #c50413;
    background: #fff;
    border: 1px solid #000;
}

.pages-right a.page-num {
    color: #fff;
    background: #b91a19;
    border-color: #b91a19;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 1.8vw 1.5vw;
    }

    .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: #b91a19;
        border-color: #b91a19;
    }

}