.news_wrap{
    padding-top: 0.9rem;
    padding-bottom: 0.56rem;
}
.newsSwiper{
    height: 5.08rem;
}
.newsSwiper .news_img{
    width: 8rem;
    height: 100%;
    overflow: hidden;
    border-radius: 0.2rem;
}
.newsSwiper .news_img img{
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.newsSwiper .swiper-slide:hover .news_img img{
    transform: scale(1.1);
}
.newsSwiper .news_txt{
    width: calc(100% - 8.4rem);
    height: 100%;
    background: url(../img/new/newsTbg.png);
    background-size: 100% 100%;
    padding-left: 1rem;
    padding-top: 0.69rem;
}
.newsSwiper .news_txt .news_txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    line-height: 0.35rem;
}
.newsSwiper .news_txt .news_hr{
    height: 0rem;
    border: 0.01rem solid #0055A8;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
}
.newsSwiper .news_txt .news_txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.28rem;
    /*min-height: 1.2rem;*/
    margin-bottom: 0.27rem;
    overflow:hidden;
display: -webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:4;
}
.newsSwiper .news_txt .news_txt4{
    align-items: center;
    margin-bottom: 0.38rem;
    margin-top: 0.27rem;
text-overflow:ellipsis;
}
.newsSwiper .news_txt .news_txt4 img{
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.03rem;
}
.newsSwiper .news_txt .news_txt4 span{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #727272;
    line-height: 0.35rem;
}

.newsSwiper .swiper-button-prev img{
    transform: scaleY(-1) rotate(180deg);
}
.newsSwiper .swiper-button-prev,
.newsSwiper .swiper-button-next{
    width: 0.51rem;
    height: 0.51rem;
    /* background: #FFFFFF; */
    border-radius: 50%;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(64,137,255,0.21);
    /* opacity: 1 !important; */
    transition: all 0.5s;
}
.newsSwiper .swiper-button-prev img,
.newsSwiper .swiper-button-next img{
    width: 0.16rem;
    height: 0.08rem;
}
.newsSwiper .swiper-button-prev .img21,
.newsSwiper .swiper-button-next .img21{
    display: none;
}
.newsSwiper .swiper-button-prev .img11,
.newsSwiper .swiper-button-next .img11{
    display: block;
}
.newsSwiper .swiper-button-prev::after,
.newsSwiper .swiper-button-next::after{
    content: '';
}
.newsSwiper .swiper-button-prev:hover,
.newsSwiper .swiper-button-next:hover{
    background: #1D50A2;
}

.newsSwiper .swiper-button-prev:hover .img11,
.newsSwiper .swiper-button-next:hover .img11{
    display: none;
}
.newsSwiper .swiper-button-prev:hover .img21,
.newsSwiper .swiper-button-next:hover .img21{
    
    display: block !important;
}
.newsSwiper .swiper-button-next{
    right: 0.1rem;
    left: unset;
    top: unset;
    bottom: 0.1rem;
    
}
.newsSwiper .swiper-button-prev{
    right: 0.75rem;
    left: unset;
    top: unset;
    bottom: 0.1rem;
    
}
.newsList{
    padding-bottom: 0.86rem;
}
.newsList .newsL{
    padding: 0.3rem 0;
    transition: all 0.8s;
}
.newsList .newsL .newsLImg{
    width: 3.14rem;
    height: 2rem;
    overflow: hidden;
    border-radius: 0.1rem  0.1rem  0.1rem  0.1rem;
}
.newsList .newsL .newsLImg img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.newsList .newsL .newsLImg:hover img{
    transform: scale(1.05);
}
.newsList .newsLTxt{
    width: calc(100% - 3.14rem);
    height: 2rem;
    padding: 0 0.5rem;
}
.newsList .newsL .news_txt4{
    margin-top: 0.18rem;
    margin-bottom: 0.18rem;
}
.newsList .newsL .news_txt4 img{
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.04rem;
}
.newsList .newsL .news_txt4 span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #888888;
    white-space: nowrap;
}
.newsList .newsL .newsb1{
    border-bottom: 0.01rem solid #CBCBCB;
}
.newsList .newsL .news_txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #262626;
    transition: all 0.8s;
}
.newsList .newsL .news_txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #7B7B7B;
    line-height: 0.25rem;
    /*min-height: 0.66rem;*/
    margin: 0.13rem 0;
}
.newsList .newsL:hover .news_txt1{
    color: #0055A8;
}

.newsList .newsL .more a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
    margin-right: 0.17rem;
}
.newsList .newsL .more img{
    width: 0.15rem;
    height: 0.05rem;
}
.newsList .newsL .more .img11{
    display: block;
}
.newsList .newsL .more .img22{
    display: none;
}
.newsList .newsL:hover .more a{
    color: #244FB7;
}
.newsList .newsL:hover .more .img22{
    display: block;
}
.newsList .newsL:hover .more .img11{
    display: none !important;
}


.newsinnercon{
    padding-top: 0.75rem;
    padding-bottom: 1.32rem;
}
.newsinnercon .main{
    display: flex;
}

.newsinnercon .main .newDetailLeft{
    width: calc(100% - 4.2rem);
    position: relative;
}
.newsinnercon .main .newDetailLeft:before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: calc(100% - 0.4rem);
    background: #EAEAEA;
    right: -0.8rem;
    top: 0;
}
.newsinnercon .main .newDetailRight{
    width: 3.4rem;
    padding-left: 0.26rem;
    /*border-left: 0.01rem solid #EAEAEA;*/
}
.newsinnercon .main .newDetailRight .newsright_list{
    width: 100%;
    height: auto;
    position: sticky;
    top: 1rem;
}
.newsinnercon .newDetailLeft .newsDetailTitle{
   font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: rgba(0,0,0,0.85);
    text-align: center;
    margin-bottom: 0.46rem;
}
.newsinnercon .newDetailLeft .newsNum{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0.01rem solid rgba(51,51,51,0.4);;
}
.newsinnercon .newDetailLeft .newsNum .time img{
    width: 0.21rem;
    height: auto;
    margin-right: 0.1rem;
}
.newsinnercon .newDetailLeft .newsNum .time{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #555555;
    margin-bottom: 0.4rem;
    margin-right: 0.5rem;
}
.newsinnercon .newDetailLeft .newsContent{
    padding: 0.48rem 0;
}
.newsinnercon .newDetailLeft .newsContent p{
    margin-bottom: 0.15rem;
}
.newsinnercon .newDetailLeft .newsContent img{
    width:revert-layer;
    max-width: 100%;
    display: inline;
}
.newsinnercon .newDetailLeft .newsfy{
    padding: 0.3rem 0;
    border-top: 0.01rem solid rgba(51,51,51,0.4);
}
.newsinnercon .newDetailLeft .newsfy a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}
.newsinnercon .newDetailLeft .newsfy a:hover{
    color: #fff;
    background: #244FB7;
}
.newsinnercon .newDetailLeft .newsfy a:hover span{
    color: #fff;
}
.newsinnercon .newDetailLeft .newsfy a:hover img{
    filter: brightness(0) invert(1);
}
.newsinnercon .newDetailRight .hotnews{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.33rem;
    position: relative;
}
.newsinnercon .newDetailRight .hotnews::before{
    content: '';
    width: 0rem;
    height: 0.25rem;
    border: 0.02rem solid #244FB7;
    display: block;
    position: absolute;
    left: -0.27rem;
    /*top: 0.06rem;*/
}
.newsinnercon .newDetailRight .hotnewsl{
    margin-bottom: 0.36rem;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #030303;
    margin-bottom: 0.16rem;
    min-height: 0.46rem;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTime{
    width: 1rem;
    height: 0.26rem;
    margin-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #999999;
    text-align: center;
    border: 0.01rem solid #999999;
    position: relative;
    transition: all 0.5s;
    border-radius: 0.04rem;
}
.newsinnercon .newDetailRight .hotnewsl .hotnewsTime::before{
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    display: block;
    background: #B7B7B7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -0.31rem;
    transform: translate(0 , -50%);
}
.newsinnercon .newDetailRight .hotnewsl.active .hotnewsTxt,
.newsinnercon .newDetailRight .hotnewsl:hover .hotnewsTxt{
    color: #244FB7;
}

.newsinnercon .newDetailRight .hotnewsl.active .hotnewsTime,
.newsinnercon .newDetailRight .hotnewsl:hover .hotnewsTime{
    width: 1rem;
    height: 0.26rem;
    background: #244FB7;
    color: #fff;
}
.newsinnercon .newDetailRight .hotnewsl.active .hotnewsTime::before,
.newsinnercon .newDetailRight .hotnewsl:hover .hotnewsTime::before{
    content: '';
    width: 0.07rem;
    height: 0.07rem;
    display: block;
    background: #FF9E00;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -0.31rem;
    transform: translate(0 , -50%);
}
.newsinnercon .fhsy{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.newsinnercon .fhsy .fhicon{
    width: 0.25rem;
    height: 0.25rem;
    color: #1D50A2; 
    border-radius: 50%;
    margin-right: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsinnercon .fhsy .fhicon img{
    width: 100%;
    height: 100%;
}
.newsinnercon .fhsy span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #888888;
}
.newsinnercon .newsfyLeft{
    width: calc(100% - 3.4rem);
}
.newsinnercon .fhsy{
    width: 1.6rem;
    width: 3.2rem;
    height: 0.5rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #244FB7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsinnercon .fhsy span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #244FB7;
    line-height: 0.35rem;
}

.newsinnercon .fhsy .fhicon img{
    width: 0.18rem;
    height: auto;
    margin-left: 0.2rem;
}

.newsList .page{
    margin-top: 0.51rem !important;
}








@media only screen and (max-width: 1042px) {
    .news_wrap{
        padding: 0.9rem 0.3rem 0.8rem;
        box-sizing: border-box;
    }
    .newsSwiper{
        height: auto;
    }
    .newsSwiper .swiper-slide{
        flex-wrap: wrap;
    }
    .newsSwiper .news_img{
        width: 100%;
        height: auto;
    }
    .newsSwiper .news_txt{
        width: 100%;
        padding-top: 0.3rem;
        padding-left: 0;
    }
    .newsSwiper .news_txt .news_txt4 span,
    .zixun a{
        font-size: 0.2rem;
    }
    .newsSwiper .news_txt .news_txt2{
        font-size: 0.24rem;
        line-height: 1.7;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
    .newsSwiper .swiper-button-prev, 
    .newsSwiper .swiper-button-next{
        bottom: 0;
    }


    .newsList{
        padding: 0 0.3rem 0.86rem;
        box-sizing: border-box;
    }
    .newsList .newsL{
        padding: 0.15rem 0;
    }
    .newsList .newsL .newsLImg{
        width: 2rem;
        height: auto;
        border-radius: 0.06rem;
    }
    .newsList .newsLTxt{
        width: calc(100% - 2rem);
        padding:0 0 0 0.2rem;
        height: auto;
    }
    .newsList .newsL .news_txt2{
        min-height: 0.5rem;
        font-size: 0.2rem;
        line-height: 1.6;
    }

    .newsList .newsL .news_txt1{
        font-size: 0.22rem;
    }
    .newsList .newsL .news_txt4{
        white-space: nowrap;
    }
    .newsList .newsL .news_txt4 span{
        font-size: 0.18rem;
    }
    .newsList .newsLTxt .more.flex_box{
        display: none;
    }




    .newsinnercon{
        overflow: hidden;
    }
    .newsinnercon .main{
        flex-wrap: wrap;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .newsinnercon .main .newDetailLeft{
        width: 100%;
    }
    
    .newsinnercon .newDetailLeft .newsNum .time{
        font-size: 0.22rem;
    }
    .newsinnercon .newDetailLeft .newsContent,
    .newsinnercon .newDetailLeft .newsContent p{
        font-size: 0.24rem;
        line-height: 1.7;
    }
    .newsinnercon .newDetailLeft .newsfy{
        flex-wrap: wrap;
    }
    .newsinnercon .newDetailLeft .newsfy a{
        font-size: 0.22rem;
        line-height: 1.7;
        margin-bottom: 0.15rem;
        display: block;
    }
    .newsinnercon .newDetailLeft .newsfy .fhsy{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.3rem auto 0;
        width: 5rem;
        height: 0.7rem;
    }
    .newsinnercon .newDetailLeft .newsfy .fhsy span{
        font-size: 0.24rem;
    }
    .newsinnercon .main .newDetailRight{
        display: none;
    }
    
    .newsinnercon .newsfyLeft{
        width: 100%;
    }
    
}



