.newsInfo2 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo2 * {
    box-sizing: border-box;
}

.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: 50%;
    float: left;
    height: 300px;
}

.newsInfo2Content .newsInfo2Left .image-animation {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

.newsInfo2Content .newsInfo2Right {
    width: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 6%;
}

.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: 14px;
    color: #666;
}

.newsInfo2Content .newsInfo2Right li a .content {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 40px;
}

.newsInfo2Content .newsInfo2Right li a .time {
    font-size: 12px;
    padding-right: 6px;
}

.newsInfo2Content .newsInfo2Right li a:hover .content {
    color: rgb(30, 136, 229);
}