.newsInfo2206091650 * {
    box-sizing: border-box;
}

.newsInfo2206091650 {
    width: 100%;
    margin: 0 auto;
    height: 490px;
    position: relative;
}

.newsInfo2206091650 img {
    display: block;
    max-width: 100%;
    height: 100%;
    border: none;
    width: 100%;
}

.newsInfo2206091650 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.newsInfo2206091650 ul li {
    margin: 16px 0;
    color: #333;
    font-size: 12px;
    height: 90px;
}

.newsInfo2206091650 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    height: 100%;
}

.newsInfo2206091650 ul .hover_img {
    display: block;
    overflow: hidden;
    float: left;
    width: 35%;
}

.newsInfo2206091650 ul .hover_img img {
    transition: all 600ms ease;
    width: 100%;
    object-fit: scale-down;
}

.newsInfo2206091650 ul li .info_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.6;
    height: 16px;
    overflow: hidden;
}

.newsInfo2206091650 ul li .info_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1;
    max-width: 60%;
}

.newsInfo2206091650 ul li .info_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    text-indent: 6px;
    line-height: 2;
    height: 48px;
}

.newsInfo2206091650 ul li .info_content {
    float: left;
    width: 60%;
}