body{
	background-color: #fff;
}
.employ{
	width: 100%;
}
.employ-cont{
	position: relative;
	width: 890px;
	margin: 0 auto;
}
.employ-title{
	position: relative;
	width: 100%;
	height: 200px;
	/* margin-top: 100px; */
}
.employ-title:after{
	position: absolute;
	width: 17px;
	height: 85px;
	left: -5px;
	top: 138px;
	content: "";
	display: block;
	background: url(../images/longbar.png) no-repeat;
	background-size: 100%;
}
.employ-title .h1{
	font-size: 30px;
	margin-left: 2%;
	color: #FBCB53;
	padding-top: 127px;
	font-family:  best;
	margin-bottom: 4px;
}
.employ-title p{
    font-size: 24px;
	margin-left: 2%;
	color: #3e3a39;
}
.employ-post{
    width: 100%; min-height:400px; margin:20px 0 40px 0;
    /* height: 138px; */
}
.employ-post .h1{
	font-size: 24px;
	color: #FBCA4D;
	padding-top: 37px;
	font-family: bold;
	padding-left: 0;
}
.employ-post p{
	font-size: 16px;
	/*padding-left: 38px;*/
	/* padding-top: 20px; */
	color: #737373;
}
.employ-duty{
	width: 100%;
	margin-bottom: 0px;
}
.employ-duty .h1{
	font-size: 24px;
	color: #FBCA4D;
	padding-top: 37px;
	font-family: bold;
}
.employ-duty ul{
	list-style-type: disc;
}
.employ-post ul{
	list-style-type: disc;
}
.employ-duty ul li{
	font-size: 16px;
	margin-left: 16px;
	padding-top: 20px;
	color: #FBCA4D;
}
.employ-post ul li{
	font-size: 16px;
	margin-left: 16px;
	padding-top: 20px;
	color: #FBCA4D;
}
.employ-duty ul li p{
	color: #737373;
}
.employ-place{
	width: 100%;
}
.employ-email{
	width: 405px;
	height: 40px;
	line-height: 40px;
	background: #FBCA4D;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 40px auto;
}
.employ-back{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #737373;
	color: #fff;
  font-size: 22px;
  display: block;
	text-align: center;
	margin: 60px auto;
	cursor: pointer;
}


.join_base p{
	display: inline-block;
	width:auto;
	margin-right: 60px;
}