body{
	/*background: #f8f8f8;*/
}

.caseBunner{
	width: 100%;
	height: 450px;
	background: url(../img/recruit.png) no-repeat center;
}


.title{
	width: 100%;
	background: #fff;
	padding: 50px 0;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.subtitle{
	font-size: 14px;
	color: #333;
	line-height: 55px;
	text-align: center;
	background: #f8f8f8;
	width: 1200px;
	margin: 0 auto;
	
}

.listBox{
	width: 1200px;
	margin: 0 auto;
}

.listUl {
	text-align: center;
	margin: 50px 0;
}
.listUl li{
	/*float: left;*/
	font-size: 14px;
	line-height: 38px;
	padding: 11px 20px;
	border-radius: 20px;
	margin: 0 auto;
	display: inline;
	cursor: pointer;
	margin-left: 60px;
}

.listUl li:hover{
	color: #59b3ff;
}

.listUl li.active{
	background: #59b3ff;
	color: #fff !important;
}



.info{
	width: 1200px;
	margin: 0 auto;
}

.jobName{
	font-size: 16px;
	color: #333;
	margin: 30px 0 35px;
}

.h4,.postist li{
	margin-bottom: 20px;
	font-size: 14px;
	color: #333;
}

.postist{
	margin-bottom: 75px;
	color: #999;
}

.postist li{
	margin-bottom: 24px;
}

.postist li:last-child{
	margin-bottom: 0;
}

.ml-10{margin-left: 10px;}
.infoUl{
	margin-left: 30px;
}
.infoUl>li{
	display: none;
	
}

.infoUl>li.block{
	display: block;
}
