.newslist-body{



    /* margin: 5% auto !important; */

    position: relative;

    top: -9vh;

    margin-bottom: 20px!important;



}



.newslist-left{



    width: 25%;

    margin-top: 100px;



}

.newslist-left .newsbtn-list{

    border-radius: 20px;

    box-shadow: 0 0 5px #ccc;

    overflow: hidden;

    position: relative;

}

.newsbtn-list>a{



    /* background: #e8e8e8; */



    padding: 10% 0;



    text-align: center;



    /* margin-top: 5%; */



    /* border-radius: 1vw; */



    font-size: 1.4vw;



    font-weight: 700;

    display: flex;

    align-items: center;

    /* border: 3px solid #e8e8e8; */

    border-bottom: 1px dashed #999999;

}

/*.newsbtn-list>a:last-child{*/
/*    display: none;*/
/*}*/

.newsbtn-list>a::before{

    content: "";

    background: url(../images/active-no.png);

    width: 14px;

    height: 16px;

    display: flex;

    align-items: center;

    margin-left: 15%;

    margin-right: 5%;

}

.newsbtn-list>a:first-child{



    margin-top: 0 !important;



}



.newslist-right{


    width: 70%;

     box-shadow: 0 0 5px #ccc; 

    /*background: url(../images/list-bg.png) no-repeat;*/
    background-color: #fff;
    background-size: 100%;

    padding: 30px;

    background-position:center top;
    
   position: relative;

  /*top: -5vh;*/
  
  /*z-index:5;*/

}

.newslist-right:after{
    content: "";
    background: url(../images/bar.png) no-repeat;
    width: 22vw;
    height: 2vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.btnactive{



    background: linear-gradient(to right,#ba4646 0%,#f51f1f 100%) !important;

    text-shadow: -1px 0 white,0 1px white,1px 0 white,0 -1px white;
    /* border: 3px solid #b7b7b7; */
    /* color: #ffffff; */
}

.btnactive::before{

    content: "";

    background: url(../images/active-yes.png)!important;

    width: 14px;

    height: 16px;

    display: flex;

}

.newsbtn-list>a:hover{



    background: linear-gradient(to right,#f51f1f 0%,#ba4646 100%) !important;

    text-decoration: none;

   text-shadow: -1px 0 white,0 1px white,1px 0 white,0 -1px white;

    /* border: 3px solid #b7b7b7; */



    



}

.newsbtn-list>a:hover::before{

    content: "";

    background: url(../images/active-yes.png)!important;

    width: 14px;

    height: 16px;

    display: flex;

}



.news-hot{



    /* border: 1px dashed #909090; */



    border-radius: 1vw;



    margin-top: 10%;



    padding: 10% 4%;



}



.news-hot-title{



    text-align: center;



    font-size: 1.7vw;



    font-weight: 700;

    display: flex;

    align-items: center;

    justify-content: center;



}

.news-hot-title::before{

    content: "";

    background: url(../images/a2.png);

    width: 34px;

    height: 40px;

    display: flex;

    margin-right: 15px;

}

.news-hot-list{



    margin-top: 20%;



    font-size: 0.8vw;



}

.news-hot-list .hot-container{

   box-shadow: 0 0 5px #ccc;

   padding: 20px;

   border-radius: 15px;

   margin-bottom: 30px;



}

.news-hot-list .hot-container:hover img{
    transform: scale(1.05);
   
}

.news-hot-list .hot-container:hover a{
    color: #f51f1f;
}
.news-hot-list .hot-container .hot-img{
    overflow: hidden;
}

.news-hot-list .hot-container .hot-img img{

    max-width: 100%;

    border-radius: 10px;
     transition: all 1s ease;

}

.news-hot-list .hot-container .time{

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.news-hot-list .hot-container>a{

    font-size: 16px;

    font-weight: bold;

    color: #000;

    margin: 15px 0;
    
    display: block;
    
    line-height: 1.5;

}

.news-hot-list .hot-container .time .left{

    display: flex;

    align-items: center;

    color: #666666;

}

.news-hot-list .hot-container .time .left img{

    margin-right: 10px;

}

.news-hot-list>a{



    padding-left: 10%;



    margin-top: 20%;



    background: url('../images/icon15.png') no-repeat;



    background-position: 1% center;



    color: #000000;



}



.news-hot-list>a:hover{



    color: black;



    font-weight: 600;



}



.newslist-right>a{  



    display: flex;

    justify-content: space-between;

    border-bottom: 1px dashed #999999;

    align-items: flex-start;

}



.newslist-right>a:hover{



    /* background: #2c313e; */

   text-decoration: none;

}

.newslist-right>a:hover img{
    transform: scale(1.05);
    transition: all 1s;
}

.newslist-right>a:hover>.news-txt>div:first-child{



    /* color: #04cdae; */



}



.newslist-right>a:hover>.news-txt>div:last-child{



    /* filter: invert(49%) sepia(94%) saturate(1572%) hue-rotate(133deg) brightness(105%) contrast(97%); */



}



.newslist-right>a:last-child{



    border-bottom: 1px solid #bfbfbf;



}



.newslist-right img{

    max-width: 100%;
    transition: all 0.5s ease;


}



.newslist-right>a>div:first-child{



    width: 36%;

    padding: 15px;



}



.news-txt{



    width: 60%;



    align-self: center;



}



.news-txt>div:first-child{



    font-size: 18px;
    line-height: 2;



}



.news-txt>div:nth-child(2){

    color: #939393;



    margin-top: 3%;



    margin-bottom: 3%;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2; /* 这里是超出几行省略 */

    overflow: hidden;

    line-height:2;



}



.news-txt>div:last-child{



    /* width: 5%; */



    /* margin-left: 80%; */

    display: flex;

    align-items: center;

    color: #666;
    
    justify-content: space-between;

}

.news-txt .time .time-left{
    display: flex;
    align-items: center;
}
.news-txt .time .time-right{
    display: flex;
    align-items: center;
}
.news-txt .time .time-right:after{
    content: "";
    background: url(../images/viewmore-inactive.png) no-repeat;
    width: 24px;
    height: 7px;
    display: block;
    margin-left: 10px;
    margin-top: 2px;
}
.newslist-right>a:hover .time-right{
    color:#f51f1f;
}

.newslist-right>a:hover .time-right:after{
    background: url(../images/viewmore-active.png) no-repeat;
}
.news-txt>div:last-child img{

    margin-right: 15px;

}



.news-time{



    background: #ffffff;



    color: #04cdae;



    text-align: center;



    align-self: center;



    transform: translateX(-30%);



    padding: 1%;



    width: 8%;



    box-shadow: 0 0 5px 2px #bebebe;



}



.news-time>div:first-child{



    font-size: 1.4vw;



    font-weight: 900;



}



.news-time>div:last-child{



    font-size: 0.8vw;



}



.turnbtn{



    width: 60%;



    margin: 0 auto;



    margin : 5% auto;



}



.turn-next{



    background: #e9e9e9;



    padding: 1%;



}



.turn-active{



    color: #04cdae;



}

.turnbtn a{
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 7px 15px;
    margin: 2px;
    color: rgba(3, 108, 180, 1);
    font-size: 16px;
    
}

.turnbtn>b{
    border: 1px solid rgba(3, 108, 180, 1);
    padding: 7px 15px;
    font-weight: bold;
    margin: 2px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(3, 108, 180, 1);
    font-size: 16px;
}

.footer{
    padding-top:7%!important;
}

.wt72>a:last-child{
    margin-top:3vh;
}
.banner .nav-tips{
   
    position: absolute;
     top:30%;
     left: 50%;
     max-width: 1400px;
     width: 100%;
     transform: translate(-50%,-50%);
}
.banner .top_nav{
    display: flex;
    color: #fff;
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.banner .top_nav a{
    color:#fff;
}
.banner .nav-tips .info{
    margin-top:20px!important;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
}
.banner .nav-tips .info:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #04cdae;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 8px;
    outline: 3px solid #04cdae;
    outline-offset:2px;
    
}
@media (max-width:1400px){
    .banner .top_nav,.banner .nav-tips,.newslist-body{
        padding-left: .31rem;
        padding-right: .31rem;
    }
}
@media screen and (max-width:1080px){
    .turnbtn{
        width:100%;
        flex-wrap: wrap;
        justify-content: flex-start!important;
    }
    .banner{
        background-color: #343a4c;
        padding: 10px 0 1.5rem;
    }
     .banner .nav-tips{
         margin-top: 20px;
     }
    .banner .top_nav,.banner .nav-tips{
        position: static;
        transform: translate(0,0);
    }
    .banner img,.banner .consulting-service{
        display: none;
    }
    .newslist-left{
        min-width: 350px;
    }
    .newslist-body{
        gap: .31rem;
    }
    .newslist-right{
        width: calc(100% - 350px - .31rem);
    }
    .newsbtn-list>a{
        font-size: 24px;
        padding: 30px 0;
    }
    .news-hot-title{
        font-size: 28px;
    }
    .newslist-left{
        margin-top: 0;
    }
    .newslist-right>a{
        padding: 15px 0;
    }
    .newslist-body{
        flex-wrap: wrap;
    }
    .newslist-right,.newslist-left{
        width: 100%;
    }
    .news-hot{
        margin-top: 0;
        padding: 30px 0;
    }
    .news-hot-list{
        margin-top: 30px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .news-hot-list .hot-container{
        width: calc((100% - 20px) / 2);
    }
    .news-hot-list .hot-container .hot-img img{
        width: 100%;
    }
}

@media (max-width:768px){
     .newslist-right{
         padding: 15px;
     }
    .newslist-right>a{
        flex-wrap: wrap;
    }
    .newslist-right>a>div:first-child{
        padding: 0;
    }
    .newslist-right>a>div:first-child,.news-txt{
        width: 100%;
    }
    .newslist-left{
        min-width: 0;
    }
   
    
}

@media (max-width:500px){
    .news-hot-list .hot-container{
        width: 100%;
    }
}