/*job_li 列表*/
.job_li{
	width:490px;
	height:232px;
	float:left;
	_display:inline;
	margin:0 0 50px 25px;
	background:#e3f4fe url("../images/contact_com.png") no-repeat right top;	
	padding:20px 36px;
	cursor:pointer;
}
.job_li:hover{
	color:#fff;
	background:#3069ba url("../images/contact_maph.png") no-repeat right top;	
}
.job_li dl{
	height:83px;
	border-bottom:1px solid #9ad1fa;	
	margin-bottom:15px;
}
.job_li dt{
	font-size:24px;
	line-height:40px;	
}
.job_li dd{
	line-height:30px;
	font-size:16px;	
}
.job_li p{
	font-size:14px;
	line-height:24px;	
}
.job_li .go{
	font-size:14px;
	text-align:center;
	height:23px;
	margin-top:50px;
}
.job_li .go a{
	display:inline-block;
	height:23px;
	line-height:23px;
	padding-right:32px;
	background:url("../images/job_go.png") no-repeat right center;	
}
.job_li:hover .go a{
	color:#fff;
	background:url("../images/job_goh.png") no-repeat right center;		
}
.job1 dl{
	background:url("../images/job_li1.png") no-repeat right center;	
}
.job1:hover dl{
	background:url("../images/job_li1h.png") no-repeat right center;		
}
.job2 dl{
	background:url("../images/job_li2.png") no-repeat right center;	
}
.job2:hover dl{
	background:url("../images/job_li2h.png") no-repeat right center;		
}
/*job_li 列表*/

.job_head{
	padding:15px 35px 20px 35px;
		
	margin-bottom:23px;
}
.job_head dl{
	border-bottom:1px solid #7f7c7b;	
	padding-bottom:10px;
}
.job_head dt{
	font-size:24px;
	line-height:40px;	
	color: #7f7c7b;
}
.job_head dd{
	font-size:14px;
	line-height:28px;	
}

.job_tab{
	font-size:14px;	
}
.job_tab th{
	font-weight:normal;	
	height:55px;
	background:#ddd;
	color:#000;
}
.job_tab td{
	height:60px;
	border-bottom:1px dashed #ccc;	
}

/*job_detail 开始*/
.job_detail{
	padding-left:30px;
	font-size:14px;
	line-height:30px;	
}
.job_detail .apply{
	display:inline-block;
	width:244px;
	height:52px;
	margin-top:30px;
	background:#0268b3 url("../images/job_apply.png") no-repeat 182px center;	
	border-radius:5px;
	color:#fff;
	font-size:14px;
	line-height:52px;
	text-align:center;
}
/*job_detail 结束*/

/*job_info 填写信息*/
.job_form_cont{
	width:715px;
	margin:0 auto;	
}
.job_form_cont .highlight{
	color:#f00;	
}
.job_form_cont select{
	width:210px;
	float:left;
	height:26px;	
}
.job_form_cont h4 { font-size:20px; font-weight:normal}
.job_form_cont ul { padding:0 0 38px 0; margin:32px 0;}
.job_form_cont li { float:left; margin:0 0 25px; width:50%}
.job_form_cont li span { float:left; padding:0 15px 0 0; width:80px; text-align:right; line-height:24px; }
.job_form_cont li em { float:left; margin:0 0 0 5px; line-height:24px;}
.job_form_cont li .form_input,.select_0 { float:left; padding:0 3px;  width:201px; height:24px; color:#ddd; border:1px solid #6C6351; line-height:24px;background:none;}

.select_0 {position: relative; }
.select_0 dt {background: url("../images/select.jpg") no-repeat scroll 185px center ;cursor: pointer}
.select_0 dd {background:#fff; border: 1px solid #ddd; display: none;left: -1px;max-height: 200px;overflow-x: hidden;overflow-y: auto;position: absolute;top: 22px;width: 100%;
}
.select_0 dd a {color:#000; display: block; line-height:1.5;padding: 0 5px;white-space: normal}
.select_0 dd a:hover, .select_0 dd a.on { background:#ccc}
.job_text { margin:30px 0 30px 95px;}
.job_text textarea { padding:5px 1%; width: 97.6%; height:106px; color:#ddd; border:1px solid #6C6351;background:none;}
.job_btn { margin:30px 0; text-align:center}
.job_btn input {border-radius:3px;margin:0 10px; display:inline-block; width:140px; height:50px; line-height:50px; text-align:center; color:#FFF; border:none; font-size:18px; font-weight:bold}
.job_btn input.job_sub { background:#0268b3;cursor:pointer;}
.job_btn input.job_res { background:#6C6C6C;cursor:pointer;}

/*job_info 填写信息*/