.introduce{
	width:1150px;
	margin: 0px auto;
	background-color: white;
	padding: 0px 25px;
}
.introduceContent{
	margin-top: 20px;
}
.introduceContent p{
	text-indent:36px;
	font-size:18px;
	text-align: left;
	line-height: 30px;
}
.jobVacancy{
	width:1200px;
	height:500px;
	margin:10px auto;
	background-color:white;
}
.jobVacancyLeft{
	width:280px;
	float:left;
	height:350px;
	margin: 30px 0px 0px 20px;
}
.jobVacancyLeft li{
	width:280px;
	height:38px;
	border-top: 1px solid #737373;
}
.jobVacancyLeft li:nth-child(1){
	border-top: 0px solid #737373;
}
.jobVacancyLeft p{
	font-size: 18px;
	line-height:38px;
	text-align:left;
	text-indent: 20px;
}
.jobVacancyLeft li:hover{
	background-color: #528AB5;
}
.jobVacancyLeft li:hover p{
	color:white;
}
.jobVacancyRight{
	width:840px;
	float:right;
	height:330px;
	margin: 30px 20px 0px 0px;
	border: 0px solid green;
	padding: 0px 10px;
}
.jobVacancyRight span{
	width:840px;
	float:left;
	font-size: 14px;
	font-weight: bold;
	color:black;
	text-align: left;
	line-height: 30px;
}
.jobVacancyRight span:nth-child(1){
	font-size: 18px;
	color:#3C7DBD;
	line-height: 36px;
}
.jobVacancyRight p{
	color:black;
	text-align: left;
	line-height: 30px;
}
.benefit{
	width:1200px;
	height:850px;
	margin: 0px auto;
	background-color: white;
}