.zx-contain .box {
	box-sizing: border-box;
	float: left;
	width: 380px;
	height: 310px;
	box-shadow: 0px 0px 30px rgb(0, 0, 0, .1);
	margin: 0 0 30px 30px;
}

.zx-contain .box:first-child {
	margin-left: -20px;
}

.zx-contain .box:nth-child(4) {
	margin-left: -20px;
}

.zx-contain {
	margin-top: 80px;
	margin-bottom: 60px;
}

.zx-contain .box {
	display: block;
	padding: 56px 30px 0;
	transition: 0.5s;
}

.zx-contain .box:hover {
	background-color: #1A4285;
	transform: translateY(-10px);
}

.zx-contain .box:hover i {
	color: white;
}

.zx-contain .box:hover h3 {
	color: white;
}

.zx-contain .box:hover p {
	color: white;
}

.zx-contain .box:hover em {
	color: white;
}

.box i {
	font-size: 14px;
	color: #989898;
	font-family: 'Tahoma';
}

.box h3 {
	padding: 24px 0 0;
	font-size: 20PX;
	color: #262626;
	font-family: 'Noto Sans CJK';
}

.box p {
	padding: 24px 0 0;
	font-size: 14px;
	color: #989898;
	font-family: 'Noto Sans CJK';
}

.box em {
	display: block;
	padding: 48px 0 0;
	font-size: 12px;
	color: #1A4285;
	font-family: 'Noto Sans CJK';
}

.zx-xy {
	margin-bottom: 300px;
}

.zx-job {
	margin: 70px 0;
}

.zx-job h1 {
	font-size: 24px;
	color: #404040;
	font-weight: normal;
}

.zx-job p {
	margin: 40px 0;
	font-size: 14px;
	color: #666;
}

.zx-job .w-line {
	position: relative;
	width: 815px;
	height: 1px;
	background-color: rgb(221, 221, 221);
}

.w-line .w-line-left {
	position: absolute;
	top: -2px;
	width: 83px;
	height: 5px;
	background-color: #1A4285;
}

.zx-job h4 {
	font-size: 14px;
	color: #404040;
	font-family: 'Source Han Sans';
	font-weight: normal;
}

.zx-job h4:nth-of-type(1) {
	padding-top: 30px;
}

.zx-job h4:nth-of-type(2) {
	padding-top: 20px;
}

.zx-job .job-text {
	font-size: 14px;
	color: #404040;
	font-family: 'Source Han Sans';
	text-align: left;
	line-height: 28px;
	margin: 8px 0;
}

.zx-job span {
	font-size: 20px;
	color: white;
	vertical-align: middle;
}

.zx-job .job-button {
	margin-top: 25px;
	display: block;
	width: 174px;
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	background-color: #1A4285;
	color: white;
	text-align: center;
}

@media (min-width: 768px) {
	.zxns-mb {
		display: none;
	}
}

@media (max-width: 768px) {
	.zxns-pc {
		display: none;
	}

	.zx-contain {
		margin: 0 !important;
	}

	.zxns-mb {
		margin-top: 0 !important;
		display: inline-block !important;
	}

	.zxns-mb .box {
		margin: 0 !important;
		margin-left: 5% !important;
		padding: 0;
		height: auto;
		width: 90% !important;
		box-shadow: none !important;
		border-radius: 0 !important;
		border-bottom: 1px solid #eee !important;
		background: #fff !important;
		position: relative;
	}

	.zxns-mb .view-count {
		position: absolute;
		right: 18px;
		bottom: 12px;
		color: #d3d3d3;
		font-size: 14px;
		display: flex;
		align-items: center;
		font-family: inherit;
	}

	.zxns-mb .view-count .iconfont {
		font-size: 17px;
		margin-right: 4px;
		vertical-align: bottom !important;
	}

	.zxns-mb .box h3 {
		font-weight: normal;
		display: block;
		padding: 0;
		padding-top: 10px;
	}

	.zxns-mb .box p {
		padding: 0;
		padding-top: 8px;
	}

	.zxns-mb .box i {
		padding-bottom: 5vw;
		display: block !important;
	}

	.zxns-mb .page {
		margin: 8vw 0;
		text-align: center;
	}

	.zx-job {
		width: 90VW;
		margin: 0 auto;
	}

	.zx-job p {
		margin: 8px 0;
	}

	.zx-job h1 {
		margin-top: 20px;
	}

	.zx-job .job-button {
		margin: 10vw auto;
	}
}