/*toubu*/

.header {
	width: 100%;
	height:102px;
}
/*content*/
.content{
	margin-top: 35px;
}
.con_l{
	float: left;
	width: 100%;
}
.con_r{
	width: 296px;
	float: right;
}
.boxer{
	padding:32px 18px;
	margin-bottom: 20px;
}
.boxer_left{
	float: left;
}
.boxer_left .img_hover{
	width: 236px;
	height: 155px;
	margin-right: 20px;
	display: block;
	overflow: hidden;
}
.boxer_left .img_hover img{
	width: 236px;
	height: 155px;
}
.boxer_right{
	width:100%;
}
.title a{
	 font-family: "微软雅黑";
	 font-size: 24px;
	 color: #404040;
	 cursor: pointer;
}
.title a:hover{
	text-decoration: underline;
}
.time{
	 font-family: "微软雅黑";
	 font-size: 14px;
	 color: #343434;
	 margin: 20px 0;
}
.detail{
	 font-family: "微软雅黑";
	 font-size: 16px;
	 line-height: 25px;
	 color: #757575;
}
/*pages*/
.pages{
	text-align: center;
	margin: 80px 0;
	cursor: pointer;
}
.pages ul{
	width: 461px;
	margin: 0 auto;
}
.pages ul li{
	float: left;
	text-align: center;
	line-height: 25px;
	width: 29px;
	height: 25px;
	border: 1px solid #dddad2;
	margin-right: 30px;
	background-color: #f7f6f3;
}
.pages ul li a{
	font-family: arial;
	font-size: 16px;
	color: #848080;
}
.pages ul li.next{
	width: 53px;
}
.pages ul li.choosed{
	background-color: #b5b5b5;
}
.pages ul li.choosed a{
	color: #fff;
}
/*apply*/
.apply{
	width: 296px;
	height: 138px;
	background-color: #f5f5f5;
}
.apply_l{
	float: left;
}
.apply_l img{
	width: 107px;
	height: 109px;
	margin-top: 17px;
	margin-left: 24px;
}
.apply_r{
	float: right;
	margin-right: 16px;
	line-height: 138px;
}
.apply_r a{
	font-family: "微软雅黑";
	font-size: 35px;
	color: #88ba8c;
	cursor: pointer;
}
.school_m{
	margin-top: 70px;
}
.school_title a{
	font-family: "微软雅黑";
	font-size: 30px;
	color: #000000;
	cursor: pointer;
	float: left;
	display: block;
}
.school_title span{
	display: block;
	float: right;
	width: 160px;
	height: 1px;
	background-color: #d9d6d6;
	margin-top: 20px;
}
.img_box{
	margin: 30px 77px;
}
.img_box .img_hover{
	width: 119px;
	height: 119px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
.img_box .img_hover img{
	width: 119px;
	height: 119px;
}
.img_box p{
	margin-top: 30px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.img_box p a{
	color: #000000;
	cursor: pointer;
}
.img_box span{
	padding: 0 10px;
}
