.xxybanner .img{
	padding-top: calc(606 / 1920 * 100%);
}
.xxy_news_bg{
	background: url(../images/news_bg1.png) bottom right no-repeat;
	background-size: contain;
}
.xxy_news{
	position: relative;
	margin-right: 1.7rem;
	display: block;
}
.xxy_news .news_title{
	font-size: calc(12px + 48 * 100vw / 1920);
	font-weight: bold;
	color: #0a3190;
    line-height: 1.2;
}
.xxy_news .news_time{
	padding: 40px 0;
	border-bottom: 2px solid #f2f6f9;
}
.xxy_news .news_time img{
	margin-right: 10px;
    transform: translateY(2px);
}
.xxy_news .news_time span{
	font-size: 18px;
	margin-right: 50px;
	color: #333;
	font-size: calc(12px + 6 * 100vw / 1920);
}
.xxy_news .news_con{
	padding: 80px 0 70px 0;
	/*border-bottom: 2px solid #f2f6f9;*/
	color: #333;
	font-size: calc(12px + 8 * 100vw / 1920);
	line-height: 1.5;
}
.xxy_news .news_con img{
	max-width: 100%; height: auto!important;
}
.xxy_news .news_page .pagebox{
	margin-top: 40px;
	/* color: #666; */
}
.xxy_news .news_page .pagebox span{
	/* display: block; */
	/* color: #999; */
	/* font-size: calc(12px + 6 * 100vw / 1920); */
}
.xxy_news .news_page .pagebox a{
	position: relative;
	/* display: block; */
	/* color: #313131; */
	/* font-size: calc(12px + 8 * 100vw / 1920); */
	/* padding-top: 20px; */
	/* transition: 0.3s; */
}
.xxy_news .news_page .pagebox:hover span,
.xxy_news .news_page .pagebox:hover a{
	color: #0a3190;
}
@media (max-width: 750px){
	.xxy_news{
		margin: 0.53rem 0.32rem 0;
	}
	.xxy_news .news_time{
		padding: 20px 0;
	}
	.xxy_news .news_time img{
		height: 18px;
	}
	.xxy_news .news_con{
		padding: 25px 0;
	}
	.xxy_news .news_page .pagebox{
		padding-top: 25px;
	}
	.xxy_news .news_page .pagebox a{
		padding-top: 15px;
	}
}


/* 图片轮播 */
.xxy_news_bg .carousel { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 11rem; max-width: 100%; margin-left: auto; margin-right: auto; }

.xxy_news_bg .carousel .arrow { width: .5rem; height: .5rem; background-position: center; background-repeat: no-repeat; background-size: 80%; margin: 0 .1rem; cursor: pointer; -webkit-transition: background-color .2s; -o-transition: background-color .2s; transition: background-color .2s; border-radius: 50%; }

.xxy_news_bg .carousel .arrow-prev { background-image: url(../images/arr-1.png); background-position: 40% center; }

.xxy_news_bg .carousel .arrow-prev.swiper-button-disabled { background-image: url(../images/arr-3.png); }

.xxy_news_bg .carousel .arrow-next { background-image: url(../images/arr-2.png); background-position: 60% center; }

.xxy_news_bg .carousel .arrow-next.swiper-button-disabled { background-image: url(../images/arr-4.png); }

.xxy_news_bg .carousel .arrow:hover { background-color: #a4bfd0; }

.xxy_news_bg .carousel .arrow.swiper-button-disabled { cursor: auto; }

.xxy_news_bg .carousel .arrow.swiper-button-disabled:hover { background-color: rgba(164, 191, 208, 0.5); }

.xxy_news_bg .carousel .swiper-container { margin: 0; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.xxy_news_bg .carousel .swiper-slide { height: auto; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.xxy_news_bg .carousel .swiper-slide .img img { max-width: 100%; }

.xxy_news_bg .carousel .swiper-slide .tit { margin-top: .1rem; }

.xxy_news_bg .carousel .li { width: 100%; }

.xxy_news_bg .carousel .img { height: 30vw; border: 1px solid #eee; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.xxy_news_bg .carousel .img img { max-width: 100%; max-height: 100%; }

@media (max-width: 800px) { .xxy_news_bg .carousel .img { height: 60vw; } }