@charset "utf-8";

#main{
	width:100%;
	background:#F4F4F4;
	padding-bottom:25px;
}
#main .pagead{
	width:100%;
	padding-top:20px;
}
#main .pagead img{
	width:100%;
	border:0;
}
#main .search{
	width:100%;
	display:inline-block;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
#main .search .keyword{
	display:inline-block;
	width:740px;
	height: 44px;
	line-height: 44px;
	border:1px solid #BABABA;
	border-radius:5px;
	font-size:16px;
	font-family:'微软雅黑';
	color:#434343;
	padding-left:10px;
}
#main .search .searchbtn{
	display:inline-block;
	width:110px;
	height:48px;
	line-height:48px;
	text-align:center;
	border:0;
	border-radius:5px;
	background:#0378D8;
	font-size:16px;
	font-family:'微软雅黑';
	color:#FFF;
	cursor: pointer;
}

#main .listbox{
	width:1100px;
	background:#FFF;
	margin:0 auto;
}
#main .listbox .condition{
	width:1050px;
	padding-top:25px;
}
#main .listbox .condition1{
	width:100%;
	border:1px solid #D3D3D3;
	margin:0 25px;
}
#main .listbox .condition2{
	width:100%;
	border:1px solid #D3D3D3;
	margin:20px 25px 0;
}

#main .listbox .condition ul li{
	clear:both;
	width:100%;
	min-height:50px;
	/*height:auto;*/
	line-height:50px;
	border-bottom:1px solid #D3D3D3;
	height: 50px;
	overflow:hidden;
	position: relative;
}
#main .listbox .condition ul .ons{
	height: auto;
}
#main .listbox .condition ul li .openmore{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 17px;
	top:16px;
	cursor: pointer;
	background: url('../images/arrow-zgz.png') no-repeat center center;
}

#main .listbox .condition ul li .off{
	background: url('../images/arrows-zgz.png') no-repeat center center;
}

#main .listbox .condition ul li .openmore img{
	display: block;
	margin-top: 8px;
	margin-left: 5px;
}

#main .listbox .condition ul li.last{
	border-bottom:none;
}
#main .listbox .condition ul li label{
	display:block;
	float:left;
	width:100px;
	text-align:center;
	font-size:14px;
	font-family:'微软雅黑';
	color:#434343;
}
#main .listbox .condition ul li a{
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	font-size:14px;
	font-family:'微软雅黑';
	color:#707070;
	/*margin:12px 5px;*/
	margin: 0;
	padding:0 8px;
	border:1px solid #fff;
	border-radius: 25px;
}
#main .listbox .condition ul li .lbox:hover{
	border:1px solid #438FCA;
	border-radius:25px;
	/*line-height:27px;*/
	color:#0068b7;
	/*padding:0 9px;*/
}

#main .listbox .condition ul li a.on{
	border:1px solid #438FCA;
	border-radius:25px;
	line-height:25px;
	color:#0068b7;
	padding:0 9px;
}



#main .listbox .condition ul li .lbox{
	float: left;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid #fff;
}
#main .listbox .condition ul li .defalut{
	border:1px solid #438FCA;
	border-radius:25px;
	line-height:25px;
	color:#0068b7;
	/*padding:0 9px;*/
}
#main .listbox .condition ul li .on{
	border:1px solid #438FCA;
	border-radius:25px;
	line-height:25px;
	color:#0068b7;
	padding-right: 10px;
	/*padding:0 9px;*/
}
#main .listbox .condition ul li .cha{
	font-size: 12px;
    font-family: '微软雅黑';
    color: #B6B6B6;
    cursor: pointer;
    /*padding-left: 10px;*/
}
    

#main .listbox .condition ul li a.on span{
	font-size:12px;
	font-family:'微软雅黑';
	color:#B6B6B6;
	padding-left:10px;
}
#main .listbox .joblist{
	width:1050px;
	padding-top:25px;
	margin:0 25px;
}
#main .listbox .joblist .sorting{
	width:100%;
	height:60px;
	background:#F5F5F5;
	border:1px solid #D3D3D3;
}
#main .listbox .joblist .sorting ul li{
	float:left;
	/*width:110px;*/
	width: 70px;
	height:60px;
	line-height:60px;
	text-align:left;
	border-right:1px solid #D3D3D3;
	background: url('../images/arrow-zgz.png') no-repeat 83% center;
	padding: 0 20px;
}

#main .listbox .joblist .sorting .bottom{
	background: url('../images/arrows-zgz.png') no-repeat 83% center;
}
#main .listbox .joblist .sorting .select{
	background-color:#fff;
}
#main .listbox .joblist .sorting ul li a{
	display:block;
	font-size:14px;
	font-family:'微软雅黑';
	color:#434343;
}
#main .listbox .joblist .job_list{
	width:100%;
	padding-bottom:30px;
}
#main .listbox .joblist .job_list ul li{
	width:100%;
	height:90px;
	border-bottom:1px solid #EDEDED;
	overflow: hidden;
}
#main .listbox .joblist .job_list ul li .jobname{
	float:left;
	width:350px;
}
#main .listbox .joblist .job_list ul li .msg_top{
	overflow: hidden;
	width: 350px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .listbox .joblist .job_list ul li .jobname a{
	line-height:40px;
	float:left;
	font-size:16px;
	font-family:'微软雅黑';
	color:#0378D8;
	padding:10px 0 0 15px;
	min-width: 50px;
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .listbox .joblist .job_list ul li .jobname a:visited{
	color: #9eadb8 !important;
}
#main .listbox .joblist .job_list ul li .jobname .jiicon{
	float:left;
	display:block;
	width:20px;
	height:40px;
	background:url(../images/jiicon.png) center center no-repeat;
	background-size:20px 20px;
	margin:10px 0 0 15px;
}
#main .listbox .joblist .job_list ul li .jobname span{
	float:left;
	
}
#main .listbox .joblist .job_list ul li .msg_btm{
	font-size:12px;
	font-family:'微软雅黑';
	color:#707070;
	padding-left:15px;
}
#main .listbox .joblist .job_list ul li .money{
	float:left;
	width:190px;
	line-height:90px;
	text-align:center;
	font-size:14px;
	font-family:'微软雅黑';
	color:#ff0000;
}
#main .listbox .joblist .job_list ul li  .company{
	float:left;
	width:400px;
	line-height:90px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .listbox .joblist .job_list ul li  .company a{
	display:inline-block;
	font-size:14px;
	font-family:'微软雅黑';
	color:#707070;
	padding-left:80px;
	
	max-width: 275px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main .listbox .joblist .job_list ul li  .company .lv1{
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/lv1.png) center center no-repeat;
	margin-left:15px;
	vertical-align:middle;
}
#main .listbox .joblist .job_list ul li  .company .lv2{
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/lv2.png) center center no-repeat;
	margin-left:15px;
	vertical-align:middle;
}
#main .listbox .joblist .job_list ul li  .company .lv3{
	display:inline-block;
	width:26px;
	height:24px;
	background:url(../images/lv3.png) center center no-repeat;
	margin-left:15px;
	vertical-align:middle;
}
#main .listbox .joblist .job_list ul li  .company .medal{
	display:inline-block;
	width:30px;
	height:24px;
	margin-left:15px;
	vertical-align:middle;
}
#main .listbox .joblist .job_list ul li  .company .vip{
	display:inline-block;
	width:30px;
	height:24px;
	margin-left:15px;
	vertical-align:middle;

	display: block;
	float: left;
	margin-top: 33px;
}
#main .listbox .joblist .job_list ul li  .date{
	float:left;
	width:110px;
	line-height:90px;
	text-align:center;
	font-size:14px;
	font-family:'微软雅黑';
	color:#707070;
}

#main .listbox .joblist .job_list .page_box{
	margin: 10px 0 0 0;
}

/*关键字联想*/
.autocomplete-w1{position:absolute;top:2px;left:5px;margin:8px 0 0 6px; /* IE6 fix: */_background:none;_margin:0;line-height:160%}
.autocomplete{border:1px solid #BABABA;background:#FFF;border-top:0;cursor:default;text-align:left;max-height:350px;overflow:auto;margin:-6px 6px 6px -6px; /* IE6 specific: */_height:350px;_margin:0;_overflow-x:hidden;}
.autocomplete .selected{background:#F0F0F0;}
.autocomplete div{padding:5px 15px;white-space:nowrap;}
.autocomplete strong{font-weight:normal;color:#FF3300;}
