.layui-caroutp img{
    width: 100%;
    /* height: 35vh; */
}




.newszx{
    width: 100%;
    background-image: url("../imgaes/picbj12.jpg");
    background-size: 100% 100%;
}
.newszx ul{
    padding: 20px 0;
}

.newszx ul li{
    display: flex;
    align-items: center;
    padding: 30px 20px;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

.news-zximg{
    width: 25%;
}
.news-zximg img{
    width: 100%;
}

.news-zxtxt{
    width: 73%;
    margin-left: 20px;
}
.news-zxtxt h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.news-zxtxt p{
    font-size: 14px;
    color: #666260;
    margin-top: 15px;
    display: inline-block;
}
.news-zxtxt a{
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #666260;
    font-size: 14px;
}
.news-zxtxt a span{
    margin-left: 10px;
}
.news-zxtxt a .newimg1{
    width: 15px;
    height: 15px;
    display: block;
}
.news-zxtxt a .newimghv{
    width: 15px;
    height: 15px;
    display: none;
}

.newszx ul li:hover h4 {
    font-weight: 600;
    color: #0878d3;
}
.newszx ul li:hover a{
    color: #0878d3;
}
.newszx ul li:hover a .newimghv{
    display: block;
}
.newszx ul li:hover a .newimg1{
    display: none;
}



.news-zxbtm{
    display: flex;
    justify-content: center;
    padding: 20px 0 30px;
}










@media screen and (max-width:768px) {

    .layui-caroutp img{
        width: 100%;
        height: 20vh;
    }
    


    .newszx ul{
        width: 95%;
        margin: .2rem auto;
    }
    
    .newszx ul li{
        padding: .3rem .1rem;
    }
    
    .news-zximg{
        width: 30%;
    }
    .news-zximg img{
        width: 100%;
    }
    
    .news-zxtxt{
        width: 70%;
        margin-left: .2rem;
    }
    .news-zxtxt h4{
        font-size: .18rem;
        margin-bottom: .1rem;
    }
    .news-zxtxt p{
        font-size: .14rem;
        margin-top: .15rem;
    }
    .news-zxtxt a{
        margin-top: .3rem;
        font-size: .14rem;
    }
    .news-zxtxt a span{
        margin-right: .1rem;
    }
    
    
    
    .news-zxbtm{
        padding: .2rem 0 .3rem;
    }
    
}


















