.com-banner {
    position: relative;
}

.com-banner i {
    display: block;
}

.com-banner i img {
    height: 200px;
    margin-left: -50%;
}

.com-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 2.4rem 0 0;
    text-align: center;
    color: #fff;
}

.com-layer .ch {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.com-layer .en {
    padding-top: 5px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2px;
}

@media (min-width: 1200px) {
    .com-banner {
        position: relative;
        z-index: 1;
    }
    .com-banner i img {
        height: auto;
        margin-left: 0;
    }
    .com-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        padding: 10vw 0 0;
        text-align: center;
        color: #fff;
    }
    .com-layer .ch {
        font-weight: bold;
        font-size: 2.4vw;
        line-height: 2.4vw;
    }
    .com-layer .en {
        padding-top: 1vw;
        font-size: 0.9vw;
        line-height: 1vw;
        letter-spacing: 0.2vw;
    }
}


/* article */

article {
    padding: 0 0 1px;
}

.com-top {
    padding: 1vw 0;
    background: #f3f3f3;
}

.bread {
    padding: 5px 0;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-align: center;
}

.bread a {
    color: #999999;
}

.common-main {
    padding: 12px;
}

.com-title {
    margin: 0 4px;
    padding: 10px 0;
    text-align: center;
    background: #fed900;
}

.com-title .ch {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.com-title .en {
    font-size: 12px;
    line-height: 1.2;
    color: #cf000d;
    text-transform: uppercase;
}

.common-box {
    min-height: 420px;
    margin: 10px 2px 0;
    padding: 10px;
    background: #f8f8f8;
}

@media (min-width: 1200px) {
    article {
        position: relative;
        z-index: 50;
        padding: 0;
    }
    .com-top {
        padding: 1vw 0;
        background: #f3f3f3;
    }
    .bread {
        width: 64vw;
        margin: 0 auto;
        text-align: right;
    }
    .common-main {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 64vw;
        margin: 0 auto;
        padding: 1px 0;
    }
    .common-slide {
        width: 7.6vw;
        margin-top: -4.5vw;
        border: 1px solid #999999;
        border-radius: 1vw;
    }
    .com-title .en {
        font-size: 12px;
        line-height: 1.2;
        color: #cf000d;
        text-transform: uppercase;
    }
    .com-title {
        margin: 0;
        padding: 1vw 0;
        text-align: center;
        background: #f38f3c;
        border-radius: 1vw;
    }
    .com-title .en img {
        width: 5.3vw;
    }
    .com-title .ch {
        font-size: 1.2vw;
        line-height: 1.4vw;
        color: #fff;
    }
    .common-box {
        width: 54vw;
        padding: 0;
        background: none;
    }
}


/* 二级导航 */

.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: #f38f3c;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 2vw 0 0;
    }
    .common-nav ul {
        display: block;
    }
    .common-nav ul li {
        width: 100%;
        padding: 0.4vw 0;
    }
    .common-nav ul li a {
        display: block;
        position: relative;
        font: 400 0.8vw/2vw "微软雅黑";
        text-align: center;
        color: #000;
        background: none;
        border-radius: 1vw;
    }
    .common-nav ul li a:hover {
        color: #fff;
        background: #f38f3c;
    }
    .common-nav ul li.active a {
        color: #fff;
        background: #f38f3c;
    }
}


/* 网站翻页 */

.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: #f38f3c;
    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: #f38f3c;
        border-color: #f38f3c;
    }
}