
ul{list-style: none;}
#cp_recruit {
	width:1200px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}
.cp_r_line{
	position:relative;
	width:1198px;
	border:solid 1px #4A4A4A;
	margin:105px 0px;
}
.cp_r_title{
	position:absolute;
	top:-10px;
	left:497px;
	font-size: 36px;
	color: #222222;
	letter-spacing: 6px;
	background:#FFF;
	padding:0px 16px 0px 20px;
}
.cp_r_info{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	/* margin-bottom:100px; */
}
.cp_r_info ul{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.cp_r_i_li {
	position:relative;
	width:160px;
	margin:0px 100px 20px 108px;
	float:left;
}
.cp_r_i_circle {
	position:absolute;
	top:0px;
	left:27px;
	width:106px; 
	height:106px; 
	background-color:#FFF; 
	border-radius:50%;
}
.cp_r_i_circle img{
	width:90px;
	height:90px;
	margin:6px;
	border: 2px solid #428bca;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.cp_r_i_words{
	height:165px;
	margin-top:70px;
	background: #EEECEC;
	padding:40px 12px 0px 12px;
	text-align:center;
}
.cp_r_i_words span{
	font-size: 18px;
	color: #4A4A4A;
	letter-spacing: 0;
	font-weight:bold;
}
.cp_r_i_words p{
	/* font-size: 16px; */
	color: #4A4A4A;
	letter-spacing: 0;
	text-align:left;
	margin-top:7px;
}
.cp_r_i_name{
	height:40px;
	line-height:40px;
	width:160px;
	text-align:center;
	background: #428bca;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
}
.cp_r_i_bottom {
	position:relative;
	width: 130px; 
    height: 10px; 
	line-height:10px;
    background:  #D8D8D8;
	opacity:0.5;
    -moz-border-radius: 600px / 50px; 
    -webkit-border-radius: 600px / 50px; 
    border-radius: 600px / 50px; 
	margin:16px auto;
}
.cp_r_i_minellipse {
	position:absolute;
	top:2px;
	left:34px;
	width: 60px; 
    height: 5px; 
    background: #B4B4B4;
	opacity: 0.5;
    -moz-border-radius: 600px / 50px; 
    -webkit-border-radius: 600px / 50px; 
    border-radius: 600px / 50px; 
}
