.com-banner {
    position: relative;
    z-index: 5;
}

.com-banner i {
    display: block;
}

.com-banner i img {
    width: 100%;
}

.common-top {
    padding: 0 0 15px;
    text-align: center;
    background: url(../images/com_title.png) no-repeat center 0/100% 100%;
}

.common-title {
    padding: 15px 0 10px;
    font: 400 24px/30px '微软雅黑';
    color: #d2d83b;
}

.bread {
    padding: 0 0 10px;
    font: 400 14px/24px '微软雅黑';
    color: #fff;
    text-align: center;
    background: url(../images/com_line.png) no-repeat center bottom;
}

.bread a {
    color: #fff;
}

.small {
    margin: 10px 0 0;
    font: 400 14px/18px '微软雅黑';
    color: #fff;
}

.big {
    font: 400 16px/20px '微软雅黑';
    color: #fff;
}

article {
    background: no-repeat center center/cover;
}

.common-main {
    padding: 12px;
}

.comon-box {
    min-height: 420px;
    padding: 10px 4px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    .common-top {
        position: absolute;
        left: 50%;
        top: 25%;
        margin: 0 0 0 -221px;
        width: 442px;
        height: 262px;
        text-align: center;
        background: url(../images/com_title.png) no-repeat center 0;
    }

    .common-title {
        padding: 50px 0 10px;
        font: 400 48px/48px '微软雅黑';
        color: #d2d83b;
    }

    .bread {
        padding: 0 0 30px;
        font: 400 14px/24px '微软雅黑';
        color: #fff;
        text-align: center;
        background: url(../images/com_line.png) no-repeat center bottom;
    }

    .bread a {
        color: #fff;
    }

    .small {
        margin: 24px 0 0;
        font: 400 14px/18px '微软雅黑';
        color: #fff;
    }

    .big {
        font: 400 18px/20px '微软雅黑';
        color: #fff;
    }

    article {
        position: relative;
        z-index: 50;
        padding: 0 0 75px;
        background: #fff;
    }

    .common-main {
        position: relative;
        z-index: 10;
        width: 1200px;
        margin: 0 auto;
    }

    .com-long {
        padding: 10px 0;
    }

    .common-box {
        padding: 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: #203b92;
}

@media (min-width: 1200px) {
    .common-nav {
        position: absolute;
        z-index: 10;
        top: -36px;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .common-nav ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .common-nav ul li {
        width: 50%;
        padding: 0;
    }

    .common-nav ul li a {
        display: block;
        font: 400 18px/72px "微软雅黑";
        text-align: center;
        color: #000;
        background: #f7f7f7;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #122a88;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #122a88;
    }
}


/* 网站翻页 */

.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;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.pages-right a.page-num {
    color: #fff;
    background: #0e4f9f;
    border-color: #0e4f9f;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 30px 0 0;
    }

    .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: #0e4f9f;
        border-color: #0e4f9f;
    }

}