.news-container{
	background: #fff;
	overflow: hidden;
}
.news-header{
	width: 100%;
	height: 700px;
	margin-top: -3px;
	background: url('../../images/news/banner05.png') no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	font-size: 0;
}
.news-con{
	width: 57%;
	margin: auto;
	border-left:2px solid  #FAEFE5
}
.news_con_new{
	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	padding-top: 55px;
	padding-bottom: 50px;
	
}
.news-item{
	padding: 10px 0 5px 0;
	margin: 40px auto;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
}
.news-item-left{
	position: relative;
	float: left;
	cursor: pointer;
	padding: 0;
	margin-left: 15px;
}
.new_news_item_left{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	border-left:2px solid #FAEFE5;
	position: relative;
	padding-left:12px;

}
.new_news_item_left::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 17px;
	background-color: #EF821E;
	top:15px;
	left: -3px;
}
.img_size{
	width: 175px;
	height: 130px;
	position: relative;
	margin-right:19px ;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.news-item-right{
	float: left;
	padding: 5px;
}
.news-item-right h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	
}
.news-item-right p{
	font-size: 16px;
	color: #898989;
	line-height: 30px;
}
.news_title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.new_news_item_right h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin: 0;
	padding: 0;
}
.new_news_item_right p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.newsImage{
	width: 94%;
	height: 300px;
}
.newsImagenew{
	width: 175px;
	height: 130px;
	/* margin-left: 60px; */
	box-sizing: border-box;
}
.news_item_new{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;


}
.news_item_new span{
	font-size: 14px;
	font-weight: 400;
	color: #989898;
}
.newsTitle{
	width: 94%;
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 20px;
	font-weight:bold;
	line-height: 100px;
	text-align: center;
}
.news-item-right p.onlyTitle{
	font-size: 20px;
}
.news_con_new a{
	text-decoration:none
}