.detail{
	width: 840px;
	margin: 0 auto;
}
.txt{
	line-height:25px;
	font-size:20px;
	text-indent:2em;
	text-align:left;
}
.img-list{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.img-list .img-item{
	font-size: 20px;
	color: #666666;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.img-list .img-item:nth-of-type(3n - 1){
	margin: 0 135px;
}
.img-list img{
	width: 190px;
}

.detail-txt{
	padding-top: 70px;
}
.detail-txt .txt-item{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.detail-txt .txt-item span{
	display: block;
	width: 150px;
	color: #999999;
	line-height: 40px;
}
.detail-txt .txt-item p{
	flex: 1;
	line-height: 40px;
}
.close-view{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 70px;
	margin-bottom: 200px;
}
.close-view a{
	display: block;
	width: 130px;
	height: 40px;
	background: url(../images/img/btn-bg.png) no-repeat left top;
	background-size: 100%;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	padding-left: 15px;
}

.footer{
	background: url(../images/img/footer-bg.png) no-repeat center top;
}
