/*分页*/
.Page{
	width:auto;
	height:32px;
	float:right;
	margin-top:58px;
	margin-bottom: 80px;
	}
.Page a{
	display:block;
	float:left;
	width:30px;
	height:30px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(11, 3, 6, 0.098);
	text-align:center;
	line-height:30px;
	margin-left:9px;
	font-size: 14px;
	color:#75e1c7;
	}
.Page_Big{
	padding: 0 10px;
}
.Page_Pre>span:before,.Page_Next>span:before{
	font-family: "icomoon";
	content:attr(data-icon);
	font-size: 16px;
	color: #75e1c7;
	font-weight: bold;
	}
.Page_Omit{
	width:10px !important;
	background: none !important;
	box-shadow: none !important;
	cursor:none;
	}
.Page_Check{
	background:#00b26d !important;
	border-color:#f3a1a1 !important;
	color:#ffffff !important;
	}
.ShoolNameShow {
     width: 150px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}