.productCenter220516 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220516 * {
    box-sizing: border-box;
}

.productCenter220516 ul li a:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter220516 ul {
    padding: 0;
}

.productCenter220516 ul li {
    border: #eee 1px solid;
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
}

.productCenter220516 ul li:hover {
    box-shadow: 0 0px 9px 0 rgb(40 40 40 / 12%);
}

.productCenter220516 ul li a {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #666;
}

.productCenter220516 ul li a:hover .proImg img {
    transform: scale(1.1);
}

.productCenter220516 ul li a .proImg {
    float: left;
    overflow: hidden;
    width: 480px;
    height: 276px;
}

.productCenter220516 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;
}

.productCenter220516 ul li a .proContent {
    float: left;
    color: #666;
    padding: 24px 24px;
    width: calc(100% - 480px);
    height: 276px;
}

.productCenter220516 ul li a .proContent .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
    color: #025eb4;
    margin-bottom: 15px;
    height: 24px;
    line-height: 1.2;
}

.productCenter220516 ul li a .proContent .dec {
    white-space: pre-line;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    margin-bottom: 20px;
    height: 130px;
}

.productCenter220516 ul li a .proContent .moreBtn {
    color: #fff;
    border-radius: 25px;
    background: #025eb4;
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    transition: all ease .3s;
}

.productCenter220516 ul li a .proContent .moreBtn:hover {
    background: #0f2b61;
}