.centre{
	width: 100%;
}
.lineUL{
	margin-bottom: 100px;
}
.bgcGray{
	background-color: #F8F8F8;
}
.line{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 90px 0;
	box-sizing: border-box;
}
.line>img{
	width: 39.17%;
}
.txt{
	width: 55.41%;
	text-align: justify;
}
.txt>h2{
	color:#333;
	font-size:24px;
	margin-bottom: 40px;
}
.txt>p{
	color: #999;
	font-family:simhei;
	line-height:30px;
}