.jobsCommonTitle {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd; }
  .jobsCommonTitle span {
    display: inline-block;
    border-bottom: 2px solid #ffd100;
    padding-bottom: 13px; }

.jobsCommonTitle1 {
  font-size: 18px;
  font-weight: bold; }
  .jobsCommonTitle1 span {
    display: inline-block;
    width: 4px;
    background: #ffd100;
    height: 20px;
    margin-right: 10px;
    vertical-align: -4px; }

.lsj_content {
  background: #f4f6f9 url(../../images/topImage.jpg) no-repeat center top;
  min-height: 500px;
  padding: 60px 0 40px; }

.topMsg {
  background: #fff;
  padding: 40px 30px; }
  .topMsg > * {
    float: left; }
  .topMsg .pic {
    width: 160px;
    height: 120px;
    border: 1px solid #dddddd;
    overflow: hidden; }
    .topMsg .pic img {
      display: block;
      width: 100%;
      height: 100%; }
  .topMsg > ul {
    margin-left: 20px; }
    .topMsg > ul .name {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 15px; }
    .topMsg > ul .label1 {
      margin-bottom: 18px; }
      .topMsg > ul .label1 span {
        margin-right: 6px;
        display: inline-block;
        line-height: 24px;
        border-radius: 12px;
        border: 1px solid #ff6600;
        font-size: 16px;
        color: #ff6600;
        padding: 0 9px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .topMsg > ul .label2 span {
      margin-right: 6px;
      display: inline-block;
      line-height: 28px;
      font-size: 16px;
      color: #666;
      padding: 0 9px;
      background: #f5f5f5;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 6px; }

.companyShow {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px 30px 20px; }

.companyIntro {
  background: #fff;
  margin-top: 20px;
  padding: 20px 32px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .companyIntro .jobsCommonTitle {
    margin-bottom: 24px; }
  .companyIntro .companyProfile {
    color: #666;
    padding: 0 10px;
    max-height: 200px;
    overflow: hidden; }
    .companyIntro .companyProfile P {
      text-indent: 2em;
      margin-bottom: 10px;
      line-height: 2; }
    .companyIntro .companyProfile.active {
      max-height: none; }
  .companyIntro .lookAll {
    background: #f4f7fc;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    margin: 20px 10px 0;
    color: #666;
    cursor: pointer; }
    .companyIntro .lookAll .icon-pull-down {
      margin-left: 14px; }
    .companyIntro .lookAll.active .icon-pull-down {
      vertical-align: middle;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.companyBasicMsg {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 30px 0 20px;
  background: #fff; }
  .companyBasicMsg .type {
    padding: 5px 0; }
    .companyBasicMsg .type li {
      float: left;
      line-height: 3;
      width: 33.33%; }
      .companyBasicMsg .type li > div {
        margin-right: 9px;
        vertical-align: -2px; }
      .companyBasicMsg .type li a {
        color: #ff6600;
        text-decoration: underline;
        margin-left: 9px; }
    .companyBasicMsg .type .url a {
      position: relative; }
      .companyBasicMsg .type .url a:hover .qrcode {
        display: block; }
    .companyBasicMsg .type .url .qrcode {
      display: none;
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 132px;
      height: 140px;
      background: url(../../images/qrcodebBg2.png);
      overflow: hidden; }
      .companyBasicMsg .type .url .qrcode img {
        display: block;
        width: 100px;
        height: 100px;
        margin: 22px auto 0; }
  .companyBasicMsg .num li {
    float: left;
    text-align: center;
    width: 32.8%; }
    .companyBasicMsg .num li span {
      font-size: 20px;
      font-weight: bold; }
    .companyBasicMsg .num li p:nth-child(2) {
      color: #888;
      margin-top: 6px; }
  .companyBasicMsg .num li:nth-child(2),
  .companyBasicMsg .num li:nth-child(4) {
    width: 2px;
    height: 32px;
    background: #dddddd;
    margin-top: 15px; }

.station {
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .station .nav {
    border-bottom: 1px solid #dddddd; }
    .station .nav li {
      float: left;
      font-size: 18px;
      font-weight: bold;
      margin-right: 20px;
      border-bottom: 2px solid transparent; }
      .station .nav li a {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 13px; }
      .station .nav li.active {
        border-bottom: 2px solid #ffd100; }
  .station .search {
    font-size: 18px;
    line-height: 42px;
    padding: 30px 0 20px; }
    .station .search > div {
      float: left;
      margin-right: 20px; }
      .station .search > div:last-child {
        margin-right: 0; }
    .station .search .filterSelect {
      display: inline-block;
      width: 300px;
      border: 1px solid #dcdcdc;
      position: relative;
      cursor: pointer;
      font-size: 16px; }
      .station .search .filterSelect > div {
        position: relative; }
        .station .search .filterSelect > div.active .icon-pulldown1-sel {
          display: inline-block; }
        .station .search .filterSelect > div.active .icon-pulldown1 {
          display: none; }
        .station .search .filterSelect > div input {
          display: block;
          height: 40px;
          line-height: 40px;
          width: auto;
          max-width: 270px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #666;
          text-align: left;
          border: none; }
        .station .search .filterSelect > div input:focus {
          border: none; }
        .station .search .filterSelect > div input.Validform_error {
          background: #fff; }
        .station .search .filterSelect > div div {
          position: absolute;
          right: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .station .search .filterSelect > div .icon-pulldown1-sel {
          display: none; }
      .station .search .filterSelect > ul {
        display: none;
        position: absolute;
        left: -1px;
        top: 40px;
        width: 100%;
        background: #fff;
        border: 1px solid #dddddd;
        border-top: none;
        max-height: 200px;
        overflow: auto;
        z-index: 5; }
        .station .search .filterSelect > ul li {
          padding-left: 5px;
          float: none;
          line-height: 30px; }
          .station .search .filterSelect > ul li:hover {
            background: #ffd100;
            color: #333; }
          .station .search .filterSelect > ul li.active {
            background: #ffd100;
            color: #333; }
    .station .search .filterSelect140 {
      width: 140px;
      border: 1px solid #dcdcdc;
      position: relative;
      cursor: pointer;
      margin-right: 6px; }
      .station .search .filterSelect140 > div {
        position: relative; }
        .station .search .filterSelect140 > div.active .icon-pulldown1-sel {
          display: inline-block; }
        .station .search .filterSelect140 > div.active .icon-pulldown1 {
          display: none; }
        .station .search .filterSelect140 > div input {
          display: block;
          height: 40px;
          line-height: 40px;
          width: auto;
          max-width: 110px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #666;
          text-align: left;
          border: none; }
        .station .search .filterSelect140 > div input:focus {
          border: none; }
        .station .search .filterSelect140 > div input.Validform_error {
          background: #fff; }
        .station .search .filterSelect140 > div div {
          position: absolute;
          right: 5px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .station .search .filterSelect140 > div .icon-pulldown1-sel {
          display: none; }
      .station .search .filterSelect140 > ul {
        display: none;
        position: absolute;
        left: -1px;
        top: 40px;
        width: 100%;
        background: #fff;
        border: 1px solid #dddddd;
        border-top: none;
        max-height: 200px;
        overflow: auto;
        z-index: 5; }
        .station .search .filterSelect140 > ul li {
          padding-left: 5px;
          float: none;
          line-height: 30px; }
          .station .search .filterSelect140 > ul li:hover {
            background: #ffd100;
            color: #333; }
          .station .search .filterSelect140 > ul li.active {
            background: #ffd100;
            color: #333; }
    .station .search input {
      font-size: 16px;
      text-indent: 10px;
      height: 42px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dddddd;
      margin-left: 10px;
      border-radius: 6px; }
    .station .search .input1 {
      width: 300px; }
    .station .search .input2 {
      widows: 120px; }
    .station .search .btn {
      display: inline-block;
      background: #ffd100;
      color: #333;
      font-size: 16px;
      width: 90px;
      text-align: center;
      cursor: pointer;
      margin-left: 16px;
      border-radius: 6px; }
      .station .search .btn .icon-research-black {
        margin-right: 6px; }
  .station .listItem {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 16px; }
    .station .listItem ul {
      float: left; }
    .station .listItem .msg li:first-child {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
      .station .listItem .msg li:first-child .icon-jipin {
        margin-left: 16px; }
    .station .listItem .msg li:nth-child(2) {
      font-size: 16px;
      margin-bottom: 10px; }
    .station .listItem .msg li:nth-child(3) {
      color: #888; }
    .station .listItem .salary {
      margin-left: 48px; }
      .station .listItem .salary li:first-child {
        color: #ff2924;
        font-weight: bold;
        margin-bottom: 12px; }
        .station .listItem .salary li:first-child span {
          font-size: 20px; }
      .station .listItem .salary li:nth-child(2) {
        font-size: 16px;
        color: #666; }
    .station .listItem .companyName {
      margin-right: 175px;
      font-size: 16px;
      color: #888;
      line-height: 62px; }
      .station .listItem .companyName li {
        max-width: 240px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .station .listItem .btn1 {
      float: right;
      margin-right: 10px; }
      .station .listItem .btn1 li:first-child {
        cursor: pointer;
        display: inline-block;
        line-height: 38px;
        border-radius: 6px;
        border: 1px solid #333;
        font-size: 18px;
        color: #333;
        padding: 0 39px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .station .listItem .btn1 li:first-child:hover {
          background: #ffd100;
          border: 1px solid #ffd100; }
      .station .listItem .btn1 li:nth-child(2) {
        text-align: center;
        margin-top: 7px;
        font-size: 16px;
        color: #999; }
  .station .paginationWrapper {
    margin-top: 30px; }

.galleryBox {
  width: 1104px;
  margin: 0 auto;
  position: relative; }
  .galleryBox .galleryPanelContainer {
    width: 492px;
    height: 295px;
    overflow: hidden;
    margin: 22px auto 30px;
    position: relative; }
    .galleryBox .galleryPanelContainer img {
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      max-width: 100%;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .galleryBox .galleryItemContainer {
    width: 1032px;
    height: 144px;
    margin: 0 auto;
    overflow: hidden; }
  .galleryBox .galleryItemWrap {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-left: -9px; }
    .galleryBox .galleryItemWrap > div {
      width: 240px;
      height: 144px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      margin-right: 18px;
      left: 18px; }
      .galleryBox .galleryItemWrap > div img {
        position: absolute;
        display: block;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  .galleryBox .galleryPrev {
    position: absolute;
    background: url(../../images/left-nor.png) no-repeat;
    width: 25px;
    height: 116px;
    left: 0;
    bottom: 14px;
    cursor: pointer; }
    .galleryBox .galleryPrev:hover {
      background: url(../../images/left-sel.png) no-repeat; }
  .galleryBox .galleryNext {
    position: absolute;
    background: url(../../images/right-nor.png) no-repeat;
    width: 25px;
    height: 116px;
    right: 0;
    bottom: 14px;
    cursor: pointer; }
    .galleryBox .galleryNext:hover {
      background: url(../../images/right-sel.png) no-repeat; }
  .galleryBox .galleryCountWrap {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    background: #2e3239;
    color: #A7B2BC;
    text-align: center; }
    .galleryBox .galleryCountWrap span:first-child {
      color: #3AB3EB; }
    .galleryBox .galleryCountWrap b {
      display: none; }

.list {
  margin-bottom: 40px; }
  .list .lf {
    float: none; }
    .list .lf .listItem {
      background: #fff;
      padding: 20px 24px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #dddddd;
      margin-bottom: 12px;
      cursor: pointer;
      border-radius: 6px;
      position: relative; }
    .list .lf li {
      float: left; }
    .list .lf .pic {
      width: 120px;
      height: 90px;
      border: 1px solid #dddddd;
      overflow: hidden; }
      .list .lf .pic img {
        display: block;
        width: 100%;
        height: 100%; }
    .list .lf .positionMsg {
      margin-left: 16px;
      padding-top: 4px;
      width: 340px;
      color: #666; }
      .list .lf .positionMsg p {
        line-height: 1.8; }
      .list .lf .positionMsg p:nth-child(1) {
        font-size: 18px;
        font-weight: bold;
        color: #333; }
    .list .lf .companyMsg {
      line-height: 90px;
      margin-left: 10px;
      width: 180px;
      text-align: center;
      color: #ff2924;
      font-weight: bold; }
      .list .lf .companyMsg span {
        font-weight: bold;
        font-size: 18px; }
      .list .lf .companyMsg em {
        color: #DDDDDD;
        margin: 0 9px; }
      .list .lf .companyMsg b {
        margin-left: 5px;
        font-weight: bold; }
    .list .lf .btn {
      float: right;
      margin-right: 16px;
      padding-top: 25px; }
      .list .lf .btn div {
        width: 90px;
        line-height: 34px;
        text-align: center;
        background: #ffd100;
        color: #333;
        font-size: 18px;
        cursor: pointer;
        border-radius: 6px; }
      .list .lf .btn p {
        color: #999;
        font-size: 16px;
        text-align: center;
        margin-top: 10px; }
    .list .lf .icon-hot_icon {
      display: none;
      position: absolute;
      right: 10px;
      top: -4px; }
