.recruitment .box1{
	padding: 100px 0 120px;
	background-color: RGBA(250, 250, 250, 1);
}
.recruitment .box1 .innerTitle{
	color: rgba(250, 99, 0, 1);
}
.recruitment .box1 .box-c{
	margin-top: 60px;
}
.recruitment .box1 .box-c li{
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}
.recruitment .box1 .box-c li:not(:last-child){
	margin-bottom: 20px;
}
.recruitment .box1 .box-c li .li-t{
	display: flex;
	justify-content: space-between;
	padding: 32px 36px;
	color: #222222;
	line-height: 1.5;
	font-family: HarmonyOS_Sans_SC_Light;
	transition: all .6s;
	cursor: pointer;
}
.recruitment .box1 .box-c li.active .li-t{
	color: rgba(250, 99, 0, 1);
}
.recruitment .box1 .box-c li .li-t-l{
	flex: 1;
	margin-right: 30px;
	transition: all .6s;
}
.recruitment .box1 .box-c li .li-t-r{
	transition: all .6s;
}
.recruitment .box1 .box-c li.active .li-t-r{
	transform: rotate(180deg);
}
.recruitment .box1 .box-c li .li-t-r .iconfont{
	font-size: 24px;
}
.recruitment .box1 .box-c li .li-c{
	display: none;
	border-top: 1px solid rgba(236, 240, 243, 1);
	padding: 36px 36px 47px;
}
.recruitment .box1 .box-c li .li-c .text-title{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.recruitment .box1 .box-c li .li-c .text{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 16px;
	color: #999999;
	line-height: 36px;
	margin-top: 18px;
}
.recruitment .box1 .box-c li .text-box{
	margin-bottom: 27px;
}
.recruitment .box1 .box-c li .send{
	display: inline-block;
	line-height: 60px;
	background: #FA6300;
	border-radius: 10px;
	padding: 0 33px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
}
.recruitment .box1 .pagination{
	margin-top: 70px;
}
@media (max-width:1199px) {
	.recruitment .box1{
		padding: 70px 0;
	}
	.recruitment .box1 .pagination,
	.recruitment .box1 .box-c{
		margin-top: 45px;
	}
	.recruitment .box1 .box-c li .li-t{
		padding: 25px;
		font-size: 20px;
	}
	.recruitment .box1 .box-c li .li-c{
		padding: 25px;
	}
}
@media (max-width:1024px) {
	.recruitment .box1 .box-c li .send{
		font-size: 14px;
		line-height: 45px;
		padding: 0 20px;
	}
	.recruitment .box1 .box-c li .li-c .text-title{
		font-size: 16px;
	}
	.recruitment .box1 .box-c li .li-c .text{
		margin-top: 14px;
		font-size: 14px;
		line-height: 2;
	}
	.recruitment .box1 .box-c li .li-c,
	.recruitment .box1 .box-c li .li-t{
		padding: 20px;
	}
	.recruitment .box1{
		padding: 60px 0;
	}
	.recruitment .box1 .pagination,
	.recruitment .box1 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.recruitment .box1 .box-c li .li-t{
		padding: 10px 20px;
		font-size: 18px;
		line-height: 30px;
	}
	.recruitment .box1{
		padding: 50px 0;
	}
	.recruitment .box1 .pagination,
	.recruitment .box1 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.recruitment .box1 .box-c li .li-t{
		font-size: 16px;
	}
	.recruitment .box1 .box-c li .li-c,
	.recruitment .box1 .box-c li .li-t{
		padding-left: 15px;
		padding-right: 15px;
	}
	.recruitment .box1{
		padding: 40px 0;
	}
	.recruitment .box1 .pagination,
	.recruitment .box1 .box-c{
		margin-top: 25px;
	}
	.recruitment .box1 .box-c li .text-box{
		margin-bottom: 20px;
	}
	.recruitment .box1 .box-c li .li-c .text{
		margin-top: 10px;
	}
}