.contant_map{
	width: 100%;
}
.contant{
	width: 100%;
	height: 230px;
	float: left;
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.contant .item{
	padding: 0 55px;
	height: 230px;
	display: flex;
	flex-direction: column;
	margin-right: 40px;
}
.contant .item .item-1{
	height: 92px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.contant .item .item-1 .pic{
	width: 90px;
	height: 90px;
	border: 2px solid #0089e1;
	border-radius: 45px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	color: #0089e1;
	font-family: "iconfont";
}
.contant .item .item-2{
	height: 35px;
	margin-top: 18px;
	line-height: 35px;
	text-align: center;
}
.contant .item .item-3{
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}