.main-c{
	width: 1200px;
	margin: 0 auto;
}
.industry-c{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
}
.industry-n{
	width: 866px;
	height: auto;

}
.industry-n:nth-child(2n){
	margin-right: 39px;
}
.industry-n p{
	margin-top: 29px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.in-title{
	width: 100%;
	display: flex;
	align-items: center;
}
.in-xh{
	width: 38px;
	height: 44px;
	background: #223174;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
}
.in-t{
	height: 44px;
	font-weight: bold;
	font-size: 22px;
	color: #223174;
	margin-left: 17px;
	position: relative;
}
.in-t img{
	width: 33px;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.industryl-img{
	width: 300px;
	height: 190px;
	display: block;
	border-radius: 10px;
}