.main {
    padding: 60px 0 80px;
}

.news-title {
    padding-left: 14px;
    border-left: solid 4px #00b2a5;
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #666666;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-title .more {
    font-size: 20px;
    color: #999999;
    font-family: PingFangSC-Regular;
    cursor: pointer;
}

.news-title .more .icon {
    width: 15px;
    height: 16px;
    margin-left: 4px;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.news-list-height {
    min-height: 726px;
}

.news-list .news-item {
    display: block;
    width: 280px;
    margin-bottom: 40px;
}

.news-list .news-item .image {
    width: 280px;
    height: 210px;
    padding: 11px 14px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    object-fit: cover;
}

.news-item .news-text {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    line-height: 40px;
    height: 80px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-item:not(:nth-child(4n)) {
    margin-right: 20px;
}

.news-item .time {
    font-size: 18px;
    color: #999999;
    margin-top: 12px;
}

.news-swiper-box {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.news-swiper {
    width: 1020px;
    height: 365px;
}

.swiper-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 80px;
    outline: none;
}

.swiper-slide .image {
    width: 286px;
    height: 215px;
    margin-bottom: 30px;
    object-fit: cover;
}

.swiper-slide .news-text {
    -webkit-line-clamp: 2;
}

.swiper-slide .news-item {
    margin: 0;
}

.swiper-slide .news-item .image {
    width: 280px;
    height: 210px;
    padding: 11px 14px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    object-fit: cover;
}

.pager {
    margin: 60px auto;
    width: max-content;
    display: flex;
    align-items: center;
}

.pager .pager-item {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}

.pager .active {
    color: #00b2a5;
    border: solid 1px #00b2a5;
}

.pager-item + .pager-item {
    margin-left: 8px;
}
