.newsbox{margin-top: -90px;position: relative;z-index: 2;padding-bottom: 50px;}
.lftt{padding: 32px;background: #FAFAFA;font-size: 0;}
.lftt > *{display: inline-block;vertical-align: middle;font-size: 18px;}
.lftt i{width: 12%;}
.lftt .tt{width: 84%;margin-left: 4%;text-align: center;}
.lftt h2{font-size: 36px;font-weight: normal;margin-bottom: 10px;}
.lftt h2 a{color: #1C5468;}
.xwbox{margin-top: 56px;}
.mainbanner{width: 50%;overflow: hidden;position: relative;}
.newsswiper{width: 100%;height: 100%;}
.newsswiper .swiper-slide{position: relative;}
.newsswiper .swiper-slide img{height: 388px;width: 100%;}
.newsswiper .swiper-slide p{position: absolute;bottom: 0;left: 0;width: 100%;height: 56px;line-height: 56px;background: rgba(0, 0, 0,.3);}
.newsswiper .swiper-slide p a{color: #fff;font-size: 20px;width: 70%;padding-left: 20px;}
.newsswiper .swiper-pagination{width: 20%;right: 0;left: auto;bottom: 15px;}
.newsswiper .swiper-pagination-bullet{background: #fff;}
.news{width: 47%;position: relative;}

.newsbox2{background: #FAFAFA;padding: 56px 0;}
.news1,.news2{width: 47%;position: relative;}

@media screen and (max-width: 1200px) {
    /* 新闻中心 */
    .newsbox{margin-top: 0;}
    .mainbanner{width: 100%;height: 55vw;}
    .news{width: 100%;margin-top: 20px;}
}

@media screen and (max-width: 992px) {
    .lftt{padding: 20px;}
    .lftt h2{font-size: 30px;}
    .xwbox{margin-top: 30px;}
}
@media screen and (max-width: 450px) {
    .newsbox{margin-top: 20px;}
    .lftt{padding: 10px;}
    .lftt i{display: none;}
    .lftt .tt{width: 100%;margin-left: 0;}
    .lftt .tt .memo{font-size: 14px;}
    .lftt h2{font-size: 22px;line-height: 26px;}
    .xwbox{margin-top: 20px;}
    .newsbox{padding-bottom: 30px;}
    .newsswiper .swiper-slide img{height: 100%;}
    .newsswiper .swiper-slide p{height: 30px;line-height: 30px;}
    .newsswiper .swiper-slide p a{font-size: 14px;padding-left: 10px;}
    .newsswiper .swiper-pagination{width: 25%;bottom: 6px;}
    .newsswiper .swiper-slide p a{display: block;}

    .newsbox2{padding: 30px 0;}
    .news1, .news2{width: 100%;}
    .news2{margin-top: 20px;}

}