section {
    padding-bottom: 60px;
}

.swiperBox {
    max-height: 420px;
    height: auto;
}

.news-list-box {
    width: 1200px;
    padding-top: 30px;
}

.news-list-item {
    width: 100%;
    height: 320px;
    background-color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.news-list-item:hover .news-title {
    font-weight: bold;
    color: #2062c0 !important;
}

.news-list-item .news-img {
    width: 392px;
    height: 100%;
}

.news-list-item .news-info {
    box-sizing: border-box;
    padding: 0 42px 0 28px;
    width: 100%;
}

.news-list-item .news-info .news-title {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-top: 34px;
}

.news-list-item .news-info .news-content {
    color: #999;
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-list-item .news-info .news-time-box {
    height: 72px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

.news-list-item .news-info .news-time-box .news-time {
    font-size: 16px;
    color: #999;
}