.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 {
  margin-top: 0; }

.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 .lf {
  width: 880px; }
  .list .lf > ul {
    background: #fff;
    padding: 10px 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 > ul: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 > ul:hover .positionMsg p:first-child {
        color: #ff6600; }
      .list .lf > ul:hover .btn div {
        background: #ffd100; }
    .list .lf > ul.hot .icon-hot_icon {
      display: block; }
  .list .lf li {
    float: left; }
  .list .lf .pic {
    width: 140px;
    height: 105px;
    border: 1px solid #dddddd;
    overflow: hidden; }
    .list .lf .pic img {
      display: block;
      width: 100%;
      height: 100%; }
  .list .lf .positionMsg {
    font-size: 18px;
    margin-left: 20px;
    padding-top: 4px;
    width: 250px; }
    .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-size: 14px;
        max-width: 215px;
        font-weight: bold; }
      .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 5px; }
    .list .lf .positionMsg p:nth-child(2) {
      color: #FF2924;
      margin-top: 12px; }
      .list .lf .positionMsg p:nth-child(2) span {
        font-weight: bold; }
    .list .lf .positionMsg p:nth-child(3) {
      margin-top: 18px;
      font-size: 14px; }
  .list .lf .companyMsg {
    margin-left: 40px;
    padding-top: 5px;
    color: #666; }
    .list .lf .companyMsg p {
      margin-bottom: 14px; }
      .list .lf .companyMsg p:last-child {
        margin-bottom: 0; }
    .list .lf .companyMsg p:nth-child(1) {
      font-size: 14px;
      position: relative; }
      .list .lf .companyMsg p:nth-child(1) em {
        display: inline-block;
        width: 210px; }
      .list .lf .companyMsg p:nth-child(1) span {
        margin-left: 6px; }
    .list .lf .companyMsg p:nth-child(2) {
      color: #999; }
    .list .lf .companyMsg p:nth-child(3) span {
      display: inline-block;
      font-size: 14px;
      color: #666;
      line-height: 24px;
      background: #f5f5f5;
      border-radius: 6px;
      padding: 0 10px;
      margin-right: 10px; }
    .list .lf .companyMsg p:nth-child(3) span:last-child {
      margin-right: 0; }
  .list .lf .btn {
    float: right;
    margin-right: 32px;
    padding-top: 25px; }
    .list .lf .btn div {
      width: 90px;
      line-height: 34px;
      text-align: center;
      background: #eee;
      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,
  .list .rt .bottom {
    border: 1px solid #dddddd;
    background: #fff;
    border-radius: 6px; }
    .list .rt .top a:last-child ul,
    .list .rt .bottom 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 div {
      margin-right: 6px;
      vertical-align: middle; }
  .list .rt ul {
    padding: 10px 14px 14px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer; }
    .list .rt ul:hover li:first-child {
      color: #ff6600; }
    .list .rt ul li {
      margin-bottom: 10px; }
    .list .rt ul li:last-child {
      margin-bottom: 0; }
    .list .rt ul li:first-child {
      font-size: 16px; }
    .list .rt ul li:nth-child(2) {
      font-size: 12px;
      color: #888;
      margin-bottom: 8px; }
    .list .rt ul li:nth-child(3) {
      color: #FF2924;
      margin-bottom: 8px; }
      .list .rt ul li:nth-child(3) span {
        font-size: 16px;
        font-weight: bold; }
    .list .rt ul li:nth-child(4) span {
      display: inline-block;
      font-size: 14px;
      color: #666;
      line-height: 24px;
      background: #f5f5f5;
      border-radius: 6px;
      padding: 0 10px;
      margin-right: 10px; }
    .list .rt ul li:nth-child(4) span:last-child {
      margin-right: 0; }

.paginationWrapper {
  width: 880px;
  margin: 18px 0 40px; }

.positionTypeSelect .option {
  width: 700px; }
  .positionTypeSelect .option > div.parent {
    width: 29%; }
  .positionTypeSelect .option > div.child {
    width: 29%; }
  .positionTypeSelect .option > div.grandchild {
    width: 29%; }
  .positionTypeSelect .option > div.btn {
    height: 100%;
    width: 13%; }
    .positionTypeSelect .option > div.btn .submit {
      position: absolute;
      right: 8px;
      bottom: 14px;
      cursor: pointer;
      width: 88px;
      height: 31px;
      background: #ffd100;
      border-radius: 4px;
      line-height: 31px;
      text-align: center;
      color: #333; }

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