.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: 307px;
    height: 342px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}

.productCenter220507 ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.productCenter220507 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    background: #f6f7f9;
	border: 2px #f6f7f9 solid;
}

.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 {
    background: #fff;
    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: contain;
}

.productCenter220507 ul li a .content {
    background: #f6f7f9;
    text-align: center;
    font-size: 16px;
    padding: 0 16px;
    height: 54px;
    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;
    font-size: 16px;
	line-height: 54px;
}

.productCenter220507 ul li a .content .memo {
    display: none;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666666;
    font-size: 12px;
}