.newsInfo220616 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.newsInfo220616 * {
    box-sizing: border-box;
}

.newsInfo220616 ul {
    padding: 20px;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.newsInfo220616 ul li {
    float: left;
    width: 47%;
    margin-right: 5%;
    margin-bottom: 5%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.newsInfo220616 ul li:nth-child(2n) {
    margin-right: 0;
}

.newsInfo220616 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

.newsInfo220616 ul li a .news_img {
    overflow: hidden;
    height: 210px;
}

.newsInfo220616 ul li a .news_img img {
    transition: all .3s ease-out 0s;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    object-fit: cover;
}

.newsInfo220616 ul li a:hover .news_img img {
    transform: scale(1.2);
}

.newsInfo220616 ul li a:hover {
    box-shadow: 0 0 20px rgb(222 222 222 / 71%);
}

.newsInfo220616 ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    z-index: 0;
    display: block;
    background: #fff;
    transition: all .5s;
}

.newsInfo220616 ul li a .news_left_content {
    width: 16%;
    float: left;
    text-align: center;
    color: #666;
    padding: 6px 0;
    border-right: 1px solid #eee;
}

.newsInfo220616 ul li a .news_left_content .news_time_date {
    font-size: 20px;
    margin-bottom: 10px;
}

.newsInfo220616 ul li a .news_left_content .news_time_year {
    font-size: 14px;
}

.newsInfo220616 ul li a .news_right_content {
    width: 84%;
    float: left;
    padding-left: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
    position: relative;
}

.newsInfo220616 ul li a .content {
    padding: 24px 12px;
    padding-bottom: 0;
    overflow: hidden;
}

.newsInfo220616 ul li a .content .news_right_content .news_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    height: 24px;
}

.newsInfo220616 ul li a .content .news_right_content .news_dec {
    font-size: 12px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 2;
    height: 48px;
}

.newsInfo220616 ul li a .news_right_content .svg_content {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dddddd;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 30px;
}

.newsInfo220616 ul li a:hover .news_right_content .news_title {
    color: #f65e12;
}

.newsInfo220616 ul li a:hover:after {
    background: #f65e12;
    width: 100%;
}

.newsInfo220616 ul li a:hover .svg_content {
    border: 1px solid #f65e12;
}

.newsInfo220616 ul li a:hover .svg_content svg path {
    fill: #f65e12;
}
