.newsInfo220607 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.newsInfo220607 * {
    box-sizing: border-box;
}

.newsInfo220607 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.newsInfo220607 ul li {
    width: 25%;
    height: 404px;
    float: left;
    border: 1px solid #eee;
    background: #f6f6f6;
}

.newsInfo220607 ul li:hover {
    background: #fff;
}

.newsInfo220607 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    padding: 50px;
    transition: all 0.3s ease 0s;
}

.newsInfo220607 ul li a:hover .proImg img {
    transform: scale(1.2);
}

.newsInfo220607 ul li a .proImg {
    overflow: hidden;
    width: 100%;
    height: 130px;
    margin-bottom: 30px;
}

.newsInfo220607 ul li a .proImg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: all 0.6s;
    object-fit: cover;
}

.newsInfo220607 ul li a .content {
    font-size: 16px;
    transition: all 0.3s ease 0s;
}

.newsInfo220607 ul li a .content .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: .36s ease;
    height: 24px;
    line-height: 1.4;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsInfo220607 ul li a .content .time {
    font-size: 12px;
    color: #999999;
    margin-bottom: 30px;
}

.newsInfo220607 ul li a .content .dec {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    height: 16px;
    line-height: 1.4;
}

.newsInfo220607 ul li a .proMore svg {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.newsInfo220607 ul li a:hover .proMore svg {
    background-color: #1976D2;
}

.newsInfo220607 ul li a:hover .proMore svg .arrowBorder {
    fill: #1976D2;
}

.newsInfo220607 ul li a:hover .proMore svg .arrow {
    fill: #fff;
}

.newsInfo220607 ul li a:hover .title {
    color: #1976D2;
}