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

.filter .filterItem3 {
  margin-top: 0; }

.filterParttime {
  margin-bottom: 14px; }
  .filterParttime .nav a {
    font-size: 16px;
    display: inline-block;
    margin-right: 40px;
    line-height: 50px;
    padding-bottom: 10px;
    font-weight: bold; }
    .filterParttime .nav a:hover {
      color: #ff6600; }
    .filterParttime .nav a.active {
      color: #ff6600; }
  .filterParttime .filterParttimeItem {
    display: none;
    position: relative;
    background: #f4f7fc;
    border: 1px solid #dddddd;
    padding: 10px 13px 5px; }
    .filterParttime .filterParttimeItem:first-child {
      display: block; }
    .filterParttime .filterParttimeItem:nth-child(2) .icon-jiao1 {
      left: 110px; }
    .filterParttime .filterParttimeItem:nth-child(3) .icon-jiao1 {
      left: 210px; }
    .filterParttime .filterParttimeItem:nth-child(4) .icon-jiao1 {
      left: 325px; }
    .filterParttime .filterParttimeItem .icon-jiao1 {
      position: absolute;
      left: 20px;
      top: -8px; }
    .filterParttime .filterParttimeItem a {
      display: inline-block;
      line-height: 28px;
      padding: 0 7px;
      border-radius: 6px;
      margin-right: 11px;
      margin-bottom: 5px; }
      .filterParttime .filterParttimeItem a.active {
        background: #ffd100; }
      .filterParttime .filterParttimeItem a:hover {
        background: #ffd100; }

.parttimePeriod {
  margin-bottom: 20px; }
  .parttimePeriod .parttimePeriodSelect {
    position: relative;
    z-index: 30;
    float: left;
    margin-right: 10px;
    margin-top: -.5px; }
    .parttimePeriod .parttimePeriodSelect input {
      cursor: pointer;
      height: 26px;
      border: 1px solid #dddddd;
      text-indent: 10px;
      width: 106px;
      background: url(../../images/pulldown1.png) no-repeat right 5px top 10px; }
    .parttimePeriod .parttimePeriodSelect .table {
      display: none;
      position: absolute;
      top: 27px;
      left: 0;
      vertical-align: top;
      width: 442px;
      border: 1px solid #e1e1e1;
      background: #fff;
      z-index: 5; }
      .parttimePeriod .parttimePeriodSelect .table td {
        width: 70px;
        text-align: center; }
      .parttimePeriod .parttimePeriodSelect .table td:first-child {
        width: 52px; }
      .parttimePeriod .parttimePeriodSelect .table .th {
        height: 38px;
        background: #f4f7fc; }
      .parttimePeriod .parttimePeriodSelect .table .td {
        height: 36px; }
        .parttimePeriod .parttimePeriodSelect .table .td td {
          border-top: 1px solid #e1e1e1;
          border-right: 1px solid #e1e1e1; }
      .parttimePeriod .parttimePeriodSelect .table .bottom {
        height: 42px; }
        .parttimePeriod .parttimePeriodSelect .table .bottom td {
          padding-left: 14px;
          text-align: left; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .checkboxLable {
          margin-right: 16px; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .sureBtn {
          cursor: pointer;
          margin: 0 20px;
          display: inline-block;
          width: 52px;
          height: 24px;
          color: #333;
          background: #ffd100;
          border: 1px solid #ffd100;
          outline: none;
          cursor: pointer;
          border-radius: 0;
          font-size: 14px;
          line-height: 24px;
          text-align: center; }
        .parttimePeriod .parttimePeriodSelect .table .bottom .cancelBtn {
          cursor: pointer;
          display: inline-block;
          text-decoration: underline; }
      .parttimePeriod .parttimePeriodSelect .table .checkboxLable {
        display: inline-block;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable i {
          border: 1px solid #dddddd;
          display: inline-block;
          width: 16px;
          height: 16px;
          background: #fff;
          cursor: pointer;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: middle; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable em {
          margin-left: 3px; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable input:checked + i {
          border: 1px solid #ff6600;
          width: 16px;
          height: 16px;
          background: url(../../images/checked.png) no-repeat center center; }
        .parttimePeriod .parttimePeriodSelect .table .checkboxLable input {
          width: 16px;
          height: 16px;
          display: none; }

.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 {
  margin-bottom: 40px; }
  .list .lf {
    width: 880px; }
    .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 .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 .lf .listItem:hover .companyMsg p:nth-child(3) span {
          -webkit-transition: all .3s;
          transition: all .3s;
          background: #ff6600;
          color: #fff; }
        .list .lf .listItem:hover .positionMsg p:first-child {
          color: #ff6600; }
    .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: 0; }
        .list .lf .positionMsg p:nth-child(1) > * {
          display: inline-block;
          vertical-align: middle; }
        .list .lf .positionMsg p:nth-child(1) span {
          font-weight: bold;
          font-size: 18px;
          max-width: 130px; }
        .list .lf .positionMsg p:nth-child(1) .label {
          display: inline-block;
          font-size: 12px;
          color: #fff;
          line-height: 18px;
          background: #ff6600;
          border-radius: 9px;
          padding: 0 7px; }
    .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; }
  .list .rt {
    width: 300px; }
    .list .rt .top {
      border: 1px solid #dddddd;
      background: #fff;
      border-radius: 6px; }
      .list .rt .top:first-child {
        display: none; }
      .list .rt .top.last-child {
        margin-bottom: 0; }
      .list .rt .top a:last-child ul {
        border-bottom: none; }
    .list .rt .top {
      margin-bottom: 20px; }
    .list .rt .title {
      line-height: 40px;
      border-bottom: 1px solid #dddddd;
      padding-left: 14px; }
      .list .rt .title:hover > a {
        color: #ff6600; }
        .list .rt .title:hover > a .icon-more3 {
          display: inline-block; }
        .list .rt .title:hover > a .icon-more2 {
          display: none; }
      .list .rt .title div {
        vertical-align: middle; }
      .list .rt .title > div {
        float: left;
        font-size: 16px;
        font-weight: bold; }
        .list .rt .title > div div {
          margin-right: 6px;
          vertical-align: -4px; }
      .list .rt .title > a {
        float: right; }
        .list .rt .title > a div {
          margin: 0 15px 0 6px; }
        .list .rt .title > a .icon-more3 {
          display: none; }
    .list .rt .listItem1 {
      padding: 10px 14px 14px;
      border-bottom: 1px solid #dddddd;
      cursor: pointer; }
      .list .rt .listItem1 li:first-child p {
        float: left;
        width: 60%;
        font-size: 16px; }
      .list .rt .listItem1 li:first-child > div {
        float: right;
        text-align: right;
        width: 40%;
        color: #ff2924; }
        .list .rt .listItem1 li:first-child > div span {
          font-size: 16px;
          font-weight: bold;
          margin-right: 5px; }
      .list .rt .listItem1:hover li:first-child p {
        color: #ff6600; }
      .list .rt .listItem1 li {
        margin-bottom: 10px; }
      .list .rt .listItem1 li:last-child {
        margin-bottom: 0; }
      .list .rt .listItem1 li:nth-child(2),
      .list .rt .listItem1 li:nth-child(3) {
        font-size: 12px;
        color: #888; }

.paginationWrapper {
  width: 880px;
  margin: 30px 0 0; }

.filter {
  position: relative; }

.newSearch {
  position: absolute;
  top: 17px;
  right: 15px;
  height: 34px;
  width: 320px;
  color: #333;
  font-size: 14px; }
  .newSearch > * {
    float: left; }
  .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: #fff; }
  .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; }
