/* 新闻 */
.new_menu,
.new_xy_menu{
	margin-top: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 2;
}
.new_menu .tsw_content,
.new_xy_menu .tsw_content{
	display: flex;
}
.new_menu a,
.new_xy_menu a{
	flex: 1;
	font-size: 22px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.new_menu a{
	height: 92px;
}
.new_xy_menu a{
	height: 60px;
}
.new_menu a.cur,
.new_xy_menu a.cur{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 4px;
}
.new_menu a.cur{
	background: #f3752e;
}
.new_xy_menu a.cur{
	background: #2a52f5;
}
.new_menu a.cur::after,
.new_xy_menu a.cur::after{
	content: '';
	width: 39px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%,0);
}
.new_menu a.cur::after{
	background: url(../img/zxzx_pic_xzbt.png) no-repeat;
}
.new_xy_menu a.cur::after{
	background: url(../img/zxzx_pic_xzbt2.png) no-repeat;
}
.new_menu a.cur::before{
	content: '';
	margin-right: 10px;
	background-repeat: no-repeat;
}
.new_menu a:nth-child(1).cur::before{width: 58px;height: 32px;background-image: url(../img/zxzx_icon_zxzx.png);}
.new_menu a:nth-child(2).cur::before{width: 26px;height: 34px;background-image: url(../img/zxzx_icon_rmzx.png);}
.new_menu a:nth-child(3).cur::before{width: 26px;height: 26px;background-image: url(../img/zxzx_icon_xwzx.png);}
.new_menu a:nth-child(4).cur::before{width: 28px;height: 28px;background-image: url(../img/zxzx_icon_hydt.png);}
.new_menu a:nth-child(5).cur::before{width: 26px;height: 26px;background-image: url(../img/zxzx_icon_scdt.png);}

.new_imageText{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}
.new_imageText .swiper {
	width: 730px;
	height: 450px;
	border-radius: 4px;
	overflow: hidden;
	margin: 0;
}
.new_imageText .swiper-slide a:first-child{
	position: relative;
	display: block;	
	width: 730px;
	height: 450px;
}
.new_imageText .swiper-slide a:first-child::after{
	content: '';
	position: absolute; z-index: 1;
	left: 0;top: 70%;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
}

.swiper-slide .txt{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;z-index: 2;
	left: 30px;
	right: 30px;
	bottom: 50px;
}
.new_imageText .swiper-pagination{
	text-align: right;
	padding: 0 20px 5px;
	box-sizing: border-box;
}
.new_imageText .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
}
.new_imageText .swiper-pagination-bullet-active{
	opacity: 1;
}

.new_imageText ul{
	width: 450px;
}
.new_imageText li{
	width: 450px;
	height: 220px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.new_imageText li:not(:first-child){
	margin-top: 10px;
}
.new_imageText li p,
.new_imageText li a{
	position: absolute;z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
}
.new_imageText li p{
	padding: 20px;
	line-height: 26px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	-webkit-line-clamp: 2;
}
.new_imageText li a{
	top: 0;
}
.new_imageText li::after{
	content: '';
	position: absolute; z-index: 1;
	left: 0;top: 70%;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.8));
}

.new_list_item{
	margin-top: 50px;
}
.new_list_item:last-child{
	padding-bottom: 50px;
}
.new_list_item h2{
	margin-bottom: 30px;
}
.new_list_item h2 a{
	font-size: 30px;
	font-weight: bold;
	color: #2B52F5;
	line-height: 1;
}
.new_list_item dl{
	display: flex;
}
.new_list_item dt,
.new_list_item li{
	width: 300px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	margin-right: 30px;
}
.new_list_item dd{
	flex: 1;
}
.new_list_item p{
	font-size: 18px;
	line-height: 1.8;
	-webkit-line-clamp: 4;
}
.new_list_item h6{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.new_list_item h6 span{
	font-size: 16px;
	color: #666666;
	margin-right: 60px;
}
.viewNums{
	display: flex;
	align-items: center;
}
.viewNums::before{
	content: '';
	width: 22px;
	height: 16px;
	background: url(../img/yanjing.png) no-repeat;
	margin-right: 13px;
}
.new_list_item ul{
	display: flex;
}