#dcms_pager .pages {
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px 0 10px 0;
    padding: 20px 0;
    height: 20px;
    clear: both;
    text-align: center;
}

    #dcms_pager .pages a {
        border: 1px solid #ccc;
        text-decoration: none;
        margin: 0 5px 0 0;
        padding: 5px 10px;
        font-size: 13px;
        height: 16px;
        line-height: 16px;
    }

        #dcms_pager .pages a:hover {
            border: 1px solid #1970b8;
            background-color: #1970b8;
            color: #fff;
        }

    #dcms_pager .pages .pgempty {
        border: 1px solid #ccc;
        color: #666;
    }

    #dcms_pager .pages .pgcurrent {
        border: 1px solid #1970b8;
        color: #fff;
        background-color: #1970b8;
    }

.cleri {
    clear: both;
    margin-top: 20px;
}

/* 伸缩布局 */
.flex-wrap {
    flex-wrap: wrap
}

.flex-row {
    flex-direction: row
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.fixed {
    position: fixed
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.border-box {
    box-sizing: border-box
}

.fw {
    font-weight: bold
}

.center {
    text-align: center
}

.content-center {
    align-content: center
}

.align-center {
    align-items: center
}

.text-right {
    text-align: right;
}



/* 图片缩放 */
.img-scale {
    overflow: hidde
}

.img-scale img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.8s;
    -webkit-transition: all 0.8s
}

.img-scale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}


.n-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.n_kcxfz a {
    display: block;
    position: relative;
}

.n_kcxfz a img {
    width: 100%;
    display: block;
}

.ov {
    overflow: hidden
}

.n_kcxfz a .tit {
    position: absolute;
    left: 0;
    bottom: 16px;
    left: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    line-height: 36px;
}

.n-yuanjing {
    padding-top: 6%;
}

.yj-img img {
    display: block;
    width: 100%;
}

.n-wrap1 {
    width: 100%;
    max-width: 1342px;
    margin: 0 auto;
}

.n-yuanjing .con {
    background: #f1f2f2;
    text-align: center;
    padding: 4% 10%;
    line-height: 32px;
}

.n-yuanjing .con .tit {
    font-size: 32px;
    font-weight: bold;
    color: #4ba978;
    margin-bottom: 20px;
}

.yj-list {
    padding: 5% 0;
}

.yj-list img {
    display: block;
    width: 100%;
}

.yj-list.yj-list li .box {
    width: 50%;
}

.yj-list.yj-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.yj-list.yj-list li .con {
    line-height: 32px;
    padding-left: 5%;
    box-sizing: border-box;

}

.yggh .con .tit,
.shp li .tit,
.yj-list.yj-list li .con .tit {
    font-size: 32px;
    font-weight: bold;
    color: #4ba978;
    margin-bottom: 3%;

}

.yj-list.yj-list li:nth-child(2n) .con {
    padding-right: 5%;
    padding-left: 0;
}

.shp {
    padding: 6% 0 4% 0;
}

.shp img {
    display: block;
    width: 100%;
}

.shp li {
    padding-bottom: 4%;
}

.shp li .img {
    width: 33%;
}

.shp li .con {
    width: 60%;
    line-height: 32px;
}

.yggh {
    padding: 4% 0;
}

.yggh .con {
    line-height: 32px;
    padding-bottom: 4%;
}

.yggh img {
    max-width: 100%;
}

@media(max-width:1200px) {
    .n-wrap {
        width: 96%;
    }
}

@media(max-width:1400px) {
    .n-wrap1 {
        width: 96%;
    }
}

@media(max-width:750px) {
    .n-yuanjing .con {
        padding: 5% 3%;
    }

    .yggh .con .tit,
    .shp li .tit,
    .yj-list.yj-list li .con .tit,
    .n-yuanjing .con .tit {
        font-size: 24px;
    }

    .yj-list.yj-list li {
        flex-wrap: wrap;
    }

    .yj-list.yj-list li .box {
        width: 100%;
    }

    .yj-list.yj-list li .con,
    .yj-list.yj-list {
        display: block !important;
    }

    .shp li .con,
    .yj-list.yj-list li .con {
        padding: 5% 3%;
    }

    .shp li .box {
        width: 100%;
    }

    .n_kcxfz li {
        width: 48%;
        margin-bottom: 15px;
    }
}