

.wrap {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}

.job-search {
	
}

.job-left {
	/*float: left;*/
}

.search-newjob {
	padding-top:10px;
	padding-left:45px;
	width: 946px;
	height: 45px;
	border: 1px solid #d1e8fd;
}

.search-newjob>span {
	color: #252627;
	font-size: 17px;
	top: 18px;
	left: 26px;
}

.search-newjob input {
	width: 396px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #116abe;
	left: 150px;
}

.search-newjob a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 34px;
	background-color: #116abe;
	top: 15px;
	left: 580px;
	behavior: url(/gkzp/page/PIE.htc);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}

.search-newjob a img {
	left: 11px;
	top: 7px;
	position:relative;
}

.search-newjob a span {
	font-size: 14px;
	color: #fff;
	left: 14px;
	top: 4px;
	position:relative;
}

.post-detail {
	float: left;
	width: 781px; /*694px;*/
	border: 1px solid #d1e8fd;
	border-top: 5px solid #032167;
	/*margin-top: 10px;*/
}

.post-detail ul {
	background-color: #fff;
}

.post-detail ul li {
	height: 36px;
	border-bottom: 1px dashed #dee5e8;
}

.post-detail ul.post-detail-title {
	background-color: #d4ebfd;
}

.post-detail li {
	float: left;
	font-size: 14px;
	color: #434444;
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 36px;
}

.post-detail li.li-blue a {
	color: #1e6ebb;
}

.post-detail-title li {
	text-align: center;
}

.look-more {
	width: 100%;
	height: 54px;
	background-color: #fbfeff;
	padding-top: 14px;
}

.look-more-btn {
	display: block;
	width: 654px;
	height: 40px;
	background-color: #f3f8fd;
	margin: 0 auto;
	/*behavior: url(/gkzp/page/img/PIE.htc);*/
	border-radius: 10px;
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius: 10px;*/
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.look-more-btn img {
	margin-top: 8px;
}

.look-more-btn span {
	position: relative;
	top: -4px;
	left: 10px;
	color: #116abe;
	font-size: 14px;
}

.right-login {
    float: left;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	behavior: url(/gkzp/page/img/PIE.htc);
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin-left: 10px;
}

.right-login h3 {
	*width: 300px;
	height: 38px;
	background-color: #016bb9;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
}

.form-container {
	padding: 15px;
	background-color: #fff;
	position: relative;
}


#spa {
	position: absolute;
	top: 125px;
	left: 15px;
	color: red;
}

#sp {
	position: absolute;
	top: 190px;
	left: 147px;
	color: red;
}

.form-container label {
	display: block;
}

.form-container label.user {
	margin-bottom: 15px;
}

.form-container label.password a {
	display: block;
	color: #878787;
	font-size: 12px;
	text-align: right;
	*margin-left: 196px;
}

.form-container label.confirm {
	position: relative;
	top: 14px;
}

.form-container label.confirm input {
	width: 84px;
}

.form-container label.confirm a.erweima {
	position: absolute;
	top: -2px;
	left: 151px;
}

.form-container label.confirm a.shuaxin {
	position: absolute;
	top: 0;
	left: 200px;
	font-size: 12px;
	color: #438dc4;
}

.form-container label.confirm a.shuaxin img {
	vertical-align: -1px;
}

.form-container label input {
	width: 196px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #bfbfbf;
	/*behavior: url(/gkzp/page/img/PIE.htc);*/
	border-radius: 4px;
	/*-webkit-border-radius: 4px;*/
	/*-moz-border-radius: 4px;*/
	overflow: hidden;
}

.form-container label span {
	width: 52px;
	/*text-align: right;*/
	display: inline-block;
	*display: inline-block;
	*zoom: 1;
	font-size: 14px;
	color: #434343;
	*margin-top: -28px;
}

.form-container .btn {
	width: 100%;
	height: 32px;
	font-size: 14px;
	color: #fff;
	display: block;
	border: none;
	background-color: #fff;
	font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
	cursor: pointer;
}

.form-container .btn.login {
	background: #f3a233;
}

.form-container .btn.register {
	margin-top: 6px;
	background: #0869b0;
}

/*閫氱煡鍏憡寮�濮�*/
.inform-notice {
	margin-top: 9px;
}

.inform-notice-left {
	float: left;
	width: 696px;
	background:white;
	border-radius:5px 5px 0 0;
}

.inform-notice-title {
	*position: relative;
}

.inform-notice-title h3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 105px;
	height: 37px;
	font:16px Arial,"\5b8b\4f53", sans-serif;
	color: #fff;
	text-align: center;
	line-height: 37px;
	background-color: #116abe;
	behavior: url(/gkzp/page/PIE.htc);
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

.inform-notice-title span {
	font-size: 14px;
	color: #f19b0c;
	float: right;
	margin-top:10px;
}

.gonggao-more {
	*position: absolute;
	*top: 0;
	*right: 0;
	*width: 86px;
	*height: 24px;
}

.inform-notice-left ul {
	border: 1px solid #d1e8fd;
	border-top: 2px solid #032167;
}

.inform-notice-left li {
	height: 34px;
	border-bottom: 1px solid #e9edf0;
	*position: relative;
}

.inform-notice-left li p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 34px;
	margin-left: 18px;
}

.inform-notice-left li span {
	float: right;
	font-size: 14px;
	color: #8b8b8b;
	line-height: 34px;
	margin-right: 12px;
	*position: absolute;
	*top: 0;
	*right: 0;
}

.unit {
	display: none;
	border: 1px solid #ccc;
	float: left;
	margin-left: 10px;
	width: 285px;
	height: 314px;
	background-color: #edf3f6;
}

.unit-title {
	position: relative;
	height: 30px;
}

.unit-title h3 {
	height: 30px;
	font-size: 16px;
	color: #016bb9;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
	padding-left: 14px;
}

.unit-title img {
	position: absolute;
	top: 25px;
	left: 0;
}

.unit ul {
	padding: 16px 10px;
}

.unit li {
	float: left;
	margin-right: 16px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.unit li a {
	font-size: 14px;
	color: #555;
	white-space: nowrap;
}

/*鍙嬫儏閾炬帴*/
.friendly-link {
	margin: 20px 0;
	background-color: #fff;
	width: 976px;
	height: 80px;
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
}

.friendly-link h3 {
	font-size: 18px;
	color: #016bb9;
	margin-bottom: 10px;
}

.friendly-link h3 img {
	vertical-align: -2px;
}

.link-img {
	width: 1020px;
}

.link-img img {
	border: 1px solid #ddd;
	float: left;
	margin-right: 18px;
}

@charset "utf-8";
.plan-box,.plan-box *{
    box-sizing: border-box;
}
.plan-header{
	width: 990px;
    height:40px;
    margin-bottom:10px;
    border-bottom:2px solid #062166;
}
.plan-header>a{
    float: left;
    height: 34px;
    line-height:33px;
    margin-top:4px;
    padding:0 16px;
    border:1px solid #086bb7;
    border-bottom: none;
    color:#086bb7;
    font-size:18px;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.plan-header>a+a{
    margin-left:5px;
}
.plan-header>a.active{
    height:38px;
    line-height:37px;
    margin-top:0;
    background-color:#086bb7;
    color:#fff;
}
.plan-list{
     padding:10px 0;
    margin-left:-4px;
    margin-right:-4px;
}
.plan-list>li{
    float:left;
    width:33.33%;
    padding:0 4px;
    margin-bottom:9px;
}

.plan-list>li a{
    float: left;
    /* width:33.33%; */
    height:26px;
    line-height:26px;
    padding:0 9px;
    color: #222222;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.plan-list>li span{
    float: left;
    /* width:33.33%; */
    height:26px;
    line-height:26px;
    padding:0 9px;
    color: #222222;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.plan-list>li>div{
    height:64px;
    padding:6px 1px;
    background-color:#fff;
    border:1px solid #e9edf0;
}
.plan-list>li span{
    font-size:16px;
    color: #086bb7;
}

.plan-body{
    display: none;
}
.plan-body.active{
    display: block;
}
.plan-list-td{
	padding:6px;
	border:1px solid #e9edf0;
	vertical-align:top;
	width: 318px;
    height: 100%;
    background-color:#fff;
	min-height:37px;
	bottom:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.plan-list-td>span{
    line-height:26px;
    padding:0 9px;
    color: #222222;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
	color: #222222;
}

.plan-list-td>a{
    line-height:26px;
    padding:0 9px;
	color: #086bb7;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
