.news-top .swiper-container{
	padding: 73px 0 71px;
}
.news-top .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.news-top .swiper-slide .left{
	width: 47.5%;
}
.news-top .swiper-slide .right{
	/* flex: 1;
	padding-left: 60px; */
	width: 48.2%;
}
.news-top .swiper-slide .right .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	padding: 14px 0 24px;
	border-bottom: 1px solid rgba(231, 231, 231, 1);
}
.news-top .swiper-slide .right .date{
	width: 119px;
	height: 13px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 17px;
}
.news-top .swiper-slide .right .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 30px;
	margin-top: 32px;
}
.news-top .swiper-slide .right .more{
	background-color: rgba(0, 68, 178, 1);
	border-color: rgba(0, 68, 178, 1);
	margin-top: 43px;
}
.news-top .swiper-container-horizontal>.swiper-pagination-bullets,
.news-top .swiper-pagination-custom, 
.news-top .swiper-pagination-fraction{
	width: 48.2%;
	left: auto;
	right: 0;
	text-align: left;
	bottom: 71px;
}
.news-top .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.news-top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 5px;
}
.news-content{
	padding: 53px 0 86px;
	background-color: rgba(245, 245, 245, 1);
}
.news-content .list{
	margin-bottom: 40px;
}
.news-content .list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-content .list li{
	width: 31.9%;
	background-color: #fff;
	margin-bottom: 41px;
}
.news-content .list li .text-box{
	padding: 32px 25px 26px 30px;
}
.news-content .list li .text-box .date{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.news-content .list li .text-box .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-top: 11px;
}
.news-content .list li .text-box .des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	margin-top: 9px;
}
.news-details .content1400{
	display: flex;
	justify-content: space-between;
	padding: 60px 0 74px;
	align-items: flex-start;
}
.news-details .left{
	width: 66.1%;
}
.news-details .left .title-div{
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(240, 240, 240, 1);
	margin-bottom: 40px;
}
.news-details .left .title-div .title{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.news-details .left .title-div ul{
	display: flex;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	margin-top: 39px;
}
.news-details .left .title-div li{
	margin-right: 49px;
}
.news-details .left .title-div li:last-child{
	margin-right: 0;
}
.news-details .left .text-content .text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	margin-bottom: 27px;
}
.news-details .left .text-content img{
	max-width: 100%;
	display: block;
	margin: 0 auto 30px;
}
.news-details .right{
	width: 29.2%;
	background-color: rgba(250, 250, 250, 1);
	padding: 28px 45px 30px;
}
.news-details .right p{
	margin-bottom: 20px;
}
.news-details .right p a{
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-details .right p a span{
	color: rgba(153, 153, 153, 1);
}
.news-details .right .back{
	margin-top: 41px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #0044B2;
	font-size: 16px;
}
.news-details .right .back a{
	display: block;
	color: rgba(255, 255, 255, 1);
}
@media (max-width:1350px) {
	.news-top .swiper-container-horizontal>.swiper-pagination-bullets, .news-top .swiper-pagination-custom, .news-top .swiper-pagination-fraction{
		width: 100%;
		text-align: center;
		bottom: 20px;
	}
}
@media (max-width:1199px) {
	.news-top .swiper-slide{
		flex-wrap: wrap;
	}
	.news-top .swiper-slide .left{
		width: 100%;
	}
	.news-top .swiper-slide .right{
		width: 100%;
		margin-top: 20px;
	}
	.news-content .list li{
		width: 48%;
	}
	.news-details .content1400{
		flex-wrap: wrap;
	}
	.news-details .left{
		width: 100%;
	}
	.news-details .right{
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width:800px) {
	.news-top .swiper-slide .right .title{
		font-size: 22px;
		padding: 5px 0 15px;
	}
	.news-details .left .title-div .title{
		font-size: 26px;
		line-height: 1.5;
	}
	.news-details .left .title-div ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.news-details .left .title-div li{
		margin-right: 0;
	}
}
@media (max-width:500px) {
	.news-top .swiper-container{
		padding-top: 40px;
	}
	.news-top .swiper-slide .right{
		margin-top: 10px;
	}
	.news-top .swiper-slide .right .title{
		font-size: 18px;
		
		padding-bottom: 10px;
	}
	.news-top .swiper-slide .right .des{
		font-size: 14px;
		margin-top: 20px;
	}
	.news-top .swiper-slide .right .more{
		margin-top: 25px;
	}	
	.news-content .list li{
		width: 100%;
		margin-bottom: 25px;
	}
	.news-content .list li .text-box{
		padding: 25px 15px;
	}
	.news-content .list li .text-box .title{
		font-size: 16px;
		line-height: 1.7;
	}
	.news-details .left .title-div .title{
		font-size: 22px;
	}
	.news-details .left .title-div li{
		margin-bottom: 10px;
	}
	.news-details .left .title-div ul{
		margin-top: 20px;
	}
	.news-details .left .title-div{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news-details .left .text-content .text{
		font-size: 16px;
		line-height: 1.7;
	}
	.news-details .right{
		padding: 25px 15px;
	}
	.news-details .content1400{
		padding: 35px 0 40px;
	}
}