article {
    padding: 12px 12px 10px;
    background: no-repeat center center/cover;
}

.common-title {
    text-align: center;
}

.common-title img {
    width: 3rem;
}

.bread {
    padding: 0.1rem 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.common-main {
    margin: 0 4px;
    background: rgba(255, 255, 255, 0.8);
}

.com-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0.1rem;
}

.com-ad {
    color: #000;
}

.com-ad .ch {
    font-size: 0.36rem;
    line-height: 0.4rem;
}

.com-ad .en {
    display: none;
}

.com-ad .fc {
    font-size: 0.5rem;
    line-height: 0.6rem;
    color: #e0b974;
    text-transform: uppercase;
}

.com-detail {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #000;
}

.common-box {
    min-height: 420px;
    padding: 10px;

}

@media (min-width: 1200px) {
    article {
        padding: 0 0 4vw;
    }

    .common-title {
        padding: 6vw 0 0;
        text-align: center;
    }

    .common-title img {
        width: 24vw;
    }

    .bread {
        padding: 1vw 0 3vw;
        font-size: 14px;
        line-height: 1.8vw;
        color: #000;
        text-align: center;
    }

    .bread a {
        color: #000;
    }

    .common-main {
        width: 62vw;
        margin: 0 auto;
        padding: 0;
        border-bottom: 0.4vw solid #0e643f;
    }

    .com-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 2.4vw;
    }

    .com-ad {
        color: #000;
    }

    .com-ad .ch {
        font-size: 1.8vw;
        line-height: 2vw;
    }

    .com-ad .en {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

    .com-ad .fc {
        padding: 1vw 0 0;
        font-size: 5vw;
        line-height: 5vw;
        color: #e0b974;
        text-transform: uppercase;
    }

    .com-detail {
        font-size: 1.8vw;
        line-height: 2vw;
        color: #000;
    }

    .common-box {
        padding: 0;
    }
}

/* 二级导航 */

.common-nav {
    padding: 2px;
}

.common-nav ul {
    display: flex;
    justify-content: center;
    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: #0e643f;
}

@media (min-width: 1200px) {
    .common-nav {
        position: relative;
        z-index: 15;
        padding: 0;
    }

    .common-nav ul {
        display: flex;
        justify-content: center;
    }

    .common-nav ul li {
        width: auto;
        padding: 0 0.6vw;
    }

    .common-nav ul li a {
        display: block;
        position: relative;
        padding: 0 1.2vw;
        font-size: 1vw;
        line-height: 2vw;
        color: #fff;
        background: #000;
    }

    .common-nav ul li a:hover {
        color: #fff;
        background: #0e643f;
    }

    .common-nav ul li a:hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 8px;
        background: url(../images/shape.png) no-repeat center 0;
    }

    .common-nav ul li.active a {
        color: #fff;
        background: #0e643f;
    }

    .common-nav ul li.active a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 8px;
        background: url(../images/shape.png) no-repeat center 0;
    }
}


/* 网站页脚 */

footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}

footer p {
    padding: 0 5px;
    font: 400 14px/20px "微软雅黑";
    color: #fff;
    text-align: center;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        background: #000;
    }

    footer p {
        padding: 0 10px;
        font: 400 16px/30px "微软雅黑";
        color: #fff;
    }
}


/* 网站翻页 */

.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: #0e643f;
    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: 1.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: #0e643f;
        border-color: #0e643f;
    }
}