.newsInfo1 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo1 * {
    box-sizing: border-box;
}

.newsInfo1Content:after {
    content: "";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.newsInfo1Content {
    overflow: hidden;
}

/* 左侧直接隐藏 */
.newsInfo1Content .newsInfo1Left {
    display: none !important;
}

/* 右侧铺满全部宽度 */
.newsInfo1Content .newsInfo1Right {
    width: 100% !important;
    float: none !important;
    margin-top: 22px;
}

.newsInfo1Right .swiper-wrapper .swiper-slide {
    text-decoration: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .swiper-slide-box {
    border: 1px solid #eee;
    width: 100%;
}

.newsInfo1Right .swiper-wrapper .swiper-slide:hover .swiper-slide-box {
    border-color: rgb(160, 198, 75);
}

.newsInfo1Right .swiper-wrapper .swiper-slide:hover .imgBox img {
    transform: scale(1.2);
}

.newsInfo1Right .swiper-wrapper .swiper-slide:hover .content .seeDetails {
    background: rgb(160, 198, 75);
}

.newsInfo1Right .swiper-wrapper .swiper-slide .imgBox {
    overflow: hidden;
    height: 186px;
    width: 100%;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .imgBox img {
    max-width: 100%;
    border: 0;
    display: block;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .content {
    text-align: center;
    padding: 8% 10% 8%;
    font-family: 微软雅黑, Microsoft YaHei;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .content .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .content .dec {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    margin: 16px 0;
    line-height: 22px;
    height: 66px;
}

.newsInfo1Right .swiper-wrapper .swiper-slide .content .seeDetails {
    background: rgb(46, 67, 94);
    color: #fff;
    padding: 3% 0;
    transition: all 0.3s;
    font-size: 14px;
}

.newsInfo1Right .swiper-button-prev img,
.newsInfo1Right .swiper-button-next img {
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
    margin-top: 6px;
}

.newsInfo1Right .swiper-button-next.swiper-button-white,
.newsInfo1Right .swiper-button-prev.swiper-button-white {
    background: rgba(51, 51, 51, .3);
    width: 28px;
    height: 44px;
    text-align: center;
}

.newsInfo1Right .swiper-button-prev.swiper-button-white:hover,
.newsInfo1Right .swiper-button-next.swiper-button-white:hover {
    background: rgba(51, 51, 51);
}

.newsInfo1Right .swiper-container .swiper-button-prev {
    left: 0;
}

.newsInfo1Right .swiper-container .swiper-button-next {
    right: 0;
}

.newsInfo1Right .swiper-container .swiper-button-prev.swiper-button-disabled,
.newsInfo1Right .swiper-container .swiper-button-next.swiper-button-disabled {
    pointer-events: auto;
}