.img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}

.imgList {
    width: 194px;
    /* height: 272px; */
    margin-right: 10px;
}
.imgList_a {
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}
.imgList div {
    width: 100%;
    line-height: 30px;
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
.imgList div:hover {
    color: #e02519;
}

.imgBox {
    width: 194px;
    height: 240px;
    overflow: hidden;
}
.imgList img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition: all 1s;
}

.imgList img:hover {
    transform: scale(1.2);
    transition: all 1s;
}
.imgList:hover {
    cursor: pointer;
}

.imgList_a:active,
.imgList_a:hover {
    text-decoration: none;
}
.more a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
}
.more {
    font-size: 1rem;
        float:right;
        font-weight: 500;
}
a:focus{text-decoration: none}
@media screen and (max-width: 768px) {
    .img {
        padding-bottom: 40px;
    }
    .imgList {
        width: 50%;
        height: 190px;
        margin: 0;
    }
    .imgBox {
        height: 100%;
        overflow: hidden;
    }
    .imgList div {
        width: 100%;
        /* height: 30px; */
        text-align: center;
        line-height: 30px;
        font-size: 1.1rem;
    }

    .imgList img {
        width: 129px;
        height: 161px;
    }
    .title p{
        color: #333;
    }
}
