.com-banner {
    position: relative;
}

.com-banner i {
    display: block;
}

.com-banner i img {
    width: 100%;
}

article {
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
    background: rgba(235, 235, 235, 0.8);
}

.common-top {
    width: 100%;
    background: rgba(235, 235, 235, 0.9);
}

.com-line {
    padding: 0 0 0.2rem;
}

.com-line img {
    width: 100%;
}

.common-title {
    padding: 10px 0;
    text-align: center;
}

.common-title .en {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #c8000a;
}

.common-title .en p {
    padding: 0 2px;
}

.common-title .ch {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
}

.common-title .ch span {
    padding: 0 0.2rem 0.05rem 0;
    background: url(../images/part_xie.png) no-repeat right bottom/0.2rem;
}

.bread {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.common-box {
    min-height: 420px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    article {
        padding: 0 0 2.5vw;
    }
    .common-main {
        position: relative;
        width: 72vw;
        margin: 0 auto;
        padding: 4.5vw 4.5vw 2vw;
        background: rgba(235, 235, 235, 0.8);
        border-radius: 0 0 1vw 1vw;
    }
    .common-top {
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 50;
        left: 0;
        top: -8vw;
        width: 100%;
        padding: 3.5vw 4.5vw 0;
        background: rgba(235, 235, 235, 0.9);
        border-radius: 1vw 1vw 0 0;
    }
    .com-line {
        padding: 0 0 1.5vw;
    }
    .com-line img {
        width: 100%;
    }
    .common-title .en {
        display: block;
        font-size: 3vw;
        line-height: 3.2vw;
        text-align: left;
    }
    .common-title .ch {
        justify-content: flex-start;
        font-size: 1.5vw;
        line-height: 1.6vw;
    }
    .common-title .ch span {
        margin-top: 0.2vw;
        padding: 0 1.2vw 0.6vw 0;
        background: url(../images/part_xie.png) no-repeat right bottom/1.2vw;
    }
    .bread {
        padding: 0 0.6vw 0 0;
        text-align: right;
        transform: translate3d(0, -0.8vw, 0);
    }
    .common-box {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1480px) {}


/* 二级导航 */

.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);
}


@media (min-width: 1200px) {
    .common-nav {
        position: relative;
        padding: 0;
    }
    .common-nav ul {
        display: flex;
        justify-content: flex-end;
        padding: 0.78vw 0 0;
    }
    .common-nav ul li {
        width: auto;
        padding: 0 0.6vw;
    }
    .common-nav ul li a {
        display: block;
        width: 6.4vw;
        height: 6vw;
        padding: 2vw 0 0;
        font-size: 0.8vw;
        line-height: 1.8vw;
        text-align: center;
        color: #fff;
        background: none;
        transition: 0.3s transform;
    }
    .common-nav ul a span {
        display: block;
        background: rgba(0, 0, 0, 0.5);
    }
    .common-nav ul li a:hover {
        color: #fff;
        background: url(../images/part1_nav.png) no-repeat center 0/auto 100%;
        transform: translate3d(0, -2.2vw, 0);
    }
    .common-nav ul li a:hover span {
        transform: translate3d(0,0.1vw,0);
        background: none;
    }

}


/* 网站翻页 */

.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: #c63731;
    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: 0.5vw 0.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: #c63731;
        border-color: #c63731;
    }
}
