.news-container {
    padding-bottom: 44px;
    overflow-x: hidden;
}

.swiper-pagination {
    display: flex;
}

.swiper-slide {
    background: #F3F8FF;
    display: flex;
    justify-content: space-between;
    padding: 42px;
    box-sizing: border-box;
}

.swiper-img {
    width: 654px;
    height: 379px;
}

.swiper-content {
    width: 429px;
}

.swiper-content-title {
    font-weight: 600;
    font-size: 26px;
    color: #555555;
    margin-top: 38px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.swiper-container {
    width: 1200px;
    margin-top: 29px;
}

.swiper-content-text {
    font-size: 18px;
    color: #6A6A6A;
    margin-top: 38px;
    display: -webkit-box;
    /* 必须结合 Webkit */
    -webkit-box-orient: vertical;
    /* 设置盒子方向为垂直 */
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: justify;
}

.swiper-content-time {
    font-size: 18px;
    color: #555555;
    margin-top: 30px;
}

.swiper-pagination {
    padding-top: 20px;
    margin-left: 40px;
    padding-bottom: 33px;
}

.news-list-wrap {
    padding-bottom: 44px;
}

.news-item-wrap {
    padding: 35px 20px;
    border-bottom: 2px solid #F6F6F6;
    display: flex;
    justify-content: space-between;
}

.news-item-wrap:hover {
    background-color: #d4e7ff;
}

.news-item-wrap:hover .news-time-wrap {
    background-color: #3c82d7;
    color: #FFF !important;
}

.news-item-wrap:hover .news-time-day {
    color: #FFF !important;
}

.news-item-wrap:hover .news-time {
    color: #FFF !important;
}

.news-item-title {
    font-weight: 550;
    font-size: 18px;
    color: #555555;
    margin-bottom: 14px;
}

.news-item-text {
    width: 1047px;
    font-size: 14px;
    color: #9D9D9D;
    display: -webkit-box;
    /* 必须结合 Webkit */
    -webkit-box-orient: vertical;
    /* 设置盒子方向为垂直 */
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-time-wrap {
    width: 83px;
    height: 87px;
    background: #E2E2E2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news-time-day {
    font-size: 36px;
    color: #555555;
    margin-bottom: 8px;
}

.news-time {
    font-size: 14px;
    color: #555555;
}

.news-title {
    /* height: 29px; */
    font-size: 30px;
    line-height: 30px;
    color: #555555;
    margin-top: 35px;
    text-align: center;
    line-height: 1.5;
}

.news-subtitle {
    font-size: 16px;
    color: #9D9D9D;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 43px;
    border-bottom: 1px solid #E5E5E5;
}

.news-content {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    word-break: break-word;
    /* text-align: justify; */
    width: 100%;
}

.news-content p{
    width: 100%;
    text-align: justify;
    word-break: break-word;
    text-align: justify;
}

.news-content p video{
    width: 80%;
    object-fit:fill
}

.news-content p img,.news-content img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.news-content,.news-content p ,.news-content span{
    display: inline-block;
    margin-bottom:18px;
    color: #555555;
    font-family:"Microsoft Yahei", "microsoft yahei","微软雅黑","Helvetica Neue","Helvetica";
    line-height: 30px;
    font-size: 18px;
}
