@charset "utf-8";
.filter-main{
	width: 1190px;
	margin: 0 auto;
	margin-top: 46px;
	box-sizing: border-box;
	padding: 15px 30px 0;
	background-color: #fff;
}
.filter-box{
	position: relative;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
}
.filter-city-box{
	position: relative;
}
.filter-box-border{
	margin-left: 75px;
	height: 41px;
	overflow: hidden;
}
.filter-box .moreCity{
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	cursor: pointer;
}
.filter-box .moreCity:hover{
	color:  #4D7EFF  ;
}
.filter-box-border a,.filter-box-border a{
	margin-right: 24px;
	cursor: pointer;
	display: inline-block;
}
.filter-box .tit{
	color: #999;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 0;
}
.filter-box .cur{
	color:  #4D7EFF ;
}

.city-area-box{
	box-sizing: border-box;
	width: 1055px;
	padding: 5px 20px;
	line-height: 30px;
	background-color: #f5f5f5;
	position: absolute;
	top: 40px;
	left: 75px;
}
.city-area-box a{
	margin-right: 25px;
}

.jobList-main{
	width: 1190px;
	margin: 20px auto;
}
.jobList-box{
	 width: 920px;
}
.job-action{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	position: relative;
	padding-left: 20px;
}
.job-action label input{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.job-action .applyBtn{
	width: 80px;
	height: 30px;
	line-height: 22px;
	font-size: 14px;
	border-radius: 4px;
	margin: 0 20px;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	color: #222222;
}
.job-action .applyBtn:hover {
	    color: #fff;
    background-color:  #4D7EFF ;
}
.job-action .favorite-btn{
	padding-left: 22px;
	background: url(../images/icon.png) no-repeat left -129px;
}
.job-action .favorite-btn:hover{
	background: url(../images/icon.png) no-repeat left -153px;
	color: #f86600;
}
.job-action .job-filter{
	width: 164px;
	line-height: 30px;
	border: 1px solid #D9D9D9;
	border-radius: 20px;
	position: absolute;
	right: 20px;
	top: 18px;
	color: #222222;
}
.job-action .job-filter span{
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
	cursor: pointer;
	width: 82px;
	height: 30px;
}
.job-action .job-filter span.cur{
	color: #326BFF;
	background-color: #D9E3FF;
}

.search_empty{
	margin: 50px 0;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.jobInfo-main{
	width: 920px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	border-left: 0;
	min-height: 442px;
	background-color: #fff;
	border-right: 0;
}

.jobInfo-box{
	box-sizing: border-box;
	padding: 20px 20px;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	position: relative;
}
.jobInfo-box:hover{
	background-color: #fafafa;
}
.jobInfo-box .line{
	width: 880px;
	height: 1px;
	background-color: #f5f5f5;
	position: absolute;
	left: 20px;
	bottom: 0;
}
.jobInfo-box:hover .line{
	background-color: #f5f5f5;
}
.jobInfo-box .zhiweiBox{
	width: 315px;
}
.jobInfo-box .comInfo-box{
	width: 450px;
}
.jobInfo-box .zhiweiBox .checklist{
	margin-right: 10px;
	float: left;
	margin-top: 8px;
}
.jobInfo-box .zhiweiBox .title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
	height: 32px;
	float: left;
}
.jobInfo-box .yaoqiu,.jobInfo-box .salaryNum{
	margin-left: 0;
}
.jobInfo-box .yaoqiu .col6,.jobInfo-box .comInfo .text .col6{
	font-size: 14px;
	color: #666666;
	margin: 0 3px;
	font-style: normal;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	background-color: #F8F8F8;
	padding: 0 10px;
	margin-top:3px;
}
.jobInfo-box .yaoqiu .col6:first-child,.jobInfo-box .comInfo .text .col6:first-child{
	margin-left:0;
}
.jobInfo-box .comInfo .text {
	margin-bottom: 3px;
}
.jobInfo-box .comLogo{
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border: 1px solid #d5d5d5;
	margin-right: 13px;
	margin-top: 9px;
	background-color: #fff;
}
.jobInfo-box .comLogo img{
	width: 54px;
	max-height: 54px;
}
.jobInfo-box .comName{
	width: 370px;
	height: 30px;
	overflow: hidden;
}
.jobInfo-box .comName a{
	display: block;
	width: 370px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
}
A.lookCoAllJob{
	color: #666;
}
A.lookCoAllJob:hover{
	color:  #4D7EFF ;
}
.jobInfo-box .comInfo{
	width: 380px;
}

.jobInfo-box .moreComJob{
	font-size: 14px;
	color:  #4D7EFF ;
	display: inline-block;
	cursor: pointer;
}
.jobInfo-box .applyBtn{
	width: 75px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	margin-top: 30px;
	background-color: #4074FB;
}

.job-title-main{
	border: 1px  solid #ececec;
	background-color: #fff;
	font-size: 14px!important;
	min-height: 442px;
}
.job-title-main .title-list{
	box-sizing: border-box;
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ececec;
	background-color: #fafafa;
}
.job-title-main .title-list .time{
	cursor: pointer;
}
.job-title-main .title-list .arrow{
	display: inline-block;
	width: 18px;
	height: 12px;
	background:url(../images/arrow.png) no-repeat 6px 1px;
}
.job-title-main .title-list .arrow.up{
	background:url(../images/arrow.png) no-repeat -10px 1px;
}
.job-title-main .title-list .arrow.down{
	background:url(../images/arrow.png) no-repeat -26px 1px;
}
.job-title-main .title-list span{
	float: left;
}
.job-title-main a.company{
	cursor: pointer;
}
.job-title-main .job{
	width: 275px;
	min-height: 1px;
}
.job-title-main .company{
	width: 360px;
	min-height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.job-title-main .site{
	width: 120px;
		min-height: 1px;
}
.job-title-main .time{
	width: 100px;
	min-height: 1px;
}
.job-titleInfo-box{
	background-color: #fff;
	border-bottom: 1px solid #ececec;
}
.job-titleInfo-box:nth-child(odd){
	background-color: #fafafa;
}
.job-title{
	padding: 0 20px;
	line-height: 60px;
}
.job-title label a{
	font-size: 15px;
	color: #f86600;
	margin-left: 6px;
	float: left;
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.job-title label .checklist {
	float:left;
	margin-top: 24px;
}
.job-title .info-switch{
	width: 20px;
	height: 20px;
	margin-top: 20px;
	background: url(../images/arrow.png) no-repeat -15px -14px ;
	cursor: pointer;
}
.job-title .info-switch.open{
	background: url(../images/arrow.png) no-repeat 5px -14px;
}
.job-titleInfo{
	width: 880px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 12px;
	padding: 10px 0;
	line-height: 22px;
	border-top: 1px solid #f5f5f5;
}
.job-titleInfo .jobInfo{
	width: 480px;
}
.jobInfo .infoText{
	position: relative;
	padding-left: 65px;
}
.jobInfo .infoText .tit{
	position: absolute;
	left: 0;
	top: 0;
}
.job-titleInfo .applyBtn{
	width: 75px;
	height: 22px;
	border-radius:30px;
	margin: 25px 0 0 40px;
	line-height: 23px;
}


.jobListAdv-box{
	width: 260px;
}
.jobListAdv-box .advBox{
	margin-bottom: 13px;
}
.jobListAdv-box .advBox,.jobListAdv-box .advBox img{
	width: 260px;
	height: 115px;
}
.history-box{
	width: 260px;
	background-color: #fff;
	padding: 5px 0 10px;
}
.history-box .title{
	font-size: 14px;
	padding-left: 38px;
	line-height: 36px;
	border-bottom: 1px solid #d6d6d6;
	background: url(../images/icon.png) no-repeat 15px -94px;
}
.history-box .list{
	padding: 13px 15px 0;
}
.history-box .zhiwei{
	line-height: 26px;
	font-size: 15px;
}
.history-box .zhiwei .titName{
	display: -webkit-box;
	width: 115px;
	height: 26px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.history-box .num{
	color: #f86600;
}
.history-box .comName{
	color: #999;
	line-height: 26px;
	border-bottom: 1px dashed #d6d6d6;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 5px;
}
.history-box .comName a{
	color: #999;
}
.history-box .list:last-child .comName{
	border-bottom:0;
}

/* 模拟下拉筛选 */
.filter-selBox{
	height: 42px;
}
.selectbox{
	width:120px; 
	height:42px; 
	margin-right: 115px; 
	float:left;
	position:relative;
	}
.cartes{
	width: 120px;
	height:42px;
}
.selectbox .listTxt{
	float: left;
	font-size:14px;
	width:100px;
	height:42px;
	line-height:42px;
	cursor:pointer;
}
.selectbox input.listTxt[type='text'][readonly] {
    background-color: #fff!important;
}
.selectbox .listBtn{
	float: left;
	width: 20px;
	height: 24px;
	background: url(../images/icon.png) no-repeat left -169px;
}
.selectbox.hover .listBtn{
	background: url(../images/icon.png) no-repeat left -197px;
}
.selectbox .lists{
	width: 140px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow:  0px 0px 8px #ccc;
	box-shadow:  0px 0px 8px #ccc;
	position:absolute;
	top:42px;
	left:0;
	display: none;
	z-index: 1;
}
.selectbox .lists li{
	box-sizing: border-box;
	padding-left: 25px;
	cursor:pointer;
	font-size:14px;
	height:36px;
	line-height:36px;
	font-size:14px;
}
.selectbox .lists li.cgray{
	background:#eef8ff;
}

.hover .lists{display:block;}
.hover .listTxt{
	color:  #4D7EFF ;
}


.loginTips_popupLayer{
	width: 355px;
	height: 140px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -177px;
	margin-top: -70px;
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,.2);
	z-index: 101;
	border-radius: 10px;
}
.loginTips_popupLayer .title{
	font-size: 16px;
	color: #555;
	text-align: center;
	line-height: 26px;
	margin: 50px 0;
}
.loginTips_popupLayer .title a{
	color:  #4D7EFF  ;
	font-weight: bold;
}
.loginTips_popupLayer .closePopup{
	float: right;
	width: 23px;
	height: 23px;
	position: relative;
	top: -25px;
	right: -30px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
}