.industry{
	margin-top:40px;
	margin-bottom: 40px;

}
.industry_ul{
	padding:0;
}
.industry_ul::after{
	content: "";
	display: block;
	clear: both;
}
.industry_ul>li{
	width:30%;
	float:left;
    margin: 20px 1.6%;
}
.industry_ul>li>a>div{
	height: 230px;
}
.industry_ul>li>a>div>img{
	width:100%;
	height: 100%;
}
.industry_ul>li h4{
	text-align: center;
	margin:20px 0;
	color:#666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.industry_ul>li:hover h4{
	color:#0974EC;
}
.industry_ul>li p{
	color:#999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (max-width:991px) {
	.industry_ul>li h4{
		font-size: 18px;
	}
	.industry_ul>li p{
		font-size: 12px;
	}
}
@media screen and (max-width:768px){
	.industry {
	    margin-bottom: 70px;
	}
	.industry_ul>li {
	    width: 45%;
	    margin: 10px 2.5%;
	}
	.industry_ul>li h4 {
	    font-size: 14px;
	}
	.industry_ul>li p{
		display: -webkit-box; 
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical; 
		overflow: hidden;
	}
}
