.spage-con {
	padding: 30px 0px;
}

.spage-con h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}

.job-search {
	margin: 10px auto;
}

.job-search>div {
	height: 38px;
	margin-right: 16px;
	line-height: 38px;
	text-align: center;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	box-sizing:border-box;
}

.job-search>div:nth-child(1) {
	width: 128px;
	font-size:14px;
	font-weight: bold;
	
}

.job-search>div:nth-child(2) {
	width: 480px;
}

.job-search>div:nth-child(3) {
	width: 128px;
	font-size:14px;
	font-weight: bold;
}

.job-search>div:nth-child(4) {
	width: 416px;
	margin-right: 0px;
}

.job-search div dl {
	text-align: left;
}

.job-lists {
	margin: 30px auto
}

.job-lists ul {
	display: block;
	clear: both;
	height: 48px;
	margin-top: 8px!important;
	cursor: pointer;
}


.job-lists li {
	width: 126px;
	text-align: center;
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	float: left;
	margin-right:18px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	box-sizing:border-box;
	font-size:16px;
	color: #777;
	padding:0px 10px;
}
.job-lists ul:hover li{
	border: 1px solid #2F72FF;
	background: rgba(47,114,255,0.08);
	color: #2F72FF;
}
.job-lists ul:hover li a,.job-lists ul:hover li a:visited{
	
	color: #2F72FF;
}

.job-lists li a,.job-lists li a:visited{
	color: #777;
	font-weight: 500;
}

.job-lists li:nth-child(2) {
	width: 478px !important;
}
.job-lists li:nth-child(3) {
	padding:0px 2px;
}

.job-lists li:last-child{
	margin-right: 0px;
}
.job-lists-show ul{
	display: block;
	clear: both;
	height: 48px;
	margin-top: 20px;
}
.job-lists-show ul li{
	font-family: PingFangSC-Regular!important;
}
/*格式化layui*/
.layui-form-select dl dd.layui-this{
	background-color:#1E9FFF ;
}

.ntitle{font-weight: bold;}
.job-con{
	color: #777!important;
	font-size: 14px!important;
}
.cloum_line{border-bottom: 1px solid #DADADA;width: 100%;height: 1px;margin:30px 0px;}
/* 分页 */
#jobpage{text-align: center;margin:0px auto}
#jobpage a,#jobpage span{
margin: 0px 20px;
width: 48px;
height: 48px;
background: rgba(255,255,255,0.80);
border: 1px solid #CCCCCC;
border-radius: 5px;
font-size: 16px;
line-height: 48px;
padding: 0px;
box-sizing: border-box;

}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	width: 48px;
	height: 48px;
	background: rgba(47,114,255,0.08);
	border: 1px solid #2F72FF;
	border-radius: 5px;
	margin:0px;padding: 0px;
	box-sizing: border-box;
	
}
#jobpage a:hover{
	color: #2F72FF!important;
}
.layui-laypage .layui-laypage-curr em{
	color: #2F72FF!important;
}
.layui-laypage-next,.layui-laypage-prev{
	width: 128px!important;
}
