.productCenter220520 {
    max-width: 1300px;
    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 {
    background: #f5f5f5;
    width: 1025px;
    margin-bottom: 20px;
    float: left;
    height: 150px;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
    list-style: none;
}

.productCenter220520 ul li:nth-child(3n) {
    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 {
    background: #fff;
    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: #d4a120;
}

.productCenter220520 ul li a .proImg {
    float: left;
    overflow: hidden;
    width: 150px;
    height: 130px;
}

.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: #666;
    width: calc(100% - 280px);
    padding-left: 18px;
}

.productCenter220520 ul li a .proContent .title {
        width: 800px;
    font-weight: bold;
    color: #003059 ;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 19px;
    margin-bottom: -5px;
    height: 30px;
    line-height: 1.4;
}

.productCenter220520 ul li a .proContent .dec {
    white-space: pre-line;
        width: 800px;
    color: #777;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    margin-bottom: 11px;
    height: 60px;
    font-size: 15px;
}

.productCenter220520 ul li a .proContent .moreBtn {
    border-radius: 5px;
    float: right;
    margin-right: 592px;
    /*background-image: linear-gradient(268deg,#24a7ff 0%,#61d5ff 100%);*/
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 8px 28px;
    transition: all ease .3s;
    background: #c9a149;
}

.productCenter220520 ul li a .proContent .moreBtn:hover {
    background: #003059;
}