body {
	background-color: #f0f6ff;
}


.wrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 45px;
	background-color: #e3eeff;
}

.wrap>h5 {
	height: 30px;
	line-height: 30px;
}

.wrap>h5 img {
	vertical-align: -5px;
	margin-left: 6px;
	margin-right: 10px;
}

.wrap>h5 span {
	font-size: 14px;
	color: #6e6e6e;
}

.gangwei-con {
	/*padding: 0 30px;*/
	/* border: 1px solid #c1d7f9; */
	border-top: 2px solid #0053c5;
	position: relative;
}

.gangwei-title {
	height: 88px;
	background-color: #fff;
	border-bottom: 2px solid #b9cce9;
	position: relative;
}

.gangwei-title span {
	font-size: 18px;
	color: #000;
	line-height: 88px;
	margin-left: 14px;
}

.gangwei-title a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 141px;
	height: 35px;
	line-height: 32px;
	background: url("/gkzp/page/img/apply-btn-bg.png") no-repeat;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 16px;
	top: 26px;
}

.detail {
	padding: 20px 30px;
}

.detail ul {
	
}

.detail li {
	width: 45%;
	float: left;
	color: #000;
	font-size: 14px;
	line-height: 34px;
}

.describe {
	padding: 10px 20px 30px 20px;
}

.describe h4 {
	height: 32px;
	background-color: #fff9f1;
	border-bottom: 1px solid #f6a639;
}

.describe h4 span {
	font-size: 14px;
	color: #fff;
	background-color: #f6a639;
	width: 110px;
	height: 32px;
	display: block;
	text-align: center;
	line-height: 32px;
}

.describe-menu {
	
}

.describe-menu h5 {
	color: #0053c5;
	line-height: 40px;
}

.describe-menu ul {
	
}

.describe-menu li {
	color: #000;
	line-height: 30px;
}

.loginJobDetai-div {
	z-index: 9999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	margin: -100px 0 0 -250px;
	border-radius: 5px;
	border: solid 2px #666;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px #666;
}

.loginJobDetai-div-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	display: none
}

.dialog-mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	filter: alpha(opacity = 50);
	opacity: .5;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}

.dialog {
	border: 1px solid #ddd;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	background-color: #fff;
	z-index: 11;
}

.dialog .dialog-head, .dialog .dialog-foot {
	padding: 10px 20px;
}

.dialog .dialog-head {
	border-bottom: solid 1px #ddd;
	background-color: #016bb9;
	border-radius: 4px 4px 0 0;
}

.dialog .dialog-head strong {
	font-size: 16px;
	color: white;
}

.dialog .dialog-head .close {
	float: right;
	line-height: 24px;
}

.dialog .dialog-body {
	padding: 15px 20px;
	text-align: center;
}

.dialog .dialog-body span {
	width: 56px;
	display: inline-block;
}

.dialog .dialog-body li {
	line-height: 50px;
}

.dialog-foot button {
	padding: 6px 30px;
	color: white;
	background: #f1a338;
	border: none;
}

#user, #pass {
	width: 200px;
	height: 22px;
}

.dialog .dialog-foot {
	text-align: center;
	border-top: solid 1px #ddd;
}

#spa {
	position: absolute;
	top: 190px;
	left: 147px;
	color: red;
}

#sp {
	position: absolute;
	top: 190px;
	left: 147px;
	color: red;
}

.jobd-footer{
	/* margin-top: 20px; */
    width: 100%;
    height: 95px;
    background-color: #1f5987;
 /*    height: 120px!important;
    bottom: -20px!important;
    position: relative; */
}
.dialog-body.inp_in{
	height: 295px !important;
}
.tooltip_XLXX {
	position: relative;
	cursor: pointer;
}

.tooltip_XLXX::after {
	white-space: pre;
	/* 保留换行 */
	position: absolute;
	bottom: 100%;
	left: 60px;
	background: #515151;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	display: none;
	z-index: 10;
	text-align: left;
}

.tooltip_XLXX:hover::after {
	display: block;
}

.xwlb::after {
	content: "如工学、理学等";
}