html,body{
	background-color: #f5f5f5;
}

.news_title1{
	margin: 20px 20px 28px 20px;
	width: 330px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
}

.news_title2{
	margin: 0 20px 10px 20px;
	color:#333333;
	width: 330px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;  /*要显示的行数*/
	-webkit-box-orient: vertical;
}

.jdxw_swiper{
	height: 195px;
	background-color: #FFFFFF;
	
}

.jdxw_swiper .swiper_content{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 20px 10px 20px;
	padding-top: 11px;
}

.jdxw_swiper .swiper_content li{
	width: 48%;
	height: 38px;
	margin: 10px 0 10px 0;
	font-family:Source Han Sans CN;
	color:#333333;
	font-size:16px;
	line-height:20px;
	display: flex;
	border-left: 1px solid #8df;
	padding-left: 1%;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.big_news_adver{
	width: 370px;
	height: 175px;

	margin-top: 15px;
}
.big_news_adver.ggheight{
	height: auto;
}
.big_news_adver.ggheight img{
	height: 180px;
  display:block
}
.news_right_put{
	width: 370px;
	height: 175px;
	background-color: #FFFFFF;
}

.big_news_adver img,.news_right_put img{
	width: 370px;
	height: 175px;
}

.news_put{
	margin-bottom: 15px;
	width: 64%;
	height: 175px;
	position: relative;
}

.news_put .news_put1{
	position: absolute;
	text-align: right;
}

.news_put img{
	/* width: 49%; */
	height: 175px;
}

.tent_left{
	display: flex;
	
}

.Special_report_scroll_area{
	display: flex;
	margin: 20px 1.7% 0 1.7%;
}

@media (min-width: 980px) and (max-width: 1200px){
	.news_right_put{
		width: 100%;
	}
	
	.big_news_adver1{
		width: 38%;
	}
	
	.news_right_put img,.big_news_adver1 img{
		width: 100%;
	}
	
}

@media (min-width: 810px)and (max-width: 980px){
	/* .news_right_put,.news_right_put img{
		width: 100%;
		height: 100%;
	} */
	
	.big_news_adver,.news_put,.news_right_put,.news_right_put{
		display: none;
	}
	
	.news_title1{
		margin: 0 0 20px 0;
	}
	
	.news_title2{
		margin: 0 0 10px 0;
	}
	
	.news_right_put{
		width: 38%;
	}
	
}

@media (max-width: 810px){
	/* .news_put,.news_right_put,{
		width: 100%;
		height: 100%;
	} */
	
	.big_news_adver,.news_put,.news_right_put,.news_right_put{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	
	.news_put .news_put1{
		position: inherit;
		width: 100%;
		height: 100%;
		text-align: inherit;
	}
	
	.big_news_adver img,.news_right_put img,.news_put img{
		width: 100%;
		height: 100%;
	}
	
	.news_title1{
		margin: 0 0 20px 0;
	}
	
	.news_title2{
		margin: 0 0 10px 0;
	}
	
	.news_right_put{
		margin-top: 15px;
		width: 100%;
	}
	
}


@media (max-width: 450px){
	.swiper_content {
		height: auto;
		margin: 0 5px 10px 10px;
		padding-top: 5px;
	}
	.swiper_content li {
		padding-left: 3%;
	}
	.news_right_put,.news_right_put img,.big_news_adver,.big_news_adver,.big_news_adver,.big_news_adver img{
		width: 100%;
		height: 100%;
	}
	
	.news_right_put{
		margin-top: 15px;
	}
	
	.news_put .news_put1{
		position: inherit;
		width: 100%;
		text-align: inherit;
	}
	
	.news_title1{
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	.news_title2{
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	.news_put2{
		margin-top: 15px;
	}
	
}
