.list{
	height: 100%;
	overflow:auto;
}
/*.list_cent{
	padding-bottom: 1rem;
}*/
.table_ul{
	display: flex;
	flex-wrap: wrap;
}
.table_ul a{
	color: #000000;
	font-size: 0.28rem;
	white-space: nowrap;
}
.table_ul li{
	width: 25%;
	padding: 0.18rem 0;
	text-align: center;
}

.level{
	margin: 0 0.3rem;
}
.tableto_list,.school_list{
	margin: 0 0.3rem;
	overflow: auto;
	justify-content: normal;
}
.tableto_list::-webkit-scrollbar{
	/* border: none;
	height: 0; */
	display: none;
}
.school_list::-webkit-scrollbar{
	display: none;
}
.tableto_list li,.school_list li{
	white-space: nowrap;
	padding: 0 0.2rem;
}
/* 列表 */
.navto_head{
	display: flex;
	align-items: center;
	background: #f5f8fb;
	padding: 0.24rem 0;
	margin-top: 0.4rem;
}

.navto_left{
	width: 0.1rem;
	margin: 0 0.15rem 0 0.4rem ;
	margin-top: 2px;
}
.navto_list{
	padding-top: 0.32rem;
}
.position{
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	padding-right: 0.3rem;
}
.position a{
	color: #262626;
	font-size: 0.3rem;
}
a.posi_min{
	font-size: 0.26rem;
	margin-left: 0.3rem;
}
.page_list{
	padding-bottom: 1rem;
}
.posi_right{
	display: flex;
	align-items: center;
}
.look{
	color: #3477f6;
	    font-size: 0.24rem;
	    margin: 0.4rem 0.3rem 0;
	    text-align: center;
	    border-radius: 5px;
}

.left_time{
	justify-content: flex-end;
	margin-top: 0;
}

/* 学堂 */
.shades{
	font-size: 0.36rem;
	color: #4394ef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.24rem 0.3rem 0.24rem 0.34rem;
	    background: #f5f8fb;
	border-bottom: 1px solid #e8e7e7;
}
a.shades_title{
	/* border-left: 5px solid #4394ef; */
	padding-left: 0.15rem;
	color: #4394ef;
	font-size: 0.3rem;
}
.shades img{
	width: 0.4rem;
}
.shades_img{
	display: flex;
	align-items: center;
}
.shades_img img{
	width: 5px;
}
.shades_ul{
	padding: 0.2rem 0.3rem 0.1rem;
}
.shades_ul a{
	font-size: 0.32rem;
	color: #262626;
	line-height: 0.6rem;
}
a.shades_look{
	text-align: center;
	height: 0.72rem;
	line-height: 0.72rem;
	color: #3477f6;
	font-size: 0.24rem;
	width: 1.7rem;
	margin: 0.2rem auto 0;
}
.shareds_fen{
	height: 0.2rem;
	background-color: #e8e8e8;
}
.shades_wai li:last-child .shareds_fen{
	background-color: #ffffff;
}
.shades_bot{
	display: none;
}
.shades_show{
	display: block;
}