/*顶部banner图*/
.main{height: auto;width: 1000px;margin-right: auto;margin-left: auto;}
.banner{height: 500px;width: 100%;}
.slide{height: 500px;position: relative;}
.slide .slide_task{position: absolute;left: 0px;top: 0px;height: 500px;background-repeat: no-repeat;background-position: center;min-width: 1240px;display: none;width: 100%;margin-top: -8px;}
.recruitment_post{
	width: 99.9%;
	height: 119px;
	background: #e8ee43;
	margin-top: -20px;
	border:1px solid #e8ee43;
}
.recruitment_post_bg{
	width: 977px;
	height: 119px;
	margin: 0 auto;
	background: url(../images/Recruitment_post_bg.png);
	text-align: center;
	border:1px solid transparent;
	margin-top: -1px;
}
.recruitment_post_tittle{
	font-size: 35px;
	color: black;
	margin-top: 33px;
}
.recruitment_post_introduce{
	font-size: 20px;
	margin-top: 10px;
}
/*招聘内容区*/
.recruitment_post_position_box{
	width: 100%;
	min-height: 406px;
	background: white;
	margin-top: 68px;
}
.recruitment_post_position_box_content{
	width: 1068px;
	min-height: 338px;
	margin: 0 auto;
}
.recruitment_post_position_box_content_left{
	float: left;
	width: 524px;
	min-height: 338px;
	word-break: break-all;
}
.recruitment_post_position_box_content_left_tittle{
	font-size: 28px;
	color: #f65f57;
}
.recruitment_post_position_box_content_left_produce{
	font-size: 16px;
}
.recruitment_post_position_box_content_list{
	width: 524px;
	min-height: 16px;
	margin-top: 10px;
}
.recruitment_post_position_box_content_list_left{
	width: 23px;
	height: 16px;
	float: left;
}
.recruitment_post_position_box_content_list_left em{
	display: block;
	width: 10px;
	height: 10px;
	background: #ee9743;
	border-radius: 50%;
	margin-top: 5px;
	margin-left: 4px;
}
.recruitment_post_position_box_content_list_right{
	float: right;
	width: 501px;
	min-height:16px;
	word-break: break-all;
	color: #454343;
	font-size: 16px; 
	line-height: 23px;
}
.recruitment_post_position_box_content_right{
	width: 430px;
	height: 320px;
	float: right;
	background: green;
}
/*招聘职位内容区偶数*/
.recruitment_post_position_box_content_left_two{
	width: 430px;
	height: 320px;
	float: left;
	background: green;
}

.recruitment_post_position_box_content_right_two{
	float: right;
	width: 524px;
	min-height: 338px;
	word-break: break-all;
}

/*投递简历*/
.delivery_resume{
	width: 99.9%;
	min-height: 350px;
	margin-top: 40px;
	border:1px solid white;
}
.delivery_resume_content{
	width: 736px;
	min-height: 131px;
	margin: 0 auto;
	margin-top: 50px;
}
.delivery_resume_content_jianli{
	width: 520px;
	height: 33px;
	margin: 0 auto;
	position: relative;
}
.delivery_resume_content_jianli p{
	font-size: 30px;
	color: #454343;
	text-align: right;
}
.delivery_resume_content_jianli em{
	display: block;
	width: 38px;
	height: 31px;
	background: url(../images/message.png);
	position: absolute;
	left: 0;
	top:0;
}
.recruitment_procedure{
	width: 100%;
	height: 92px;
	margin-top: 46px;
}