button{
	border: none;
	background: none;
}
::-webkit-scrollbar{
  width: 8px;
  background: #fff;
}
::-webkit-scrollbar-thumb{
  width: 8px;
  height: 30px;
  border-radius: 10px;
  background: #cbcbd1;
}
.content_wrapper{
	background-color:#f3f3f3 ;
}
/* 筛选 */
.content {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
}

.content_box1 {
	background: #fff;
	padding: 30px 40px 1px 40px;
}

.seekJob_list_box{
	width: 920px;
	margin-right: 10px;
}

.seekJob_list{
	background-color: #fff;
	padding: 18px 20px 18px 40px;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.seekJob_list:hover {
	background-color: #f9f9f9;
}
.seekJob_list .l_chk {
	position: absolute;left: 20px;top: 22px;
}
.seekJob_list .name_box{
	width: 260px;line-height: 22px;
}

.seekJob_list .job_name{
	color:#333333 ;
	font-size:14px ;
	font-weight: bold;
	cursor: pointer;
}




.float{
	float: left;
}

.picture_captcha{
	margin:20px;
}
.picture_captcha .input_width{
	width:250px;
}
.picture_captcha .captcha_img{
	width:150px;
	height:50px;
}
.picture_captcha .el-form-item{
	margin-bottom:0;
}
.setmeal_icon{
    width: 15px;
    height: 13px;
}


