.news_banner{
	width: 100%;
	height: 370px;
	background: url(../img/news_bj.png) 100% no-repeat;
	overflow: hidden;
	background-size: 100% 100% !important;
}
.news_title{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-top: 180px;
	line-height: 30px;
}

.news_title h1{
	font-size: 32px;
	font-family: Arial Black;
	font-weight: 400;
	color: #FFFFFF;
}
.news_title span{
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 14px;
	display: block;
}
.news_nav{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.news_nav p{
	height: 70px;
	line-height: 70px;
	color: #a7a7a7;
	display: block;
}
.news_nav p a{
	color: #a7a7a7;
}
.news_cont{
	width: 100%;
	height: auto;
	background: #f4f5f7;
	overflow: hidden;
}
.news_cont_list{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.news_middle{
	display:inline-block;
   -webkit-transition: margin-left .8s;
	-moz-transition: margin-left .8s;
	-o-transition: margin-left .8s;
	width: 1200px;
	height: 360px;
	border-bottom: 1px solid #e6e6e6;
}
.news_middle:hover{
	margin-left: 20px;
	background: white;
	border-left:3px solid #b63037;

}
.new_show{
	display: none;
}
.news_middle:hover .new_hide{
	display: none;
}
.news_middle:hover .new_show{
	display: block;
}
.news_middle:hover time{
	color: #b63037;
}
.news_middle:hover span{
	color: #b63037;
}





.news_time{
	width: 150px;
	height: auto;
	float: left;
}
.news_time time{
	font-size: 54px;
	font-family: Arial Black;
	font-weight: 400;
	color: #333333;
	display: block;
	margin-top: 130px;
	margin-left: 61px;
	
}
.news_time span{
	   font-size: 16px;
	   font-family: Arial Black;
	   font-weight: 400;
	   color: #333333;
	    margin-left: 61px;
}
.news_time img{
	    margin-left: 61px;
	
	margin-top: 50px;
}
.news_img{
	width: 410px;
	margin-top: 50px;
	display: block;
	float: left;
	margin-left: 25px;
}
.news_act{
	width: 545px;
	height: auto;
	float: right;
	margin-top: 131px;
	margin-right: 25px;
}
.news_act h2{
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #333333;
}
.news_act p{
	line-height: 28px;
	width: 541px;
	font-size: 12px;
	margin-top: 43px;
	color: #999999;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
}
.news_page{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	margin-top: 80px;
	overflow: hidden;
}
.news_page ul{
	width: 1200px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.news_page ul li{
	width: 42px;
	height: 42px;
	border-radius: 100px;
	display: inline-block;
	/* line-height: 50px; */
	line-height: 42px;
	border: 1px solid #999999;
}
.news_page ul .news_page_act{
	background: #b63037;
	
}
.news_page ul .news_page_act a{
	color: white;
}
.news_page ul li a{
	color: #999999;
}
















