.imgs-list ul li {
    list-style: none;
    float: left;
    width: 28.3%;
    margin: 0 2.5% 35px 2.5%;
    height: 230px;
}

.imgs-list ul li .il-link {
    width: 100%;
    display: block;
    transform: scale(1);
    position: relative;
}

.imgs-list ul li .il-link .il-img {
    font-size: 0;
    line-height: 0;
    position: relative;
    height: 156px;
}

.imgs-list ul li .il-link .il-img .il-img-wp {
    /* width: 100%; */
    height: 100%;
    overflow: hidden;
}

.imgs-list ul li .il-link .il-img .il-img-wp img {
    /* width: 100%; */
    height: 100%;
    transform: scale(1);
    /* margin: 0 auto; */
}

.imgs-list ul li .il-link .il-tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal;
    font-size: 15px;
    text-decoration: none;
}

.imgs-list ul li span {
    font-size: 12px;
    display: block;
    padding-top: 7px;
    color: #999;
}

.imgs-list ul li .il-link:hover {
    text-decoration: none;
}
.imgs-list ul li .il-link .il-img .il-img-wp img:hover{
    transition: transform 0.8s ease 0s;
    transform: scale(1.1);
}

.imgs-list {
    padding: 10px 0 50px;
}

@media screen and (max-width: 767px) {
    .imgs-list ul li{width:100%;height: auto;margin: 0;}

.imgs-list{padding:0;}

    .imgs-list ul li span{
        padding-top: 0;
        padding-bottom: 20px;
    }
}