.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
    transition: all 1s
}

.pic img:hover {
    transform: scale(1.2);
    cursor: pointer
}
.fy-list ul {
    overflow: hidden;
    }

.fy-list ul li {
    float: left;
    width: 29%;
    margin: 15px 2%;
    padding-left: 0px;
    }

.fy-list ul li a {
    display: block;
    width: 100%;
 }

.fy-list ul li a .pic {
    padding-top: 120%;
 }
.fy-list ul li a .pic img{height: 100%;object-fit: cover;}
.fy-list ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
 }