.recruitment-table td {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
}

.job-name-td {
	color: #222222;
}

.job-other-td {
	color: #666666;
}

.recruitment-table thead tr td {
	color: #2b579a;
	font-size: 16px;
}

.nav {
	height: 100px;
	width: 810px;
	margin: 0px auto;
	padding-top: 30px;
}

.nav-select {
	color: #2b579a;
}

.recruitment-box {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}

.job-side-left {
	width: 200px;
	float: left;
	margin-top: 50px;
}

.job-type-li {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: rgb(242, 242, 242);
}

.job-type-li-select {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #ffffff;
	color: #2b579a;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
}

.job-type-icon {
	background-color: #2b579a;
	width: 7px;
	height: 50px;
	visibility: hidden;
}

.recruitment-detail {
	border: 1px solid #2b579a;
	width: 60px;
	height: 30px;
	font-size: 14px;
	color: #2b579a;
	border-radius: 5px;
	background-color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.recruitment-detail:HOVER {
	color: #ffffff;
	background-color: #2b579a;
}