article {
    padding: 60px 0 0;
    background: no-repeat center center/cover;
}

.com-banner img {
    width: 100%;
}

.common-main {
    padding: 0 12px 12px;
}

.com-slide {
    display: none;
}

.common-box {
    min-height: 360px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    header {
        background: rgba(100, 181, 175, 0.84);
    }

    nav {
        top: 0;
        padding: 18px 0;
    }

    .logo {
        top: 24px;
    }

    .com-slide {
        display: block;
        position: absolute;
        right: 50px;
        top: 240px;
        padding: 0 0 360px;
        background: url(../images/slide_line.png) no-repeat center bottom;
    }

    .com-slide i {
        display: block;
        width: 36px;
        text-align: center;
    }


    article {
        padding: 0;
    }

    .common-main {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding: 45px 0 0;
    }


    .common-box {
        padding: 0;
    }
}

@media (min-width: 1480px) {}


/* 二级导航 */

.common-nav {
    padding: 0 0 2px;
}

.com-since {
    padding: 0 0 10px;
}

.com-since img {
    width: 3rem;
}

.common-nav ul {
    display: flex;
    flex-wrap: wrap;
    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: #1d2087;
}

@media (min-width: 1200px) {
    .common-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 0;
        top: -61px;
        width: 100%;
        padding: 18px 30px;
        background: url(../images/com_nav_bg.jpg) 0 0;
        border-top: 8px solid #35378e;
    }

    .common-nav ul {
        display: flex;
        justify-content: center;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 24px;
    }

    .common-nav ul li a {
        display: block;
        font: 400 16px/36px "微软雅黑";
        text-align: center;
        color: #000;
        background: none;
    }

    .common-nav ul li a:hover {
        color: #1d2087;
        background: none;
    }

    .common-nav ul li.active a {
        color: #1d2087;
        background: none;
    }

    .com-since {
        padding: 0;
    }

    .com-since img {
        width: auto;
    }
}

/* 面包序 */
.com-top {
    margin: 0 2px 12px;
    padding: 5px 2px;
    text-align: center;
    background: #f0f0f0;
}

.bread {
    font: 400 14px/24px "微软雅黑";
    color: #000;
}

.bread a {
    color: #000;
}

.com-detial {
    color: #1d2087;
}

.common-bottom {
    display: none;
}

@media (min-width: 1200px) {
    .com-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 70px;
        padding: 0 80px;
        background: #f0f0f0;
    }

    .bread {
        font: 400 14px/36px "微软雅黑";
        color: #000;
    }

    .bread a {
        color: #000;
    }

    .com-detial {
        color: #1d2087;
    }

    .common-bottom {
        display: block;
        padding: 45px 0;
        text-align: center;
    }
}



/* 网站翻页 */

.pages {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    color: #999999;
}

.pages-left {
    display: none;
}

.pages-right {
    display: flex;
}

.pages-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    margin: 0 1px;
    font: 400 14px/30px "微软雅黑";
    color: #999999;
    background: #fff;
    border: 1px solid #999999;
    border-radius: 5px;
}

.pages-right a.page-num {
    color: #fff;
    background: #35378e;
    border-color: #35378e;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        padding: 40px 0;
        border-bottom: 1px dashed #dedede;
    }

    .pages-left {
        display: block;
        padding-right: 10px;
        font: 400 14px/38px "微软雅黑";
    }

    .pages-right a {
        width: 40px;
        font: 400 14px/38px "微软雅黑";
    }

    .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: #35378e;
        border-color: #35378e;
    }
}