.new-list {
    position: relative;
    overflow: hidden
}

.new-list .s1 {
    position: relative
}

.new-list .s1 .nav-wrap {
    position: absolute;
    top: 190px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%)
}

.new-list .s1 .text-wrap {
    position: absolute;
    left: 0;
    top: 140px
}

.new-list .s1 .text-wrap h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin-bottom: 1rem
}

.new-list .s1 .text-wrap .des {
    width: 78%;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3)
}

.new-list .s2 {
    position: relative;
    background: #eceff1;
    overflow: hidden
}

.new-list .s2 .container {
    padding-top: 5rem;
    padding-bottom: 4rem
}

.new-list .s2 .container h1 {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 0rem;
    text-transform: uppercase
}

.new-list .s2 .container .tit_de {
    margin: 0 auto;
    width: 68%;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-align: center;
    margin-bottom: 2rem
}

.new-list .s2 .container .tab-change {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    font-size: 0
}

.new-list .s2 .container .tab-change .tab-item {
    display: inline-block;
    width: 240px;
    background: #fff;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 50px
}

.new-list .s2 .container .tab-change .tab-item:hover,
.new-list .s2 .container .tab-change .activeNav {
    background: #1565c0;
    color: #fff;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.3)
}

.new-list .s2 .new-box .content {
    background-color: #fff;
    transition: 0.5s;
    margin-bottom: 30px
}

.new-list .s2 .new-box .content .new-tit {
    padding: 2rem;
    padding-bottom: 2.625rem
}

.new-list .s2 .new-box .content .new-tit .time {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    color: #666
}

.new-list .s2 .new-box .content .new-tit .title1 {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.new-list .s2 .new-box .content .new-tit .des {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4
}

.new-list .s2 .new-box .content .new-tit .more {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #b3b3b3
}

.new-list .s2 .new-box .content:hover {
    transition: 0.5s;
    box-shadow: 0px 2px 9px 1px rgba(61, 61, 61, 0.3)
}

.new-list .s2 .new-box .content:hover .new-tit .more {
    color: #0067A4
}

.new-list .s2 .page {
    text-align: center;
    margin: 0 auto;
    overflow: hidden
}

.new-list .s2 .page ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px
}

.new-list .s2 .page .pagination>li {
    display: inline
}

.new-list .s2 .page .pagination>li:first-child>a,
.new-list .s2 .page .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 24px
}

.new-list .s2 .page .pagination>li>a,
.new-list .s2 .page .pagination>li>span {
    position: relative;
    width: 38px;
    vertical-align: top;
    display: inline-block;
    line-height: 36px;
    border: 1px solid #ccc;
    margin-left: 10px
}

.new-list .s2 .page .pagination>.active>a,
.new-list .s2 .page .pagination>.active>span,
.new-list .s2 .page .pagination>.active>a:hover,
.new-list .s2 .page .pagination>.active>span:hover,
.new-list .s2 .page .pagination>.active>a:focus,
.new-list .s2 .page .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #014099;
    border-color: #014099;
    cursor: default
}

.new-list .s2 .page ul.pagination li a {
    color: #333;
    text-decoration: none
}

.new-list .s2 .page .pagination>li:last-child>a,
.new-list .s2 .page .pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 24px
}

.new-list .s2 .page .pagination>.disabled>span,
.new-list .s2 .page .pagination>.disabled>span:hover,
.new-list .s2 .page .pagination>.disabled>span:focus,
.new-list .s2 .page .pagination>.disabled>a,
.new-list .s2 .page .pagination>.disabled>a:hover,
.new-list .s2 .page .pagination>.disabled>a:focus {
    color: #333;
    background-color: transparent;
    border-color: #ccc;
    cursor: not-allowed
}

/* 1280  1366 1440 */
@media screen and (max-width: 1500px) and (min-width: 1200px) {
    .new-list .s1 .nav-wrap {
        top: 160px;
    }
}

@media screen and (max-width: 1700px) and (min-width: 768px) {
    .bgImg {
        width: 100%;
        height: 600px;
        object-fit: cover
    }
}

@media screen and (max-width: 1399px) and (min-width: 0px) {
    .new-list .s2 .container .tab-change .tab-item {
        width: 220px
    }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
    .new-list .s2 .container .tit_de {
        width: 72%
    }

    .new-list .s2 .new-box .news .content .new-tit .more {
        line-height: 50px
    }
}

@media screen and (max-width: 1199px) and (min-width: 0) {
    .s1 .bgImg {
        height: 400px
    }

    .new-list .s1 .text-wrap h1,
    .new-list .s2 .container h1 {
        font-size: 28px
    }

    .new-list .s1 .text-wrap {
        position: absolute;
        left: 0;
        top: 75px
    }

    .new-list .s1 .text-wrap .des {
        font-size: 16px
    }

    .new-list .s2 .container .tab-change .tab-item {
        width: 172px;
        font-size: 16px
    }

    .new-list .s2 .container {
        padding-top: 4rem
    }

    .new-list .s2 .new-box .news .content .new-tit {
        padding: 1rem;
        padding-bottom: 1rem
    }

    .new-list .s2 .new-box .news .content .new-tit .title1 {
        font-size: 18px;
        margin-bottom: 0.5rem
    }

    .s1 .bgImg {
        object-fit: cover
    }

    .new-list .s2 .container .tit_de {
        width: 93%
    }

    .new-list .s2 .new-box .news {
        margin-bottom: 2rem
    }

    .new-list .s2 .new-box .content .new-tit .des {
        font-size: 16px
    }

    .new-list .s2 .new-box .news .content .new-tit .time {
        margin-top: 0rem
    }

    .new-list .s2 .page {
        margin-top: -26px
    }

    .new-list .s1 .nav-wrap {
        top: 135px
    }
}

@media screen and (max-width: 999px) and (min-width: 0) {
    .new-list .s1 .nav-wrap {
        top: 150px
    }

    .new-list .s1 .text-wrap .des {
        width: 700px
    }

    .new-list .s2 .new-box .news {
        flex: 0 0 50%;
        max-width: 50%
    }

    .new-list .s2 .container .tit_de {
        width: 100%;
        font-size: 14px
    }

    .new-list .s1 .text-wrap {
        top: 100px
    }

    .new-list .s2 .container .tab-change .tab-item {
        width: 135px;
        margin-right: 5px;
        font-size: 15px
    }
}

@media screen and (max-width: 767px) and (min-width: 0) {
    .new-list .s1 .text-wrap h1 {
        width: 300px
    }

    .new-list .s2 .container .tab-change .tab-item {
        width: 100%
    }

    .new-list .s2 .new-box .news {
        flex: 0 0 100%;
        max-width: 100%
    }

    .new-list .s2 .readAll {
        width: 100%;
        line-height: 50px;
        margin-top: 0
    }

    .new-list .s1 .text-wrap h1 {
        font-size: 20px
    }

    .new-list .s1 .text-wrap {
        width: 350px
    }

    .new-list .s1 .text-wrap .zhanwei,
    .new-list .s1 .text-wrap p {
        font-size: 16px
    }

    .new-list .s2 .container {
        padding-top: 3rem
    }

    .new-list .s2 .container .tit_de {
        margin-bottom: 1rem
    }

    .new-list .s2 .new-box .news .content .new-tit {
        padding-right: 0
    }

    .new-list .s2 .new-box .news .content .new-tit .more {
        width: 100%;
        line-height: 45px;
        font-size: 14px
    }

    .new-list .s2 .container .tab-change .tab-item {
        font-size: 16px;
        line-height: 45px;
        border-bottom: 1px solid #eee;
    }

    .new-list .s2 .new-box .news .content .new-tit .time {
        font-size: 14px
    }

    .new-list .s2 .new-box .news .content .new-tit .time span {
        width: 20px;
        margin-right: 10px
    }

    .new-list .s2 .container {
        padding-bottom: 3rem
    }

    .new-list .s1 {
        padding-top: 60px
    }

    .new-list .s1 .text-wrap {
        position: relative
    }

    .new-list .s1 .text-wrap .des {
        width: 100%
    }

    .s1 .bgImg {
        height: 300px
    }

    .new-list .s1 .text-wrap {
        top: 120px
    }

    .new-list .s1 .text-wrap h1,
    .new-list .s2 .container h1 {
        font-size: 24px
    }

    .new-list .s2 .new-box .news {
        margin-bottom: 0rem
    }

    .new-list .s2 .container {
        padding-bottom: 2rem
    }

    .new-list .s2 .page .pagination>li>a,
    .new-list .s2 .page .pagination>li>span {
        width: 30px;
        line-height: 28px
    }

    .new-list .s2 .page .pagination>li:last-child>a,
    .new-list .s2 .page .pagination>li:last-child>span {
        font-size: 18px
    }

    .new-list .s2 .page .pagination>li:first-child>a,
    .new-list .s2 .page .pagination>li:first-child>span {
        font-size: 18px
    }

    .new-list .s2 .container .tab-change {
        display: none;
    }
}


/* 分页 */
.pageNav{font-family:Arial,Helvetica,sans-serif;padding-top:10px;text-align:right}
.pageNav a,
.pageNav span{margin:0 3px;width:28px;height:28px;line-height:28px;background:#e7e7e7;
display:inline-block;*display:inline;*zoom:1;text-align:center}
.pageNav span.info{background:none}
.pageNav a:hover,
.pageNav span.current{background:#ff534f;color:#fff}
.pageNavLeft{text-align:left}
.pageNavCenter{text-align:center}
.pageNavRight{text-align:right}

.notdata{line-height:35px;border:1px dashed #ccc;margin:20px 0;text-align:center}
.notdataw{color:#fff;padding:50px 0}

.loading-wrap{ margin-top:10px;bottom:50px;width:100%;text-align:center;display:none;}
.loading{ position:relative;display:inline-block;padding:5px 5px 5px 50px;line-height:28px;color:#333;font-size:14px;border-radius:5px;background:url(../../../../Public/images/loading.gif) 10px center no-repeat;}

/* 以上为通用样式 */