.newsInfo2206071520 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    background: #fff;
}

.newsInfo2206071520 * {
    box-sizing: border-box;
}

.newsInfo2206071520 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.newsInfo2206071520 ul li {
    float: left;
    margin-bottom: 4px;
    width: 100%;
}

.newsInfo2206071520 ul li a {
    display: block;
    height: 104px;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

.newsInfo2206071520 ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 0;
    display: block;
    background: #fff;
    transition: all .3s;
}

.newsInfo2206071520 ul li a:hover:after {
    background: #c21528;
    width: 100%;
}

.newsInfo2206071520 ul li a .news_left_content {
    width: 16%;
    float: left;
    text-align: center;
    color: #666;
    padding: 6px 0;
}

.newsInfo2206071520 ul li a .news_left_content .news_time_date {
    font-size: 32px;
    margin-bottom: 10px;
}

.newsInfo2206071520 ul li a .news_left_content .news_time_year {
    font-size: 14px;
}

.newsInfo2206071520 ul li a .news_right_content {
    width: 84%;
    float: left;
    padding: 12px 12px 12px 40px;
    border-left: 1px solid #999;
}

.newsInfo2206071520 ul li a .content {
    position: relative;
    z-index: 1;
}

.newsInfo2206071520 ul li a .content .news_right_content .news_title {
    font-size: 18px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    height: 24px;
}

.newsInfo2206071520 ul li a .content .news_right_content .news_dec {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    height: 24px;
}

.newsInfo2206071520 ul li a:hover .news_right_content .news_title,
.newsInfo2206071520 ul li a:hover .news_right_content .news_dec,
.newsInfo2206071520 ul li a:hover .news_left_content {
    color: #fff;
}

.newsInfo2206071520 ul li a:hover .news_right_content {
    border-left: 1px solid #fff;
}