.new_xq_3 .next .list .pic .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.new_xq_3 .next .list .pic_jc .img-box_jc {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.new_xq_3 .next .list .pic .img-box img {    
    max-height: 100%;
    margin: 0 auto;
}
.new_xq_3 .next .list .pic_jc .img-box_jc img {    
    
    width:35%;
    margin: 0 auto;
    padding-top: 18%;
}

@media screen and (max-width: 750px) {
    .new_xq_3 .next .list p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 1rem;
        box-sizing: border-box;
        font-size: 1rem;
    }
    .new_xq_3 .next .list .pic {
        width: 100%;
        height: 9.2rem;
    }
    .new_xq_3 .next .list {
        width: 100%;
    }
    .new_xq_3 .next .list li {
        width: 48%;
        margin: 0;
        margin-left: 4%;
        margin-top: 2rem;
    }
    .new_xq_3 .next .list li:nth-child(2n-1) {
        margin-left: 0;
    }
}
