/*reset*/
body {
  background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ========================================= basic ===================================== */
body {
  margin: 0;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", Arial, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
p {
  margin: 0;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em, i {
  font-style: normal;
}
cite {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.inline li, ol.inline li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
dl {
  margin: 0;
}
dd {
  margin-left: 0;
}
dl.horizontal {
  *zoom: 1;
}
dl.horizontal:before, dl.horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}
dl.horizontal:after {
  clear: both;
}
dl.horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
}
dl.horizontal dd {
  margin-left: 180px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
pre.scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
hr {
  margin: 5px 0;
  border: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #ffffff;
  *height: 2px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
a {
  color: #DC241E;
  text-decoration: none;
}
.mr18 {
  margin-right: 18px;
}

/*a:hover, a:focus {

  color: #ff6600;
  text-decoration: underline;
}*/
.muted {
  color: #999999;
}
a.muted:hover, a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #ff6600;
}
a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #cc3333;
}
a.text-error:hover, a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #99cc66;
}
a.text-success:hover, a.text-success:focus {
  color: #ff6600;
}
img.rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
img.polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
img.circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.wrap {
  width: 980px;
}
.wrap, .container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.wrap:before, .wrap:after, .container:before, .container:after {
  display: table;
  line-height: 0;
  content: "";
}
.wrap:after, .container:after {
  clear: both;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.selectui {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  text-align: left;
}
.selectui {
  *display: inline;
}
.selectui .selectui-head {
  position: relative;
  border-radius: 2px;
  color: #333;
  line-height: 32px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  overflow: hidden;  /*background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
                                                                                                                                                                                                                              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
.selectui-disabled .selectui-head {
  color: #aaa;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  background-image: none;
  cursou: default;
}
.selectui .selectui-head .selectui-result {
  font-size: 12px;
  padding: 0 10px;
  height: 32px;
  margin-right: 30px;
  cursor: pointer;
  _height: auto;
}
.selectui .selectui-head .selectui-drop {
  position: absolute;
  right: -1px;
  top: 0;
  width: 32px;
  height: 32px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
  background: #fff;  /*background-color: #ededed;
                                                                                                                                                                                                                        background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
                                                                                                                                                                                                                        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e9e9e9));
                                                                                                                                                                                                                        background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
                                                                                                                                                                                                                        background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
                                                                                                                                                                                                                        background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
                                                                                                                                                                                                                        background-repeat: repeat-x;*/
}
.selectui .selectui-head .selectui-drop:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  top: 14px;
  left: 11px;
}
.selectui .selectui-head .selectui-drop:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  top: 14px;
  left: 11px;
}
.selectui .selectui-head .selectui-drop i {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  border-bottom: 4px dotted transparent;
  border-left: 4px dotted transparent;
  border-right: 4px dotted transparent;
  border-top: 4px solid #999;
  top: 14px;
  left: 12px;
}
.selectui ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  _overflow: hidden;
}
.selectui ul li {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.selectui ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 0 27px 0 10px;
  color: #454545;
  line-height: 26px;
  font-size: 14px;
  _zoom: 1;
}
.selectui ul li a:hover {
  display: block;
  color: #fff;
  background-color: #FC3;
  text-decoration: none;
}
.selectui ul li.active a, .selectui ul li.active a:hover {
  background-color: #f93;
  color: #fff;
}
.selectui-active {
  z-index: 10;
}
.selectui-active ul {
  display: block;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 6px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #efefef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  overflow: visible;
  font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", Arial, Helvetica, Arial, sans-serif;
  border: 1px solid #e8e8e8;  /* stroke */
  background-image: -moz-linear-gradient(bottom, #efefef -17.92%, #fff 82.08%);
  background-image: -o-linear-gradient(bottom, #efefef -17.92%, #fff 82.08%);
  background-image: -webkit-linear-gradient(bottom, #efefef -17.92%, #fff 82.08%);
  background-image: linear-gradient(bottom, #efefef -17.92%, #fff 82.08%);
}
.btn:hover {
  text-decoration: none;
}
.selectui {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  text-align: left;
}
.selectui {
  *display: inline;
}
.selectui .selectui-head {
  position: relative;
  border-radius: 2px;
  color: #333;
  line-height: 32px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  overflow: hidden;  /*background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
                                        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
                                        background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
                                        background-image: -o-linear-gradient(top, #ffffff, #f3f3f3);
                                        background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
                                        background-repeat: repeat-x;
                                        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                                           -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
                                                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}
.selectui-disabled .selectui-head {
  color: #aaa;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  background-image: none;
  cursou: default;
}
.selectui .selectui-head .selectui-result {
  font-size: 12px;
  padding: 0 10px;
  height: 32px;
  margin-right: 30px;
  cursor: pointer;
  _height: auto;
}
.selectui .selectui-head .selectui-drop {
  position: absolute;
  right: -1px;
  top: 0;
  width: 32px;
  height: 32px;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
  background: #fff;  /*background-color: #ededed;
                                        background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
                                        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#e9e9e9));
                                        background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
                                        background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
                                        background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
                                        background-repeat: repeat-x;*/
}
.selectui .selectui-head .selectui-drop:before {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
  top: 14px;
  left: 11px;
}
.selectui .selectui-head .selectui-drop:after {
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  top: 14px;
  left: 11px;
}
.selectui .selectui-head .selectui-drop i {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  border-bottom: 4px dotted transparent;
  border-left: 4px dotted transparent;
  border-right: 4px dotted transparent;
  border-top: 4px solid #999;
  top: 14px;
  left: 12px;
}
.selectui ul {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  _overflow: hidden;
}
.selectui ul li {
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.selectui ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  padding: 0 27px 0 10px;
  color: #454545;
  line-height: 26px;
  font-size: 14px;
  _zoom: 1;
}
.selectui ul li a:hover {
  display: block;
  color: #fff;
  background-color: #FC3;
  text-decoration: none;
}
.selectui ul li.active a, .selectui ul li.active a:hover {
  background-color: #f93;
  color: #fff;
}
.selectui-active {
  z-index: 10;
}
.selectui-active ul {
  display: block;
}
.header {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.5) !important;
  filter: alpha(opacity=50);
}
.header .wrap {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 20px;
}
.header .navbar {
  float: right;
}
.header ul {
  margin: 0 auto;
  text-align: center;
  float: right;
}
.header ul li {
  float: left;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
}
.header ul li a {
  display: block;
  color: #121212;
  padding: 0 30px;
}
.header ul li.active {
  background-color: #dc241e;
}
.header  ul li.active a {
  text-decoration: none;
  color: #fff;
}

/* =============================================== pager bar =============================================== */
.pagerbar {
  text-align: right;
  color: #777;
  font-size: 12px;
  height: 22px;
  font-family: Arial;
  line-height: 22px;
  white-space: nowrap;
}
.pagerbar a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 2px;
  height: 22px;
  overflow: hidden;
}
.pagerbar a {
  border: #999 1px solid;
  color: #666;
  padding: 0 8px;
}
.pagerbar a:hover {
  color: #fff;
  background-color: #ffa531;
  border: #ffa531 1px solid;
  text-decoration: none;
}
.pagerbar a.last {
  display: none;
}
.pagerbar a.first {
  display: none;
}
.pagerbar a.disabled, .pagerbar a.disabled:hover {
  border: #ccc 1px solid;
  background-color: #fff;
  color: #aaa;
  _background-position-y: -20px;
  overflow: hidden;
  cursor: default;
}
.pagerbar a.disabled.first {
  background-position: 0 -20px;
}
.pagerbar a.disabled.last {
  background-position: -20px -20px;
}
.pagerbar a.current {
  background-color: #ffa531;
  border: 1px solid #ffa531;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.pagerbar .addition {
  margin-left: 10px;
  font-family: "\5b8b\4f53";
}
.pagerbar .addition, .pagerbar .addition a, .pagerbar .addition span {
  height: auto;
}
.pagerbar .addition .redirect {
  margin-left: 10px;
}
.pagerbar .addition .redirect input.pn {
  margin: 0 5px;
  font-size: 12px;
  line-height: 12px;
  font-family: Arial;
  color: #999;
  width: 20px;
  height: 14px;
  text-align: center;
}
.pagerbar .addition .redirect a.go {
  margin-left: 5px;
  color: #7390db;
  padding: 0 4px;
  background-position: 0 -60px;
}
.pagerbar .addition .redirect a.go:hover {
  color: #7390db;
  border: 1px solid #9aafe5;
  background-position: 0 -80px;
}
.img{margin: 20px auto;}
.xc{width: 100%;}
.xc table{width: 100%;}
.xc table tr{}
.xc table tr th{background: #6ab3ed;color: #fff;padding: 28px 0;text-align: center;}
.xc table tr td{text-align: center}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}


.searchWrap{width: 100%;margin: 0 auto;overflow: hidden;padding-top: 20px;/* border-top: 2px solid #1E8DFF; *//* border-bottom: 2px solid #1E8DFF; */}
.search-left{  }
.searchForm{font-size:12px;padding: 0;margin: 0;overflow: hidden;margin: 20px auto;}
.searchForm select{padding: 3px;height: 30px;border: 1px solid #ddd;}
.searchForm li{list-style: none;float: left;margin-right: 10px;height: 30px;/* width: 192px; *//* border: 1px solid #f00; */}
.jobcontent th{ font-size: 12px;  background: #DC241E;  color: #ffffff;line-height: 35px;height: 35px;}
.jobcontent td{ font-size:12px;}
.ajaxloading {background:url(http://my.zhaopin.com/images/new_v3/ani_ajaxload.gif) no-repeat center center; width:100%;height:52px;}
#JobSearchShow tr { display:none;}
#JobSearchShow td{ border-bottom:1px dashed #ccc; white-space:nornowrap; overflow:hidden; text-overflow:ellipsis;}
#JobSearchShow td div{ white-space:nornowrap; overflow:hidden; text-overflow:ellipsis;}
.pageFocus {font-weight:bold;color:#c30;}
#JobSearchMenu{   padding: 15px 0; color: #333333;}
#JobSearchMenu a,#JobSearchMenu span {margin-right:3px;color: #333333;}
.turnpage_jobnum {margin-right:20px;font-weight:bold; font-size:12px;}
.turnpage_jobnum .num {color:#f00;}
.turnpage_pn {font-weight:bold;font-size:12px;}
.turnpage_pn a {text-decoration:underline;color:#000;}
.turnpage_pn a:hover {text-decoration:none;}
.turnpage_text {  width: 45px;  border: 1px solid #DC241E;  text-align: center;  margin: 0 10px;}
.turnpage_button {  width: 72px;  height: 19px;  cursor: pointer;  vertical-align: middle;  border: none; color: #ffffff; background-color: #DC241E;  text-align: center;  margin-left: 10px;}
.turnpage_sepa {margin:0 4px;}
.search-btn{
  background: #DC241E;
  border: none;
  height: 30px;
  color: #fff;
  border-radius: 6px;
  padding: 5px 14px;
  outline: none;
}