section{
	background-color: #F8F8F7;
	margin-top: -5px;
	cursor: pointer;
}
.section_name{
	margin-bottom: 50px;
}
.Industry_list{
	overflow: hidden;
}
.Industry_box{
	margin-top: 50px;
	overflow: hidden;
}
.list{
	width: 462px;
	height: 260px;
	background: url(../img/list.jpg) no-repeat;
	border-radius: 5px;
	box-shadow: 1px 1px 10px 0px #ccc;
	margin-bottom: 20px;
}
.list_details{
	width: 414px;
	margin: 0px auto 30px;
}
.list_name{
	padding-top: 20px;
	color: #000;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_time{
	margin-top: 20px;
	font-size: 10px;
	color: #8D8D8D;
}
.list_content{
	margin-top: 30px; 
	font-size: 10px;
	color: #8D8D8D;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.more>a{
	float: left;
	color: #C9A853;
	font-size: 10px;
}
.lt_list{
	width: 1050px;
	overflow: hidden;
}
.list{
	float: left;
	margin-right: 20px;
	width: 455px;
}

.culture_list{
	margin: 0px 150px;

}
/*页码*/
.page li:hover, .page>ul>li.active{
	background-color: #eb1e22;
	color: #fff;
}
.page li:hover a, .page>ul>li.active a{
	color: #fff;
}
.page{
	width: 100%;
	overflow: hidden;
	margin: 36px 0px;
	float: right;
}
.next_page,.prev_page{
	float: right;
	width: 70px !important;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.page>ul{
	float: right;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.page>ul>li{
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #fff;
	border-right: 1px solid #d8d8d8;
}