.productCenter220520 {
    max-width: 1200px;
    margin: 0 auto;
	font-family: "Microsoft YaHei"
}

.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 {
    border-radius: 5px;
    border: 1px #e2e2e2 solid;
    background: #e7e7e7;
    width: 850px;
    margin-bottom: 20px;
    float: left;
    height: 220px;
    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: 19px;
    /*border: 1px solid #e1e1e1;*/
}

.productCenter220520 ul li:hover {
    background: #0084cf;
    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 .dec,
.productCenter220520 ul li a:hover .proContent .title {
    color: #fff;
}

.productCenter220520 ul li a .proImg {
    margin-left: -11px;
    margin-top: -10px;
    float: left;
    overflow: hidden;
    width: 232px;
    height: 200px;
}

.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 {
    letter-spacing: 1px;
    font-family: "Microsoft YaHei";
    float: left;
    width: calc(100% - 280px);
    padding-left: 18px;
}

.productCenter220520 ul li a .proContent .title {
        /*width: 1000px;*/
    font-weight: bold;
    color: #0084cf;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
    margin-bottom: 7px;
    height: 30px;
    line-height: 1.4;
}

.productCenter220520 ul li a .proContent .title2 {
    padding-top: 4px;
    font-size: 16px;
    color: #0084cf;
}

.productCenter220520 ul li a .proContent .dec {
    white-space: pre-line;
    letter-spacing: 0;
        /*width: 1000px;*/
    color: #333;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    margin-bottom: -10px;
    height: 60px;
    font-size: 14px;
}

.productCenter220520 ul li a .proContent .moreBtn {
    border-radius: 5px;
    display: none!important;
    float: right;
    margin-right: -14px;
    /*background-image: linear-gradient(268deg,#24a7ff 0%,#61d5ff 100%);*/
    background: #0084cf;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 8px 28px;
    transition: all ease .3s;
}

.productCenter220520 ul li a .proContent .moreBtn:hover {
    background: #333;
}