.recommend{
	margin-top: 10px;
}
.recommend .tit{
	width: 664px;
	padding: 10px 0;
	border: 1px solid #ccc;
	background-color: #eff0f5;
}
.recommend .tit .icon{
	background: url("../../../images/zh/search/new.png") no-repeat;
	height: 18px;
	width: 31px;
	float: left;
	margin-left: 20px;
}
.recommend .tit .icon2{
	background: url("../../../images/zh/search/icon2.png") no-repeat;
	height: 18px;
	width: 18px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
	
}
.recommend .tit .icon1{
	background: url("../../../images/zh/search/icon1.png") no-repeat;
	height: 18px;
	width: 18px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}
.recommend .tit .con{
	font-size: 16px;
	font-weight: bolder;
	color: #101177;
	float: left;
	margin-left: 10px;
}
.recommend .joblist .detail{
	width: 664px;
	border: 1px solid #ccc;
	padding: 10px 0;
	border-top: 0;
}
.recommend .joblist .detail .nojob{
	width: 100%;
	text-align: center;
	color: #555555;
	font-size: 14px;
}
.recommend .joblist .detail .left{
	width: 500px;
	float: left;
}
.recommend .joblist .detail .left .top{
	overflow: hidden;
	width: 500px;
}
.recommend .joblist .detail .left .top .job_name{
	float: left;
}
.recommend .joblist .detail .left .top .job_name .icon{
	background: url("../../../images/zh/search/job.png") no-repeat;
	height: 11px;
	width: 12px;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}
.recommend .joblist .detail .left .top .job_name .con{
	float: left;
	font-size: 14px;
	color: #069;
	margin-left: 5px;
}
.recommend .joblist .detail .left .top .salary{
	color: #e56c00;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
}
.recommend .joblist .detail .left .bottom{
	margin-top: 8px;
	overflow: hidden;
	width: 500px;
}
.recommend .joblist .detail .left .bottom .degree{
	float: left;
}
.recommend .joblist .detail .left .bottom .degree .icon{
	background: url("../../../images/zh/search/degree.png") no-repeat;
	height: 11px;
	width: 14px;
	float: left;
	margin-left: 18px;
	margin-top: 2px;
}
.recommend .joblist .detail .left .bottom .degree .con{
	float: left;
	font-size: 12px;
	color: #555555;
	margin-left: 5px;
}

.recommend .joblist .detail .left .bottom .lang{
	float: left;
}
.recommend .joblist .detail .left .bottom .lang .icon{
	background: url("../../../images/zh/search/language.png") no-repeat;
	height: 11px;
	width: 12px;
	float: left;
	margin-left: 20px;
	margin-top: 2px;

}
.recommend .joblist .detail .left .bottom .lang .con{
	float: left;
	font-size: 12px;
	color: #555555;
	margin-left: 5px;
}
.recommend .joblist .detail .left .bottom .place{
	float: left;
}
.recommend .joblist .detail .left .bottom .place .icon{
	background: url("../../../images/zh/search/place.png") no-repeat;
	height: 11px;
	width: 9px;
	float: left;
	margin-left: 20px;
	margin-top: 3px;

}
.recommend .joblist .detail .left .bottom .place .con{
	float: left;
	font-size: 12px;
	color: #555555;
	margin-left: 5px;	
}
.recommend .joblist .detail .right{
	background: url("../../../images/zh/search/btn.jpg") no-repeat;
	height: 32px;
	width: 112px;
	float: right;
	display: block;
	margin-right: 20px;
	margin-top: 5px;
}
.recommend .joblist .detail .right:hover{
	background: url("../../../images/zh/search/btn_o.jpg") no-repeat;
}
.recommend .more{
	font-size: 14px;
	color: #069;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 0;
	border-top: 0;
}
.recommend .more:hover{
	color: #101175;
}