/*招贤纳士 - 雄鹰人才工程*/
.job-main{
	position: relative;
}

.job-secondLevelList{
	display: none;
}

.job-secondLevelList a{
	padding-left: 10px;
}

.job-title{
	font-size: 24px;
}

.job-article{
	padding: 30px 0;
}

.activeFirst .job-firstLevel,.activeFirst .job-secondLevel{
	color: #e78428 !important;
}

.activeSecond{
	border-bottom: 1px solid #f5bf8e !important;
  color: #e78428;
}

.activeSecond a{
	color: #e78428 !important;
}

.activeFirst .job-secondLevelList{
	display: block;
}

.job-upload{
	width: 90px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #e78428;
	border: 0;
	display: block;
	position: absolute;
	right: 100px;
	top: 0;
	z-index:1;
}
.job-upload:hover,.job-download:hover{
	color:#fff;
}

.job-upload input{
	display: none;
}

.job-download{
	width: 90px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #e78428;
	border: 0;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index:1;
}
/*招贤纳士 - 雄鹰人才工程*/

/*招贤纳士 - 校园招聘*/
.job-studentTop{
	margin: 30px auto;
}

.job-studentScreen{
	display: flex;
	margin-bottom: 15px;
}

.job-studentScreen .job-studentScreenTitle{
	width: 160px;
	height: 90px;
	font-size: 18px;
	color: #fff;
	background: #e78428;
	display: flex;
	justify-content: center;
	align-items: center;
}

.job-studentScreen .job-studentScreenList{
	flex: 1;
	display: flex;
	align-items: center;
}

.job-studentScreen .job-studentScreenList ul li{
	float: left;
	margin: 0 0 4px 30px;
	padding: 4px 8px;
	border: 2px solid #fff;
}

.job-studentScreen .job-studentScreenList ul li a{
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.job-studentScreen .job-studentScreenList ul .job-studentScreenListActive{
	border: 2px solid #e78428;
	border-radius: 4px;
}

.job-studentScreen .job-studentScreenList ul .job-studentScreenListActive a{
	color: #e78428;
}

.job-studentSearch{
	position: relative;
}

.job-studentSearchInput{
	width: 700px;
	height: 46px;
	border: 3px solid #e78428;
	display: flex;
}

.job-studentSearchInput input{
	flex: 1;
	font-size: 16px;
	border: 0;
	padding: 3px 6px;
}

.job-studentSearchInput button{
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #fff;
	background: #e78428;
	border: 0;
}

.job-studentSearchInfo{
	font-size: 14px;
	color: #777;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}

.job-studentSearchInfo em{
	color: #333;
	margin: 0 4px;
}

.job-studentTable{
	width: 100%;
}

.job-studentTable th{
	font-size: 16px;
	color: #888;
	text-align: center;
	font-weight: normal;
	padding: 8px 0;
}

.job-studentTable td{
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 15px 0;
}

.job-studentTable td a{
	color: #333;
}

.job-studentTable td a:hover{
	color: #e78428;
}
/*招贤纳士 - 校园招聘*/

/*招贤纳士 - 社会招聘*/
.job-selectBox{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

.job-select{
	width: 28%;
}

.job-info{
	padding-bottom: 15px;
}

.job-info span{
	font-size: 14px;
	color: #333;
}
/*招贤纳士 - 社会招聘*/

/*招贤纳士 - 头部导航*/
.job-nav li{
	width: 130px;
}
/*招贤纳士 - 头部导航*/