.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; }

.filter .filterItem > span {
  width: 70px; }

.filter .filterItem .item {
  width: 1092px; }

.filter .filterItem3 .item {
  width: auto; }

.filter .filterItem4 {
  margin-bottom: 4px; }

.switch {
  border-bottom: 1px solid #ffd100;
  margin: 20px 0 24px; }
  .switch .lf li {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 18px;
    color: #333;
    border: 1px solid #dddddd;
    border-bottom: none;
    background: #fff;
    margin-right: 4px; }
    .switch .lf li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
    .switch .lf li:hover {
      background: #ffd100;
      border: 1px solid #ffd100;
      border-bottom: none; }
    .switch .lf li.active {
      background: #ffd100;
      border: 1px solid #ffd100;
      border-bottom: none; }
  .switch .rt {
    line-height: 40px; }
    .switch .rt > div {
      float: left; }
    .switch .rt .phone span {
      color: #ff6600; }
    .switch .rt .pagination1 {
      margin-left: 20px; }
      .switch .rt .pagination1 > div {
        float: left; }
      .switch .rt .pagination1 .num {
        margin: 0 8px; }
      .switch .rt .pagination1 .prev {
        margin-top: 8px;
        width: 24px;
        height: 24px;
        background: url(../../images/prev-nor.png) no-repeat center center;
        cursor: pointer; }
        .switch .rt .pagination1 .prev:hover {
          background: url(../../images/prev-sel.png) no-repeat center center; }
      .switch .rt .pagination1 .next {
        margin-top: 8px;
        width: 24px;
        height: 24px;
        background: url(../../images/next-nor.png) no-repeat center center;
        cursor: pointer; }
        .switch .rt .pagination1 .next:hover {
          background: url(../../images/next-sel.png) no-repeat center center; }

.list .listItem {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff; }
  .list .listItem:hover {
    border: 1px solid #ffd100;
    -webkit-box-shadow: 0 1px 9px rgba(255, 209, 0, 0.4);
    box-shadow: 0 1px 9px rgba(255, 209, 0, 0.4); }
  .list .listItem > div:first-child {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 15px;
    margin-bottom: 12px; }
  .list .listItem > div > * {
    float: left; }
  .list .listItem .pic {
    width: 140px;
    height: 105px;
    border: 1px solid #dddddd;
    overflow: hidden; }
    .list .listItem .pic img {
      display: block;
      width: 100%;
      height: 100%; }
  .list .listItem .companyIntro {
    margin-left: 15px;
    margin-top: 10px; }
    .list .listItem .companyIntro > li:first-child {
      font-size: 18px;
      margin-bottom: 10px; }
      .list .listItem .companyIntro > li:first-child span {
        vertical-align: top;
        margin-left: 10px; }
    .list .listItem .companyIntro ul li {
      float: left;
      font-size: 16px;
      color: #888;
      margin-right: 30px; }
      .list .listItem .companyIntro ul li:last-child {
        margin-right: 0; }
      .list .listItem .companyIntro ul li div {
        vertical-align: -3px; }
      .list .listItem .companyIntro ul li span {
        font-weight: bold;
        color: #ff6600; }
  .list .listItem .morePosition {
    font-size: 16px;
    color: #ff6600;
    float: right;
    margin-top: 43px; }
  .list .listItem .recruitMsg {
    color: #999;
    position: absolute;
    right: 146px;
    top: 74px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right; }
    .list .listItem .recruitMsg li {
      line-height: 30px; }
    .list .listItem .recruitMsg em {
      color: #ff2924;
      margin-left: 26px; }
  .list .listItem .label {
    margin-top: 8px; }
    .list .listItem .label span {
      margin-right: 10px;
      display: inline-block;
      font-size: 14px;
      color: #666;
      line-height: 24x;
      background: #f5f5f5;
      border-radius: 6px;
      padding: 0 10px; }
  .list .listItem .companyHome {
    float: right;
    width: 100px;
    height: 34px;
    color: #333;
    background: #ffd100;
    border: 1px solid #ffd100;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 18px;
    line-height: 34px;
    text-align: center; }

.paginationWrapper {
  margin: 30px auto 40px; }
