.news_body {
    background-color: #F4F5FA;
}

.news_list2 {
    background-color: #fff;
    padding-bottom: 50px;
}

.nlist_2 {
    padding-bottom: 50px;
}

.news_btone {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.news_btleft {
    flex-shrink: 0;
    width: 43%;
    overflow: hidden;
}

.news_btright {
    width: 100%;
    padding-left: 50px;
    font-size: 16px;
    color: #666666;
}

.nbtr_tit {
    font-size: 24px;
    color: #333333;
}

.nbtr_desc {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin: 20px 0 40px;
}

.nr_get_more {
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #F70D0D;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 50px;
}

.nbrt_null {
    height: 37px;
}

.news_list2 .news_btone2 {
    padding: 60px 0;
}

.news_btleft_img {
    width: 100%;
    height: 400px;
    transition: .5s;
}

.news_btleft2 {
    width: 31.65%;
}

.news_btleft_img2 {
    width: 100%;
    height: 291px;
    transition: .5s;
}

.news_btone2 {
    border-bottom: 1px solid #EEEEEE;
}


/* .news_btone2:last-child {
    border-bottom: none;
} */

.nr_get_more span,
.nr_get_more img {
    transition: .5s;
}

.nr_get_more:hover span {
    transition: .5s;
    transform: translateX(20px);
}

.nr_get_more:hover img {
    transition: .5s;
    transform: translateX(-20px);
}

.news_btone:hover .news_btleft_img,
.news_btone:hover .news_btleft_img2 {
    transition: .5s;
    transform: scale(1.09);
}

.news1_jt {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    /* background-color: #F4F5FA; */
}

.news_btop {
    position: relative;
}

.news1_jtline {
    width: 2px;
    height: 37px;
    background-color: #D9D9D9;
    margin: 0 40px;
}

.swiper-button-lock {
    display: block;
}


/*新闻详情*/

.ninfo_header {
    background-color: #fff;
    text-align: center;
    padding: 45px 0;
    margin-bottom: 20px;
}

.ninfo_htime {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
    justify-content: center;
    padding-top: 20px;
}

.ninfo_htime img {
    margin-right: 10px;
}

.ih_tit {
    font-size: 24px;
    color: #333333;
}

.nbody {
    background-color: #fff;
    padding: 60px 100px 50px;
    font-size: 16px;
    color: #666666;
}

.ninfo_desc {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 50px;
    line-height: 32px;
    text-align: justify;
    text-indent: 2em;
    overflow: hidden;
}

.ninfo_desc img {
    max-width: 100%;
    text-align: center;
    display: block;margin:auto;
}

.img_block {
    display: flex;
    justify-content: center;
}

.nbody_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.nbody_page a {
    color: #666666;
    font-size: 16px;
    max-width: 45%;
}

.nbody_page a:hover {
    color: #000;
}

.s4_idesc {
    border-bottom: none;
}

@media(max-width:1400px) and (min-width:1200px) {
    .news_btleft_img {
        height: 350px;
    }
    .nbody {
        padding: 50px 70px 40px;
    }
}

@media(max-width:1200px) and (min-width:1024px) {
    .news_btleft_img {
        height: 320px;
    }
    .news_btleft_img2 {
        height: 250px;
    }
    .nbtr_desc {
        margin: 20px 0 30px;
    }
    .nr_get_more {
        margin-top: 28px;
    }
    .nbody {
        padding: 50px 50px 40px;
    }
}

@media(max-width:1024px) {
    .news_btone {
        display: block;
    }
    .news_btleft {
        width: 100%;
    }
    .news_btright {
        padding: 0 5px;
        margin-top: 18px;
        font-size: 14px;
    }
    .news_btleft_img,
    .news_btleft_img2 {
        height: 219px;
        border-radius: 10px;
    }
    .nbtr_tit {
        font-size: 18px;
        color: #333333;
        line-height: 28px;
        -webkit-line-clamp: 2;
    }
    .nbtr_desc {
        margin: 6px 0 20px;
        font-size: 14px;
        color: #666666;
        line-height: 26px;
    }
    .ninfo_desc img{display:block}
    .nr_get_more {
        margin-top: 30px;
    }
    .nbrt_null {
        height: 15px;
    }
    .news_list2 {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .news_list2 .news_btone2 {
        padding: 30px 0;
    }
    .news_list2 .nbtr_desc {
        display: none;
    }
    .news_list2 .nbtr_time {
        margin-top: 18px;
    }
    .news_btleft {
        border-radius: 10px;
    }
    .nlist_2 {
        padding-bottom: 30px;
    }
    /*新闻详情*/
    .ninfo_header {
        padding: 24px 16px;
        text-align: left;
    }
    .ih_tit {
        font-size: 20px;
    }
    .ninfo_htime {
        justify-content: flex-start;
        font-size: 14px;
        padding-top: 16px;
    }
    .nbody {
        padding: 30px 15px;
    }
    .nbody_page {
        padding: 24px 0 0;
        display: block;
    }
    .nbody_page a {
        width: 100%;
        max-width: 100%;
    }
    .nbody_page a:first-child {
        margin-bottom: 16px;
    }
    .ninfo_desc {
        padding-bottom: 40px;
    }
    .s4_idesc {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 28px;
    }
}