.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 {
    width: 25%;
    float: left;
    color: #333;
    background-repeat: no-repeat;
    background-size: auto;
    height: 420px;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.newsInfo1LeftImg {
    position: absolute;
    width: 200px;
    height: 410px;
    z-index: -1;
}

.newsInfo1LeftContent {
    padding-left: 16%;
    padding-top: 80px;
}

.newsInfo1Left .newsInfo1LeftContent .region {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}

.newsInfo1Left .newsInfo1LeftContent .regionTitle {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 86px;
}

.newsInfo1Left .newsInfo1LeftContent .regionalDynamics {
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
}

.newsInfo1Left .newsInfo1LeftContent .line {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    margin-top: 10px;
}

.newsInfo1Content .newsInfo1Right {
    width: 75%;
    float: left;
    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;
}