em {
  font-style: normal;
}
.tag {
	padding: 1px 5px;
	border-radius: 4px;
	margin: 0 2px;	
}
.enrollTips .tip .tag-color:nth-child(1) {
	color: #fff;
	background: #7f8dbc;
}

.enrollTips .tip .tag-color:nth-child(2) {
	color: #fff;
	background: #c38586;
}

.enrollTips .tip .tag-color:nth-child(3) {
	color: #fff;
	background: #77b8ba;
}

.enrollTips .tip .tag-color:nth-child(4) {
	color: #fff;
	background: #98b984;
}

.enrollTips .tip .tag-color:nth-child(5) {
	color: #fff;
	background: #f89383;
}

.enrollTips .tip .tag-color:nth-child(6) {
	color: #fff;
	background: #43619f;
}

.enrollTips .tip .tag-color:nth-child(7) {
	color: #fff;
	background: #977143;
}


.enrollTips .tip .tag-color:nth-child(8) {
	color: #fff;
	background: #b94646;
}

.enrollTips .tip .tag-color:nth-child(9) {
	color: #fff;
	background: #d6a76f;
}


.enrollTips .tip .tag-color:nth-child(10) {
	color: #fff;
	background: #73b0dc;
}

.cardEnrollment ul li .cont_box .container_texts .item .label {
	font-size: 13px;
	font-weight: normal;
}

.cardEnrollment ul li .cont_box h3 {
	font-size: 18px;
}

.cardEnrollment ul li .cont_box .container_texts .item .enrollTips .tip {
	font-size: 14px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}

@media screen and (max-width: 800px) {
	.cardEnrollment ul li .logo_icon a {
		width: 50px;
		height: 50px;
		}
	.cardEnrollment ul li .cont_box h3 a {
		width: 100%;
		}
}
