/*教育描述*/
.educationDes{
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*描述详情*/
.educationDesDetail{
	font-size: 0.25rem;
	opacity: 0.5;
	margin: 0.05rem 0 0.15rem;
}
.educationPrice{
	color: gray;
	width: 100%;
}
.educationOriPrice{
	color: #ff0c3c;
}
.innerPointRight{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.innerPointRightTop{
	width: 100%;
}
