.filterSelect {
  width: 140px;
  border: 1px solid #dcdcdc;
  position: relative;
  cursor: pointer;
  float: left;
  margin-right: 10px; }
  .filterSelect:hover > ul {
    display: block; }
  .filterSelect:hover > div .icon-pulldown1-sel {
    display: inline-block; }
  .filterSelect:hover > div .icon-pulldown1 {
    display: none; }
  .filterSelect > div {
    position: relative; }
    .filterSelect > div span {
      display: block;
      height: 26px;
      line-height: 26px;
      max-width: 110px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #666;
      font-size: 14px;
      margin-left: 9px; }
    .filterSelect > div div {
      position: absolute;
      right: 5px;
      top: 11px; }
    .filterSelect > div .icon-pulldown1-sel {
      display: none; }
  .filterSelect > ul {
    display: none;
    position: absolute;
    left: -1px;
    top: 26px;
    width: 100%;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    max-height: 200px;
    overflow: auto;
    z-index: 5; }
    .filterSelect > ul li {
      padding-left: 5px; }
      .filterSelect > ul li:hover {
        background: #ffd100; }
        .filterSelect > ul li:hover a {
          color: #333; }
      .filterSelect > ul li.active {
        background: #ffd100; }
        .filterSelect > ul li.active a {
          color: #333; }

.filterSelect180 {
  width: 180px; }

.filter .filterItem .item .filterSelect a {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.filter {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 17px 15px 24px 20px; }
  .filter .filterItem {
    line-height: 28px; }
    .filter .filterItem > span {
      float: left;
      width: 56px; }
    .filter .filterItem > div {
      float: left; }
    .filter .filterItem .item {
      width: 1106px; }
      .filter .filterItem .item a {
        color: #666;
        display: inline-block;
        margin-right: 21px;
        margin-bottom: 14px;
        padding: 0 5px;
        border-radius: 6px; }
        .filter .filterItem .item a:hover {
          color: #333;
          background: #ffd100; }
        .filter .filterItem .item a.active {
          color: #333;
          background: #ffd100; }
      .filter .filterItem .item a:last-child {
        margin-right: 0; }
  .filter .filterItem2 {
    margin-bottom: 14px; }
    .filter .filterItem2 .item {
      width: auto; }
    .filter .filterItem2 .ageRange {
      margin-left: 34px;
      color: #666; }
      .filter .filterItem2 .ageRange input {
        width: 60px;
        height: 28px;
        border: 1px solid #dddddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        text-align: center; }
    .filter .filterItem2 .filterBtn {
      margin-left: 20px;
      width: 60px;
      height: 26px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 14px;
      line-height: 26px;
      text-align: center; }
  .filter .filterItem3 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 20px;
    border-top: 1px dashed #dddddd; }
    .filter .filterItem3 .item {
      width: auto; }
      .filter .filterItem3 .item a {
        line-height: 26px;
        border: 1px solid #dcdcdc;
        padding: 0 6px 0 9px;
        margin-right: 10px;
        border-radius: 0; }
        .filter .filterItem3 .item a span {
          margin-left: 10px; }
        .filter .filterItem3 .item a .icon-delete-sel {
          display: none; }
        .filter .filterItem3 .item a:hover {
          border: 1px solid #ffd100; }
          .filter .filterItem3 .item a:hover .icon-delete-sel {
            display: inline-block; }
          .filter .filterItem3 .item a:hover .icon-delete {
            display: none; }
        .filter .filterItem3 .item a.active {
          border: 1px solid #ffd100; }
          .filter .filterItem3 .item a.active .icon-delete-sel {
            display: inline-block; }
          .filter .filterItem3 .item a.active .icon-delete {
            display: none; }
    .filter .filterItem3 .reset {
      width: 106px;
      height: 28px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      margin-left: 10px; }
      .filter .filterItem3 .reset span {
        vertical-align: -1px;
        margin: 0 2px 0 8px; }
    .filter .filterItem3 .nearPosition {
      width: 82px;
      height: 28px;
      color: #333;
      background: #ffd100;
      border: 1px solid #ffd100;
      outline: none;
      cursor: pointer;
      border-radius: 6px;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      margin-left: 10px; }
      .filter .filterItem3 .nearPosition span {
        vertical-align: -3px;
        margin-right: 2px; }

.positionTypeSelect {
  position: relative;
  z-index: 30;
  float: left;
  margin-right: 10px;
  margin-top: -.5px; }
  .positionTypeSelect input {
    height: 26px;
    border: 1px solid #dddddd;
    text-indent: 10px;
    width: 140px;
    background: url(../../images/pulldown1.png) no-repeat right 5px top 10px;
    color: #333; }
  .positionTypeSelect .option {
    display: none;
    border: 1px solid #dddddd;
    padding: 14px;
    left: 0;
    top: 28px;
    width: 620px;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #666;
    max-height: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden; }
    .positionTypeSelect .option > div {
      float: left;
      width: 33%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 5px; }
      .positionTypeSelect .option > div > div.active em {
        background: #ffd100;
        color: #333; }
    .positionTypeSelect .option > div.parent {
      width: 31%;
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option > div.child {
      width: 35%;
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option > div.grandchild {
      max-height: 420px;
      overflow: auto; }
    .positionTypeSelect .option em {
      display: inline-block;
      line-height: 2;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 0 8px; }
      .positionTypeSelect .option em.active {
        background: #ffd100;
        color: #333; }
      .positionTypeSelect .option em:hover {
        background: #ffd100;
        color: #333; }

.lsj_content {
  padding: 12px 0 40px; }

.checkboxLable {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0; }
  .checkboxLable i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0; }
  .checkboxLable input:checked + i {
    background: #ffd100; }
  .checkboxLable input {
    width: 16px;
    height: 16px;
    display: none; }

.filterCheckbox {
  height: 50px;
  border: 1px solid #dddddd;
  background: #fff;
  margin: 10px 0;
  padding-left: 20px; }
  .filterCheckbox > ul > li {
    float: left;
    color: #666;
    margin-right: 30px; }
  .filterCheckbox > ul .lineHeight50 {
    line-height: 50px; }
    .filterCheckbox > ul .lineHeight50 .viewResume {
      display: inline-block;
      background: #ffd100;
      line-height: 30px;
      padding: 0 10px;
      border-radius: 6px; }
  .filterCheckbox > ul .checkboxLable {
    vertical-align: -3px;
    margin-right: 6px; }
  .filterCheckbox > ul .filterSelect {
    margin-top: 11px; }
  .filterCheckbox > ul input {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #dddddd; }
  .filterCheckbox > ul .checkAll {
    color: #333; }
    .filterCheckbox > ul .checkAll a {
      width: 76px;
      line-height: 26px;
      background: #ff690e;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      color: #fff;
      margin-left: 16px;
      border-radius: 6px; }

.list .listItem {
  background: #fff;
  height: 190px;
  border: 1px solid #dddddd;
  padding: 30px 49px 30px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
  border-radius: 6px; }
  .list .listItem:hover {
    -webkit-box-shadow: 0 1px 9px rgba(207, 6, 16, 0.4);
    box-shadow: 0 1px 9px rgba(207, 6, 16, 0.4);
    border: 1px solid #ffd100; }
  .list .listItem > * {
    float: left; }
  .list .listItem .checkboxLable {
    margin: 42px 30px 0 0; }
  .list .listItem .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 23px; }
    .list .listItem .pic img {
      display: block;
      width: 100%;
      height: 100%; }
  .list .listItem .msg {
    width: 480px; }
    .list .listItem .msg dl {
      color: #ff6600;
      font-size: 16px;
      line-height: 31px;
      margin-bottom: 9px; }
      .list .listItem .msg dl > * {
        float: left; }
      .list .listItem .msg dl dt {
        font-size: 22px;
        margin-right: 28px; }
      .list .listItem .msg dl span {
        color: #d2d2d2;
        margin: 0 10px; }
      .list .listItem .msg dl .icon-phone1 {
        margin: 7px 6px 0 10px; }
      .list .listItem .msg dl .imgCount {
        font-size: 12px;
        color: #3caeb6;
        background: #eaf7f8;
        line-height: 18px;
        padding: 0 7px;
        margin-top: 7px; }
    .list .listItem .msg .des {
      color: #666;
      margin-bottom: 14px;
      max-width: 100%; }
    .list .listItem .msg .label span {
      display: inline-block;
      color: #ff6600;
      border: 1px solid #ff6600;
      padding: 0 9px;
      margin-right: 6px;
      border-radius: 6px; }
  .list .listItem .line {
    width: 1px;
    height: 100px;
    background: #dddddd;
    margin: 6px 40px 0 78px; }
  .list .listItem .eye {
    font-size: 14px;
    color: #888; }
    .list .listItem .eye li {
      margin-bottom: 9px; }
    .list .listItem .eye .time {
      color: #333; }
    .list .listItem .eye b {
      color: #ff2924; }
  .list .listItem .resume {
    float: right;
    font-size: 16px; }
    .list .listItem .resume a {
      display: block;
      margin-bottom: 10px;
      text-align: right;
      cursor: pointer; }
    .list .listItem .resume .look {
      color: #ff6600; }
    .list .listItem .resume .save {
      color: #ff2924; }
    .list .listItem .resume .download {
      margin-top: 16px;
      color: #333;
      background: #ffd100;
      line-height: 34px;
      width: 90px;
      text-align: center;
      border-radius: 6px; }

.banner {
  background: #fff;
  height: 459px;
  border: 1px solid #ddd;
  margin: 20px 0; }
  .banner .commonTitle {
    line-height: 54px;
    background: #F5F5F5;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: 1px solid #ddd; }
    .banner .commonTitle .icon {
      vertical-align: -5px;
      margin-right: 10px; }
    .banner .commonTitle .newSearch {
      margin: 10px 10px 0;
      float: right;
      height: 34px;
      width: 320px;
      position: relative;
      color: #333;
      font-size: 14px; }
      .banner .commonTitle .newSearch > * {
        float: left; }
      .banner .commonTitle .newSearch input {
        font-size: 16px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        width: 240px;
        height: 100%;
        border: 1px solid #ccc;
        border-right: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-indent: 5px;
        background: #F5F5F5; }
      .banner .commonTitle .newSearch button {
        background: #ffd100 url(../../images/research1.png) no-repeat 7px 11px;
        background-size: 14px 14px;
        width: 76px;
        height: 100%;
        border: none;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        padding-left: 24px;
        cursor: pointer; }
  .banner .menu {
    position: relative;
    height: 405px; }
    .banner .menu > ul {
      height: 100%;
      width: 215px;
      overflow: hidden; }
      .banner .menu > ul:hover {
        overflow-y: auto; }
    .banner .menu .menuItem.active > a {
      color: #FF2323;
      background: #fff;
      border-right: 1px solid #fff; }
      .banner .menu .menuItem.active > a .icon {
        display: none; }
    .banner .menu .menuItem.active .menuItemGroups {
      display: block; }
    .banner .menu .menuItem > a {
      display: block;
      line-height: 44px;
      width: 215px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 15px;
      background: #F5F5F5;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .banner .menu .menuItem > a .icon {
        float: right;
        margin: 17px 17px 0 0; }
    .banner .menu .menuItemGroups {
      display: none;
      position: absolute;
      top: 0;
      left: 215px;
      width: 984px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      overflow: hidden;
      padding: 15px 30px;
      box-sizing: border-box;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .banner .menu .menuItemGroups:hover {
        overflow: auto; }
      .banner .menu .menuItemGroups > li {
        overflow: hidden;
        padding-bottom: 16px;
        line-height: 28px; }
        .banner .menu .menuItemGroups > li > ul {
          overflow: hidden; }
        .banner .menu .menuItemGroups > li li {
          display: block;
          float: left;
          color: #666;
          margin-right: 5px; }
          .banner .menu .menuItemGroups > li li:first-child {
            margin-right: 10px; }
            .banner .menu .menuItemGroups > li li:first-child a {
              color: #333;
              font-weight: bold;
              margin-right: 0;
              padding: 0 5px; }
              .banner .menu .menuItemGroups > li li:first-child a:hover {
                background: #ffd100;
                color: #333; }
          .banner .menu .menuItemGroups > li li:last-child {
            margin-right: 0; }
          .banner .menu .menuItemGroups > li li a {
            display: inline-block;
            padding: 0 5px; }
          .banner .menu .menuItemGroups > li li span {
            margin-left: 5px;
            color: #bbb; }
          .banner .menu .menuItemGroups > li li:hover a {
            background: #ffd100;
            color: #333; }

.paginationWrapper {
  margin: 30px auto 0; }
