.news_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 25px;
}
/*新闻导航*/
.news_menu{
	width: 100%;
	height: 65px;
	background-color: #f1f1f1;
	overflow: hidden;
	margin-bottom: 45px;
}
.news_menu a{
	display:inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	text-align: center;
	margin-top:12.5px;
}
.news_menu a.news_now{
	background-color: #c8000f;
	color: #FFF;
}
.news_menu a:hover{
	background-color: #c8000f;
	color: #FFF;
}
@media only screen and (max-width:767px ) {
	.news_menu a{
		width: calc(25% - 5px);
		font-size: 12px;
	}
	.news_menu{
		width: 100%;
		height: 65px;
		background-color: #f1f1f1;
		overflow: hidden;
		margin-bottom: 25px;
	}
}
/*新闻列表*/
.news_list{
	width: 100%;
	overflow: hidden;
}
.news_list .news_long{
	width: 69.91%;
	overflow: hidden;
	float: left;
}
.news_list .news_short{
	width: 27.75%;
	overflow: hidden;
	float: right;
}
.news_long li{
	width: 100%;
	height: 210px;
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 26px 28px;
}
.news_long li a{
	display: block;
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
.news_long li a .news_img{
	float: right;
	margin-left: 45px;
	width: 35.55%;
	overflow: hidden;
}
.news_long li a img{
	width: 100%;
	transition: all 0.5s;
}
.news_long li a h5{
	font-size: 14px;
	line-height: 25px;
	color: #9c9c9c;
}
.news_long li a h4{
	color: #333;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 10px 0 15px;
}
.news_long li:hover h4{
	color: #C8000F;
}
.news_long li:hover img{
	transform: scale(1.1);
}
.news_short li{
	width: 100%;
	height: auto;
	border: 1px solid #ececec;
	overflow: hidden;
	margin-bottom: 25px;
}
.news_short li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.news_short li a .news_img{
	width: 100%;
	overflow: hidden;
}
.news_short li a img{
	width: 100%;
	transition: all 0.5s;
}
.news_text{
	width: 100%;
	padding: 15px 10px;
	line-height: 20px;
	color: #858484;
}
.news_text h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
.news_text h5{
	color: #858484;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}
.news_short li:hover h4{
	color: #C8000F;
}
.news_short li:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:767px ) {
	.news_list .news_long{
		width: 100%;
	}
	.news_list .news_short{
		width: 100%;
	}
	.news_long li a .news_img{
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.news_long li{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		padding: 10px;
	}
}
@media only screen and (min-width:768px ) {
	.news_list .news_long{
		width: 100%;
	}
	.news_list .news_short{
		width: 100%;
	}
}
@media only screen and (min-width:992px ) {
	.news_list .news_long{
		width: 69.91%;
	}
	.news_list .news_short{
		width: 27.75%;
	}
}
/*资料下载*/
.download_list ul{
	width: 100%;
	overflow: hidden;
}
.download_list ul li{
	width: 100%;
	height: 130px;
	overflow: hidden;
	padding:0 35px;
	position: relative;
	color: #858585;
}
.download_img{
	width: 40px;
	height: 100%;
	line-height: 130px;
	float: left;
}
.download_img img{
	width: 100%;
}
.download_name{
	width: calc(100% - 80px);
	float: right;
	height: 100%;
	line-height: 130px;
	font-size:16px;
}
.download_button{
	width: 120px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	line-height: 40px;
	position: absolute;
	right: 65px;
	top:45px;
	background-color: #b7b7b7;
	color: #eef2f4;
	font-size: 12px;
	border-radius: 3px;
}
.download_list ul li:hover{
	background-color: #eef2f4;
	cursor: pointer;
	color: #C8000F;
}
.download_list ul li:hover .download_button{
	background-color: #C8000F;
	color: #fff;
}
@media only screen and (max-width:767px ) {
	.download_list ul li{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding:0 0px;
		position: relative;
		color: #858585;
	}
	.download_button{
		display: none;
	}
	.download_img{
		width: 30px;
		height: 100%;
		line-height: 60px;
		float: left;
	}
	.download_img img{
		width: 100%;
	}
	.download_name{
		width: calc(100% - 45px);
		float: right;
		height: 100%;
		line-height: 60px;
		font-size:14px;
	}
}
/*视频中心*/
.video_list{
	width: 100%;
	overflow: hidden;
}
.video_list ul{
	width: 100%;
	overflow: hidden;
}
.video_list ul li:nth-of-type(4n+1){
	padding-right: 22.5px;
	margin-bottom: 30px;
}
.video_list ul li:nth-of-type(4n+2){
	padding-left: 7.5px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.video_list ul li:nth-of-type(4n+3){
	padding-left: 15px;
	padding-right: 7.5px;
	margin-bottom: 30px;
}
.video_list ul li:nth-of-type(4n){
	padding-left: 22.5px;
	margin-bottom: 30px;
}
.video_box{
	width: 100%;
	overflow: hidden;
}
.video_box .video_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video_img>img{
	width: 100%;
}
.video_img .video_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(200,0,15,0.1);
	text-align: center;
	line-height: 208px;
	transition: all 0.5s;
}
.video_name{
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	background-color: #ababab;
	font-size: 16px;
	line-height: 50px;
}
.video_box:hover .video_mask{
	top: 0;
}
.video_box:hover .video_name{
	background-color: #C8000F;
}
@media only screen and (max-width:767px ) {
	.video_list ul li:nth-of-type(2n+1){
		padding-right: 5px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.video_list ul li:nth-of-type(2n){
		padding-left: 5px;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.video_name{
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}
	.video_img .video_mask{
		line-height: 125px;
	}
	.video_mask img{
		width: 40px;
	}
}
@media only screen and (min-width:768px ) {
	.video_list ul li:nth-of-type(2n+1){
		padding-right: 15px;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.video_list ul li:nth-of-type(2n){
		padding-left: 15px;
		padding-right: 0px;
		margin-bottom: 30px;
	}
}
@media only screen and (min-width:992px ) {
	.video_list ul li:nth-of-type(4n+1){
		padding-right: 22.5px;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.video_list ul li:nth-of-type(4n+2){
		padding-left: 7.5px;
		padding-right: 15px;
		margin-bottom: 30px;
	}
	.video_list ul li:nth-of-type(4n+3){
		padding-left: 15px;
		padding-right: 7.5px;
		margin-bottom: 30px;
	}
	.video_list ul li:nth-of-type(4n){
		padding-left: 22.5px;
		padding-right: 0;
		margin-bottom: 30px;
	}
}