@charset"utf-8";
.por{
	position: relative;
}
.poa{
	position: absolute;
}
.red{
	color: #f5694b;
	font-weight: bold;
}
.green{
	color: #66be8c;
	font-weight: bold;
	}
.mt20{
	margin-top: 20px;
}
.mt15{
	margin-top:15px;
}
.ml20{
	margin-left: 20px;
}

.explain{
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	font-size: 14px;
}
.explain .text{
	color: #666;
}
.explain .text .icon{
	font-size: 22px;
	color: #666;
	padding-right: 10px;
}
.btn-add a{
	height: 32px;
	line-height: 32px;
	width: 112px;
	display: block;
	background: #66be8c;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}
.btn-add a:hover{
	background: #58B781;
}
.btn-add .icon{
	font-size: 12px;
	vertical-align: 1px;
}
.ms-list{
	height: auto;
	overflow: hidden;
}
.titl{
	height: 48px;
	line-height: 48px;
	background: #f5f5f5;
	padding: 0 20px;
	margin-top: 20px;
	font-weight: bold;
}
.titl li{
	display: inline-block;
	*display: inline;
	margin-left: 10px;
}
.ms-list .name{
	width: 340px;
}
.ms-list .name a{
	color: #666;
}
.ms-list .name a:hover{
	color: #66be8c;
}
.jobnum{
	width: 152px;
}
.ms-list .time{
	width: 248px;
}
.ms-list .operate{
	width:118px;
}
.ms-list .info{
	height: auto;
	overflow: hidden;
}
.ms-list .info li{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #eaeaea;
}
.ms-list .info dl{
	padding: 0 20px;
	height: 46px;
	overflow: hidden;
}
.ms-list .info dd{
	display: inline-block;
	*display: inline;
	margin-left: 10px;
	line-height: 46px;
	vertical-align: middle;
}
.ms-list .operate .icon{
	font-size:18px;
	margin-right: 8px;
}
.ms-list .operate a{
	color: #999;
}
.ms-list .operate a:hover{
	color: #f5694b;
}
.ms-filter{
	height: auto;
	margin-top: 50px;
	display: none;
	width: 880px;
}
.ms-filter li{
	height: 36px;
	line-height:36px;
	display:block;
}
.ms-filter li label{
	height: 36px;
	line-height: 36px;
	width: 76px;
	display: block;
	float:left;
	text-align:right;
}
.ms-filter li .lay{
	width: 416px;
}
.ipt-name{
	height: 34px;
	line-height: 34px\9;
	width: 288px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	padding-left: 10px;
}
.keyword{
	height:34px;
	line-height:34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	width: 772px;
	margin-left:20px;
}
.keyword-choice{
	width: 90px;
	height: 34px;
	line-height: 34px;
	border-right: 1px solid #e3e3e3;
	text-align: left;
	padding:0 10px;
	cursor: pointer;
}
.keyword-choice .icon{
	font-size: 22px;
	margin-top:1px;
}
.keyword-ipt{
	height: 32px;
	line-height: 32px\9;
	width: 300px;
	padding-left:6px;
	border: none;
}
.searchpop{
	top: 34px;
	left: -1px;
	z-index: 999;
}
.searchpop{
	width: 110px;
	height: 102px;
	display: none;
	border: 1px solid #e9e9e9;
	background: #fff;
	border-radius: 0 0 3px 3px;
}
.searchpop dd.bor-t{
	border-top: 1px solid #e9e9e9;
}
.searchpop dd a{
	width: 80px;
	height: 34px;
	display: block;
	color: #666;
	padding:0 10px 0 20px;
}
.searchpop dd a:hover{
	background: #F7F7F7;
}
.searchpop .icon{
	font-size: 18px;
	padding-right: 6px;
}
.inpsearch{
	width: 200px;
	height: 34px;
	line-height: 34px\9;
	border: none;
	*border: 0;
	padding-left: 5px;
}
.btn-lay{
	width: 230px;
	height: 38px;
	margin:60px auto 40px auto;
}
.ms-btn{
	width: 92px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	cursor:pointer;
	border:none;
	border-radius: 3px;
	text-align: center;
}
.ms-btn.yes{
	background: #66be8c;
}
.ms-btn.yes:hover{
	background: #58B781;
}
.ms-btn.no{
	background: #ccc;
	color: #333;
}
.ms-btn.no:hover{
	background: #999;
	color: #fff;
}

.select-industry{
	height: 34px;
	line-height: 34px;
	width: 308px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    cursor: pointer;
}
.select-text{
	width: 260px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	padding-left: 10px;
	border: none;
	*margin-left: -20px;
}
.select-icon{
	font-size: 22px;
	padding-right: 7px;
}

/*无信息提示*/
.no-filters {
   width: 960px;
   height: 36px;
   line-height: 36px;
   color: #f5694b;
   text-align: center;
   padding: 30px 0;
}
.no-filters .icon {
   font-size: 36px;
   margin-right: 10px;
   vertical-align: middle;
}
.no-filters a{
	color: #66be8c;
}
.no-filters a:hover {
	text-decoration: underline;
}
