/*-----Student学生页面-----*/

/*---职位页面响应式布局---*/
/*---使用css判断屏幕等级写---*/

/*---这里放公用css样式---*/
	ul,ol,li,div {
	margin: 0;
	padding: 0;
	}
	ul,ol {
		list-style: none;
	}
	body{
		width: 100%;
		font-family: SimHei, 微软雅黑, Tahoma, Helvetica, Arial, 宋体, sans-serif;
		margin: 0;
		padding: 0;
	}
	li{
		list-style: none;
	}
	a{
		text-decoration: none;
	}
	.Center{
	 	margin-left: auto;
	 	margin-right: auto;
	}
	.floatR{
		float: right;
	}
	.floatL{
		float: left;
		/*! display: none; */
	}
	.box{
		display: block;
	}
	.BackgroundGrey{
		background-color: #f5f5f5;
	}
	.clear{
		clear:both;
		font-size: 0;
		height: 1px;
	}
	.width100{
		width: 100%
	}

/*---结束---*/

@media screen and (max-width:749px) {
		body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 1200px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 20px;
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.width100 img{
 		/*! height: 100%; */
 		width: 100%;
 	}
 	.Modularbox{
 		width: 96%;
 		padding: 2%;
 	}
 	.spacing{
 		margin-top: 20px;
 	}
 	.Pagewidth{
 		width: 1200px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}
 	.job-googl{
 		height: 40px;
 		width: 44%;
 		border: 1px solid #c9c9c9;
 		padding-left: 1%;
 		float: left;
 		margin: 2% 2%;
 	}
 	.job-button{
 		height: 43px;
 		width: 46%;
 		border: 1px solid #008cd6;
 		/*! margin-left: 20px; */
 		background-color: #008cd6;
 		color: #fff;
 		font-size: 18px;
 		font-weight: bolder;
 		margin: 2% 2%;
 	}
 	.job-liebiao{
 		width: 92%;
 		padding: 4%;
 		background-color: #fff;
 		margin: 20px 0;
 		border: 1px solid #dcdcdc;
 	}
 	.jobbox-tongji{
 		border-bottom: 1px solid #efefef;
 		height: 30px;
 		width: 100%;
 		line-height: 30px;
 		color: #747474;
 		font-size: 16px;
 	}
 	.job-tiao{
 		border-bottom: 1px solid #efefef;
 		height: 72px;
		 padding: 14px 0;
		 overflow: hidden;
 	}
 	.job-tiao img{
 		width: 20%;
 		height: 70px;
 		border: 1px solid #fff;
 	}
 	.job-font{
 		margin-left: 2%;
 		width: 77%;
 	}
 	.job-font-name{
 		font-size: 18px;
 		color: #2b2b2b;
 	}
 	.job-font p{
 		font-size: 14px;
 		margin: 2px 0;
 		color: #888484;
 		/*! width: 50%; */
 		text-overflow: ellipsis;
 		overflow: hidden;
 		word-wrap: nowrap;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient:vertical;
 		height: 20px;
 	}
 	.job-font span{
 		margin: 0 5px;
 	}
 	.job-tiao a{
 		margin-top: 15px;
 		padding:10px 20px;
		display: inline-block;
 		font-size: 14px;
 		background-color: #ff9400;
		 /* border:1px solid #ff9400; */
		border-radius: 4px;
 		color: #fff;
 	}
 	.job-tiao button{
 		margin-top: -70px;
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 14px;
 		background-color: #ff9400;
 		border:1px solid #ff9400;
 		color: #fff;
 	}
 	.job-fanyebox{
 		padding: 20px 20px 0 20px;
 		font-size: 18px;
 		color: #8f8f8f;
 	}
 	.job-fanyebox span{
 		color: #ff9600;
 	}
 	.page{
 		text-align: center;
 	}
 	.page a{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #000;
 	}
 	.page a:hover{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #fff;
 		background-color: #008cd6;
 	}
 	.job-denglu{
 		padding: 4%;
 		background-color: #fff;
 		margin: 2% 0;
 		border: 1px solid #dcdcdc;
 		width: 92%;
 	}
 	.dlbutton{
 		height: 35px;
 		width: 45%;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 2%;
 	}
 	.jrgrzx{
 		height: 35px;
 		width: 45%;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 2%;
 	}
 	.job-denglu img{
 		height: 110px;
 		width: 80px;
 		/*! margin-left: 90px; */
 	}
 	.denglubox{
 		font-size: 16px;
 		border-bottom: 1px solid #dcdcdc;
 		padding-bottom: 2%;
 	}
 	.denglufont{
 		padding: 4%;
 		text-align: center;
 	}
 	.denglu-gerenxingxi-name{
 		text-align: center;
 		margin-top: 10px;
 	}
 	.denglu-gerenxingxi-school{
 		text-align: center;
 		font-size: 14PX;
 		color: #757575;
 		margin-top: 15px;
 	}
 	.denglu-gerenxingxi-school span{
 		margin-left: 10px;
 	}
 	.ifheight{
			height:1060px;
		}
}


@media screen and (min-width: 750px) and (max-width:969px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 1200px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 20px;
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.width100 img{
 		/*! height: 850px; */
 		width: 100%;
 	}
 	.Modularbox{
 		width: 730px;
 		padding: 10px;
 	}
 	.spacing{
 		margin-top: 20px;
 	}
 	.Pagewidth{
 		width: 1200px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}
 	.job-googl{
 		height: 40px;
 		width: 170px;
 		border: 1px solid #c9c9c9;
 		padding-left: 10px;
 		float: left;
 		margin: 0 5px;
 	}
 	.job-button{
 		height: 43px;
 		width: 145px;
 		border: 1px solid #008cd6;
 		/*! margin-left: 20px; */
 		background-color: #008cd6;
 		color: #fff;
 		font-size: 18px;
 		font-weight: bolder;
 	}
 	.job-liebiao{
 		width: 710px;
 		padding: 10px;
 		background-color: #fff;
 		margin: 20px 0;
 		border: 1px solid #dcdcdc;
 	}
 	.jobbox-tongji{
 		border-bottom: 1px solid #efefef;
 		height: 30px;
 		width: 100%;
 		line-height: 30px;
 		color: #747474;
 		font-size: 16px;
 	}
 	.job-tiao{
 		border-bottom: 1px solid #efefef;
 		height: 72px;
 		padding: 14px 0;
 	}
 	.job-tiao img{
 		width: 70px;
 		height: 70px;
 		border: 1px solid #fff;
 	}
 	.job-font{
 		margin-left: 20px;
 		width: 480px;
 	}
 	.job-font-name{
 		font-size: 18px;
 		color: #2b2b2b;
 	}
 	.job-font p{
 		font-size: 14px;
 		margin: 2px 0;
 		color: #888484;
 		width: 640px;
 		text-overflow: ellipsis;
 		overflow: hidden;
 		word-wrap: nowrap;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient:vertical;
 		height: 20px;
 	}
 	.job-font span{
 		margin: 0 5px;
 	}
 	.job-tiao a{
 		margin-top: 15px;
 		padding:10px 20px;
		display: inline-block;
 		font-size: 14px;
 		background-color: #ff9400;
		 /* border:1px solid #ff9400; */
		border-radius: 4px;
 		color: #fff;
 	}
 	.job-tiao button{
 		margin-top: -5px;
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 14px;
 		background-color: #ff9400;
 		border:1px solid #ff9400;
 		color: #fff;
 	}
 	.job-fanyebox{
 		padding: 20px 20px 0 20px;
 		font-size: 18px;
 		color: #8f8f8f;
 	}
 	.job-fanyebox span{
 		color: #ff9600;
 	}
 	.page{
 		text-align: center;
 	}
 	.page a{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #000;
 	}
 	.page a:hover{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #fff;
 		background-color: #008cd6;
 	}
 	.job-denglu{
 		width: 710px;
 		padding: 10px;
 		background-color: #fff;
 		margin: 20px 0;
 		border: 1px solid #dcdcdc;
 	}
 	.dlbutton{
 		height: 35px;
 		width: 355px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 10px;
 		float: left;
 		/*! margin: 0 auto; */
 		float: left;
 		/*! margin-left: 355px; */
 	}
 	.jrgrzx{
 		height: 35px;
 		width: 355px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		/*! margin-top: 10px; */
 		float: left;
 		/*! margin: 0 auto; */
 		float: left;
 		margin-left: 70px;
 	}
 	.job-denglu img{
 		height: 110px;
 		width: 80px;
 		margin-left: 90px;
 		float: left;
 		float: ;
 	}
 	.denglubox{
 		font-size: 16px;
 		border-bottom: 1px solid #dcdcdc;
 		padding-bottom: 5px;
 	}
 	.denglufont{
 		padding: 10px;
 	}
 	.denglu-gerenxingxi-name{
 		text-align: center;
 		margin-top: 10px;
 		float: left;
 		width: 200px;
 		font-size: 18px;
 		height: 60px;
 		line-height: 40px;
 	}
 	.denglu-gerenxingxi-school{
 		text-align: center;
 		font-size: 14PX;
 		color: #757575;
 		margin-top: 15px;
 		font-size: 16px;
 		height: 60px;
 		line-height: 40px;
 	}
 	.denglu-gerenxingxi-school span{
 		margin-left: 10px;
 	}
 	.ifheight{
			height:420px;
		}
}


@media screen and (min-width: 970px) and (max-width:1199px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 1200px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 20px;
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.width100 img{
 		/*! height: 850px; */
 		width: 100%;
 	}
 	.Modularbox{
 		width: 930px;
 		padding: 20px;
 	}
 	.spacing{
 		margin-top: 20px;
 	}
 	.Pagewidth{
 		width: 1200px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}
 	.job-googl{
 		height: 40px;
 		width: 200px;
 		border: 1px solid #c9c9c9;
 		padding-left: 10px;
 		float: left;
 		margin: 0 10px;
 	}
 	.job-button{
 		height: 43px;
 		width: 200px;
 		border: 1px solid #008cd6;
 		/*! margin-left: 20px; */
 		background-color: #008cd6;
 		color: #fff;
 		font-size: 18px;
 		font-weight: bolder;
 	}
 	.job-liebiao{
 		width: 620px;
 		padding: 20px;
 		background-color: #fff;
 		margin: 20px 0;
 		border: 1px solid #dcdcdc;
 	}
 	.jobbox-tongji{
 		border-bottom: 1px solid #efefef;
 		height: 30px;
 		width: 100%;
 		line-height: 30px;
 		color: #747474;
 		font-size: 16px;
 	}
 	.job-tiao{
 		border-bottom: 1px solid #efefef;
 		height: 72px;
 		padding: 14px 0;
 	}
 	.job-tiao img{
 		width: 70px;
 		height: 70px;
 		border: 1px solid #fff;
 	}
 	.job-font{
 		margin-left: 20px;
 		width: 400px;
 	}
 	.job-font-name{
 		font-size: 18px;
 		color: #2b2b2b;
 	}
 	.job-font p{
 		font-size: 14px;
 		margin: 2px 0;
 		color: #888484;
 		/*! width: 680px; */
 		text-overflow: ellipsis;
 		overflow: hidden;
 		word-wrap: nowrap;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient:vertical;
 		height: 20px;
 	}
 	.job-font span{
 		margin: 0 5px;
 	}
 	.job-tiao a{
 		margin-top: 15px;
 		padding:10px 20px;
		display: inline-block;
 		font-size: 14px;
 		background-color: #ff9400;
		 /* border:1px solid #ff9400; */
		border-radius: 4px;
 		color: #fff;
 	}
 	.job-tiao button{
 		margin-top: -75px;
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 14px;
 		background-color: #ff9400;
 		border:1px solid #ff9400;
 		color: #fff;
 	}
 	.job-fanyebox{
 		padding: 20px 20px 0 20px;
 		font-size: 18px;
 		color: #8f8f8f;
 	}
 	.job-fanyebox span{
 		color: #ff9600;
 	}
 	.page{
 		text-align: center;
 	}
 	.page a{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #000;
 	}
 	.page a:hover{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #fff;
 		background-color: #008cd6;
 	}
 	.job-denglu{
 		width: 200px;
 		padding: 20px;
 		background-color: #fff;
 		margin: 20px 0;
 		border: 1px solid #dcdcdc;
 	}
 	.dlbutton{
 		height: 35px;
 		width: 80px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 20px;
 	}
 	.jrgrzx{
 		height: 35px;
 		width: px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 20px;
 	}
 	.job-denglu img{
 		height: 110px;
 		width: 80px;
 		/*! margin-left: 90px; */
 	}
 	.denglubox{
 		font-size: 16px;
 		border-bottom: 1px solid #dcdcdc;
 		padding-bottom: 10px;
 	}
 	.denglufont{
 		padding: 20px;
 		text-align: center;
 	}
 	.denglu-gerenxingxi-name{
 		text-align: center;
 		margin-top: 10px;
 	}
 	.denglu-gerenxingxi-school{
 		text-align: center;
 		font-size: 14PX;
 		color: #757575;
 		margin-top: 15px;
 	}
 	.denglu-gerenxingxi-school span{
 		margin-left: 10px;
 	}
 	.ifheight{
			height:420px;
		}
}


@media screen and (min-width:1200px) {
	body{
 		background-color: #fff;
 		margin: 0;
 		padding: 0;
 	}
 	.Navigation{
 		background-color: rgba(255,255,255,.8);
 		position: fixed;
 		top: 0;
 		width: 100%;
 		padding: 5px 0;
 		z-index: 9999;
 	}
 	.NavigationContentBox{
 		width: 1200px;
 		padding: 0 20px;
 	}
 	.NavigationContentBox a{
 		margin:0;
 		padding: 1px 0;
 	}
 	.font14{
 		font-size: 14px;
 	}
 	.Wordbox{
 		margin:0;
 	}
 	.Wordbox ul{
 		margin:0;
 	}
 	.Wordbox ul li{
 		float: left;
 		margin:0 20px;
 	}
 	.Wordbox ul li a{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #000;
 	}
 	.Wordbox ul li a:hover{
 		font-size: 18px;
 		display: block;
 		line-height: 38px;
 		text-decoration: none;
 		color: #008cd6;
 	}
 	.width{
 		width: 100%;
 	}
 	.width100 img{
 		height: 850px;
 		width: 100%;
 	}
 	.Modularbox{
 		width: 1120px;
 		padding: 40px;
 	}
 	.spacing{
 		margin-top: 20px;
 	}
 	.Pagewidth{
 		width: 1200px;
 	}
 	footer{
 		background-color: #fff;
 	}
 	footer li{
 		padding: 5px 0;
 	}
 	footer li a{
 		color: #828282;
 	}
 	footer div{
 		width: 16.6%;
 		text-align: center;
 	}
 	.job-googl{
 		height: 40px;
 		width: 265px;
 		border: 1px solid #c9c9c9;
 		padding-left: 10px;
 		float: left;
 		margin: 0 10px;
 	}
 	.job-button{
 		height: 43px;
 		width: 180px;
 		border: 1px solid #008cd6;
 		/*! margin-left: 20px; */
 		background-color: #008cd6;
 		color: #fff;
 		font-size: 18px;
 		font-weight: bolder;
 	}
 	.job-liebiao{
 		width: 100%;
 		padding: 20px;
 		background-color: #fff;
 		margin: 20px auto;
 		/* border: 1px solid #dcdcdc; */
 	}
 	.job-width{
 		width: 830px;
 	}
 	.jobbox-tongji{
 		border-bottom: 1px solid #efefef;
 		height: 30px;
 		width: 100%;
 		line-height: 30px;
 		color: #747474;
 		font-size: 16px;
 	}
 	.job-tiao{
 		/* border-bottom: 1px solid #efefef; */
		 /* height: 72px; */
		 overflow: hidden;
 		padding: 14px 0;
 	}
 	.job-tiao img{
 		width: 70px;
 		height: 70px;
 		border: 1px solid #fff;
 	}
 	.job-font{
		 margin-left: 20px;
		 width:70%;
 	}
 	.job-font-name{
 		font-size: 18px;
 		color: #2b2b2b;
 	}
 	.job-font p{
 		font-size: 14px;
 		margin: 2px 0;
 		color: #888484;
 		/* width: 680px;  */
 		text-overflow: ellipsis;
 		overflow: hidden;
 		white-space: nowrap;
 		display: -webkit-box;
 		-webkit-line-clamp:2;
 		-webkit-box-orient:vertical;
 		height: 21px;
 	}
 	 .job-a{
 		margin-top: -85px;
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 14px;
 		background-color: #ff9400;
 		border:1px solid #ff9400;
 		color: #fff;
 	}
 	.job-font span{
 		margin: 0 5px;
 	}
 	.job-tiao a{
 		margin-top: 15px;
 		padding:10px 20px;
		display: inline-block;
 		font-size: 14px;
 		background-color: #ff9400;
		 /* border:1px solid #ff9400; */
		border-radius: 4px;
 		color: #fff;
 	}
 	.job-fanyebox{
 		padding: 20px 20px 0 20px;
 		font-size: 18px;
 		color: #8f8f8f;
 	}
 	.job-fanyebox span{
 		color: #ff9600;
 	}
 	.page{
 		text-align: center;
 	}
 	.page a{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #000;
 	}
 	.page a:hover{
 		text-decoration: none;
 		border: 1px solid #dcdcdc;
 		cursor: pointer;
 		padding: 5px 7px;
 		margin: 0;
 		color: #fff;
 		background-color: #008cd6;
 	}
 	.job-denglu{
 		width: 230px;
 		padding: 20px;
 		background-color: #fff;
 		margin: 20px 0;
 		/*border: 1px solid #dcdcdc;*/
 	}
 	.dlbutton{
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 20px;
 	}
 	.jrgrzx{
 		height: 35px;
 		width: 100px;
 		text-align: center;
 		line-height: 35px;
 		font-size: 16px;
 		color: #fff;
 		border: 0;
 		margin-top: 20px;
 	}
 	.job-denglu img{
 		height: 110px;
 		width: 80px;
 		/*! margin-left: 90px; */
 	}
 	.denglubox{
 		font-size: 16px;
 		border-bottom: 1px solid #dcdcdc;
 		padding-bottom: 10px;
 	}
 	.denglufont{
 		padding: 20px;
 		text-align: center;
 	}
 	.denglu-gerenxingxi-name{
 		text-align: center;
 		margin-top: 10px;
 	}
 	.denglu-gerenxingxi-school{
 		text-align: center;
 		font-size: 14PX;
 		color: #757575;
 		margin-top: 15px;
 	}
 	.denglu-gerenxingxi-school span{
 		margin-left: 10px;
 	}
 	.ifheight{
			height:420px;
		}
 }
