.case-list a{
    display: block;
    height: auto!important;
}
.case-list a>div{
    width: 100%;
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.case-list a img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-list li p{
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    height: unset;
    text-align: center;
    background: none;
    color: #333;
    font-size: 18px;
    margin-top: 16px;
}
.case-list li:hover p{
    font-weight: unset;
}
.case-list li{
    margin-bottom: 50px;
    background: none;
}

.ny-tit h2{
    line-height: 1.5;
}
.ny-tit h2 small{
    margin-top: 0px;
}