.center1{
	width: 1920px;
	height:430px;
	position:relative;
	left:50%;
	margin-left:-960px;
	margin-top:-50px;
}
.center{
	width: 1190px;
	margin: 0 auto;
}
.topbar{
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #2D73B1;
}
.logo .logo1 .logo1_pc{
	float: left;
	height: 36px;
}
.logo .logo1 span{
	float: left;
	font-size: 20px;
	color: #000000;
	line-height: 26px;
	margin-left: 5px;
	margin-top: 2px;
}
.logo .logo2{
	float: left;
	margin-left: 30px;
}
.logo .logo2 img{
	height: 36px;
}
.search input{
	float: left;
	width: 284px;
	height: 28px;
	padding-left: 12px;
	font-size: 14px;
	color: #999999;
}
.search span{
	float: left;
	margin-left: 10px;
	width: 75px;
	height: 32px;
	background: #2D73B1;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.classify{
	padding: 20px 0 40px 0;
}
.constant{
	float: left;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
}
.sel_li{
	float: left;
	padding: 0 15px;
	height: 34px;
	line-height: 34px;
	background: #F5F5F5;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-left: 5px;
	cursor: pointer;
}
.sel_li a{
	color: #000;
}
.uni_classify .sel_li.select{
	background: #2D73B1;
	color: #fff;
}
.bigtitle{
	position: relative;
	font-size: 36px;
	color: #404040;
	line-height: 48px;
	text-align: center;
}
.bigtitle .line1{
	position: absolute;
	left: 0;
	top: 24px;
	width: 380px;
	height: 2px;
	background:#E5E5E5;
}
.bigtitle .line2{
	position: absolute;
	right: 0;
	top: 24px;
	width: 380px;
	height: 2px;
	background:#E5E5E5;
}
.region{
	text-align: center;
	font-size: 0;
	padding-top: 15px;
}
.region>span{
	display: inline-block;
	font-size: 14px;
	color: #2A2A2A;
	line-height: 20px;
	cursor: pointer;
	margin: 0 5px;
}
.region>span.active{
	color: #FC0000;
}
.schoolbox{
	padding-top: 35px;
}
.school_item{
	float: left;
	width: 370px;
	height: 200px;
	margin: 0 13.333px 20px 13.333px;
}
.school_show{
	width: 368px;
	height: 198px;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	background: #FFFFFF;
	position: relative;
	cursor: pointer;
}
.school_show:hover{
	box-shadow: 0 0 3px 3px #f3f3f3;
}
.school_show .area{
	position: absolute;
	width: 56px;
	height: 24px;
	background: #2D73B1;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	left: -1px;
	top: 10px;
}
.school_show .label{
	position: absolute;
	right: 20px;
	top: 10px;
}
.school_show .label span{
	line-height: 24px;
	font-size: 12px;
	color: #2D73B1;
	margin: 0 2px;
}
.school_show .school_desc{
	margin: 50px 0 0 25px;
}
.school_show .school_logo img{
	display: block;
	width: 90px;
	height: 90px;
}
.school_show .school_mesg{
	margin-left: 25px;
	margin-top: 10px;
}
.school_show .school_name{
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	text-align: left;
}
.school_show .school_time{
	font-size: 12px;
	color: #666666;
	float: left;
}
.school_show .school_key{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-top: 5px;
	display:flex;
}
.school_show .school_guide{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: rgba(229,229,229,0.39);
	font-size: 12px;
	color: #000000;
	padding-left: 20px;
	box-sizing: border-box;
}
.school_show .school_guide a{
	color: #000000;
	margin-right:15px;
}
.school_show .school_guide a:hover{
	text-decoration: underline;
	color:#2D73B1;
}
.school_item.simple{
	float: left;
	width: 180px;
	height: 52px;
	margin: 0 9.166px 20px 9.166px;
}
.school_item.simple .school_show{
	width: 178px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 2px;
	overflow: hidden;
}
.school_item.simple .school_show .area,.school_item.simple .school_show .label,.school_item.simple .school_show .school_time,.school_item.simple .school_show .school_key,.school_item.simple .school_show .school_guide{
	display: none;
}
.school_item.simple .school_show .school_desc{
	margin: 0 0 0 0;
}
.school_item.simple .school_show .school_logo{
	margin-top: 7px;
	margin-left: 12px;
}
.school_item.simple .school_show .school_logo img{
	display: block;
	width: 36px;
	height: 36px;
}
.school_item.simple .school_show .school_mesg{
	margin-left: 12px;
	margin-top: 0;
}
.school_item.simple .school_show .school_name{
	font-size: 14px;
	color: #000000;
	line-height: 50px;
}
.school_hide{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 10;
	display: none;
}
.school_hide .school_contain{
	width: 395px;
	padding: 70px 30px 40px 30px;
	background: #fff;
	border: 1px solid #999999;
	position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    margin:0 auto;
}

.school_contain .area{
	position: absolute;
	width: 56px;
	height: 24px;
	background: #2D73B1;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	left: -1px;
	top: 25px;
}
.school_contain .label{
	position: absolute;
	right: 20px;
	top: 25px;
}
.school_contain .label span{
	line-height: 24px;
	font-size: 12px;
	color: #666666;
	margin: 0 2px;
	cursor: pointer;
}
.school_contain .close{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	z-index: 100;
}
.school_contain .close img{
	display: block;
	width: 20px;
	height: 20px;
}
.school_contain .school_logo img{
	display: block;
	width: 90px;
	height: 90px;
}
.school_contain .school_mesg{
	margin-left: 25px;
	margin-top: 10px;
}
.school_contain .school_mesg i{
	font-style: normal;
}
.school_contain .school_name{
	font-size: 18px;
	color: #000000;
	line-height: 24px;
}
.school_contain .school_time{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-top: 10px;
}
.school_contain .school_key{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	margin-top: 5px;
}
.school_contain .school_message{
	margin-top: 25px;
}
.school_contain .st{
	width: 70px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #F3F3F3;
	border-radius: 100px;
	font-size: 12px;
	color: #000000;
}
.school_contain .abox{
	padding: 10px 0 15px 10px
}
.school_contain .abox a{
	float: left;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	margin-right: 20px;
}
.school_contain .abox a:hover{
	color: rgb(75,123,176);
	text-decoration: underline;
}
.slide_pull{
	position: fixed;
	top: 450px;
	right: 0;
}
.slide_pull .btn{
	width: 60px;
	height: 50px;
	background: #F0F0F0;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.slide_pull .btn.active{
	background: #D8232A;
	color: #fff;
}
.back_top{
	width: 60px;
	height: 50px;
	background: #F0F0F0;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
	cursor: pointer;
}
.back_top img{
	display: inline-block;
	width: 25px;
}
.ranking{
	margin-top: 40px;
}
.rank_item{
	float: left;
	width: 297.5px;
	box-sizing: border-box;
	margin-top: 35px;
}
.rank_head{
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	font-weight: bold;
}
.rank_img{
	text-align: center;
	margin-top: 15px;
	height: 65px;
	line-height: 65px;
	padding: 0 35px;
}
.rank_img img{
	display: inline-block;
}
.rank_item+.rank_item .rank_img{
	border-left: 1px dashed #E5E5E5;
}
.rank_ul{
	padding:15px 35px 0 35px;
}
.rank_item+.rank_item .rank_ul{
	border-left: 1px dashed #E5E5E5;
}
.rank_num{
	float: left;
	width: 20px;
	text-align: center;
	font-size: 16px;
	color: #2A2A2A;
	line-height: 30px;
}
.rank_num.col_r{
	color: #CE352C;
}
.rank_name{
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-left: 18px;
}
.rank_hot{
	float: right;
	font-size: 12px;
	color: #333333;
	text-align: right;
	line-height: 30px;
}
.copyr{
    text-align: center;
    padding: 30px 0 40px 0;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    background: #2D73B1;
    margin-top: 45px;
}
.copyr a{
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}
.logo1_m,.search_faj,.classify_m,.region_select,.rank_head img,.footer,.toast,.foot{
	display: none;
}
