article {
    padding: 60px 0 10px;
    background: no-repeat center center/cover;
}

.common-main {
    position: relative;
    padding: 12px;
}

.common-en {
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 100%;
    font-size: 0.8rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    text-transform: uppercase;
}

.common-name {
    position: relative;
    z-index: 10;
    font-size: 0.36rem;
    line-height: 0.4rem;
    text-align: center;
}

.bread {
    position: relative;
    z-index: 10;
    padding: 0.2rem 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.bread a {
    color: #000;
}

.common-box {
    min-height: 420px;
    margin: 0 4px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
    article {
        padding: 10vw 0 8vw;
    }
    .common-main {
        position: relative;
        width: 64vw;
        margin: 0 auto;
        padding: 0;
    }
    .common-en {
        position: absolute;
        left: 0;
        top: 2.5vw;
        width: 100%;
        font-size: 7vw;
        line-height: 8vw;
        color: rgba(255, 255, 255, 0.3);
        text-align: center;
        text-transform: uppercase;
    }
    .common-name {
        position: relative;
        z-index: 10;
        font-size: 1.8vw;
        line-height: 2vw;
        text-align: center;
    }
    .bread {
        position: relative;
        z-index: 10;
        padding: 0.8vw 0 1.2vw;
        font-size: 0.9vw;
        line-height: 1.2vw;
        color: #000;
        text-align: center;
    }
    .bread a {
        color: #000;
    }
    .common-box {
        padding: 0;
    }
}


/* 二级导航 */

.common-nav {
    padding: 2px;
}

.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;
    position: relative;
    font: 400 16px/30px "微软雅黑";
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}
 .common-nav ul li a::before{
     content: '';
     position: absolute;
     right: 1%;
     top: 5px;
     width: 24px;
     height: 24px;
     background: url(../images/poiner_w.png) no-repeat center 0/24px;
 } 

.common-nav ul li.active a {
    background: #01903b;
}

@media (min-width: 1200px) {
    .common-nav {
        position: relative;
        z-index: 30;
        min-height: 4.2vw;
        padding: 0 0 2vw;
    }
    .common-nav ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .common-nav ul li {
        width: auto;
        padding: 0 0 0.5vw;
    }
    .common-nav ul {
        display: flex;
    }
    .common-nav ul li {
        padding-left: 1vw;
        padding-right: 1vw;
    }
    .common-nav ul li:nth-child(4n) {
        padding-left: 2vw;
        padding-right: 0;
    }
    .common-nav ul li:nth-child(4n+1) {
        padding-left: 0;
        padding-right: 2vw;
    }
    .common-nav ul li a {
        display: block;
        position: relative;
        width: 12.6vw;
        font: 400 0.9vw/1.6vw "微软雅黑";
        text-align: center;
        color: #000;
        background: none;
        border: 1px solid #000;
    }
     .common-nav ul li a::before{
         content: '';
         position: absolute;
         right: 1%;
         top: .4vw;
         width: 1.6vw;
         height: 1.6vw;
         background: url(../images/poiner.png) no-repeat center 0/1.6vw;
     } 
     .common-nav ul li a span {
        display: block;
        background: #fff;
        border: 1px solid #fff;
    }
    .common-nav ul li a:hover span {
        color: #fff;
        background: #01903b;
    }
    .common-nav ul li.active a {
        color: #000;
    }
}


/* 网站页脚 */

footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 1px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background: #000;
    border-top: 3px solid #8dc130;
}

footer p {
    padding: 0 5px;
    color: #fff;
}

footer a {
    padding: 0 5px;
    color: #fff;
}

@media (min-width: 1200px) {
    footer {
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 36px;
        background: #000;
        border-top: 0.3vw solid #8dc130;
    }
    footer p {
        padding: 0 5px;
        color: #fff;
    }
    footer a {
        padding: 0 5px;
        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: #01903b;
    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: #01903b;
        border-color: #01903b;
    }
}
