@media screen and (max-width: 1199px){
    .news{
        width: 100%;
        height: 5.02rem;
        background: #1A59DF;
        position: relative;
    }
    .news_detail{
        height: 6.58rem;
    }


    .news .img{
        width: calc(100% - .60rem);
        height: 4.10rem;
        position: absolute;
        left: .30rem;
        right: .30rem;
        border-radius: .20rem;
        top: 3.42rem;
    }

    .news_content_wrap{
        background-color: #fff;
        padding: 2.50rem .70rem 1.50rem;
    }

    .news_content{
        display: none;
    }
    .news_content_view_list{
        padding: .89rem  0 .80rem;
        border-top:1px solid #000000;
    }
    .news_content_view_list:first-child{
        border-top: 0;
    }
    .news_content_view_list p:nth-child(1){
        font-size: .24rem;
        line-height: .28rem;
    }
    .news_content_view_list p:nth-child(2){
        font-size: .40rem;
        line-height: .56rem;
        margin-top: .10rem;
    }
    .news_content_view_list p:nth-child(3){
        font-size: .28rem;
        line-height: .33rem;
        margin-top: .36rem;
        color: #666666;
    }
    .news_content_view_page{
        padding: .10rem 0 .20rem;
        border-bottom:1px solid #000000;
        display: flex;
        justify-content: flex-end;
    }
    .news_content_view_page span{
        width: 1.00rem;
        height: .40rem;
        border: 1px solid #F5F5F7;
        font-size: .22rem;
        text-align: center;
        line-height: .40rem;
        margin-left: .20rem;
        color: #666666;
    }


    /* 新闻详情的样式 */
    .common_title_two_view_new{
        margin-top: .16rem !important;
        text-align: center !important   ;
        padding: 0 .45rem !important;
    }
    .detail_word{
        font-size: .26rem;
    }
    .detail_time{
        text-align: center;
        line-height: .42rem;
        color: #fff;
        font-size: .28rem;
        margin-top: .16rem;
    }
    .lunbo{
        width:calc( 100% - .60rem);
        height:4.50rem;
        position: absolute;
        left: .30rem;
        top: 4.98rem;
        overflow: hidden;
    }

    .lunbo img{
        width:100%;
    }

    .swiper{
        width: 100%;
        height: 100%;
    }
    .swiper-slide{
        width: 100%;
        height: 4.10rem;

    }
    .swiper-slide img{
        width: 100%;
        height: 4.10rem;
        object-fit: cover;
    }

    .swiper-pagination-bullet{
        width: .94rem !important;
        height: .04rem !important;
        background: #F5F5F7 !important;
        border-radius: 0 !important;
    }
    .swiper-pagination-bullet-active{
        background-color: #1A59DF !important;
    }
    .news_content_wrap_detail{
        padding-top: 3.23rem;
    }
    .news_detail_content{

    }
    .news_detail_content h2{
        color: #1A59D9;
        font-size: .30rem;
        font-weight: normal;
        margin-bottom: .40rem;
        line-height: .41rem;
    }
    .news_detail_content p{
        color: #595757;
        font-size: .26rem;
        padding-bottom: .44rem;
        line-height: .36rem;
    }
}
@media screen and (min-width: 1920px) {
    .news {
        width: 100%;
        height: 790px;
        background: #1A59DF;
        position: relative;
    }


    .news .img {
        width: 1344px;
        height: 800px;
        position: absolute;
        left: calc((100% - 1344px) / 2);
        top: 510px;
        border-radius: 20px;
    }

    .news_content_wrap {
        padding-top: 549px;
        background-color: #fff;
        padding-bottom: 40px;
    }
.news_content_view{
    display: none;
}
    .news_content {
        width: 1334px;
        min-height: 560px;
        margin: 0 auto;
        padding-bottom: 40px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news_list {
        width: 420px;
        height: 520px;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        margin-right: 36px;
        margin-bottom: 36px;
        position: relative;

    }

    .news_list:nth-child(3n) {
        margin-right: 0px;
    }

    .news_list_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
    }

    .news_blue {
        width: 420px;
        height: 200px;
        background: rgba(26, 89, 233, 0.8);
        border-radius: 0px 0px 18px 18px;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 28px;
        box-sizing: border-box;
    }

    .news_time {
        color: #FFFFFF;
        font-size: 18px;
        padding-bottom: 15px;

    }

    .news_title {
        width: 100%;
        font-size: 26px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 36px;
    }

    .news_blue_img img {
        width: 42px;
        height: 22px;
        float: right;
        padding-top: 6px;
    }

    /* 新闻详情的样式 */
    .detail_word {
        font-size: 36px;
    }

    .detail_time {
        width: 180px;
        height: 45px;
        border: 1px solid #FFFFFF;
        border-radius: 22px;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .lunbo {
        width: 1344px;
        height: 800px;
        position: absolute;
        left: calc((100% - 1344px) / 2);
        top: 450px;
        overflow: hidden;
    }

    .lunbo img{
        width: 1344px;
        height: 800px;
    }

    .swiper-pagination-bullet {
        width: 79px !important;
        height: 4px !important;
        background-color: #DBDBDB !important;
        border-radius: 0 !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #1A59DF !important;
    }

    .news_detail_content {
        width: 1332px;
        height: auto;
        margin: 0 auto;
    }

    .news_detail_content h2 {
        color: #1A59D9;
        font-size: 35px;
        font-weight: normal;
        margin-bottom: 50px;
        line-height: 54px;
    }

    .news_detail_content p {
        color: #595757;
        font-size: 22px;
        padding-bottom: 44px;
        line-height: 36px;
    }
}
@media all and (max-width: 1919px)and (min-width: 1200px) {
    .news {
        width: 100%;
        height: 520px;
        background: #1A59DF;
        position: relative;
    }


    .news .img {
        width: 960px;
        height: 500px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 411px;
        border-radius: 20px;
    }

    .news_content_wrap {
        padding-top: 460px;
        background-color: #fff;
        padding-bottom: 40px;
    }
    .news_content_view{
        display: none;
    }
    .news_content {
        width: 960px;
        min-height: 560px;
        margin: 0 auto;
        padding-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .news_list {
        width: 262px;
        height: 325px;
        background: #FFFFFF;
        border-radius: 18px 18px 18px 18px;
        margin-right: 21px;
        margin-bottom: 26px;
        position: relative;

    }

    .news_list:nth-child(3n) {
        margin-right: 0px;
    }

    .news_list_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 18px;
    }

    .news_blue {
        width: 262px;
        height: 134px;
        background: rgba(26, 89, 233, 0.8);
        border-radius: 0px 0px 13px 13px;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .news_time {
        color: #FFFFFF;
        font-size: 14px;
        padding-bottom: 10px;

    }

    .news_title {
        width: 100%;
        /* height: 66px; */
        font-size: 16px;
        color: #fff;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news_blue_img img {
        width: 32px;
        height: 16px;
        float: right;
        margin-top: 10px;
    }

    /* 新闻详情的样式 */
    .detail_word {
        font-size: 16px;
    }

    .detail_time {
        width: 166px;
        height: 40px;
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .lunbo {
        width: 960px;
        height: 536px;
        position: absolute;
        left: calc((100% - 900px) / 2);
        top: 411px;
        overflow: hidden;
    }

    .lunbo img {
        width: 900px;
        height: 536px;
    }

    .swiper-pagination-bullet {
        width: 79px !important;
        height: 4px !important;
        background-color: #DBDBDB !important;
        border-radius: 0 !important;
    }

    .swiper-pagination-bullet-active {
        background-color: #1A59DF !important;
    }

    .news_detail_content {
        width: 960px;
        height: auto;
        margin: 0 auto;
    }

    .news_detail_content h2 {
        color: #1A59D9;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 50px;
        line-height: 54px;
    }

    .news_detail_content p {
        color: #595757;
        font-size: 16px;
        padding-bottom: 40px;
        line-height: 36px;
    }
}
