article {
    padding: 5.2rem 10px 0;

}
.common-main{
    padding: 12px 0 10px;
    background: #fff;
}
.bread{
    margin: 0 4px;
    padding: 0 0.4rem;
    font-size: 14px;
    line-height: 36px;
    color: #000;
    background: #fff;
    border: 1px solid #5f5f5f;
}
.bread a{
    color: #000;
}

.common-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 4px;
    padding: 0.1rem 0.2rem;
    background: #004da7 url(../images/com_logo.png) no-repeat 0 center/4.2vw;
}
.common-title i{
    display: block;
    padding-right: 10px;
}
.common-title i img{
    width:30px;
}
.common-name{
    color: #fff;
}
.common-name .ch{
    font-size: 18px;
    line-height: 24px;
}
.common-name .en{
    font-size: 12px;
    line-height: 16px;
}
.common-slide-img{
    display: none;
}
.common-box {
    min-height: 420px;
    margin: 10px 4px 0;
    padding: 10px;
    background: #f5f5f5;
    /* background: rgba(255, 255, 255, 0.8); */
}

@media (min-width: 1200px) {
    article{
        padding: 1vw 0 0;
        
    }
    .bread{
        width: 62vw;
        margin: 0 auto;
        padding: 0 2.4vw 1.2vw;
        font-size: 14px;
        line-height: 2.4vw;
        color: #000;
        background: #fff url(../images/shadow.png) no-repeat center 0/110%;
        border-left: 1px solid #5f5f5f;
        border-right: 1px solid #5f5f5f;
        border-top: 1px solid #5f5f5f;
    }
    .bread a{
        color: #000;
    }
    .common-main {
        display: flex;
        justify-content: space-between;
        width: 62vw;
        margin: 0 auto;
        overflow: hidden;
        padding: 1vw;
        background: #fff;
        border: 1px solid #5f5f5f;
        border-top: 0;

    }
    .wrapper{
        overflow: hidden;
    }
    .common-slide{
        width: 14.2vw;
        min-height: 30vw;
    }
    .common-slide-img{
        display: block;
        padding-top: 4vw;
    }
    .common-slide-img img{
        width: 100%;
    }
    .common-slide-state{
        position: absolute;
        z-index: 2;
        left: 19.5vw;
        top: 5.64vw;
        width: 14.2vw;
    }
    .common-title{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 1.4vw 3.2vw;
        background: #004da7 url(../images/com_logo.png) no-repeat 0 center/4.2vw;
    }
    .common-title i{
        display: block;
    }
    .common-title i img{
        width: 1.6vw;
    }
    .common-name{
        color: #fff;
    }
    .common-name .ch{
        font-size: 1.2vw;
        line-height: 1.4vw;
    }
    .common-name .en{
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
    }
   
    .common-box {
        width: 43.6vw;
        min-height: 32vw;
        padding: 0;
        border-top: 0.2vw solid #004da7;
    }
}

@media (min-width: 1480px) {}


/* 二级导航 */

.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;
    font: 400 16px/30px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #666;
}

.common-nav ul li.active a {
    background: #c50413;
}

@media (min-width: 1200px) {
    .common-nav {
        padding: 0.3vw 0 0;
    }
    .common-nav ul {
        display: flex;
        justify-content: center;
    }
    .common-nav ul li {
        width: 100%;
        padding: 0 0 2px;
    }
    .common-nav ul li a {
        display: block;
        padding: 0.8vw 3.6vw;
        font-size: 1vw;
        line-height: 1.6vw;
        text-align: right;
        color: #000;
        background: #ececec url(../images/arrow_bb.png) no-repeat 3.8vw center;
    }
    .common-nav ul li a:hover {
        color: #fff;
        background: #004da7 url(../images/arrow_ww.png) no-repeat 3.8vw center;
    }
    .common-nav ul li.active a {
        color: #fff;
        background: #004da7 url(../images/arrow_ww.png) no-repeat 3.8vw center;
    }
}


/* 网站翻页 */

.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: #004da7;
    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 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: #004da7;
        border-color: #004da7;
    }
}