/*
 *
 * */
.employment{ overflow:hidden;}
.employment>p{
	width: 700px;
	/*border: 1px solid;*/
	/*font-size: 22px;*/
	margin: 0 auto;
	
	letter-spacing: 2px;
	line-height: 116px;
}
.employment_title{
	font-size: 36px;
}
.employment_content{
	/*border: 1px solid;*/
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.content_all{
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin: 0 30px;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}
.content_title{
	text-align: center;
	color: rgb(36,201,255);
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 22px;
}
.employment_last{
	width: 259px;
	height: 56px;
	border: 1px solid;
	border-radius: 40px;
	text-align: center;
	line-height: 56px;
	margin: 0 auto;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.employment_last a{color:black;}
.employment_last:hover{
	background: #008AFF;
	color: white;
}
.employment_last:hover a{color: white;}
