.shcool-tab{
	width: 100%;
	padding: 0 0.35rem;
	font-size: 0.21rem;
}
.shcool-tab>ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.shcool-tab>ul>li>a{
	color: #333333;
	padding: 0.15rem 0.1rem;
}
.shcool-tab>ul>.on>a{
	border-bottom: 1px solid #c72842;
	color: #bf0725;
}

.school-main{
	margin-top: 0.2rem;
}
.school-item{
	width: 100%;
	height: auto;
	padding: 0.35rem 0;
}
.school-list{
	margin-bottom: 0.35rem;
}
.school-list>a{
	display: block;
	width: 100%;
	padding: 0 0.35rem;
}
.item-list{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.school-item>.school-list:last-child{
	margin-bottom: 0;
}
.item-img{
	width: 1.42rem;
	height: 1.18rem;

}
.item-main{
	width: calc(100% - 1.62rem);
	position: relative;
}
.item-title{
	width: 100%;
	height: 0.3rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 0.21rem;
	color: #333;
}
.item-text{
	width: 100%;
	height: 0.28rem;
	line-height: 0.28rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #999999;
}
.school-list>a:hover{
	background-color: #eff7fe;
}
.item-time{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 0.14rem;
	color: #999999;
}
.school-icon{
	width: 0.17rem;
	height: auto;
}
.school-icon>img{
	width: 100%;
}
.school-main>.school-item{
	display: none;
}
.school-main>.school-item:first-child{
	display: block;
}



.school-detaile{
	padding: 0.2rem 0.35rem;
}
.details-title{
	font-size: 0.28rem;
	text-align: center;
}
.details-text{
	font-size: 0.13rem;
	text-align: center;
	padding: 0.05rem 0;
}
.details-text span{
	margin: 0 0.05rem;
}
.school-detaile p{
	padding: 0.2rem 0;
	line-height: 1.6;
	font-size: 0.14rem;
	text-indent: 2em;
}
.detaild-img{
	width: 100%;
	height: auto;
	padding: 0.2rem 0;
	text-align: center;
}
.detaild-img>img{
	max-width: 100%;
}

.detaild-bot{
	margin-top: 2.4rem;
	margin-bottom: 1.2rem;
	padding: 0 0.35rem;
}
.details-main{
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	padding: 0.1rem 0;
}
.details-main>p{
	padding: 0.1rem 0;
}
.details-main>p>a{
	font-size: 0.14rem;
	color: #333;
}