.productCenter220520 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220520 * {
    box-sizing: border-box;
}

.productCenter220520 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter220520 ul {
    padding: 0;
    background-color: #fff;
}

.productCenter220520 ul li {
    width: 285px;
    margin-bottom: 20px;
    float: left;
    height: 400px;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    list-style: none;
}

.productCenter220520 ul li:nth-child(4n) {
    margin-right: 0;
}

.productCenter220520 ul li a {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #666;
    padding: 10px;
    border: 1px solid #e1e1e1;
}

.productCenter220520 ul li:hover {
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
}

.productCenter220520 ul li a:hover .proImg img {
    transform: scale(1.1);
}

.productCenter220520 ul li a:hover .proContent .title {
    color: #52388f;
}

.productCenter220520 ul li a .proImg {margin-bottom: 15px;
    float: left;
    overflow: hidden;
    width: 263px;
    height: 248px;
}

.productCenter220520 ul li a .proImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
    transition: all 1s ease-in-out;
}

.productCenter220520 ul li a .proContent {
    float: left;
    color: #000000;
	
	
	display: flex;
	flex-direction: column;
    
	
	/*width: calc(100% - 126px);*/
   /* padding-left: 18px;*/
}

.productCenter220520 ul li a .proContent .title {text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-bottom: 10px;
    height: 20px;
    line-height: 1.4;
}

.productCenter220520 ul li a .proContent .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    margin-bottom: 10px;
    height: 23px;
    font-size: 14px;
}

.productCenter220520 ul li a .proContent .moreBtn {
    background: #52388f;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    transition: all ease .3s;
	
	
	margin: 0 auto;
	
	
}

.productCenter220520 ul li a .proContent .moreBtn:hover {
    background: #333;
}