@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********人才招聘************/
.con_box .job_l{
	border:none;
	background-color:#ccc;
	padding:1px;
	}
.job_box{
	padding:20px;
	background-color:#fff;
	position:relative;
	}
.g_bar1,.g_bar2{
	position:absolute;
	background-color:#b8d570;
	}	
.g_bar1{
	width:2px;
	height:100px;
	left:-1px;
	top:-1px;
	}
.g_bar2{
	width:98px;
	height:2px;
	left:1px;
	top:-1px;
	}
.g_icon{
	width:20px;
	height:25px;
	position:absolute;
	left:6px;
	top:6px;
	background:url(../images/job_icon.png) left top no-repeat;
	}
.job_c{
	padding-left:29px;
	}
.job_c dd:first-child{
	width:658px;
	height:198px;
	border:1px solid #ccc;
	background:url(../images/job_bg.png) left top no-repeat;
	}					
.job_c dd h3{
	color:#333;
	line-height:18px;
	margin-top:18px;
	margin-bottom:4px;
	font-weight:normal;
	}	
.job_c dd p{
	width:658px;
	color:#666;
	line-height:20px;
	}
.job_c dd p span{
	font-family:Arial;
	color:#1a7dd3;
	}
