.solut-img {
    width: 100%;
}

.solut-img img {
    width: 100%;
    height: auto;
}


.news-top{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.news-top button{
    border: 0;
    margin: 0 10px;
    padding:10px 15px;
    border-radius: 50px;
    cursor: pointer;
}
.butshw{
    background-color: #d71e17;
    color: #ffffff;
}


.newszx ul {
    margin: 20px 0;
}

.newszx ul li {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}

.news-zximg {
    width: 23%;
}

.news-zximg img {
    width: 100%;
}

.news-zxtxt {
    width: 75%;
    margin-left: 20px;
}

.news-zxtxt h4 {
    font-size: 18px;
    font-weight: 600;
}

.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: 5px;
}

.news-zxtxt a .newimg1 {
    display: block;
}

.news-zxtxt a .newimghv {
    display: none;
}

.newszx ul li:hover h4 {
    color: #d71e17;
}

.newszx ul li:hover a {
    color: #d71e17;
}

.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) {

    .news-top{
        padding: .6rem 0 0;
    }
    .news-top button{
        border: 0;
        margin: 0 .1rem;
        padding:.1rem .15rem;
    }

    .newszx ul {
        width: 95%;
        margin: .2rem auto;
    }

    .newszx ul li {
        padding: .3rem 0;
        flex-direction: column;
    }

    .news-zximg {
        width: 100%;
    }

    .news-zximg img {
        width: 100%;
    }

    .news-zxtxt {
        width: 100%;
        margin-left: 0rem;
        margin-top: .2rem;
    }

    .news-zxtxt h4 {
        font-size: .24rem;
    }

    .news-zxtxt p {
        font-size: .2rem;
        margin-top: .15rem;
    }

    .news-zxtxt a {
        margin-top: .3rem;
        font-size: .2rem;
    }

    .news-zxtxt a span {
        margin-left: .05rem;
    }



    .news-zxbtm {
        padding: .2rem 0 .3rem;
    }

}