.flex {
	display: flex
}

.justify-content {
	-moz-justify-content: center;
	justify-content: center
}

.space-around {
	-moz-justify-content: space-around;
	justify-content: space-around
}

.space-between {
	-moz-justify-content: space-between;
	justify-content: space-between
}

.align-items {
	-moz-align-items: center;
	align-items: center
}

.flex-wrap {
	-o-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-direction {
	flex-direction: column
}
.mt15{
	margin-top: 0.15rem;
}

.school-list-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .06);
	min-height: 1rem;
	padding: 0.3rem;
	margin: 0.2rem 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.school-list-item:first-child {
	padding-top: 0.1rem;
}

.school-item-image {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
	align-self: flex-start;
}

.school-item-image img {
	width: 100%;
	height: 100%;
}

.school-item-body {
	flex: 1;
	overflow: hidden;
	padding-right: 0.2rem;
}
.school-item-body .flex{
	flex-wrap: wrap;
}

.tagBox {
	display: inline-block;
	background: #f6f6f6;
	border-radius: 0.14rem;
	font-size: 0.12rem;
	color: #2254f4;
	position: relative;
	padding-left: 0.3rem;
	padding-right: 0.1rem;
	margin-right: 0.1rem;
	overflow: hidden;
}

.tagBox .i {
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0.05rem;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	overflow: hidden;
	background: #2254f4;
	color: #fff;
	font-size: 0.14rem;
}

.tagBox:nth-child(1) {
	color: #2254f4;
}

.tagBox:nth-child(1) .i {
	background-color: #2254f4;
}

.tagBox:nth-child(2) {
	color: #1cad70;
}

.tagBox:nth-child(2) .i {
	background-color: #1cad70;
}

.tagBox:nth-child(3) {
	color: #eb4646;
}

.tagBox:nth-child(3) .i {
	background-color: #eb4646;
}

.tagBox:nth-child(4) {
	color: #f59b00;
}

.tagBox:nth-child(4) .i {
	background-color: #f59b00;
}

.tagBox:nth-child(5) {
	color: #1cad70;
}

.tagBox:nth-child(5) .i {
	background-color: #1cad70;
}



.school-item-body .title {
	font-size: 0.4rem;
	font-weight: bold;
	color: #1a1a1a;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.school-item-body .tag {
	font-size: 0.12rem;
	padding: 0.04rem 0.1rem;
	border-radius: 0.04rem;
	color: #999;
	margin:0 0.1rem 0.1rem 0;
	background: #f6f6f6;
}

.school-item-date {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.6rem;
	padding: 0 0.2rem;
	font-size: 0.28rem;
	position: relative;
	background: #2196F3;
	border-radius: 0.1rem;
}
.school-item-date a{
	color: #fff;
}
