<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
}
a {
    text-decoration: none;
}
.nav_box .logo {
	padding-right: 0;
	margin-right: 50px;
}
body {
	position: relative;
	height: 100%;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f2f6fc;
	*background-image: url(about:blank);
	*background-attachment: fixed;
}
.nav {
	position: relative;
}
.container {
	width: 1140px;
	margin: 0 auto;
	
}
.content {
	width: 820px
}
.sidebar {
	width: 300px
}
.nav-map .dropdown-menu {
	margin-left: -570px;
	width: 1140px
}
.quick-link{
    position:relative;
    line-height:1;
    overflow:hidden;
    margin-top: 4px;

  }
  .quick-link a{
    position:relative;
    display:inline-block;
    padding: 13px 15px 13px 35px;
    font-size:14px;
    background-color:#f2f6fc;
    margin-right:10px;
    overflow:hidden;
    border: 1px solid #ddebfa;
  }
  .quick-link a:hover{
    color:inherit;
    text-decoration:none;
    background-color:#f9f9f9;
  }
  .quick-link a.last{
    margin-right:0;
  }
  .quick-link a .fa{
    left:10px;
    display:block;
  }
  .quick-link a .fa-job{
    background-position: 0 -117px;
  }
  .quick-link a .fa-resume{
    background-position: -25px -117px;
  }

.resume-search {
	background-color: #fff;
	border: 1px solid #c5ddf6;
}
.resume-search .resume-search__hd {
	position: relative;
	z-index: 10;
	padding: 20px 30px;
}
.search {
	position: relative;
	box-sizing: border-box;
}
.search-box {
	margin-right: 80px;
	height: 40px;
	*height: 36px;
	border: 2px solid #33aef1;
	border-radius: 3px 0 0 3px;
}
.resume-search .search .search-box {
	position: relative;
    z-index: 12;
    width: 60%;
	height: 50px;
	border-radius: 3px 0 0 3px;
	*height: 46px;
}
.btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	*padding: 0 10px;
	*line-height: 1.5;
}
.resume-search .search .search-box .btn {
	position: absolute;
	top: -2px;
	right: -140px;
	padding: 0 20px 0 40px;
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background-color: #33aef1;
	border: none;
	border-radius: 0 4px 4px 0;
	*width: 80px;
}
.search input {
	display: block;
	margin-left: 35px;
	_margin-left: 20px;
	width: auto;
	height: 36px;
	line-height: 1;
	*line-height: 42px;
	background: 0 0;
	border: 0;
	overflow: hidden;
}

.resume-search .search .search-box input {
    margin: 0;
    padding: 23px 20px;
    width: 100%;
    height: 14px;
    font-size: 14px;
    margin:0;
    
}
.resume-search .search .search-box .area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 12;
	height: 46px;
}
.resume-search .search .search-box .area span:before {
	content: "";
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	border-left: 1px solid #eee;
}
.open{
	z-index:999;
  }
  .open .dropdown-menu{
	display:block;
  }
  .dropdown-menu{
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;
	display:none;
	font-size:14px;
	background-color:#fff;
	border:1px solid #ddd;
	box-sizing:border-box;
	zoom:1;
  }

  .search .area span {
	display: block;
	width: 80px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	background-color: #eee;
}
.search .area ul li a {
    display: block;
    line-height: 28px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    zoom: 1;
}
.resume-search .search .search-box .area span {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

.fa {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 8;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/newicon.png) no-repeat;
    zoom: 1;
}
.resume-search .search .search-box .btn .fa-search {
	top: 25px;
	left: 30px;
	background: url(../Images/search.png) no-repeat;
	width: 20px;
	height: 20px;
}
.search .area .fa-nav {
	right: 8px;
	left: auto;
	background: url(../Images/down.png) no-repeat;
	margin-top: -8px;
	width: 15px;
	height: 15px;
}
.search .area ul {
	position: absolute;
	padding: 5px 0;
	min-width: auto;
	width: 80px;
	*width: 78px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	box-shadow: 0 1px 1px #eee;
	overflow: hidden;
	zoom: 1;
	z-index: 999;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	display: none;
	max-height: 300px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	zoom: 1;
}
.animated {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.job-search{
	padding: 5px 30px 20px 30px;
}
.search-title {
    display:block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
	text-decoration: none;
	color: #a3a3a3;
}
.mr20 {
    margin-right: 20px !important;
}
.job-search .dropdown {
    position: relative;
    z-index: 1;
    zoom: 1;
}

.w120 {
    width: 120px !important;
}
.job-search .dropdown-title b {
	position: absolute;
	right: 5px;
    display: inline-block;
	background: url(../Images/newicon.png);
	width: 12px;
	height: 9px;
	top:11px;
	background-position: -115px -8px;
}
.job-search .dropdown-title .map {
	position: absolute;
	left:  5px;
    display: inline-block;
	background: url(../Images/newicon.png) no-repeat -34px -143px;
	width: 20px;
	height: 20px;
	top:5px;
	background-position: -34px -143px;
}
.lh30{
	line-height: 30px !important;
}
.mr10{
	margin-right: 10px !important;

}
.red {
    color: #ff3f05 !important;
}
.grey {
    color: #999 !important;
}

.font12 {
    font-size: 12px!important;
}
.font16 {
    font-size: 16px !important;
}
.job-search  .icon_jz
{
	background: url(../Images/newicon.png) no-repeat;
	background-position: -24px -98px;
	width: 13px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 22px;
}
.job-search  .icon_new
{
	background: url(../Images/newicon.png) no-repeat;
	background-position: -41px -98px;
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 6px;
	left: 18px;
}
.job-search  .jizhao
{
	width: 60px;
}
.job-search  .newjob
{
	width: 80px;
}
.job-search  .jizhao  input[type=checkbox],.job-search  .newjob  input[type=checkbox] {
	margin-left: -35px;
}
.job-search .checkbox label {
    padding-left: 35px;
    font-size: 12px;
}
.job-search .open .dropdown-title b {
	background-position: -95px -8px;
}
.job-search .dropdown {
    border: 1px solid #c5ddf6;
}
.job-search .dropdown-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
}
.job-search .dropdown-menu {
    padding: 0;
    width: 100%;
    border-radius: 0!important;
    box-shadow: 0 2px 9px rgba(0,0,0,.15);
    border-color: #f2f2f2;
}
.job-search .dropdown-menu li {
    float: none;
    padding: 0;
    height: 28px;
    display: block;
}
.job-search .dropdown-menu li a {
    display: block;
    padding: 8px 10px;
    line-height: 1;
    font-size: 13px;
    text-decoration: none;
}
.job-search .dropdown-menu.dropdown-checkbox {
    padding: 10px 20px;
    width: 340px;
}
.job-search .dropdown-menu.dropdown-checkbox .btn-lg {
    margin-top: 10px;
    margin-bottom: 10px;
}
.job-search .dropdown-menu.dropdown-checkbox .labelbox a {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
	width: 90px;
	font-size: 12px;
}
.checkbox label {
	position: relative;
    display: inline-block;
    color: #333;
	padding-left: 20px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
	_padding-left: 0;
}
.checkbox input[type=checkbox]:checked {
	background-position: -20px -60px;
}
.checkbox input[type=checkbox] {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: -20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background: transparent url(../Images/icon.png) no-repeat 0 -60px;
	box-sizing: border-box;
	border: none;
	-webkit-appearance: none;
}
.job-search .dropdown-menu.dropdown-checkbox .labelbox .checkbox label {
    position: relative;
    padding-left: 20px!important;
    line-height: 1;
}
.job-search .dropdown-menu.dropdown-checkbox .labelbox .checkbox label input {
    margin-left: -20px;
}
.btn-blue {
    background-color: #007aff;
}
.job-search .dropdown-menu.dropdown-checkbox .btn-lg {
    margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 30px !important;
    font-size: 18px !important;
}
.job-container{
	width: 820px !important;
	float: left !important; 
	background: #fff;
	border: 1px solid #c5ddf6;
}

.joblist li {
	height: 80px!important;
	border-bottom: 1px solid #f2f6fc;
	padding: 15px 0;

}

.joblist div {
    font-size: 14px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	float: left;
	display:block;
	width: 100%;

}
.joblist .fulilist {
    width: 374px;
}
.joblist .tag {
    display: inline-block;
    border: 1px solid #c5ddf6;
    border-radius: 22px;
    padding: 1px 10px;
	margin-right: 8px;
	font-size: 12px;
	color: #b1b1b1;
}
.joblist a.jizhao {
    position: relative;
    width: 20px;
    height: 21px;
	cursor: default;
	z-index: 0;
}

.joblist .jizhao i{
	background: url(../Images/newicon.png) no-repeat;
	background-position: -76px -78px;
    width: 20px;
	height: 21px;
}
.joblist .fa-cert-s
{
	background: url(../Images/newicon.png) no-repeat;
	background-position: 0 -97px;
    width: 20px;
	height: 20px;
	position: relative;
	top: 1px;
	margin-top: 0;
	z-index: 0;
}
.joblist .newpublish
{
	background: url(../Images/newicon.png) no-repeat;
	background-position: 0 -66px;
    width: 65px;
	height: 32px;
	position: relative;
	top: 0;
    margin-top: 0;
}
.joblist .hunt
{
	background: url(../Images/newicon.png) no-repeat;
	background-position: -121px -845px;
	right: 0;
	left: auto;

}
.mr5 {
    margin-right: 5px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.job-container .jobname{
width: 392px;
}
.blue{
	color: #0078d7;
}

.job-container .jobname .title{
	max-width: 330px;
	color: #0078d7;
	}
	.job-container .jobname .require{
		width: 355px;
		}
.job-container .salary{
	width: 180px;
	}
	.job-container .salary .red{
display: inline-block;
		position: relative;
		padding-right: 25px;
		font-weight: bold;
		}
	.job-container .companyname{
		width: 394px;
		}
		.job-container .publistag{
			width: 145px;
			}	
.job-container h5, .job-container h6 {
    margin-top: 0;
	line-height: 20px;
	margin-bottom: 10px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.job-container{
	width: 980px !important;
}
/*å³ä¾§å›¾æ–‡*/
.banner-job{
	float: right !important;
	overflow: hidden;
	width: 140px !important;
}
.banner-job li {
    border-top: 1px solid #f2f2f2;
}
.banner-job li a {
    display: block;
    width: 140px;
    height: 100px;
    overflow: hidden;
    zoom: 1;
}
.banner-job li a img {
    width: 140px;
    height: 100px;
    vertical-align: middle;
}
.banner-job li p {
    line-height: 30px;
    text-align: center;
}

.job-box {
	width: 980px;
	overflow: hidden;
	float: left;
}
/*çƒ­é—¨èŒä½*/
.hotjob{
	border: 1px solid #c5ddf6;
    background-color: #fff;
    width: 978px;
    overflow: hidden;
    zoom: 1;
	float:left;
}
.hotjob h2
{
	background: url(../Images/titlebg.jpg) repeat-x;
	height: 38px;
	padding: 0px 20px;

}
.hotjob a
{
	color: #0078d7;
	text-decoration: none;
}
.hotjob h2 .right{
	line-height: 38px;
}
.hotjob h2 .on
{
	color: #fc6642;
	font-weight: bold;
	line-height: 38px;
}
.hotjob ul li a, .hotjob ul li a:visited {
    color: #666;
}
.hotjob ul ,.friendlink ul{
    padding: 10px 16px 10px 20px;
    overflow: hidden;
    zoom: 1;
}
.hotjob  ul li ,.friendlink  ul li{
    float: left;
    width: 115px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    zoom: 1;
}
.downloadapp{
	height: 38px;
	line-height: 34px;
	padding-left: 60px;
}

.fl {
    float: left !important;
}
.t-bd {
    border-top: 1px solid #eee;
}
.fr {
    float: right !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mr5 {
    margin-right: 5px !important;
}</pre></body></html>