.news-container{
    padding-top: 3.64vw;
}

.list-img-txt li {
    border-bottom: 1px solid #e6e6e6;
    padding: 2.08vw 0;
}

.list-img-txt li a {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.list-img-txt li a .left-img {
    width: 25vw;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 17.5%;
    flex-shrink: 0;
}

.list-img-txt li a .left-img img {
    width: 100%;
    /* height: 100%; */
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    left: 0;
    top: 0;

}
.list-img-txt li a:hover .txt h2{
    color: #0e62ec;
}

/* txt */
.list-img-txt li a .txt {
    padding-left: 2.4vw;
    width: calc(100% - 25vw);
    box-sizing: border-box;
}

.list-img-txt li a .txt h2 {
    font-size: calc(14px   .625vw);
    margin-bottom: .835vw;
    color: #333;
    max-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-img-txt li a .txt p {
    /* font-size: var(--size-18); */
    font-size: 18px;

    line-height: 1.8;
    color: #808080;
    height: 64px;
    /* max-height: 3.6vw; */
    overflow: hidden;
}

@media (max-width: 1440px) {
    .list-img-txt li a .txt p{
        font-size: 16px;
        height: 54px;
    }
    
}

@media (max-width: 768px) {
    .news-container{
        padding-top: .8rem;
    }
    
}
@media (max-width: 480px) {
    .list-img-txt li a .txt h2{
        margin-bottom: 10px;
    }

    .list-img-txt li a .txt p{
        font-size: 15px;
        line-height: 1.6
        ;
        height: 50px;
    }
    
}
/* common */
.news-line{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-line  .date {
    color: #333;
    display: block;
    font-size: var(--size-18);
}
.news-line .btn-more{
    transition: all .6s ease;
}

.list-img-txt li a .news-line{
    margin-top: 2vw;
}
.list-img-txt li a .btn-more{
    border-color: #0e62ec;
    color: #0e62ec;

    padding-left: calc(14px   1.35vw);
    padding-right: calc(14px   1.35vw);
    font-size: var(--size-16);



}
/* :hover */
.list-img-txt li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list-img-txt li a:hover .btn-more{
    opacity: 1;
}




@media (max-width: 992px) {
 
    .list-img-txt li a .txt h2{
        font-size: 18px ;
    }

    .list-img-txt li a .btn-more{
        opacity: 1;
        margin-top: 15px;
    }
}

@media (max-width: 768px) {
    .list-img-txt li{
        padding: .5rem 0;
    }
    .list-img-txt li:first-child{
        padding-top: 0;
    }
    /* .list-img-txt li a .left-img{
        width: 35vw;
    } */
    /* .list-img-txt li a .txt{
        width: calc(100% - 35vw);
    } */

    .list-img-txt li a .left-img img{
        width: 100%;
    }

    .list-img-txt li a .txt{
        margin-left: 0;
        margin-top: .5rem;
    }
}

@media (max-width: 640px) {
    .list-img-txt li a{
        display: block;
    }

    .list-img-txt li a .left-img,
    .list-img-txt li a .txt{
        width: 100%;
    }
    .list-img-txt li a .left-img{
        padding-top: 56%;
    }
    
}


/* 新闻详情 */
.news-detail-container{
    width: 65vw;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4.6875vw 0 3.125vw;
}
.news-detail-container .title{
    /* font-size: 48px; */
    font-size: calc(14px   .72vw);
    margin-bottom: 40px;
}



@media (max-width: 768px) {
    .news-detail-container{
        width: 90%;
    }
    
}
/* :root{
    --color-gradient: linear-gradient(to right, #082da5  , #2395c7);
} */

.news-detail-container .date{
    margin-bottom: 18px;
    font-size: var(--size-18);
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 18px;
    background-image: linear-gradient(to right, #082da5  , #2395c7);
    background-image:-webkit-gradient(linear,0% 25%, 75% 100%,from(#082da5),to(#2395c7));
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 
    
    


}
.news-detail-con {
    font-size: 18px;
    line-height: 1.8;
}
.news-detail-con p{
    margin: 2.39vw 0;
    color: #666;
}
.news-detail-con img{
    max-width: 100%;
}


.btn-return{
    display: block;
    /* width: 110px;
    height: 110px; */
    /* background: linear-gradient(90deg, #082da5,#2396c7 );
    
    background-image:-webkit-gradient(linear,0% 100%, 92% 100%,from(#082da5),to(#2395c7)); */


    /* margin: 60px auto; */
    margin: calc(14px   2.39vw) auto;
    transition: all .4s ease;
    text-align: center;
    color: #000;

}
.btn-return i{
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 auto .52vw;
    line-height: inherit;
    background:  no-repeat center;

}

.btn-return:hover{
    transform: translatey(-10px);
    color: #000;
}
.link-page {
    border-top: 4px solid #e6e6e6;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
}
.link-page a{
    display: block;
    font-size: 18px;
    line-height: 2;
    color: #808080;
}

.link-page a:hover{
    color: #082da5;
}

@media (max-width: 1600px) {
    .news-detail-con {
        font-size: 16px;
    }
    .link-page a{
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
  

    .news-detail-con p{
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .btn-return{
        font-size: 14px;
    }
    .link-page a{
        font-size: 16px;
    }
}



@media (max-width: 768px) {
    .news-detail-container .title{
        margin-bottom: 15px;
    }
    .news-detail-con{
        line-height: 24px;
    }
    .news-detail-con p{
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .btn-return{
        width: 80px;
        height: 80px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .btn-return i{
        transform: scale(.8);
    }
    
    .link-page a{
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
}



/* 分享 */
.news-share .bshare-custom{
    position: fixed;
    right: 9.375vw;
    top: 40%;
}

.news-share .bshare-custom a{
    margin: 25px 0;
    
    padding: 0!important;
}

.news-share .bshare-custom a,
.news-share .bshare-custom .share-title{
    width: 34px;
    height: 30px!important;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    display: block!important;
}
.news-share .bshare-custom a.bshare-weixin{
    background:  no-repeat center;
}

.news-share .bshare-custom a.bshare-sinaminiblog{
    background:  no-repeat center;
}
.news-share .bshare-custom a.bshare-link{
    background:  no-repeat center;
}

@media (max-width: 1680px) {
    .news-share .bshare-custom{
        right: 2vw;
        top: 35%;
    }
    
}
@media (max-width: 1440px) {
    .news-share .bshare-custom{
        right: 10px;
    }
}


@media (max-width:1024px) {
    .news-share .bshare-custom{
        display: none;
    }
    
}


