.industry_content{
	width: 100%;
	overflow: hidden;
}
.industry_title{
	width: 100%;
	padding-top: 25px;
	height: 70px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
	line-height: 30px;
}
.industry_title h4{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	float: left;
}
.industry_title p{
	float: right;
}
.industry_title a{
	color: #868686;
	cursor: pointer;
}
.industry_title a:hover{
	color: #E60012;
}
.industry_content ul{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.industry_content ul li{
	height: auto;
	overflow: hidden;
	margin-bottom: 25px;
}
.industry_content ul li:nth-of-type(4n+1){
	padding: 0 18px 0 0;
}
.industry_content ul li:nth-of-type(4n+2){
	padding: 0 12px 0 6px;
}
.industry_content ul li:nth-of-type(4n+3){
	padding: 0 6px 0 12px;
}
.industry_content ul li:nth-of-type(4n){
	padding: 0 0 0 18px;
}
.industry_box{
	width: 100%;
	overflow: hidden;
	color: #858585;
	line-height: 20px;
	cursor: pointer;
}
.industry_img{
	width: 100%;
	overflow: hidden;
	border: 1px solid #b5b5b5;
}
.industry_img img{
	width: 100%;
	transition: all 0.5s;
}
.industry_box h4{
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 5px;
	color: #010101;
	font-weight: bold;
}
.industry_box p{
	height: 40px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.industry_box:hover h4{
	text-decoration: underline;
	color: #e62129;
}
.industry_box:hover img{
	transform: scale(1.05);
}
@media only screen and (max-width:991px ) {
	.industry_content ul li:nth-of-type(2n+1){
		padding: 0 12px 0 0;
	}
	.industry_content ul li:nth-of-type(2n){
		padding: 0 0 0 12px;
	}
}
@media only screen and (max-width:767px ) {
	.industry_content ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.industry_content ul li:nth-of-type(2n){
		padding: 0 0 0 5px;
	}
}