*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
a{
	color: #000000;
	text-decoration: none;
}
.main{
	width: 1000px;
	margin: 0 auto;
	margin-top: 195px;
	border: 1px solid #d2d2d2;
	-webkit-box-shadow:0 0 10px #d2d2d2;  
    -moz-box-shadow:0 0 10px #d2d2d2;  
    box-shadow:0 0 10px #d2d2d2;
}
.nav{
	width: 990px;
	height: 53px;
	border: 5px solid #FFFFFF;
	background: url(../img/nav-bg.jpg);
}
	.nav > a{
		display: inline-block;
		line-height: 53px;
		/*background-color: bisque;*/
		color: #FFFFFF;
		text-align: center;
	}
	.nav > a:hover{
		background-color: #36a9a9;
	}
	.nav-one{
		width: 85px;
	}
	.nav-two{
		width: 140px;
	}
	.nav-three{
		width: 185px;
	}
.search{
	width: 100%;
	height: 114px;
	background-color: #ebfff6;
}
.search-l{
	width: 661px;
	height: 105px;
	float: left;
	padding-top:12px ;
	padding-left: 9px;
}
	.search-l > ul > li{
		float: left;
		list-style: none;
	}
	.search-l > ul > li > a{
		font-size: 12px;
		display: inline-block;
		width: 74px;
		height: 29px;
		line-height: 29px;
		text-align: center;
		background-color: #f5fffb;
		border: 1px solid #ddd6c0;
	}
	.search-l > ul > li > a:active{
		background-color: #FFFFFF;
	}
	.search-l > form{
		clear: both;
		display: block;
	}
	.search-l > form > input{
		float: left;
		width: 528px;
		height: 40px;
	}
	.search-l > form > button{
		float: left;
		width: 74px;
		height: 44px;
		line-height: 44px;
		border: 1px solid #ddd6c0;
		background-color: #ebe6d9;
		padding-left:8px ;
	}
	.search-l > form > button > img{
		float: left;
		margin-top: 12px;
	}
.search-r{
	width: 330px;
	height: 96px;
	font-size: 12px;
	float: left;
	padding-top: 18px;
}
	.search-r > span{
		margin-left: 10px;
		font-weight: bold;
	}
	.search-r > a{
		margin-left: 10px;
		line-height: 25px;
		color: #4195f5;
	}
.content{
	width: 100%;
	height: 888px;
	
}
.content-l{
	width: 710px;
	height: 100%;
	float: left;
}
.content-l-one{
	height: 171px;
	padding-left: 18px;
	padding-top: 10px;
}
	.content-l-one > ul{
		width: 608px;
		padding-left: 18px;
	}
	.content-l-one-span{
		display: inline-block;
		width: 608px;
		line-height: 36px;
	}
	.content-l-one-span > img{
		float: left;
		margin-top: 6px;
	}
	.big-title{
	display: inline-block;
	width: 108px;
	text-align: right;
	font-size: 18px;
	float: left;
	font-weight: bold;
	border-bottom: 4px solid #FFB411;
}
    .big-title-fuwu{
	background: url(../img/icons_03.png) no-repeat left;
}
	.big-title-zhaopin{
		background: url(../img/icons_07.png) no-repeat left;
		float: left;
	}
	.big-title-school{
		width: 180px!important;
		float: left;
		background: url(../img/icons_15.png) no-repeat left;
	}
	.big-title-r{
		width: 95px!important;
		background: url(../img/icons_11.png) no-repeat left;
	}
	.more-l{
		float: left;
		margin-left: 520px;
		font-size: 12px;
	}
	.more-school{
		margin-left: 448px;
		font-size: 12px;
	}
.content-l-two{
	height: 338px;
	padding-left: 18px;
	padding-top: 10px;
}
	.ul-zhaopin{
		clear: both;
		width: 663px;
		height: 299px;
		font-size: 12px;
		border: 1px solid #ddd6c0;
	}
	.ul-zhaopin >li{
		line-height: 30px;
		list-style: none;
	}
	.ul-zhaopin >li:first-child{
		background-color: #f6ffff;
		border: 1px solid #ddd6c0;
	}
	.ul-zhaopin > li > span{
		display: inline-block;
		width: 114px;
		text-align: center;
	}
	.ul-zhaopin > li > span:first-child{
		width: 84px;
		padding-left: 30px;
		text-align: left!important;
	}
	.long-name{
		width: 200px!important;
		text-align: left!important;
	}
.content-l-three{
	padding-left: 18px;
	padding-top: 10px;
}
.ul-zhaopin-two > li > span{
	width: 215px;
}
.content-r{
	width: 279px;
	height: 878px;
	padding-left: 10px;
	float: left;
	padding-top: 10px;
	border-left: 1px dashed #d2d2d2;
}
.more-r{
	margin-left: 140px;
	font-size: 12px;
}
.ul-r{
	clear: both!important;
	padding-left:20px;
	border-top: 1px solid #d2d2d2;
	list-style: square;
	font-size: 12px;
	width: 240px;
	line-height: 30px;
	padding-bottom: 25px;
}
	.ul-r > li{
		overflow:hidden;
		text-overflow:  ellipsis ;
	}
.bottom{
	height: 38px;
}

