a{
	
}
.content{
	background-color:#f8f8f8 ;
	padding-bottom: 30px;
}

.news_top{
	background: url(../img/case/img_anliheji.png);
	width: 100%;
	height: 600px;
	position: relative;
	top:90px;
	background-size: cover;
}
.news_top_content{
	width: 1240px;
	/*margin: 0 auto;*/
	text-align: center;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.news_top_title{
	font-size: 35px;
	color: #fff;
	font-family: Segoe UI;
    font-weight: bold;
   /* padding-top: 150px;*/
    
}
.news_title_en{
	font-size: 22px;
    font-family: Segoe UI;
    font-weight: bold;
    margin-top: 16px;
    color: #fff;
}

.content_news{
	width: 1240px;
	border: 1px solid rgba(223,223,223,1);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    background: #FFFFFF;
	margin: 0 auto;
	position: relative;
	top:10px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.content_news_nav{
	width: 1100px;
	padding-top: 31px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid rgb(109, 108, 108);
}
.content_news_nav .span0{
	border-bottom: 4px solid rgba(255,0,0,1) !important;
	margin: 0 50px;
    padding-bottom: 28px;
    border-bottom: 4px solid transparent;
}
.content_news_nav span{
	display: inline-block;
}
.news_nav{
	flex: 1;
	padding-left: 50px;
	padding-right: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news_nav_detail{
	padding-bottom: 28px;
}
.all_news{
	width: 1100px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_item{
	width: 100%;
	height: 324px;
	margin-left: 70px;
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	
	
}
.item_img2{
	width: 574px;
	height: 324px;
	float: left;
	background: url(../img/news/hlw.jpg) no-repeat center center;
	border-radius: 20px;
	background-size: cover;
}
.item_img{
	width: 574px;
	height: 324px;
	float: left;
	background: url(../img/news/21-32-190619-2014000928.jpeg) no-repeat center center;
	border-radius: 20px;
	background-size: cover;
}
.item_img3{
	width: 574px;
	height: 324px;
	float: left;
	background: url(../img/news/zxyy.jpg) no-repeat center center;
	border-radius: 20px;
	background-size: cover;
}
.item_detail{
	width: 406px;
	height: 284px;
	margin: 20px 50px;
	margin-right: 0;
	flex: 1;
}
.item_detail_title{
	font-size: 22px;
    font-family: Segoe UI;
    font-weight: 400;
    margin-bottom: 19px;
}
.item_detail_en{
	font-size: 16px;
    font-family: Segoe UI;
    font-weight: 400;
    line-height: 22px;
    word-break: break-all;
}
.item_detail_col{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 25px;
	margin-top: 160px;
}
.item_detail_col_icon{
	display: flex;
	flex-direction: row;
	
}
.eye_icon_img{
	background: url(../img/news/icon_liulanshu.png) no-repeat center center;
	width: 25px;
    height: 25px;
}
.item_detail_col_num{
	margin-left: 10px;
}
.item_detail_col_time{
	padding-right: 10px;
}
