article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.common-icon {
    display: none;
}

.common-title {
    text-align: center;
}

.common-title .ch {
    display: flex;
    justify-content: center;
    color: #fff;
}

.common-title .ch span {
    display: block;
    padding: 0 20px;
    font: bold 18px/30px '微软雅黑';
    background: url(../images/com_circle_w.png) no-repeat 0 center,
        url(../images/com_circle_w.png) no-repeat right center;
}

.common-title .en {
    font: bold 12px/16px '微软雅黑';
    color: #fff;
    text-transform: uppercase;
}

.common-border {
    position: relative;
    margin: 10px 0 0;

}

.bread {
    margin: 0 4px;
    font: 400 14px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bread a {
    color: #fff;
}

.common-qa {
    display: none;
}

.common-box {
    min-height: 500px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #eaba66;
}

@media (min-width: 1200px) {
    article {
        position: relative;
        padding: 200px 0 72px;
    }

    .common-icon {
        display: block;
        position: absolute;
        left: 1%;
        top: 10%;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .common-title {
        text-align: center;
    }

    .common-title .ch {
        display: flex;
        justify-content: center;
        color: #fff;
    }

    .common-title .ch span {
        display: block;
        padding: 0 40px;
        font: bold 36px/42px '微软雅黑';
        background: url(../images/com_circle_w.png) no-repeat 0 center,
            url(../images/com_circle_w.png) no-repeat right center;
    }

    .common-title .en {
        font: bold 14px/16px '微软雅黑';
        color: #fff;
    }

    .common-border {
        position: relative;
        margin: 36px 0 0;
        padding-left: 10px;
        background: url(../images/top.png) no-repeat center 0,
            url(../images/left.jpg) no-repeat 0 0/10px 190px,
            url(../images/left.jpg) no-repeat 0 400px/10px 100%;
        border: 10px solid #eaba66;
        border-top: 0;
        border-left: 0;
    }

    .bread {
        position: absolute;
        left: 50%;
        top: 0;
        padding: 5px 0;
        font: 400 14px/30px '微软雅黑';
        color: #fff;
        text-align: center;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: translate3d(-50%, -18px, 0);
    }

    .bread a {
        color: #fff;
    }

    .common-qa {
        display: block;
        position: absolute;
        z-index: 10;
        left: -50px;
        top: 200px;
    }

    .common-box {
        margin: 50px 0 0;
        padding: 0;
        background: none;
        border: 0;
    }
}


/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    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: 50px 0 0;
    }

    .common-nav ul {
        display: flex;
        justify-content: space-around;
        background: #a40007;
        border-radius: 0;
    }

    .common-nav ul li {
        width: auto;
        padding: 0;
    }

    .common-nav ul li a {
        display: block;
        position: relative;
        padding: 0 20px;
        font: 400 18px/36px "微软雅黑";
        text-align: center;
        color: #fff;
        background: none;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #e50012;
    }

    .common-nav ul li a:hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 7px;
        background: url(../images/com_san.png) no-repeat center 0;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #e50012;
    }

    .common-nav ul li.active a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 7px;
        background: url(../images/com_san.png) no-repeat center 0;
    }
}


/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
    font: 400 14px/20px "微软雅黑";
    color: #000;
    text-align: center;
    background: #fff;
}

footer p {
    padding: 0 5px;
}

footer a {
    padding: 0 5px;
    color: #000;
}


@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        padding: 15px 0;
        font: 400 16px/30px "微软雅黑";
        border-top: 10px solid #b7000e;
    }

    footer p {
        padding: 0 5px;
    }

    footer a {
        padding: 0 5px;
    }
}


/* 网站翻页 */

.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: #000;
    border: 1px solid #bfbfbf;
}

.pages-right a.page-num {
    color: #fff;
    background: #a40007;
    border-color: #a40007;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 10px 30px;
        background: rgba(255, 255, 255, 0.8);
    }

    .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: #a40007;
        border-color: #a40007;
    }

}