.hTop .title{float: none;}
.cont1{width: 82%;margin: auto;}
.labels li {
	font-size: 18px;
	color: #666;
	width: 280px;
	line-height: 32px;
	text-align: left;
}
.labels li span{
	color: #666;
}
.job-info{
	padding-left: 25px;
}
.job-tit{
	color: #4C4E52;
	font-size: 16px;
	margin: 12px 0 8px;
}
.job-edit{
	color: #4C4E52;
	font-size: 16px;
}
.cont2 .line{
	margin: 60px 0 40px;
	border-top: 1px solid #E7E9ED;
}
.zp-process{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(21, 85, 172, .05);
}
.zp-process-item{
	width: 16%;
	text-align: center;
	background: #fff;
	height: 140px;
	font-size: 14px;
	position: relative;
}
.zp-process-item:not(:last-of-type)::after {
	content: '';
	position: absolute;
	right: -30px;
	top: 54px;
	width: 50px;
	height: 40px;
	background: url(../images/pc-zp-icon1.png) no-repeat center center;
	z-index: 2;
}
.zp-process-item img{
	margin: 20px auto;
	display: block;
	max-width: max-content;
}
.job-precaute{
	margin-top: 20px;
	font-size: 16px;
}
.cont4 .pdlist{
	flex-wrap:wrap;
}
.cont4 .pdlist a {
	margin-bottom: 2.4%;
}
.cont4 .pdlist a p{
	font-size: 14px;
	line-height: 30px;
}