.main{
	padding-bottom: 110px;
}

.h2{
	font-size: 28px;
	text-align: center;
	color: #070606;
	font-weight: bold;
}
.h5{
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	color: #9597a2;
	padding-top: 30px;
}
.richText{
	border-top: 1px solid #e9eaef;
	margin-top: 30px;
	position: relative;
}
.item2 .cell{
	padding-top: 70px;
	cursor: pointer;
}
.item2 .pic{
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.item2 .name{
	font-size: 20px;
	color: #222;
	padding-top: 18px;
}

.detail{
	margin-top: 90px;
}
.detail img{
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 577px){
	.route{
		display: none;
	}
	.h2{
		font-size: 24px;
	}
	.item2 .cell{
		padding-top: 24px;
	}
	.item2 .pic{
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
	.item2 .name{
		font-size: 14px;
		color: #222;
		padding-top: 12px;
	}
	.detail{
		margin-top: 32px;
	}
}