.newsInfo2 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo2 * {
    box-sizing: border-box;
}

.newsInfo2 li {
    padding-left: 6px;
    width: 50%;
}

.newsInfo2Top {
    padding: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo2Top .title {
    font-size: 22px;
    color: rgb(63, 63, 63);
    line-height: 32px;
}

.newsInfo2Top .enTitle {
    font-size: 14px;
    color: rgb(216, 216, 216);
    line-height: 22px;
}

.newsInfo2Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.newsInfo2Content {
    overflow: hidden;
}

.newsInfo2Content .newsInfo2Left,
.newsInfo2Content .newsInfo2Right {
    width: 60%;
    float: right;
    height: 374px;
}

.newsInfo2Content .newsInfo2Left .image-animation {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

.newsInfo2Content .newsInfo2Right {
    display: flex;
    width: 35%;
    margin-top: 74px;
    margin-right: 60px;
    padding: 0;
    list-style: none;
    padding-left: 0%;
    flex-direction: row;
    flex-wrap: wrap;
}

.newsInfo2Content .newsInfo2Right li a {
    height: 50px;
    line-height: 50px;
    display: flex;
    text-decoration: none;
    font-family: "微软雅黑,Microsoft YaHei";
    border-bottom: 1px solid rgb(216, 216, 216);
    font-size: 18px;
    color: #333;
}

.newsInfo2Content .newsInfo2Right li a .content {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
}

.newsInfo2Content .newsInfo2Right li a .time {
    display: none;
    font-size: 12px;
    padding-right: 6px;
}

.newsInfo2Content .newsInfo2Right li a:hover .content {
    color: rgb(30, 136, 229);
}