@charset "UTF-8";
.wrap {
  margin-top: 0 !important; }

.container {
  width: 1100px;
  margin: 0 auto; }

.row {
  padding: 30px 0 0; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: " ";
    display: table;
    clear: both; }

.breadcrumb {
  list-style: none; }
  .breadcrumb li {
    display: inline-block;
    color: #333333; }
    .breadcrumb li a {
      color: #4a5b9b; }
    .breadcrumb li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #ccc; }

.jsr-left-rail {
  float: left;
  width: 300px;
  margin-bottom: 40px; }

#lpfIntroBlurb {
  height: auto;
  overflow: hidden; }

.blurbmorelink {
  padding-right: 30px;
  padding-bottom: 25px;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  text-align: right;
  color: #4a5b9b; }
  .blurbmorelink:hover {
    text-decoration: underline; }

.menucontainer {
  padding: 0; }
  .menucontainer > div {
    text-align: center;
    background: #fff;
    margin: 0;
    padding: 15px 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    .menucontainer > div img {
      max-height: 100px; }
    .menucontainer > ul li ul {
      padding: 0 !important; }
      .menucontainer > ul li ul h3 {
        padding: 15px 12px 10px 12px !important; }
      .menucontainer > ul li ul li {
        padding: 8px 12px; }
  .menucontainer .nav {
    margin-bottom: 0;
    margin-top: 0px !important; }
    .menucontainer > div + .nav {
      margin-top: 30px !important;
    }
    .menucontainer .nav li h3 {
      text-transform: uppercase;
      font-size: 18px;
      padding: 20px 0px 6px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.87); }
    .menucontainer .nav li:first-child h3 {
      padding-top: 0; }
    .menucontainer .nav .submenu {
      background: #fff;
      margin: 0;
      border-radius: 5px;
      overflow: hidden;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
      .menucontainer .nav .submenu a {
        display: block;
        padding: 8px 12px 7px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.870588); }
        .menucontainer .nav .submenu a:hover {
          background: #e9e9e9; }
      .menucontainer .nav .submenu li + li {
        border-top: 1px solid rgba(74, 91, 155, 0.15); }
      .menucontainer .nav .submenu .showmorebutton a,
      .menucontainer .nav .submenu .showlessButton a {
        text-transform: none;
        text-align: center;
        color: #4a5b9b !important;
        font-size: 14px !important;
        padding: 8px 12px !important; }
        .menucontainer .nav .submenu .showmorebutton a .mdi,
        .menucontainer .nav .submenu .showlessButton a .mdi {
          display: inline-block;
          width: 24px;
          height: 24px;
          font-size: 16px;
          line-height: 24px;
          vertical-align: middle; }
      .menucontainer .nav .submenu .showlessButton {
        display: none; }

.jsr-mid {
  float: right;
  width: 770px; }
  .jsr-mid .row {
    padding-top: 0; }

.jsresultsheader .page-title {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.870588); }
.jsresultsheader h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 300; }
.jsresultsheader h1 + h2.page-title {
  margin-top: 15px; }

.wdgContainer {
  background: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .wdgContainer .wdgHeader {
    color: #4a5b9b;
    padding: 12px 30px !important; }
  .wdgContainer h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 0;
    margin: 0; }
  .wdgContainer #lpfIntroBlurb {
    font-size: 12px;
    padding: 0px 30px 15px;
    color: #666; }
    .wdgContainer #lpfIntroBlurb b {
      color: #333; }

.js_result_container {
  position: relative;
  padding: 20px 30px 30px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease; }
  .js_result_container:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.unseen-job-marker-wrapper {
  width: 36px;
  height: 36px;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: -1px;
  overflow: hidden; }
  .unseen-job-marker-wrapper .unseen-job-marker {
    font-size: 10px;
    background-color: #46c054;
    padding-top: 15px;
    width: 48px;
    height: 32px;
    text-align: center;
    color: white;
    position: absolute;
    left: -18px;
    top: -11px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.js_result_row .company {
  margin: 5px 0;
  font-size: 12px;
  color: #666; }
.js_result_row h2 {
  text-align: left;
  color: #4a5b9b;
  text-decoration: none;
  letter-spacing: normal;
  padding: 0px !important;
  margin: 0px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-size: 18px !important;
  line-height: 23px !important;
  font-family: Roboto, sans-serif !important; }
  .js_result_row h2 a {
    text-align: left;
    color: #4a5b9b;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 18px;
    line-height: 23px;
    font-family: Roboto, sans-serif; }

.js_result_details {
  position: relative;
  width: 100%;
  display: table; }

.jobTitle_01,
.jobTitle_02,
.jobTitle_03,
.jobTitle_04 {
  color: #4a5b9b;
  font-size: 18px;
  font-weight: 700; }

.job-specs {
  color: #666; }
  .job-specs i {
    font-size: 20px;
    padding: 0 4px 0 0;
    color: #888;
    display: table-cell;
    line-height: 24px; }
  .job-specs p {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px; }
  .job-specs.job-specs-date {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #999; }

.js_result_row .js_result_details-left {
  margin-right: 150px; }
  .js_result_row .js_result_details-left .job-title {
    font-size: 18px;
    color: #4a5b9b;
    margin-bottom: 5px;
    font-weight: 700; }
  .js_result_row .js_result_details-left .job-post {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px; }
    .js_result_row .js_result_details-left .job-post a {
      color: #4a5b9b; }
  .js_result_row .js_result_details-left .job-info {
    font-size: 0;
    margin: 15px 0; }
    .js_result_row .js_result_details-left .job-info .info-txt {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding-left: 24px;
      font-size: 15px;
      color: #212121;
      line-height: 27px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 20px 20px; }
    .js_result_row .js_result_details-left .job-info .info-txt-time {
      background-image: url(../png/icon-clock.png); }
    .js_result_row .js_result_details-left .job-info .info-txt-local {
      background-image: url(../png/icon-location.png); }
    .js_result_row .js_result_details-left .job-info .info-txt-money {
      background-image: url(../png/icon-money.png); }
    .js_result_row .js_result_details-left .job-info .info-txt-card {
      background-image: url(../png/icon-card.png); }
    .js_result_row .js_result_details-left .job-info .info-txt-bag {
      background-image: url(../png/icon-bag.png); }
  .js_result_row .js_result_details-left .job-desc {
    font-size: 14px;
    color: #666; }
.js_result_row .js_result_details-right {
  position: absolute;
  right: 0;
  top: 67px; }
  .js_result_row .js_result_details-right .job-post-time {
    text-align: right;
    font-size: 12px;
    color: #666; }
  .js_result_row .js_result_details-right .right-button {
    display: block;
    width: 120px;
    height: 34px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 34px;
    color: #4a5b9b;
    border-radius: 5px;
    border: 1px solid #4a5b9b; }
  .js_result_row .js_result_details-right .icon-collect {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-image: url(../png/icon-collect.png);
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat; }

.pagingWrapper {
  margin-bottom: 30px; }
  .pagingWrapper .simple-pagination {
    display: block;
    text-align: center;
    overflow: visible; }
    .pagingWrapper .simple-pagination ul {
      list-style: none;
      margin: 20px auto;
      position: relative;
      display: inline-table; }
    .pagingWrapper .simple-pagination li {
      float: left !important;
      margin: 0 3px; }
    .pagingWrapper .simple-pagination a,
    .pagingWrapper .simple-pagination span {
      display: block;
      font-size: 12px;
      line-height: 24px;
      min-width: 26px;
      padding: 0 7px;
      color: #4a5b9b;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.12);
      border-radius: 30px; }
    .pagingWrapper .simple-pagination a:hover {
      color: #4a5b9b;
      border: 1px solid #4a5b9b; }
    .pagingWrapper .simple-pagination .current {
      background: #4a5b9b;
      color: #fff;
      border-color: #4a5b9b;
      cursor: default;
      background-color: #4a5b9b; }

.refine-section input.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.541176) !important; }

.refine-section input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.541176); }

.refine-section {
  margin-bottom: 12px; }

.refine-section:first-of-type {
  margin-bottom: 8px; }

.refine-section .sort-by-btn {
  /*font-family: Roboto;*/
  font-size: 13px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.870588);
  padding: 4px 12px;
  border-color: #d7d7e4; }

.refine-section .sort-by-btn.active {
  background-color: #00aff0;
  border-color: #00aff0;
  box-shadow: none;
  color: white;
  font-weight: 500; }

.refine li.list__item {
  margin: 0;
  padding: 0;
  display: block; }

.refine-section .form-control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-color: #d7d7e4;
  box-shadow: none;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.870588); }

.refine {
  margin: 0 0 16px; }
  .refine .recent-searches-container {
    display: block;
    margin-bottom: 12px; }
  .refine h3 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 0px 6px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87); }
  .refine ul li {
    display: inline-block; }
  .refine .label-default {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    padding: 8px 10px;
    vertical-align: top;
    border-radius: 5px;
    max-width: 152px;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.12); }
    .refine .label-default .refinement-tag-text {
      margin-right: 10px;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden; }
    .refine .label-default .acRemoveFacet {
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      height: 100%;
      width: 20px;
      text-align: center;
      line-height: 36px;
      color: #666;
      font-size: 14px; }
      .refine .label-default .acRemoveFacet:hover {
        color: #4a5b9b; }
  .refine a {
    font-size: 14px;
    color: #4a5b9b; }

.jobAlertButton {
  display: none;
  color: #fff;
  border-radius: 20px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 500 !important;
  right: auto;
  position: fixed;
  left: 16px;
  top: 80px;
  z-index: 99999;
  transform: translateX(0);
  transition: .5s;
  background: #4a5b9b; }

.job-alerts-window-open .jobAlertButton {
  transform: translateX(-400px) !important; }

.popup-widget {
  position: fixed;
  width: 300px;
  margin-left: -150px;
  top: 148px;
  bottom: auto;
  transition: .5s;
  padding: 0;
  z-index: 50;
  box-shadow: rgba(0, 0, 0, 0.14902) 0 1px 1px;
  margin-bottom: 0; }
  .popup-widget .close-icon {
    position: absolute;
    padding: 12px;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    color: white; }
  .popup-widget .widget-head {
    padding: 8px 40px 9px 15px;
    color: white; }
  .popup-widget .widget-content {
    padding: 15px 15px 10px;
    color: white; }
  .popup-widget .save_search_header {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 12px;
    display: block; }
  .popup-widget #emailButton2 {
    width: 100%;
    height: 40px;
    display: block;
    margin-bottom: 12px;
    padding: 8px 24px !important;
    background: #bdeafb;
    color: #212121 !important;
    font-size: 14px !important;
    margin-top: 8px !important; }

/*适配*/
/*小屏电脑*/
/*ipad pro等*/
@media screen and (max-width: 1279px) {
  .container {
    width: 1000px; }

  .jsr-mid {
    width: 670px; } }
/*ipad、平板电脑*/
@media screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 15px; }

  .jsr-mid {
    float: none;
    width: 100%; }

  .jsr-left-rail {
    display: none; }

  .jobAlertButton {
    display: block; } }
/*手机端横屏*/
@media screen and (max-width: 999px) {
  .js_result_row .js_result_details-left {
    margin-right: 0; }

  .js_result_row .js_result_details-right {
    position: relative;
    right: unset;
    top: 0;
    margin-top: 20px; }

  .js_result_row .js_result_details-right .job-post-time {
    text-align: left; } }
/*手机端*/
