
.header2_container{
	background: #fff;
}
.floor1{
	margin-top: 50px;
	margin-bottom: 60px;
}

.floor1_caption{
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.floor1_caption span{
	font-size: 24px;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	background: #EEEEEE;
}
.floor1_caption .line{
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	left: 0;
	top:18px;
	z-index: -1;
}
.floor1_caption h5{
	font-size: 12px;
	color: #333;
	margin: 10px 0 0 0;
}

.news_ul li{
	padding: 20px 35px;
	background:rgba(255,255,255,1);
	box-shadow:0px 8px 8px 0px rgba(41,41,41,0.16);
	margin-bottom: 30px;
}
.news_l{
	width: 290px;
	height: 220px;
}
.news_l img{
	width: 100%;
	height: 100%;
}
.news_m{
	width: 720px;
	padding:0 73px 0 37px
}
.news_m h5{
	color: #DA2826;
	font-size: 22px;
	margin: 0 0 20px 0;
}
.news_m p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 16px;
	color: #666;
    line-height: 26px;
    margin-bottom: 30px;

}
.news_m a{
	display: inline-block;
	color: #666;
	background: #fff;
	width: 82px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: all .3s;
	border:1px solid rgba(153,153,153,1);
}
.news_m a:hover{
	border:1px solid #da2826;
	background: #DA2826;
	color: #fff;
	
}

.news_r{
	width: calc(100% - 1010px);
	border-left: 1px solid #DDDDDD;
	height: 220px;
	text-align: center;
	color: #666;
}
.news_r h3{
	font-size: 40px;
	margin: 75px 0 14px 0;
}
.news_r h4{
	color: #999;
	font-size: 14px;
}

/*新闻详情*/
.news_caption{
	text-align: center;
	margin-top: 22px;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
}
.news_caption h5{
	font-size: 24px;
	color: #666;
	margin: 0 0 18px 0;
}
.news_caption p{
	font-size: 12px;
	color: #999;
}
.news_caption p span{
	margin: 0 10px;
}

.news_content img{
	max-width: 100%;
}

.news_pagination{
	text-align: right;
	margin-top: 20px;
}
.news_pagination a{
	margin-left: 20px;
	color: #666;
}
.news_pagination a:hover{
	color: #DA2826;
}

.news_recommend{
	margin-top: 60px;
}
.news_recommend>h5{
	font-size: 24px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 20px 0;
}

.recommend_ul li{
	width: 24%;
}
.recommend_ul li:not(:first-child){
	margin-left: 1.33%;
}
.recommend_ul li img{
	width: 100%;
}
.recommend_ul li .recommend_cover{
	margin-bottom: 10px;
}
.recommend_ul li p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 18px;
	color: #666;
	transition: all .3s;
}
.recommend_ul li:hover p{
	color: #DA2826;
}


@media screen and (max-width: 768px){
	.floor1{
		padding: 0 35px;
		margin-bottom: 0;
	}
	.news_l{
		width: 100%;
		height: auto;
	}
	.news_m{
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.news_m p{
		margin-bottom: 10px;
	}
	.news_m a{
		width: 100%;
		background: #DA2826;
		color: #fff;
	}
	.news_m h5{
		margin-bottom: 20px;
	}
	.news_r{
		display: none;
	}
	.news_ul li{
		padding: 20px 15px;
	}
	.news_pagination a{
		display: block;
		width: 100%;
		margin: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}
}
