.c-news {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FAF9 100%);
    padding: 120px 0 50px 0;
}

.news-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.news-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news-title {
    font-weight: 500;
    font-size: 48px;
    color: #313332;
}

.news-title-en {
    font-weight: 400;
    font-size: 16px;
    color: #B4BBB9;
    text-transform:uppercase;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 566px;
    background: #FFFFFF;
}

.news-item-img,
.news-item-img img {
    width: 464px;
    height: 356px;
}

.news-item-title {
    margin-top: 13px;
    font-weight: 500;
    font-size: 20px;
    color: #313332;
    width: 416px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.news-item-title:hover {
    color: #09BD81;
}

.news-item-txt {
    padding: 0 24px;
}

.news-item-desc {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    color: #727776;
    line-height: 28px;
    width: 416px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item-bottom {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

.news-main {
    display: flex;
    margin: 30px 0 40px 0;
}

.main-left,
.main-left img {
    width: 688px;
    height: 356px;
}

.main-right {
    width: 752px;
    height: 356px;
    background: #F2F7F6;
    display: flex;
    align-items: center;
}

.right-info {
    width: 100%;
    height: 88px;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.info-line {
    width: 1px;
    height: 88px;
    background: #E8E8E8;
}

.info-date {
    width: 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.date-up {
    font-weight: 400;
    font-size: 48px;
    color: #727776;
    line-height: 24px;
}

.date-down {
    font-weight: 400;
    font-size: 24px;
    color: #727776;
    line-height: 24px;
}

.main-body {
    width: 504px;
}

.main-title {
    font-weight: 500;
    font-size: 20px;
    width: 504px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
}

.main-title:hover {
    color: #09BD81;
}

.main-desc {
    width: 504px;
    font-weight: 400;
    font-size: 16px;
    color: #727776;
    line-height: 28px;
}

.news-item-time {
    font-weight: 400;
    font-size: 16px;
    color: #727776;
}

.news-item-next {
    width: 30px;
    height: 6px;
}

.news-laypage-all {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}