

.ztzl_list {
    margin-top: 0px;
}

.ztzl_list ul li {
    width: 23%;
    margin-left: 2.5%;
    margin-bottom: 40px;
    float: left;
    text-align: center;
    overflow: hidden;
    min-height: 248px;
}

.ztzl_list ul li:nth-child(1),
.ztzl_list ul li:nth-child(5),
.ztzl_list ul li:nth-child(9),
.ztzl_list ul li:nth-child(13),
.ztzl_list ul li:nth-child(17) {
    margin-left: 0px;
}

.ztzl_list ul li .img {
    width: 100%;
    max-height: 135px;
    overflow: hidden;
}

.ztzl_list ul li img {
    display: block;
    margin: 0 auto;
    transition: ease 1s;
}
.ztzl_list ul li:hover img {
    transform: scale(1.1, 1.1);
}
.ztzl_list p {
    background: #F2F6FF;
    font-size: 18px;
    padding: 15px;
}

@media (max-width: 768px) {

    .ztzl_list {
        margin-top: 10px;
    }

    .ztzl_list ul li {
        width: 100%;
        margin: 0px;
        margin-bottom: 10px;
    }

    .ztzl_list ul li img {
        width: 100%;
    }
}