.news {
    width: 1120px;
    margin: 80px auto 100px;
    line-height: 1.8;
}


.news-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-column {
    display: block;
    width: 150px;
    height: 2px;
    background: #1A1B1C;
    border-radius: 3px;
}

.title-text {
    margin: 0 30px;
    text-align: center;
}

.title-text>.cn {
    font-size: 24px;
    font-weight: 600;
    color: #1A1B1C;
}

.title-text>.en {
    font-size: 18px;
    color: #1A1B1C;
}

.news-content {
    margin-top: 60px;
}

.news-top2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.top2-img {
    width: 576px;
    height: 384px;
    padding: 10px;
    border-radius: 5px;
    background: #F6F6F6;
}

.top2-first {
    width: 464px;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 15px 20px;
}

.top2-first>.title {
    font-size: 20px;
    color: #1748A5;
    font-weight: 600;
}

.top2-first>.description {
    height: 90px;
    font-size: 16px;
    color: #1A1B1C;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.top2-first>.foot {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top2-first>.foot>.date {
    font-size: 16px;
    color: #999FA3;
}

.top2-first>.foot>.more {
    font-size: 16px;
    color: #1748A5;
}

.top2-second {
    margin-top: 20px;
}

.top2-second>.title {
    color: #1A1B1C;
}

.lists {
    margin-top: 30px;
}

.list {
    width: 1080px;
    margin-top: 15px;
}

.list>.title {
    color: #1A1B1C;
}

.page {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    gap: 10px;
}

.page-one {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #f4f4f5;
    border-radius: 5px;
    font-size: 16px;
    color: #606266;
}

.page-active {
    background-color: #1466ff;
    color: #fff;
}
