article {
    padding: 60px 0 1px;
    background: no-repeat center center/cover;
}

.common-main {
    padding: 10px;
}

.com-title {
    font: 400 18px/30px '微软雅黑';
    color: #000;
    text-align: center;
}

.com-title span {
    color: #00665a;
}

.bread {
    margin: 0 0 30px;
    padding: 5px 0 10px;
    font: 400 14px/20px '微软雅黑';
    color: #000;
    text-align: center;
    background: url(../images/line_b.png) no-repeat center bottom;
}

.bread a {
    color: #000;
}

.common-border {
    position: relative;
    padding: 8px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed #000;
}

.tl {
    position: absolute;
    z-index: 10;
    left: -2px;
    top: -2px;
}

.tr {
    position: absolute;
    z-index: 10;
    right: -2px;
    top: -2px;
}

.bl {
    position: absolute;
    z-index: 10;
    left: -2px;
    bottom: -2px;
}

.br {
    position: absolute;
    z-index: 10;
    right: -2px;
    bottom: -2px;
}

.common-box {
    margin: 0;
    padding: 0;
}

.com-botom {
    padding: 20px 0 20px 10px;
    font: 400 12px/18px '微软雅黑';
    letter-spacing: 10px;
    text-align: center;
}


.common-box {
    min-height: 420px;
    margin: 0 4px;

}

@media (min-width: 1200px) {
    article {
        padding: 120px 0 1px;
    }

    .common-main {
        width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .com-title {
        font: 400 30px/36px '微软雅黑';
        color: #000;
        text-align: center;
    }

    .com-title span {
        color: #00665a;
    }

    .bread {
        margin: 0 0 50px;
        padding: 10px 0;
        font: 400 16px/30px '微软雅黑';
    }


    .common-border {
        position: relative;
        padding: 0;
    }

   
    .common-box {
        margin: 0;
        padding: 0;
    }

    .com-botom {
        padding: 60px 0 60px 160px;
        font: 400 12px/18px '微软雅黑';
        letter-spacing: 80px;
        text-align: center;
    }
}

@media (min-width: 1480px) {
    article {
        padding: 200px 0 1px;
    }
}


/* 二级导航 */

.common-nav {
    position: relative;
    margin-top: 10px;
    padding: 2px;
    border-bottom: 1px dashed #000;
}

.common-name {
    position: absolute;
    left: 50%;
    top: -34px;
    width: 120px;
    margin-left: -60px;
    font: 400 16px/30px '微软雅黑';
    color: #fff;
    text-align: center;
    background: #00665a;
}

.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: #00665a;
}

@media (min-width: 1200px) {
    .common-nav {
        position: relative;
        margin: 0;
        padding: 0;
        border-bottom: 1px dashed #000;
    }

    .common-name {
        position: absolute;
        left: 50%;
        top: -18px;
        width: 150px;
        margin-left: -75px;
        font: 400 14px/36px '微软雅黑';
        color: #fff;
        text-align: center;
        background: #00665a;
    }

    .common-nav ul {
        display: flex;
        justify-content: space-between;
        padding: 0 200px;
    }

    .common-nav ul li {
        width: auto;
        padding: 0;
        transform: translate3d(0, 1px, 0);
    }

    .common-nav ul li a {
        display: block;
        height: 72px;
        padding: 28px 0 0;
        font: 400 18px/36px "微软雅黑";
        text-align: center;
        color: #000;
        background: url(../images/com_nav_line.png) no-repeat center bottom/0 4px;
        transition: 0.3s;
    }

    .common-nav ul li a span {
        display: block;
        transition: 0.3s;
    }

    .common-nav ul li a:hover {
        color: #000;
        background-size: 100% 4px;
    }

    .common-nav ul li a:hover span {
        transform: translate3d(0, -6px, 0);
    }

    .common-nav ul li.active a {
        color: #000;
        background: url(../images/com_nav_line.png) no-repeat center bottom/100% 4px;
    }

    .common-nav ul li.active a span {
        transform: translate3d(0, -6px, 0);
    }
}


/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 0;
    background: #00665a;
    font: 400 14px/20px "微软雅黑";
    text-align: center;
}

footer p {
    padding: 0 2px;
    color: #fff;
}

footer a {
    padding: 0 2px;
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        padding: 12px 0;
        font: 400 14px/30px '微软雅黑';

    }


}


/* 网站翻页 */

.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;
}

.pages-right a.page-num {
    color: #fff;
    background: #00665a;
}

.pages-right a:first-child,
.pages-right a:last-child {
    display: none;
}

@media (min-width: 1200px) {
    .pages {
        justify-content: space-between;
        margin: 20px 0 80px;
        padding: 15px 30px;
        background: rgba(255, 255, 255, 0.9);
    }

    .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;
    }

}