.aboutItem3{
	padding: 70px 0 60px 0;
}


.about_hiring{
	width: 100%;
	margin-top: 20px;
}
.about_hiring p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}

/* 招聘 */
.hiring{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
	background-color: #fff;
}
.hiringHead{
	width: 90%;
	padding: 0 5%;
	display: flex;
	height: 70px;
	line-height: 70px;
	align-items: center;
	background-color: #126eba;
}
.hiringHead p{
	width: 18%;
	color: #fff;
	font-size: 16px;
}

.hiringBody{
	width: 90%;
	padding: 0 5%;
}
.hiringBody li{
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #D9D9D9;
}
.hiringBody li .topHead{
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
	cursor: pointer;
}

.hiringBody li .topHead .title{
	display: flex;
	width: 90%;
}
.hiringBody li .topHead .title p{
	width: 20%;
	font-size: 16px;
}
.hiringBody li .topHead .title p:first-child{
	font-weight: 600;
	color: #000;
}
/* 按钮 */
.hiringBody li .topHead .seeMore{
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 2%;
	margin-top: 6px;
	padding: 6px;
	width: 20px;
	height: 9px;
	cursor: pointer;
	background: url("../images/recruit02.png") no-repeat center center / 20px 9px;
	/* transition: all 0.5s; */
}
.hiringBody li.active .topHead .seeMore{
	background: url("../images/recruit01.png") no-repeat center center / 20px 9px;
}
/* 招聘内容 */
.hiringBody li .cetBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
.hiringBody li .cetBox .cetBox_text p{
	font-size: 14px;
	line-height: 30px;
}
.hiringBody li .cetBox .cetBox_text p.bold{
	font-weight: 600;
	margin-top: 30px;
}
.hiringBody li .cetBox .cetBox_text p:last-child{
	margin-bottom: 30px;
}

@media (max-width: 996px) {
	.hiringBody li .topHead .title p:nth-child(4),
	.hiringHead p:nth-child(4){
		display: none;
	}
	.hiringBody li .topHead .title p {
	    width: 25%;
	}
	.hiringHead p {
	    width: 22%;
	}
}
@media (max-width: 768px) {
	.hiringBody li .topHead .title p:nth-child(3),
	.hiringHead p:nth-child(3){
		display: none;
	}
	.hiringBody li .topHead .title p {
	    width: 35%;
	}
	.hiringHead p {
	    width: 30%;
	}
}
@media (max-width: 400px) {
	.hiringBody li .topHead .title p:nth-child(2),
	.hiringHead p:nth-child(2){
		display: none;
	}
	.hiringBody li .topHead .title p {
	    width: 50%;
	}
	.hiringHead p {
	    width: 45%;
	}
	
	.aboutItem3{
		padding: 45 0;
	}
}