.recruit_tab{
	overflow: hidden;
	margin:0 auto;
	padding:15px 0px;
}
.recruit_tab a{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 40px;
	background: #eee;
	color: #666;
	margin-right: 15px;
	display: inline-block;
	padding:0 20px;
}
ul.recruit_list{
	margin:0 auto;
	overflow: hidden;
}
ul.recruit_list li{
	border: 1px  solid #ddd;
	width: 350px;
	padding:12px;
	height: 220px;
	margin-right:30px;
	float: left;
	overflow: hidden;
	margin-top: 20px;
}
ul.recruit_list li:hover{
	border:1px solid #ff6600;
}
ul.recruit_list li:nth-child(3n){
	margin-right: 0px;
}
.recruit_name{
	font-size: 18px;
	color: #222;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #e6e6e6;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.recruit_label{
	padding:10px 0px;
	overflow: hidden;
	display: flex;
}
.r_label{
	flex: 2;
	overflow: hidden;
}
.r_label span{
	height: 20px;
	background: #ededed;
	color: #666;
	padding: 0 5px;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 20px;
}
.r_money{
	flex: 1;
	overflow: hidden;
	text-align: right;
}
.r_money span{
	font-size: 14px;
	color: #ff6600;
	display: inline-block;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.recruit_deails{
	font-size: 14px;
	color: #888;
	height: 100px;
	line-height: 20px;
	overflow: hidden;
}
.recruit_deails p{

}
/*招聘详情*/
.r_deailsname{
	height: 50px;
	margin-top: 10px;
	line-height: 50px;
	display: flex;
	border-bottom: 1px solid #ff6600;
}
.r_deailsname span.d_name{
	font-size:20px;
	color: #333; 
	flex: 3;
	overflow: hidden;
	text-align: center;
}
.r_deailsname span.d_name h1{
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
.r_deailsname span.d_time{
	font-size: 16px;
	color: #999;
	flex: 1;
	text-align: right;
}
.deailscont{
	padding:30px 0px;
	border-bottom: 1px solid #ededed;
}
.deails_tile{
	font-size: 24px;
	color: #222;
	font-weight: bold;
}
.deails_label{
	font-size:16px;
	color: #505050;
	padding:10px 0px;
}
.deails_label2{

}
.deails_label2 span{
	height: 26px;
	line-height: 26px;
	background: #ffe8d9;
	color: #ff6600;
	padding:0 5px;
	display: inline-block;
	margin-right: 10px;
}
.deailstext{
	padding:25px 0px;
}
.fntext{
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
.fnline{}
.fnline span{
	width: 36px;
	height: 2px;
	background: #ff6600;
}
.deails_ms{
	font-size: 16px;
	color: #505050;
	padding:10px 0px;
}
.deails_labebs{
	font-size: 16px;
	color: #4b42ff;
}
.deails_labebs span{
	color: #666;
	margin-right: 5px;
}