.com-banner {
    position: relative;
}

.com-banner .com-layer {
    position: absolute;
    z-index: 10;
    left: 0.5rem;
    top: 1.8rem;
}

.com-banner .com-layer img {
    width: 2rem;
}

.com-img {
    width: 100%;
}

.com-img img {
    width: 115%;
}

article {
    padding: 0;
}

.common-main {
    padding: 12px;
}

.common-box {
    min-height: 320px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.common-top {
    padding: 10px;
    background: #fff;
    border-top: 4px solid #1b338f;
}

.com-slide {
    padding-bottom: 0.2rem;
    padding-left: 0.3rem;
    color: #1b338f;
    background: url(../images/line_b.png) no-repeat 0 0.2rem/0.2rem;
}

.com-slide .ch {
    font-size: 0.36rem;
    line-height: 0.48rem;
}

.com-slide .en {
    font-size: 14px;
    line-height: 16px;
    opacity: 0.25;
}

.bread {
    padding: 0.1rem 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.bread a {
    color: #000;
}

.common-main {
    position: relative;
    padding: 0 0.2rem;
    background: #f9f9f9;
}

.common-box {
    padding: 10px;
    background: none;
}

.com-en {
    display: none;
}

@media (min-width: 1200px) {
    header {
        position: relative;
    }
    .com-banner {
        position: relative;
    }
    .com-banner .com-layer {
        position: absolute;
        z-index: 10;
        left: 8vw;
        top: 10vw;
    }
    .com-banner .com-layer img {
        width: 18vw;
    }
    .com-img {
        width: 100%;
    }
    article {
        position: relative;
        padding: 4vw 8vw 3vw;
        background: #fff;
    }
    .common-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        z-index: 10;
        left: 8vw;
        top: -1.8vw;
        width: 84vw;
        padding: 0.8vw 10vw 0;
        background: #fff;
        border-top: 0.4vw solid #1b338f;
    }
    .com-slide {
        padding-left: 1.6vw;
        padding-bottom: 0;
        color: #1b338f;
        background: url(../images/line_b.png) no-repeat 0 1vw/0.6vw;
    }
    .com-slide .ch {
        font-size: 1.5vw;
        line-height: 1.6vw;
    }
    .com-slide .en {
        font-size: 14px;
        line-height: 16px;
        opacity: 0.25;
    }
    .bread {
        padding: 0.2vw 0 0;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }
    .bread a {
        color: #000;
    }
    .common-main {
        position: relative;
        padding: 0 10vw;
        background: #f9f9f9;
    }
    .common-box {
        padding: 0;
        background: none;
    }
    .com-en {
        display: block;
        position: absolute;
        z-index: 1;
        right: 7vw;
        top: 5vw;
    }
}


/* 二级导航 */

.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: #1a338e;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 0;
    }
    .common-nav ul {
        display: flex;
        justify-content: center;
    }
    .common-nav ul li {
        width: auto;
        padding: 0.6vw 0 0.6vw 2vw;
    }
    .common-nav ul li a {
        display: block;
        padding: 0.5vw 0;
        font-size: 0.9vw;
        line-height: 1.4vw;
        text-align: center;
        color: #000;
        background: none;
    }
    .common-nav ul li a:hover {
        color: #1b338f;
        background: url(../images/com_line.png) no-repeat center bottom;
    }
    .common-nav ul li.active a {
        color: #1b338f;
        background: url(../images/com_line.png) no-repeat center bottom;
    }
}


/* 网站翻页 */

.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: #1b338f;
    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: 1vw 0 2vw;
    }
    .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: #1b338f;
        border-color: #1b338f;
    }
}