﻿*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
}

#trans-tooltip, #tip-arrow-bottom, #tip-arrow-top {
	display: none !important;
}
.portalOrg-cnt,
.jobClass-item-other,
.positionState{
	display: none;
}
html,body{
	font-size: 14px;
	line-height: 1.5;
	color: #1B1D1E;
}
.portal-org-info{
	position: relative;
	margin-bottom: 40px;
}
.portal-org-info-mask{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}
.portal-org-top{
	width: 1100px;
	height: 60px;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 8px;
	z-index: 2;
	margin-left: -550px;
}
.portal-org-left{
	display: inline-block;
	vertical-align: middle;
}
.portal-org-logo{
	height: 60px;
	display: table;
	margin-right: 10px;
}
.portal-org-logo-box{
	display: table-cell;
	vertical-align: middle;
}
.portal-org-logo-img{
	display: inline-block;
	vertical-align: middle;
}
.portal-org-logo-img img{
	max-width: 100%;
	max-height: 34px;
	vertical-align: top;
}
.portal-org-name{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	font-weight: lighter;
	text-align: center;
	display: none;
}
.portal-banner{
	background-image: url("../image/portalBannar.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	text-align: center;
	overflow: hidden;
}
.hunt .portal-banner{
	background: url("../image/portalBannarForHunt.jpg") top center no-repeat;
}
.portal-banner img{
	width: 100%;
	display: block;
	vertical-align: top;
	margin: 0 auto;
}
.portal-content{
	display: block;
}

.portal-section{
	width: 1100px;
	display: block;
	margin: 0 auto 20px auto;
}
.portal-section-search{
	height: 32px;
	float: right;
	font-size: 0;
	position: relative;
}
.portal-section-search-area{
	width: 290px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
}
.portalSearch4city{
	width: 100px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
}
.portalSearch4city .ours-class-singleselect select,
.portalSearch4city .ours-class-singleselect-5 input{
	height: 32px;
	font-size: 12px;
	border: 0 !important;
	min-height: auto;
	vertical-align: top;
}
.portalSearch4city .ours-class-city input.ours-form{
	min-height: 32px;
	font-size: 12px;
	border: 1px solid transparent !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.portal-section-title{
	display: block;
	margin-bottom: 16px;
}
.portal-section-title:after{
	content: "";
	width: 0;
	display: table;
	visibility: hidden;
	clear:both;
}
.portal-section-title > span{
	padding: 0 3px;
	line-height: 32px;
	font-size: 18px;
	position: relative;
	z-index: 5;
}
.portal-section-title .ehr-btn{
	border-radius:3px;
}

.ehr-input{
	width: 140px;
	height: 32px;
	font-size: 12px;
	vertical-align: top;
	border-radius: 0;
}
.portalSearchBtn,
.portalClearBtn{
	width: 50px;
	padding: 0 5px;
	height: 32px;
	font-size: 14px;
	border: 0;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	outline: none;
	cursor: pointer;
}
.portalSearchBtn>span,
.portalClearBtn>span{
	line-height: 32px;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.portalClearBtn{
	background: transparent !important;
	border: 0;
}

.orgAbout-info{
	font-size: 14px;
	line-height: 2;
}
.orgAbout-info p{
	margin-bottom: 10px;
	text-indent: 2em;
}
.orgAbout-info a,
.orgAbout-info a:hover{
	display: inline-block;
	color: rgba(187,140,65,1);
	text-decoration: none;
}

.jobClass-tabs{
	display: block;
}
.jobClass-tabs ul{
	list-style: none;
	font-size: 0;
}
.jobClass-tabs ul li{
	background: #ffffff;
	width: 15%;
	height: 90px;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: #1B1D1E;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.jobClass-tabs ul li:nth-child(6n){
	margin-right: 0;
}
.jobClass-tabs-icon{
	display: none;
	margin-top: 7px;
	text-align: center;
}
.tabIcon-box{
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tabIcon{
	background-repeat: no-repeat;
	background-size: auto 64px;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
}
.tabIcon-1{
	background-position: 0 0;
}
.tabIcon-2{
	background-position: -32px 0;
}
.tabIcon-3{
	background-position: -64px 0;
}
.tabIcon-4{
	background-position: -96px 0;
}
.tabIcon-5{
	background-position: -128px 0;
}
.tabIcon-6{
	background-position: -160px 0;
}
.jobClass-tabs ul li:hover{
	box-shadow:0 2px 13px 0 rgba(58,40,12,0.2);
}

.jobClass-tabs-text{
	font-size: 14px;
	text-align: center;
	margin-top: 3px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jobClass-tabs ul li.selected .tabIcon-1{
	background-position: 0 -32px;
}
.jobClass-tabs ul li.selected .tabIcon-2{
	background-position: -32px -32px;
}
.jobClass-tabs ul li.selected .tabIcon-3{
	background-position: -64px -32px;
}
.jobClass-tabs ul li.selected .tabIcon-4{
	background-position: -96px -32px;
}
.jobClass-tabs ul li.selected .tabIcon-5{
	background-position: -128px -32px;
}
.jobClass-tabs ul li.selected .tabIcon-6{
	background-position: -160px -32px;
}
.jobNum{
	font-family: Arial;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	margin-top: 17px;
	text-align: center;
	z-index: 5;
}
.jobClass-content{
	display: block;
}
.jobClass-content ul{
	list-style: none;
	font-size: 0;
}
.jobClass-content ul li{
	width: 32%;
	margin-bottom: 15px;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
}
.jobClass-content ul li.noJobInfo{
	width: 100%;
	margin-right: 0;
}
.jobClass-content ul li:nth-child(3n){
	margin-right: 0;
}
.jobClass-item{
	width: 100%;
	padding: 22px 20px;
	text-align: left;
	background:rgba(255,255,255,1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 5;
	cursor: pointer;
}
.jobClass-item:hover{
	box-shadow:0 6px 10px 0 rgba(81,91,99,0.09);
}
.jobClass-item-title{
	font-size:18px;
	margin-bottom: 8px;
	position: relative;
}
.jobClass-item-title span{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 26px;
	font-size: inherit;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jobClass-item-title span .urgentIcon{
	width: 20px;
	height: 20px;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.jobClass-item-title-info{
	display: block;
	margin-bottom: 12px;
	font-size: 0;
}
.jobClass-item-title-info span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 14px;
	margin-right: 14px;
	position: relative;
}
.jobClass-item-title-info span:after{
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51,51,51,.15);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
.jobClass-item-title-info span:last-child:after{
	display: none;
}
.jobClass-item-pay{
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jobClass-item-btn{
	display: none;
}
.jobClass-item-btn span{
	width:124px;
	height:36px;
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.jobClass-content-more{
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.jobClass-content-more .jobClass-content-moreBtn{
	background: none;
	width: 144px;
	height: 37px;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}