.productCenter220507 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220507 * {
    box-sizing: border-box;
}

.productCenter220507 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter220507 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.productCenter220507 ul li {
    width: 284px;
    height: 360px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.productCenter220507 ul li:nth-child(4n) {
    margin-right: 0;
}

.productCenter220507 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    background: #F8F8F8;
}

.productCenter220507 ul li a:hover {
    box-shadow: 0px 15px 20px rgb(0 0 0 / 10%);
}

.productCenter220507 ul li a:hover .proImg img {
    transform: scale(1.1);
}

.productCenter220507 ul li a .proImg {
    overflow: hidden;
    width: 100%;
    height: 284px;
}

.productCenter220507 ul li a .proImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: all 0.6s;
    object-fit: cover;
}

.productCenter220507 ul li a .content {
    background: #F8F8F8;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
    height: 72px;
    line-height: 72px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.productCenter220507 ul li a .content .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333;
}