.work_block{
	width: 100%;
	background:#F4F4F4;
	padding:0.7rem 3% 1.5rem 3%;
	box-sizing: border-box;
}
.work_content_block{
	width: 100%;
	margin:1rem auto 0;
	display: flex;
	flex-direction: row;
}
.work_content_block_one{
	width: 32.5%;
	margin-right:1%;
	height:11.5rem;
	background: #fff;
	border-bottom-left-radius:0.3rem;
	border-bottom-right-radius:0.3rem;
}
.work_content_block_one:nth-child(3n){
	margin-right:0;
}
.work_content_block_one_pic{
	width: 100%;
	height:5.5rem;
}
.work_content_block_one_title{
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #080808;
	margin-top:0.4rem;
	text-align: center;
}
.work_content_block_one_content{
	font-size: 0.6rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #080808;
	text-align: center;
	line-height:1.2rem;
	margin-top:0.2rem;
}
.job_block{
	width: 93.5%;
	margin: 1rem auto 1rem;
}
.job_content{
	font-size: 0.9rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	line-height:1.4rem;
	margin-top:0.5rem;
	margin-left: 2%;
}
.input_all_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin:0.7rem auto 0.7rem;
}
.input_block{
	width: 48%;
	height: 2rem;
	border: 0.1rem solid #AFAFAF;
	border-radius:1rem;
}
.input_block:last-child{
	margin-left: auto;
}
.input_block_spec{
	width: 100%;
	height: 2rem;
	border: 0.1rem solid #AFAFAF;
	border-radius:1rem;
}
.block_input{
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	line-height:2rem;
	padding:0.1rem 3% 0.1rem 8%;
	box-sizing: border-box;
	border:none;
	border-radius:2rem;
}
.block_input_spec{
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #080808;
	line-height:2rem;
	padding:0.1rem 3% 0.1rem 3%;
	box-sizing: border-box;
	border:none;
	border-radius:2rem;
}
.sure_btn{
	width: 54%;
	height: 2rem;
	font-size: 1.1rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height:2rem;
	border-radius:2rem;
	background: #3CABFF;
	margin: 0.7rem auto 0;
	text-align: center;
}
.job_info{
	width: 100%;
	background: #F4F4F4;
	padding:1rem 3% 1rem 3%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.job_info_block{
	margin-bottom:1rem;
}
.job_info_one{
	width: 100%;
	height: 9rem;
	background: #fff;
	display: flex;
	flex-direction: row;
	border-radius:0.4rem;
	border:0.1rem solid #fff;
}
.job_info_one_pic{
	width: 26%;
	height: 6rem;
	margin:1.5rem 4% 0 2%;
}
.job_info_one_r{
	width: 64%;
	padding-top:1rem;
	box-sizing: border-box;
}
.job_info_one_r_block{
	display: flex;
	flex-direction: row;
	margin-bottom:0.7rem;
}
.job_info_one_r_block_name{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	width: 46%;
}
.job_info_one_r_block_department{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
}
.job_info_one_r_add{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	margin-bottom:0.7rem;
}
.job_info_one_r_num{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
	margin-bottom:0.7rem;
}
.job_info_one_r_time{
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #080808;
}
.join-in{
	display: block;
	margin-top:0.5rem;
}