
.left-side-bar {
  width: 140px;
  z-index: 10;
  position: fixed; }
  .left-side-bar .site-logo {
    max-width: 140px;
    max-height: 45px;
    margin-bottom: 20px; }
  .left-side-bar .left-side-menu {
    float: right;
    width: 110px;
    font-size: 16px; }
    .left-side-bar .left-side-menu .first-box {
      text-align: center;
      height: 40px;
      line-height: 40px;
      background: #07d27e;
      color: #fff;
      border-radius: 2px; }
    .left-side-bar .left-side-menu .menu-list {
      margin-top: 2px; }
      .left-side-bar .left-side-menu .menu-list li {
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        margin-bottom: 2px; }
        .left-side-bar .left-side-menu .menu-list li a {
          display: block;
          color: #5c5c5c;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .left-side-bar .left-side-menu .menu-list li a:hover {
            background: #07d27e;
            color: #fff; }
        .left-side-bar .left-side-menu .menu-list li .side-more {
          position: absolute;
          left: 110px;
          top: 0;
          width: 232px;
          background: #fff;
          border: 1px solid #e5eef2;
          border-radius: 2px;
          padding: 4px 0;
          z-index: 10;
          display: none; }
          .left-side-bar .left-side-menu .menu-list li .side-more a {
            float: left;
            display: inline-block;
            width: 110px;
            height: 40px;
            line-height: 40px;
            margin: 0 0 0 4px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            padding: 0; }
            .left-side-bar .left-side-menu .menu-list li .side-more a:hover {
              background: #07d27e;
              color: #fff;
              border-radius: 2px; }

.content {
  /*float: left;*/
  margin-left: 170px; }
  .content .contentBar {
    margin: 20px 0; }
    .content .contentBar a {
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 24px;
      color: #999999 !important;
      opacity: 1;
      color: #999999; }
  .content .content_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 1180px; }
    .content .content_wrapper .home-content-right {
      margin-top: 0; }
      .content .content_wrapper .home-content-right .copyright {
        margin-top: 18px;
        width: 304px;
        padding: 18px;
        background-color: #F0F5F8;
        border-radius: 2px; }
        .content .content_wrapper .home-content-right .copyright .copyright_text {
          display: block;
          font-size: 14px;
          line-height: 22px;
          color: #000000; }
  .content .content-left {
    float: left;
    flex: 1;
    width: 924px; }
    .content .content-left .banner-turn {
      display: block;
      width: 690px;
      height: 240px;
      overflow: hidden;
      position: relative; }
      .content .content-left .banner-turn .bd {
        width: 690px;
        height: 240px;
        position: relative; }
        .content .content-left .banner-turn .bd .txt-bg {
          position: absolute;
          bottom: 0;
          z-index: 1;
          height: 75px;
          width: 100%;
          /*background: url(icon/small-mark.png) repeat-x;*/
          overflow: hidden; }
        .content .content-left .banner-turn .bd ul li {
          display: block;
          position: relative; }
          .content .content-left .banner-turn .bd ul li img {
            display: block;
            width: 690px;
            height: 240px; }
          .content .content-left .banner-turn .bd ul li .txt {
            position: absolute;
            bottom: 10px;
            z-index: 2;
            width: 260px;
            height: 30px;
            color: #fff;
            padding: 0 20px;
            line-height: 30px;
            font-size: 15px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
      .content .content-left .banner-turn .hd {
        position: absolute;
        bottom: 15px;
        height: 2px;
        right: 20px;
        z-index: 3; }
        .content .content-left .banner-turn .hd ul li {
          display: inline-block;
          width: 10px;
          height: 2px;
          background: #6d6d6d;
          filter: alpha(opacity=40);
          opacity: 0.4;
          text-indent: -9999px; }
          .content .content-left .banner-turn .hd ul li.on {
            background: #fff;
            filter: alpha(opacity=100);
            opacity: 1; }
    .content .content-left .text {
      font-size: 14px;
      color: #666;
      text-align: center; }
    .content .content-left .defalut-box .icon-defalut {
      display: block;
      width: 320px;
      height: 240px;
      margin: 130px auto 20px;
      background: url("../image/no_result.png") center center no-repeat;
      background-size: 320px 240px; }
  .content .content-right {
    float: left;
    width: 200px;
    border: 1px solid #EDEDED;
    padding: 20px;
    margin: 0px 0 0 30px;
    height: auto !important; }
    .content .content-right .inner-box {
      padding: 25px;
      background: #fff;
      border: 1px solid #e5eef2;
      border-radius: 2px;
      box-sizing: border-box;
      position: relative; }
      .content .content-right .inner-box .offical {
        position: absolute;
        top: 8px;
        right: -18px; }
        .content .content-right .inner-box .offical img {
          width: 96px;
          height: 54px; }
      .content .content-right .inner-box .qiye-title {
        display: block;
        position: absolute;
        width: 238px;
        height: 38px;
        top: -19px;
        margin-left: 30px;
        background: url(../image/icon-detail.png) 0 -620px no-repeat; }
    .content .content-right .avatar-info {
      text-align: center; }
      .content .content-right .avatar-info .pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 16px; }
      .content .content-right .avatar-info-title {
        font-size: 16px;
        color: #000;
        margin-bottom: 20px; }
      .content .content-right .avatar-info-time {
        font-size: 14px;
        color: #666; }
    .content .content-right .sub-title {
      font-size: 12px;
      color: #999999;
      text-align: center;
      margin: 20px auto;
      position: relative;
      width: 230px;
      font-style: italic; }
      .content .content-right .sub-title:before {
        display: block;
        position: absolute;
        top: 9px;
        content: '';
        width: 80px;
        height: 1px;
        background: #e5e5e5; }
      .content .content-right .sub-title:after {
        display: block;
        position: absolute;
        right: 0;
        top: 9px;
        content: '';
        width: 80px;
        height: 1px;
        background: #e5e5e5; }
    .content .content-right .other-info dl {
      margin: 0 auto 10px;
      font-size: 14px;
      display: flex; }
      .content .content-right .other-info dl .w_66 {
        width: 60px; }
      .content .content-right .other-info dl .h4_more {
        -webkit-line-clamp: 4; }
      .content .content-right .other-info dl dt {
        float: left;
        display: block;
        width: 95px;
        text-align: right;
        color: #000;
        font-weight: bold; }
      .content .content-right .other-info dl dd {
        float: left;
        width: 188px;
        margin-left: 10px;
        color: #999; }
        .content .content-right .other-info dl dd .limit-introduce {
          height: 95px;
          overflow: hidden; }
    .content .content-right .rz-box {
      width: 120px;
      margin: 0 auto; }
      .content .content-right .rz-box .qiye {
        float: left;
        display: block;
        width: 44px;
        height: 52px;
        margin-right: 30px;
        background: url(../image/icon-detail.png) -145px -47px no-repeat; }
        .content .content-right .rz-box .qiye.on {
          background-position: -141px -118px; }
      .content .content-right .rz-box .geren {
        float: left;
        display: block;
        width: 42px;
        height: 49px;
        background: url(../image/icon-detail.png) 0 -201px no-repeat; }
        .content .content-right .rz-box .geren.on {
          background-position: -70px -198px; }
    .content .content-right .more-info ul li {
      margin-bottom: 20px;
      position: relative; }
      .content .content-right .more-info ul li .chengjiao {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 38px;
        height: 31px;
        background: url(../image/icon-detail.png) -141px -206px no-repeat; }
      .content .content-right .more-info ul li a {
        display: block; }
        .content .content-right .more-info ul li a .pic {
          float: left;
          width: 50px;
          height: 50px;
          margin-right: 13px; }
          .content .content-right .more-info ul li a .pic img {
            display: block;
            width: 100%;
            height: 100%; }
        .content .content-right .more-info ul li a .detail {
          float: left;
          width: 200px;
          font-size: 12px; }
          .content .content-right .more-info ul li a .detail .stitle {
            height: 32px;
            color: #000;
            overflow: hidden;
            margin-bottom: 4px; }
          .content .content-right .more-info ul li a .detail .date {
            color: #999; }
    .content .content-right .no-more {
      font-size: 12px;
      color: #999;
      text-align: center;
      line-height: 1.8; }
      .content .content-right .no-more a {
        font-style: italic;
        color: #208eda;
        margin: 0 5px; }
    .content .content-right .common_title {
      margin-bottom: 16px; }
    .content .content-right .list-content_tuwen_m0 {
      margin-top: 0; }
    .content .content-right .list_content_tuwen {
      margin-top: 24px;
      cursor: pointer; }
      .content .content-right .list_content_tuwen .showimg {
        width: 200px;
        height: 150px;
        position: relative; }
        .content .content-right .list_content_tuwen .showimg .videoIcon {
          position: absolute;
          width: 50px;
          height: 50px;
          position: absolute;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
      .content .content-right .list_content_tuwen .getmoney {
        margin-top: 14px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FF6633; }
        .content .content-right .list_content_tuwen .getmoney span {
          font-size: 12px; }
      .content .content-right .list_content_tuwen .text_content {
        margin-top: 13px;
        width: 200px;
        line-height: 22px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #222222;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .content .content-right .list_content_tuwen .m_8 {
        margin-top: 5px; }
      .content .content-right .list_content_tuwen .text_content_one {
        margin-top: 8px;
        width: 200px;
        line-height: 22px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #222222;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      .content .content-right .list_content_tuwen .other_info {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        font-size: 12px;
        line-height: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999; }
        .content .content-right .list_content_tuwen .other_info > div:first-child span:nth-child(2) {
          margin-left: 7px; }
        .content .content-right .list_content_tuwen .other_info .tag span {
          background: rgba(1, 175, 99, 0.15);
          color: #01AF63;
          padding: 1px 8px; }
      .content .content-right .list_content_tuwen .other_info_mt8 {
        margin-top: 8px; }
    .content .content-right .m14_b20 {
      margin: 14px 0 20px 0;
      width: 100%;
      height: 1px;
      background-color: #EDEDED; }
    .content .content-right .m20_b20 {
      margin: 20px 0 20px 0;
      width: 100%;
      height: 1px;
      background-color: #EDEDED; }
    .content .content-right .list_content_zhaopin {
      margin-top: 20px;
      overflow: hidden;
      cursor: pointer; }
      .content .content-right .list_content_zhaopin .text_content {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 22px;
        color: #222222;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%; }
      .content .content-right .list_content_zhaopin .money {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #FF6633;
        margin-top: 8px; }
      .content .content-right .list_content_zhaopin .lab {
        margin: 9px 0 0 0;
        height: 18px;
        overflow: hidden;
        width: 400px;
        width: 200px;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row; }
        .content .content-right .list_content_zhaopin .lab span {
          font-size: 12px;
          color: #61687c;
          padding: 0px 10px 0 0;
          white-space: nowrap;
          border-left: 1px solid #cccccc; }
      .content .content-right .list_content_zhaopin .lab span:first-child {
        padding: 0 10px 0 0;
        border: none; }
      .content .content-right .list_content_zhaopin .labZhaoPin span {
        padding: 0 10px !important; }
      .content .content-right .list_content_zhaopin .labZhaoPin span:first-child {
        padding: 0 10px 0 0 !important; }
      .content .content-right .list_content_zhaopin .other_info {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999; }
        .content .content-right .list_content_zhaopin .other_info > div:first-child span:nth-child(2) {
          margin-left: 7px; }
        .content .content-right .list_content_zhaopin .other_info .tag span {
          background: rgba(1, 175, 99, 0.15);
          color: #01AF63;
          padding: 1px 8px; }
  .content .home_content_wrapper {
    width: 1030px; }
    .content .home_content_wrapper .searchtxt {
      width: 525px !important; }
    .content .home_content_wrapper .banner-turn {
      width: 660px !important; }
      .content .home_content_wrapper .banner-turn .bd {
        width: 660px !important; }
        .content .home_content_wrapper .banner-turn .bd ul li img {
          width: 660px !important; }
      .content .home_content_wrapper .banner-turn .hd {
        position: absolute;
        bottom: 15px;
        height: 2px;
        right: 20px;
        z-index: 3; }
        .content .home_content_wrapper .banner-turn .hd ul li {
          display: inline-block;
          width: 10px;
          height: 2px;
          background: #6d6d6d;
          filter: alpha(opacity=40);
          opacity: 0.4;
          text-indent: -9999px; }
          .content .home_content_wrapper .banner-turn .hd ul li.on {
            background: #fff;
            filter: alpha(opacity=100);
            opacity: 1; }

.content_middle_detail {
  display: flex;
  justify-content: space-between; }

.content-left_detail {
  flex: 1;
  width: 878px; }
  .content-left_detail .banner-turn {
    display: block;
    width: 690px;
    height: 240px;
    overflow: hidden;
    position: relative; }
    .content-left_detail .banner-turn .bd {
      width: 690px;
      height: 240px;
      position: relative; }
      .content-left_detail .banner-turn .bd .txt-bg {
        position: absolute;
        bottom: 0;
        z-index: 1;
        height: 75px;
        width: 100%;
        /*background: url(icon/small-mark.png) repeat-x;*/
        overflow: hidden; }
      .content-left_detail .banner-turn .bd ul li {
        display: block;
        position: relative; }
        .content-left_detail .banner-turn .bd ul li img {
          display: block;
          width: 690px;
          height: 240px; }
        .content-left_detail .banner-turn .bd ul li .txt {
          position: absolute;
          bottom: 10px;
          z-index: 2;
          width: 260px;
          height: 30px;
          color: #fff;
          padding: 0 20px;
          line-height: 30px;
          font-size: 15px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    .content-left_detail .banner-turn .hd {
      position: absolute;
      bottom: 15px;
      height: 2px;
      right: 20px;
      z-index: 3; }
      .content-left_detail .banner-turn .hd ul li {
        display: inline-block;
        width: 10px;
        height: 2px;
        background: #6d6d6d;
        filter: alpha(opacity=40);
        opacity: 0.4;
        text-indent: -9999px; }
        .content-left_detail .banner-turn .hd ul li.on {
          background: #fff;
          filter: alpha(opacity=100);
          opacity: 1; }
  .content-left_detail .text {
    font-size: 14px;
    color: #666;
    text-align: center; }
  .content-left_detail .defalut-box .icon-defalut {
    display: block;
    width: 320px;
    height: 240px;
    margin: 130px auto 20px;
    background: url("../image/no_result.png") center center no-repeat;
    background-size: 320px 240px; }

.content_right_detail_zhaopin > div {
  width: 200px !important;
  margin: 0px 0 20px 33px !important; }
.content_right_detail_zhaopin .other_info {
  width: 202px !important; }

.content-right_detail > div {
  border: 1px solid #EDEDED;
  padding: 20px;
  width: 233px;
  margin: 0px 0 20px 20px; }
.content-right_detail .other_info {
  width: 235px;
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  cursor: pointer; }
  .content-right_detail .other_info .list_list_content_tuwen_m0 {
    margin-top: 0 !important; }
  .content-right_detail .other_info > .img {
    width: 100px;
    height: 75px; }
  .content-right_detail .other_info .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 8px; }
    .content-right_detail .other_info .text > div:first-child {
      width: 127px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 22px;
      color: #222222; }
  .content-right_detail .other_info .tag {
    font-size: 12px;
    height: 14px;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400; }
    .content-right_detail .other_info .tag > span {
      background: rgba(1, 175, 99, 0.15);
      color: #01AF63;
      padding: 1px 8px; }
.content-right_detail .other_look {
  width: 235px;
  margin-left: 20px; }
  .content-right_detail .other_look .list_list_content_tuwen_m0 {
    margin-top: 0 !important; }
  .content-right_detail .other_look .has_price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6633;
    margin-top: 14px; }
    .content-right_detail .other_look .has_price span {
      font-size: 12px; }
  .content-right_detail .other_look .list_content_tuwen {
    margin-top: 24px;
    cursor: pointer; }
    .content-right_detail .other_look .list_content_tuwen > .img {
      width: 235px;
      height: 175px;
      background-color: rgba(0, 0, 0, 0.15);
      position: relative; }
      .content-right_detail .other_look .list_content_tuwen > .img .videoIcon {
        width: 45px;
        height: 45px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
    .content-right_detail .other_look .list_content_tuwen .getmoney {
      margin-top: 14px;
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #FF6633; }
    .content-right_detail .other_look .list_content_tuwen .text_content {
      margin-top: 16px;
      width: 235px;
      line-height: 22px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #222222;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .content-right_detail .other_look .list_content_tuwen .m5 {
      margin-top: 5px; }
    .content-right_detail .other_look .list_content_tuwen .text_content_one {
      margin-top: 8px;
      width: 200px;
      line-height: 22px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #222222;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .content-right_detail .other_look .list_content_tuwen .other_info {
      display: flex;
      justify-content: space-between;
      margin-top: 10px;
      font-size: 12px;
      line-height: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #999999; }
      .content-right_detail .other_look .list_content_tuwen .other_info > div:first-child span:nth-child(2) {
        margin-left: 7px; }
    .content-right_detail .other_look .list_content_tuwen .other_info_mt8 {
      margin-top: 8px; }
.content-right_detail .m14_b20 {
  margin: 14px 0 20px;
  border-top: 1px solid #EDEDED; }
.content-right_detail .m20_b20 {
  margin: 20px 0;
  border-top: 1px solid #EDEDED; }
.content-right_detail .other_info_zhaopin_m18 {
  margin-bottom: 18px; }
.content-right_detail .other_info_zhaopin {
  font-family: MicrosoftYaHei;
  cursor: pointer;
  /*.lab span:first-child{
      margin: 0 10px 0 0;
  }*/ }
  .content-right_detail .other_info_zhaopin .title {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .content-right_detail .other_info_zhaopin .has_price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #FF6633; }
    .content-right_detail .other_info_zhaopin .has_price span {
      font-size: 11px; }
  .content-right_detail .other_info_zhaopin > div:last-child {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
    font-size: 12px;
    font-weight: 400;
    color: #999999; }
    .content-right_detail .other_info_zhaopin > div:last-child span:last-child {
      margin-left: 10px; }
  .content-right_detail .other_info_zhaopin .address {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #999999; }
  .content-right_detail .other_info_zhaopin .lab {
    margin: 9px 0 0 0;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden; }
    .content-right_detail .other_info_zhaopin .lab span {
      font-size: 14px;
      color: #61687c;
      padding: 0px 10px 0 0;
      white-space: nowrap;
      border-left: 1px solid #cccccc;
      background: #fff; }
  .content-right_detail .other_info_zhaopin .lab span:first-child {
    padding: 0 9px 0 0;
    border: none; }
  .content-right_detail .other_info_zhaopin .labZhaoPin span {
    padding: 0 9px !important; }
  .content-right_detail .other_info_zhaopin .labZhaoPin span:first-child {
    padding: 0 9px 0 0 !important; }
.content-right_detail .other_info_pinche {
  font-family: MicrosoftYaHei; }
  .content-right_detail .other_info_pinche .title {
    font-size: 14px;
    font-weight: 400;
    color: #222222; }
  .content-right_detail .other_info_pinche .has_price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #FF6633; }
    .content-right_detail .other_info_pinche .has_price span {
      font-size: 11px; }
  .content-right_detail .other_info_pinche .other_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px; }
    .content-right_detail .other_info_pinche .other_info > div:first-child {
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 0px;
      color: #999999; }
      .content-right_detail .other_info_pinche .other_info > div:first-child spam:last-child {
        margin-left: 7px; }

.zhaopin-list ul li {
  align-items: center; }
.zhaopin-list .company-name {
  margin-left: 50px !important; }

.news-list ul li, .house-list ul li, .chunwz-list ul li {
  width: calc(100%-10px);
  padding: 20px 10px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  /*.list_right_info {
      margin-right: 160px;
  }*/ }
  .news-list ul li .icon-cj, .house-list ul li .icon-cj, .chunwz-list ul li .icon-cj {
    display: block;
    width: 58.7px;
    overflow: hidden;
    position: absolute;
    /*bottom: 23px;*/
    right: 0px;
    z-index: 10;
    background-size: 100% 100% !important;
    height: 48px; }
  .news-list ul li li:last-child, .house-list ul li li:last-child, .chunwz-list ul li li:last-child {
    border-bottom: 0; }
  .news-list ul li .img, .house-list ul li .img, .chunwz-list ul li .img {
    width: 140px;
    height: 108px;
    margin-right: 16px;
    background: #f1f1f1;
    align-items: flex-start;
    position: relative; }
    .news-list ul li .img .videoIcon, .house-list ul li .img .videoIcon, .chunwz-list ul li .img .videoIcon {
      width: 45px;
      height: 45px;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
    .news-list ul li .img span, .house-list ul li .img span, .chunwz-list ul li .img span {
      display: block;
      width: 140px !important;
      height: 108px !important;
      background: url("https://xinxi.beihai365.com/static/fenleiPcV2/images/158x100.png") no-repeat center center;
      background-size: cover;
      border-radius: 2px; }
  .news-list ul li .list_info, .news-list ul li .info, .house-list ul li .list_info, .house-list ul li .info, .chunwz-list ul li .list_info, .chunwz-list ul li .info {
    flex: 1;
    /*height: 100px;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*.lab span:first-child{
        margin: 0 10px 0 0;
    }*/ }
    .news-list ul li .list_info a, .news-list ul li .info a, .house-list ul li .list_info a, .house-list ul li .info a, .chunwz-list ul li .list_info a, .chunwz-list ul li .info a {
      cursor: default; }
      .news-list ul li .list_info a .title-wrap, .news-list ul li .info a .title-wrap, .house-list ul li .list_info a .title-wrap, .house-list ul li .info a .title-wrap, .chunwz-list ul li .list_info a .title-wrap, .chunwz-list ul li .info a .title-wrap {
        /*max-height: 52px;
        overflow: hidden*/ }
        .news-list ul li .list_info a .title-wrap .title, .news-list ul li .info a .title-wrap .title, .house-list ul li .list_info a .title-wrap .title, .house-list ul li .info a .title-wrap .title, .chunwz-list ul li .list_info a .title-wrap .title, .chunwz-list ul li .info a .title-wrap .title {
          display: table-cell;
          overflow: hidden;
          vertical-align: middle; }
          .news-list ul li .list_info a .title-wrap .title h3, .news-list ul li .info a .title-wrap .title h3, .house-list ul li .list_info a .title-wrap .title h3, .house-list ul li .info a .title-wrap .title h3, .chunwz-list ul li .list_info a .title-wrap .title h3, .chunwz-list ul li .info a .title-wrap .title h3 {
            font-size: 20px;
            font-weight: normal;
            cursor: pointer;
            word-break: break-all;
            color: #000000;
            width: 480px;
            line-height: 26px;
            max-height: 52px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .news-list ul li .list_info a .title-wrap .title h3 .list_category_name, .news-list ul li .info a .title-wrap .title h3 .list_category_name, .house-list ul li .list_info a .title-wrap .title h3 .list_category_name, .house-list ul li .info a .title-wrap .title h3 .list_category_name, .chunwz-list ul li .list_info a .title-wrap .title h3 .list_category_name, .chunwz-list ul li .info a .title-wrap .title h3 .list_category_name {
              position: relative;
              top: -2px;
              margin-right: 6px;
              background: rgba(7, 210, 126, 0.8);
              color: white;
              border-radius: 2px;
              padding: 0 4px;
              display: inline-block;
              height: 18px;
              line-height: 18px;
              font-size: 12px; }
          .news-list ul li .list_info a .title-wrap .title .link-zhaopin, .news-list ul li .info a .title-wrap .title .link-zhaopin, .house-list ul li .list_info a .title-wrap .title .link-zhaopin, .house-list ul li .info a .title-wrap .title .link-zhaopin, .chunwz-list ul li .list_info a .title-wrap .title .link-zhaopin, .chunwz-list ul li .info a .title-wrap .title .link-zhaopin {
            width: 400px; }
          .news-list ul li .list_info a .title-wrap .title .link-price, .news-list ul li .info a .title-wrap .title .link-price, .house-list ul li .list_info a .title-wrap .title .link-price, .house-list ul li .info a .title-wrap .title .link-price, .chunwz-list ul li .list_info a .title-wrap .title .link-price, .chunwz-list ul li .info a .title-wrap .title .link-price {
            width: 454px; }
    .news-list ul li .list_info ._offical, .news-list ul li .info ._offical, .house-list ul li .list_info ._offical, .house-list ul li .info ._offical, .chunwz-list ul li .list_info ._offical, .chunwz-list ul li .info ._offical {
      height: 18px;
      line-height: 18px;
      display: inline-block;
      text-align: center;
      margin-left: 10px;
      background-color: #B98C4B;
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      border-radius: 4px;
      color: #FFFFFF;
      padding: 0 6px; }
    .news-list ul li .list_info .lab, .news-list ul li .info .lab, .house-list ul li .list_info .lab, .house-list ul li .info .lab, .chunwz-list ul li .list_info .lab, .chunwz-list ul li .info .lab {
      margin: 5px 0 0 0;
      height: 18px;
      line-height: 18px;
      overflow: hidden;
      width: 220px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center; }
      .news-list ul li .list_info .lab span, .news-list ul li .info .lab span, .house-list ul li .list_info .lab span, .house-list ul li .info .lab span, .chunwz-list ul li .list_info .lab span, .chunwz-list ul li .info .lab span {
        font-size: 12px;
        color: #61687c;
        padding: 0px 10px;
        white-space: nowrap;
        border-left: 1px solid #cccccc; }
    .news-list ul li .list_info .lab span:first-child, .news-list ul li .info .lab span:first-child, .house-list ul li .list_info .lab span:first-child, .house-list ul li .info .lab span:first-child, .chunwz-list ul li .list_info .lab span:first-child, .chunwz-list ul li .info .lab span:first-child {
      padding: 0 10px 0 0;
      border: none !important; }
    .news-list ul li .list_info .lab_t0_m8, .news-list ul li .info .lab_t0_m8, .house-list ul li .list_info .lab_t0_m8, .house-list ul li .info .lab_t0_m8, .chunwz-list ul li .list_info .lab_t0_m8, .chunwz-list ul li .info .lab_t0_m8 {
      margin: 0 !important;
      height: 18px;
      line-height: 18px;
      padding-left: 10px; }
    .news-list ul li .list_info .labZhaoPin span, .news-list ul li .info .labZhaoPin span, .house-list ul li .list_info .labZhaoPin span, .house-list ul li .info .labZhaoPin span, .chunwz-list ul li .list_info .labZhaoPin span, .chunwz-list ul li .info .labZhaoPin span {
      padding: 0 10px !important; }
    .news-list ul li .list_info .date, .news-list ul li .info .date, .house-list ul li .list_info .date, .house-list ul li .info .date, .chunwz-list ul li .list_info .date, .chunwz-list ul li .info .date {
      display: flex;
      /*margin-top: 8px;*/
      font-size: 14px;
      color: #999;
      margin-top: 10px;
      align-items: center; }
      .news-list ul li .list_info .date .zhiding, .news-list ul li .info .date .zhiding, .house-list ul li .list_info .date .zhiding, .house-list ul li .info .date .zhiding, .chunwz-list ul li .list_info .date .zhiding, .chunwz-list ul li .info .date .zhiding {
        margin-right: 10px; }
    .news-list ul li .list_info .content_short, .news-list ul li .info .content_short, .house-list ul li .list_info .content_short, .house-list ul li .info .content_short, .chunwz-list ul li .list_info .content_short, .chunwz-list ul li .info .content_short {
      margin-top: 10px;
      height: 14px;
      line-height: 14px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #999999;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    .news-list ul li .list_info .f_12, .news-list ul li .info .f_12, .house-list ul li .list_info .f_12, .house-list ul li .info .f_12, .chunwz-list ul li .list_info .f_12, .chunwz-list ul li .info .f_12 {
      font-size: 12px; }
    .news-list ul li .list_info .zhaopin-price, .news-list ul li .info .zhaopin-price, .house-list ul li .list_info .zhaopin-price, .house-list ul li .info .zhaopin-price, .chunwz-list ul li .list_info .zhaopin-price, .chunwz-list ul li .info .zhaopin-price {
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 18px;
      color: #FE4500;
      opacity: 1;
      margin: 10px 0 0 0; }
      .news-list ul li .list_info .zhaopin-price span, .news-list ul li .info .zhaopin-price span, .house-list ul li .list_info .zhaopin-price span, .house-list ul li .info .zhaopin-price span, .chunwz-list ul li .list_info .zhaopin-price span, .chunwz-list ul li .info .zhaopin-price span {
        font-size: 14px; }
    .news-list ul li .list_info .dateShow, .news-list ul li .info .dateShow, .house-list ul li .list_info .dateShow, .house-list ul li .info .dateShow, .chunwz-list ul li .list_info .dateShow, .chunwz-list ul li .info .dateShow {
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 18px;
      color: #FE4500;
      opacity: 1;
      padding: 0 0 5px 0; }
    .news-list ul li .list_info .dataDanTu span, .news-list ul li .info .dataDanTu span, .house-list ul li .list_info .dataDanTu span, .house-list ul li .info .dataDanTu span, .chunwz-list ul li .list_info .dataDanTu span, .chunwz-list ul li .info .dataDanTu span {
      margin: 0; }
    .news-list ul li .list_info .date_top, .news-list ul li .info .date_top, .house-list ul li .list_info .date_top, .house-list ul li .info .date_top, .chunwz-list ul li .list_info .date_top, .chunwz-list ul li .info .date_top {
      margin-top: 18px; }
  .news-list ul li .right_other, .house-list ul li .right_other, .chunwz-list ul li .right_other {
    /*position: absolute!important;
    top: 10px;
    right: 0;
    bottom: 10px;*/
    width: 160px;
    /*padding-top: 26px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end; }
    .news-list ul li .right_other .price, .house-list ul li .right_other .price, .chunwz-list ul li .right_other .price {
      position: relative !important;
      font-weight: bold;
      font-size: 22px;
      color: #ff6633;
      top: 0 !important;
      left: 0 !important;
      text-align: right !important;
      padding-left: 20px; }
    .news-list ul li .right_other .loaction, .house-list ul li .right_other .loaction, .chunwz-list ul li .right_other .loaction {
      position: relative !important;
      bottom: 0;
      max-width: 140px;
      right: 0 !important;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .news-list ul li .right_other .loaction .loaction_img, .house-list ul li .right_other .loaction .loaction_img, .chunwz-list ul li .right_other .loaction .loaction_img {
        width: 14px;
        height: 18px;
        background: url("https://xinxi.beihai365.com/static/fenleiPcV2/css/icon/icon-loaction.png") no-repeat center center;
        background-size: 14px 18px; }
      .news-list ul li .right_other .loaction .icon-loaction, .house-list ul li .right_other .loaction .icon-loaction, .chunwz-list ul li .right_other .loaction .icon-loaction {
        flex: 1;
        padding-left: 10px;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
        color: #999; }
  .news-list ul li .zhaopin-other, .house-list ul li .zhaopin-other, .chunwz-list ul li .zhaopin-other {
    height: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 16px;
    color: #000000;
    opacity: 1; }
    .news-list ul li .zhaopin-other .tips, .house-list ul li .zhaopin-other .tips, .chunwz-list ul li .zhaopin-other .tips {
      position: relative; }
    .news-list ul li .zhaopin-other .tips::after, .house-list ul li .zhaopin-other .tips::after, .chunwz-list ul li .zhaopin-other .tips::after {
      content: attr(data-title);
      position: absolute;
      top: 18px;
      left: -5px;
      padding: 7px 10px;
      width: 100%;
      background: #FCFCF1;
      border: 1px solid #E4E4E4;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .news-list ul li .zhaopin-other .tips:hover::after, .house-list ul li .zhaopin-other .tips:hover::after, .chunwz-list ul li .zhaopin-other .tips:hover::after {
      opacity: 1; }
    .news-list ul li .zhaopin-other .address, .house-list ul li .zhaopin-other .address, .chunwz-list ul li .zhaopin-other .address {
      width: auto;
      margin-top: 7px;
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #999999; }
  .news-list ul li:hover, .house-list ul li:hover, .chunwz-list ul li:hover {
    background-color: #f2f2f2; }
.news-list ul .new-item-clicked .link, .house-list ul .new-item-clicked .link, .chunwz-list ul .new-item-clicked .link {
  color: #999999; }
.news-list.dantu-list ul, .house-list.dantu-list ul, .chunwz-list.dantu-list ul {
  /*border: 1px solid #e5eef2;*/
  background: #fff;
  box-sizing: border-box; }
.news-list.dantu-list .info, .house-list.dantu-list .info, .chunwz-list.dantu-list .info {
  width: 464px; }
.news-list.dantu-list .list-left-info, .house-list.dantu-list .list-left-info, .chunwz-list.dantu-list .list-left-info {
  display: flex; }
.news-list.house-list ul, .news-list.chunwz-list ul, .house-list.house-list ul, .house-list.chunwz-list ul, .chunwz-list.house-list ul, .chunwz-list.chunwz-list ul {
  /* border: 1px solid #e5eef2;*/
  background: #fff;
  /*padding: 0 10px 0 0;*/
  box-sizing: border-box; }
.news-list.house-list .info, .news-list.chunwz-list .info, .house-list.house-list .info, .house-list.chunwz-list .info, .chunwz-list.house-list .info, .chunwz-list.chunwz-list .info {
  width: 300px;
  max-width: 400px;
  margin-right: 16px; }
.news-list.house-list .other, .news-list.chunwz-list .other, .house-list.house-list .other, .house-list.chunwz-list .other, .chunwz-list.house-list .other, .chunwz-list.chunwz-list .other {
  width: 160px;
  position: relative;
  margin-left: auto; }
  .news-list.house-list .other .price, .news-list.chunwz-list .other .price, .house-list.house-list .other .price, .house-list.chunwz-list .other .price, .chunwz-list.house-list .other .price, .chunwz-list.chunwz-list .other .price {
    position: absolute;
    font-weight: bold;
    font-size: 22px;
    color: #ff6633;
    top: 35px;
    left: 24px;
    text-align: left;
    padding-left: 20px; }
  .news-list.house-list .other .loaction, .news-list.chunwz-list .other .loaction, .house-list.house-list .other .loaction, .house-list.chunwz-list .other .loaction, .chunwz-list.house-list .other .loaction, .chunwz-list.chunwz-list .other .loaction {
    position: absolute;
    bottom: 0;
    max-width: 140px;
    right: 13px; }
  .news-list.house-list .other .icon-loaction, .news-list.chunwz-list .other .icon-loaction, .house-list.house-list .other .icon-loaction, .house-list.chunwz-list .other .icon-loaction, .chunwz-list.house-list .other .icon-loaction, .chunwz-list.chunwz-list .other .icon-loaction {
    display: block;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999; }
  .news-list.house-list .other .btn-tel, .news-list.chunwz-list .other .btn-tel, .house-list.house-list .other .btn-tel, .house-list.chunwz-list .other .btn-tel, .chunwz-list.house-list .other .btn-tel, .chunwz-list.chunwz-list .other .btn-tel {
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    background: #ff6633;
    color: #fff;
    font-size: 14px;
    text-align: center; }
  .news-list.house-list .other .house-btn, .news-list.chunwz-list .other .house-btn, .house-list.house-list .other .house-btn, .house-list.chunwz-list .other .house-btn, .chunwz-list.house-list .other .house-btn, .chunwz-list.chunwz-list .other .house-btn {
    display: flex;
    align-items: center; }
    .news-list.house-list .other .house-btn img, .news-list.chunwz-list .other .house-btn img, .house-list.house-list .other .house-btn img, .house-list.chunwz-list .other .house-btn img, .chunwz-list.house-list .other .house-btn img, .chunwz-list.chunwz-list .other .house-btn img {
      width: 20px;
      height: 24px;
      margin: 0 9px 0 12px; }

.chunwz-list .list_info {
  display: flex;
  max-width: 610px; }
.chunwz-list .list_center {
  position: relative; }
.chunwz-list .list-price {
  width: 454px;
  max-width: 454px; }

.house-list .list_info {
  display: flex;
  max-width: 610px; }
.house-list .list_center {
  position: relative; }
.house-list .list-price {
  width: 454px;
  max-width: 454px; }

.chunwz-list .pingche-lab {
  margin: 0 !important; }
.chunwz-list .pingche-lab span {
  padding: 0 10px !important; }
.chunwz-list .pingche {
  padding: 0 0 10px 0;
  align-items: center; }
.chunwz-list .zhaopin {
  margin: 8px 0 0 0; }
  .chunwz-list .zhaopin .lab {
    margin: 0 !important; }
.chunwz-list .pingche-icon {
  display: block;
  width: 58px;
  height: 46px;
  background: url(../image/btn-cj.png) no-repeat;
  overflow: hidden;
  z-index: 10; }
.chunwz-list .zhaopin-icon {
  display: block;
  width: 58px;
  height: 46px;
  background: url(../image/btn-cj.png) no-repeat;
  overflow: hidden;
  margin: 0 0 0 auto; }
.chunwz-list .other-view {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  opacity: 1;
  margin: 0 0 0 30px;
  margin-left: auto; }
  .chunwz-list .other-view p {
    text-align: right; }
.chunwz-list .pingche-btn {
  display: flex !important;
  align-items: center !important; }
  .chunwz-list .pingche-btn .operation-btn {
    display: flex;
    align-items: center;
    margin: 0 auto; }
    .chunwz-list .pingche-btn .operation-btn img {
      width: 20px;
      height: 20px;
      margin: 0 7px 0 0; }

.house-list .icon-cj {
  right: 160px !important; }
.house-list .house-location {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  opacity: 1; }
  .house-list .house-location span {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
.house-list .price_info {
  height: 35px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 35px;
  color: #FE4500;
  opacity: 1;
  margin-left: auto; }
.house-list .price_info span {
  font-size: 14px; }
.house-list .list-left-info {
  display: flex; }

.link {
  color: #000000; }
  .link:visited {
    color: #999; }
    .link:visited:hover {
      color: #999 !important; }
  .link:hover {
    color: #406599; }

.login-box {
  width: 340px;
  background: #f0f5f8;
  border: 1px solid #e5eef2;
  border-radius: 2px;
  box-sizing: border-box; }
  .login-box-inner {
    width: 300px;
    background: #fff;
    border: 1px solid #e5eef2;
    border-radius: 2px;
    margin: 20px auto; }
    .login-box-inner .avatar {
      width: 170px;
      display: block;
      margin: 20px auto; }
      .login-box-inner .avatar img {
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 10px; }
      .login-box-inner .avatar p {
        font-size: 12px;
        color: #666;
        text-align: center; }
    .login-box-inner .personer p {
      color: #208eda;
      font-size: 12px; }
    .login-box-inner .other {
      font-size: 14px;
      color: #999;
      padding: 0 30px;
      margin: 0 auto 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .login-box-inner .other span {
        display: inline;
        padding: 2px 10px 0 25px; }
        .login-box-inner .other span.gold {
          background: url(../image/icon-gold.png) 0 center no-repeat; }
        .login-box-inner .other span.fabu {
          background: url(../image/icon-fabu1.png) 0 center no-repeat; }
    .login-box-inner .btn-box {
      width: 240px;
      margin: 0 auto 20px; }
      .login-box-inner .btn-box a {
        display: block;
        float: left;
        width: 112px;
        height: 42px;
        line-height: 42px;
        border: 1px solid #07d27e;
        border-radius: 2px;
        text-align: center;
        font-size: 14px; }
        .login-box-inner .btn-box a.btn-1 {
          background: #07d27e;
          color: #fff;
          margin-right: 12px; }
        .login-box-inner .btn-box a.btn-2 {
          background: #fff;
          color: #07d27e; }

.info-box {
  border-top: 2px solid #b3c7d2;
  background: #f0f5f8;
  padding: 20px; }
  .info-box-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center; }
  .info-box .txtMarquee-top {
    overflow: hidden;
    position: relative;
    margin: 10px 0 0 0;
    height: 50px; }
    .info-box .txtMarquee-top .notice-list li {
      height: 24px;
      line-height: 24px;
      max-height: 24px;
      overflow: hidden; }
      .info-box .txtMarquee-top .notice-list li a {
        font-size: 14px;
        color: #222222;
        line-height: 19px; }
        .info-box .txtMarquee-top .notice-list li a:hover {
          color: #406599; }
  .info-box .fenlei-list li {
    float: left;
    display: block;
    margin: 0 30px 0 20px;
    text-align: center;
    margin-top: 20px; }
    .info-box .fenlei-list li a img {
      width: 50px;
      height: 50px;
      display: block;
      margin-bottom: 10px;
      border-radius: 50%; }
    .info-box .fenlei-list li a p {
      color: #222;
      font-size: 12px; }

/* 导航滚动 */
.nav-scroll {
  position: relative;
  padding: 10px 30px 16px 0;
  background: #fff;
  overflow: hidden; }
  .nav-scroll .tempWrap {
    width: calc(100% - 20px) !important; }
  .nav-scroll .more_tempWrap {
    width: 990px !important; }
  .nav-scroll ul {
    overflow: hidden;
    zoom: 1; }
    .nav-scroll ul li {
      float: left;
      margin: 0 6px;
      overflow: hidden;
      display: inline;
      line-height: 28px;
      width: auto !important; }
      .nav-scroll ul li a {
        position: relative;
        display: flex;
        /* width: 80px; */
        height: 35px; }
        .nav-scroll ul li a span {
          font-size: 16px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          color: #333333;
          opacity: 1;
          line-height: 40px;
          margin-right: 4px;
          display: inline-block; }
        .nav-scroll ul li a em {
          display: block;
          padding: 2px;
          height: 18px;
          right: 0px;
          font-size: 10px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          line-height: 17px;
          padding: 1px 7px;
          color: #FC6C38;
          border-radius: 8px 8px 8px 0px;
          background: rgba(252, 108, 56, 0.15); }
      .nav-scroll ul li.on a span, .nav-scroll ul li:hover a span {
        color: #07d27e; }
  .nav-scroll .prev,
  .nav-scroll .next {
    position: absolute;
    left: 10px;
    top: 18px;
    display: block;
    width: 8px;
    height: 14px;
    overflow: hidden;
    background: url(../image/icon-arrow.png) 0 0 no-repeat;
    cursor: pointer; }
  .nav-scroll .next {
    left: auto;
    right: 10px;
    background-position: -23px 0; }
  .nav-scroll .prevStop {
    background-position: 0 -21px; }
  .nav-scroll .nextStop {
    background-position: -23px -21px; }

.list-content .text {
  font-size: 14px;
  color: #666;
  text-align: center; }
.list-content .defalut-box .icon-defalut {
  display: block;
  width: 320px;
  height: 240px;
  margin: 130px auto 20px;
  background: url("../image/no_result.png") center center no-repeat;
  background-size: 320px 240px; }
.list-content .filter-box {
  /*border: 1px solid #e5eef2;*/
  background: #fff;
  border-radius: 2px 0px 0px 2px;
  padding: 0px 0;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee; }
  .list-content .filter-box dl {
    margin-bottom: 10px;
    font-size: 14px; }
    .list-content .filter-box dl dt {
      float: left;
      width: 60px;
      text-align: right;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #666666;
      line-height: 30px; }
    .list-content .filter-box dl dd {
      margin-left: 80px; }
      .list-content .filter-box dl dd a {
        display: inline-block;
        margin-left: 10px;
        line-height: 30px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666; }
        .list-content .filter-box dl dd a:hover {
          color: #333; }
        .list-content .filter-box dl dd a.active {
          color: #07d27e; }
.list-content .p-b-15 {
  padding-bottom: 15px; }
.list-content .open-filter {
  width: 100%;
  border-bottom: 1px solid #E3E3E3;
  z-index: 1;
  position: relative;
  text-align: center; }
  .list-content .open-filter .filter-area {
    /*position: absolute;*/
    z-index: 2;
    display: flex;
    width: 55px;
    margin: -10px auto;
    background: #fff;
    padding: 0 10px;
    cursor: pointer; }
    .list-content .open-filter .filter-area .filter-button {
      background: #fff;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      line-height: 19px;
      color: #395B9E;
      opacity: 1; }
    .list-content .open-filter .filter-area .filter-close-button {
      transform: rotate(180deg); }
    .list-content .open-filter .filter-area img {
      width: 20px;
      height: 20px; }
.list-content .search-result-list .item {
  /*padding: 24px;*/
  /*border: 1px solid #e5eef2;
  border-radius: 2px 0px 0px 2px;*/
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 10px; }
  .list-content .search-result-list .item .icon-cj {
    display: block;
    width: 58.7px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 10;
    background-size: 100% 100% !important;
    height: 48px; }
  .list-content .search-result-list .item .avatar {
    float: left;
    width: 60px;
    height: 60px; }
    .list-content .search-result-list .item .avatar img {
      display: block;
      /*width: 48px;
      height: 48px;
      border-radius: 50%;*/
      width: 60px;
      height: 60px;
      background: transparent;
      border-radius: 50%;
      opacity: 1; }
  .list-content .search-result-list .item .info {
    margin-left: 70px; }
    .list-content .search-result-list .item .info .info-title {
      position: relative; }
      .list-content .search-result-list .item .info .info-title .name {
        margin-bottom: 10px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        display: flex;
        align-items: center; }
        .list-content .search-result-list .item .info .info-title .name .nameTag {
          width: 70px;
          height: 18px;
          background: #B98C4B;
          border-radius: 4px;
          text-align: center;
          font-size: 12px;
          font-family: Microsoft YaHei;
          font-weight: 400;
          line-height: 18px;
          color: #FFFFFF;
          opacity: 1;
          margin: 0 0 0 10px; }
      .list-content .search-result-list .item .info .info-title .zhiding {
        margin-right: 10px; }
      .list-content .search-result-list .item .info .info-title .date {
        display: flex;
        font-size: 12px;
        color: #999;
        /*margin: 0 0 0 10px;*/ }
        .list-content .search-result-list .item .info .info-title .date span {
          margin: 0 0 0 10px; }
    .list-content .search-result-list .item .info ._offical {
      height: 18px;
      line-height: 18px;
      display: inline-block;
      text-align: center;
      margin-left: 10px;
      background-color: #B98C4B;
      font-size: 12px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      border-radius: 4px;
      color: #FFFFFF;
      padding: 0 6px; }
    .list-content .search-result-list .item .info .info-lab {
      margin: 10px 0 0 0;
      height: 21px;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .list-content .search-result-list .item .info .info-lab span {
        font-size: 12px;
        color: #61687c;
        padding: 0px 10px;
        white-space: nowrap;
        border-right: 1px solid #cccccc; }
    .list-content .search-result-list .item .info .info-lab span:last-child {
      border: none !important; }
    .list-content .search-result-list .item .info .info-lab span:first-child {
      padding: 0 10px 0 0; }
    .list-content .search-result-list .item .info .info-content {
      font-size: 14px;
      color: #010101;
      line-height: 22px;
      margin-top: 10px; }
      .list-content .search-result-list .item .info .info-content .text-content.limit-hight {
        height: 90px;
        overflow: hidden; }
      .list-content .search-result-list .item .info .info-content .text-content p {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 24px;
        color: #000000;
        opacity: 1; }
      .list-content .search-result-list .item .info .info-content .show_m3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
      .list-content .search-result-list .item .info .info-content .more {
        display: block;
        font-size: 14px;
        color: #208eda;
        margin: 10px 0 0 0; }
    .list-content .search-result-list .item .info .info-img-gallery ul {
      height: 168px;
      overflow: hidden; }
      .list-content .search-result-list .item .info .info-img-gallery ul li {
        float: left;
        width: 168px;
        height: 168px;
        margin-right: 25px;
        position: relative;
        border-radius: 8px; }
        .list-content .search-result-list .item .info .info-img-gallery ul li .mark {
          position: absolute;
          top: 0;
          left: 0;
          width: 168px;
          height: 168px;
          line-height: 168px;
          text-align: center;
          font-size: 26px;
          z-index: 99;
          color: #fefefe;
          background: url(../image/mark-bg.png) repeat;
          border-radius: 6px; }
        .list-content .search-result-list .item .info .info-img-gallery ul li img {
          width: 100%;
          height: 100%;
          border-radius: 8px; }
        .list-content .search-result-list .item .info .info-img-gallery ul li .videoIcon {
          width: 45px;
          height: 45px;
          position: absolute;
          transform: translate(-50%, -50%);
          left: 50%;
          top: 50%; }
        .list-content .search-result-list .item .info .info-img-gallery ul li:nth-child(3n+4) {
          margin-right: 0; }
.list-content .search-result-list .item:hover {
  background-color: #f2f2f2; }

.blue-bg {
  background: #f0f5f8; }

.nav-bar {
  font-size: 14px;
  color: #666;
  margin: 15px 0; }
  .nav-bar a {
    display: inline-block;
    color: #666; }
  .nav-bar em {
    margin: 0 4px; }

.detail-box {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 2px 0px 0px 2px; }
  .detail-box .detail_header_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #EDEDED; }
    .detail-box .detail_header_box .tags {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      .detail-box .detail_header_box .tags > span {
        background: rgba(1, 175, 99, 0.15);
        font-size: 12px;
        line-height: 12px;
        color: #01AF63;
        padding: 3px 8px; }
      .detail-box .detail_header_box .tags > span:not(:first-child) {
        margin-left: 10px; }
  .detail-box .detail_info_box {
    display: flex;
    justify-content: space-between; }
  .detail-box .detail_info {
    width: 864px;
    padding: 20px;
    border-right: 1px solid #EDEDED; }
  .detail-box .detail_people {
    width: 274px; }
    .detail-box .detail_people .inner-box {
      padding: 20px;
      background: #fff;
      box-sizing: border-box;
      position: relative; }
      .detail-box .detail_people .inner-box .offical {
        position: absolute;
        top: 8px;
        right: -18px; }
        .detail-box .detail_people .inner-box .offical img {
          width: 96px;
          height: 54px; }
      .detail-box .detail_people .inner-box .qiye-title {
        display: block;
        position: absolute;
        width: 238px;
        height: 38px;
        top: -19px;
        margin-left: 30px;
        background: url(../image/icon-detail.png) 0 -620px no-repeat; }
    .detail-box .detail_people .avatar-info {
      text-align: center; }
      .detail-box .detail_people .avatar-info .pic {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: block;
        margin: 0 auto 12px; }
      .detail-box .detail_people .avatar-info-title {
        font-size: 16px;
        color: #000;
        margin-bottom: 10px; }
      .detail-box .detail_people .avatar-info-time {
        font-size: 14px;
        color: #666; }
    .detail-box .detail_people .sub-title {
      font-size: 12px;
      color: #999999;
      text-align: center;
      margin: 20px auto 29px;
      position: relative;
      width: 230px;
      font-style: italic; }
      .detail-box .detail_people .sub-title:before {
        display: block;
        position: absolute;
        top: 9px;
        content: '';
        width: 80px;
        height: 1px;
        background: #e5e5e5; }
      .detail-box .detail_people .sub-title:after {
        display: block;
        position: absolute;
        right: 0;
        top: 9px;
        content: '';
        width: 80px;
        height: 1px;
        background: #e5e5e5; }
    .detail-box .detail_people .other_dec {
      margin: 26px auto 30px; }
    .detail-box .detail_people .otger_dec_pre_1 {
      margin: 12px auto 18px; }
    .detail-box .detail_people .other_dec_next_1 {
      margin: 12px auto 16px; }
    .detail-box .detail_people .look_more_company {
      margin-top: -4px;
      width: 139px;
      margin-left: 86px;
      line-height: 12px;
      font-size: 14px;
      text-align: left; }
      .detail-box .detail_people .look_more_company a {
        color: #2A8AE9;
        cursor: pointer; }
      .detail-box .detail_people .look_more_company a:visited {
        color: #2A8AE9; }
    .detail-box .detail_people .other-info dl {
      margin: 0 auto 10px;
      font-size: 14px;
      display: flex;
      line-height: 22px; }
      .detail-box .detail_people .other-info dl .w_66 {
        width: 60px; }
      .detail-box .detail_people .other-info dl dt {
        float: left;
        display: block;
        width: 95px;
        text-align: right;
        color: #000;
        font-weight: bold; }
      .detail-box .detail_people .other-info dl dd {
        float: left;
        width: 188px;
        margin-left: 10px;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        .detail-box .detail_people .other-info dl dd .limit-introduce {
          height: 95px;
          overflow: hidden; }
      .detail-box .detail_people .other-info dl .h4_more {
        -webkit-line-clamp: 3;
        overflow: visible;
        text-overflow: clip !important;
        position: relative;
        -webkit-box-orient: inline-axis; }
      .detail-box .detail_people .other-info dl .h4_more_show {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; }
    .detail-box .detail_people .rz-box {
      width: 120px;
      margin: 0 auto; }
      .detail-box .detail_people .rz-box .qiye {
        float: left;
        display: block;
        width: 44px;
        height: 52px;
        margin-right: 30px;
        background: url(../image/icon-detail.png) -145px -47px no-repeat; }
        .detail-box .detail_people .rz-box .qiye.on {
          background-position: -141px -118px; }
      .detail-box .detail_people .rz-box .geren {
        float: left;
        display: block;
        width: 42px;
        height: 49px;
        background: url(../image/icon-detail.png) 0 -201px no-repeat; }
        .detail-box .detail_people .rz-box .geren.on {
          background-position: -70px -198px; }
    .detail-box .detail_people .more-info ul li {
      margin-bottom: 20px;
      position: relative; }
      .detail-box .detail_people .more-info ul li .chengjiao {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 38px;
        height: 31px;
        background: url(../image/icon-detail.png) -141px -206px no-repeat; }
      .detail-box .detail_people .more-info ul li a {
        display: block; }
        .detail-box .detail_people .more-info ul li a .pic {
          float: left;
          width: 50px;
          height: 50px;
          margin-right: 13px; }
          .detail-box .detail_people .more-info ul li a .pic img {
            display: block;
            width: 100%;
            height: 100%; }
        .detail-box .detail_people .more-info ul li a .detail {
          float: left;
          width: 200px;
          font-size: 12px; }
          .detail-box .detail_people .more-info ul li a .detail .stitle {
            height: 32px;
            color: #000;
            overflow: hidden;
            margin-bottom: 4px; }
          .detail-box .detail_people .more-info ul li a .detail .date {
            color: #999; }
    .detail-box .detail_people .no-more {
      font-size: 12px;
      color: #999;
      text-align: center;
      line-height: 1.8; }
      .detail-box .detail_people .no-more a {
        font-style: italic;
        color: #208eda;
        margin: 0 5px; }
  .detail-box .detail_people_zhaopin .inner-box {
    position: relative; }
    .detail-box .detail_people_zhaopin .inner-box .offical {
      position: absolute;
      top: 8px;
      right: -18px; }
      .detail-box .detail_people_zhaopin .inner-box .offical img {
        width: 96px;
        height: 54px; }
    .detail-box .detail_people_zhaopin .inner-box .avatar-info .pic {
      margin-bottom: 10px; }
  .detail-box .detail_people_zhaopin .rz-box {
    width: 120px;
    margin: 0 auto; }
    .detail-box .detail_people_zhaopin .rz-box .qiye {
      float: left;
      display: block;
      width: 44px;
      height: 52px;
      margin-right: 30px;
      background: url(../image/icon-detail.png) -145px -47px no-repeat; }
      .detail-box .detail_people_zhaopin .rz-box .qiye.on {
        background-position: -141px -118px; }
    .detail-box .detail_people_zhaopin .rz-box .geren {
      float: left;
      display: block;
      width: 42px;
      height: 49px;
      background: url(../image/icon-detail.png) 0 -201px no-repeat; }
      .detail-box .detail_people_zhaopin .rz-box .geren.on {
        background-position: -70px -198px; }
  .detail-box .title {
    font-size: 20px;
    color: #010101;
    line-height: 24px;
    margin-bottom: 5px;
    width: 800px; }
  .detail-box .title_tuwen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .detail-box .titleHasPrice {
    margin-bottom: 0px; }
  .detail-box .view {
    color: #999;
    margin: 13px 0 0 0;
    font-size: 14px; }
  .detail-box .hasTags {
    margin-top: 8px; }
  .detail-box .price, .detail-box .time {
    font-size: 28px;
    color: #FF6633;
    font-weight: bold; }
  .detail-box .notice {
    font-size: 14px;
    color: #999; }
  .detail-box .share-multiImg {
    position: absolute;
    right: 0;
    bottom: 20px; }
  .detail-box .share-box ul {
    font-size: 14px;
    color: #999; }
    .detail-box .share-box ul li {
      float: left;
      margin-left: 10px;
      position: relative; }
      .detail-box .share-box ul li a {
        color: #999;
        display: inline-block; }
        .detail-box .share-box ul li a.fav {
          padding: 0 10px 0 20px;
          background: url(../image/star.png) no-repeat;
          background-size: 16px 15px;
          background-position: 0% 40%; }
          .detail-box .share-box ul li a.fav.on {
            background: url(../image/yfav.png) 0 center no-repeat;
            background-size: 16px 15px;
            background-position: 0% 40%; }
        .detail-box .share-box ul li a.share {
          padding: 0 10px 0 20px;
          background: url(../image/share.png) no-repeat;
          background-size: 16px 15px;
          background-position: 0% 40%; }
        .detail-box .share-box ul li a.jubao {
          padding: 0 10px 0 20px;
          background: url(../image/jubao.png) no-repeat;
          background-size: 16px 15px;
          background-position: 0% 40%; }
        .detail-box .share-box ul li a:hover {
          color: #FC6C38;
          /*&.fav {
              background: url(../image/icon-detail.png) no-repeat 0 -419px;
          }*/ }
          .detail-box .share-box ul li a:hover.share {
            background: url(../image/shareOn.png) no-repeat;
            background-size: 16px 15px;
            background-position: 0% 40%;
            /*background-size: 14px 14px;*/
            /*background-position:0% 50%;*/
            /*background-position:0% 50%;*/ }
          .detail-box .share-box ul li a:hover.jubao {
            background: url(../image/jubaoOn.png) no-repeat;
            background-size: 16px 15px;
            background-position: 0% 40%;
            /*background-size: 14px 14px;*/ }
      .detail-box .share-box ul li .jubao, .detail-box .share-box ul li .fav, .detail-box .share-box ul li .share {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 0 36px; }
        .detail-box .share-box ul li .jubao .icon, .detail-box .share-box ul li .fav .icon, .detail-box .share-box ul li .share .icon {
          width: 24px;
          height: 24px; }
      .detail-box .share-box ul li .fav .icon {
        background: url("../image/star_01.png") no-repeat;
        background-size: cover; }
      .detail-box .share-box ul li .fav .icon_selected {
        background: url("../image/star_01_selected.png") no-repeat;
        background-size: cover; }
      .detail-box .share-box ul li .fav .text_select {
        color: #01AF63; }
      .detail-box .share-box ul li .share .icon {
        background: url("../image/share_01.png") no-repeat;
        background-size: cover; }
      .detail-box .share-box ul li .share:hover .icon {
        background: url("../image/share_01_selected.png") no-repeat;
        background-size: cover; }
      .detail-box .share-box ul li .jubao .icon {
        background: url("../image/jubao_01.png") no-repeat;
        background-size: 100% 100%; }
      .detail-box .share-box ul li .jubao:hover {
        color: #FC6C38 !important; }
        .detail-box .share-box ul li .jubao:hover .icon {
          background: url("../image/jubao_01_selected.png") no-repeat;
          background-size: cover; }
      .detail-box .share-box ul li em {
        display: inline-block;
        height: 14px;
        width: 1px;
        margin: 0 5px;
        background: #ccc;
        position: relative;
        top: 2px; }
  .detail-box .share-special {
    position: absolute;
    bottom: 25px;
    right: -260px; }
    .detail-box .share-special ul {
      font-size: 14px;
      color: #999; }
      .detail-box .share-special ul li {
        float: left;
        margin-left: 10px;
        position: relative; }
        .detail-box .share-special ul li a {
          color: #999;
          display: inline-block; }
          .detail-box .share-special ul li a.fav {
            padding: 0 10px 0 20px;
            background: url(../image/icon-detail.png) no-repeat 0 -271px; }
            .detail-box .share-special ul li a.fav.on {
              background: url(../image/yfav.png) 0 center no-repeat; }
          .detail-box .share-special ul li a.share {
            padding: 0 10px 0 20px;
            background: url(../image/icon-detail.png) no-repeat 0 -321px; }
          .detail-box .share-special ul li a.jubao {
            padding: 0 10px 0 20px;
            background: url(../image/icon-detail.png) no-repeat 0 -373px; }
          .detail-box .share-special ul li a:hover {
            color: #208eda;
            /*&.fav {
                background: url(../image/icon-detail.png) no-repeat 0 -419px;
            }*/ }
            .detail-box .share-special ul li a:hover.share {
              background: url(../image/icon-detail.png) no-repeat 0 -469px; }
            .detail-box .share-special ul li a:hover.jubao {
              background: url(../image/icon-detail.png) no-repeat 0 -521px; }
        .detail-box .share-special ul li em {
          display: inline-block;
          height: 14px;
          width: 1px;
          margin: 0 5px;
          background: #ccc;
          position: relative;
          top: 2px; }
  .detail-box .lab {
    margin: 5px 0; }
    .detail-box .lab span {
      font-size: 12px;
      color: #999;
      margin-right: 10px;
      background: #f7f7f7;
      padding: 2px 5px;
      margin-bottom: 10px;
      display: inline-block; }
  .detail-box .detai_lab span {
    font-size: 12px;
    background: rgba(1, 175, 99, 0.15);
    color: #01AF63;
    padding: 1px 8px;
    margin-right: 10px;
    display: inline-block; }
  .detail-box .pic-turn {
    float: left;
    width: 400px;
    position: relative;
    overflow: hidden; }
    .detail-box .pic-turn .bigImg {
      height: 300px;
      overflow: hidden;
      position: relative; }
      .detail-box .pic-turn .bigImg li a {
        width: 400px;
        height: 300px;
        background: url(../image/turn1.png) no-repeat center center;
        background-size: cover; }
      .detail-box .pic-turn .bigImg li img {
        vertical-align: middle;
        width: 400px;
        height: 0px; }
      .detail-box .pic-turn .bigImg li .videoIcon {
        width: 55px;
        height: 55px;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%; }
    .detail-box .pic-turn .smallScroll {
      margin-top: 20px;
      position: relative; }
    .detail-box .pic-turn .btn {
      width: 400px;
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 98;
      pointer-events: none; }
    .detail-box .pic-turn .sPrev,
    .detail-box .pic-turn .sNext {
      pointer-events: auto;
      width: 20px;
      height: 68px;
      cursor: pointer; }
    .detail-box .pic-turn .sPrev {
      background: url("../image/turn_left.png") rgba(0, 0, 0, 0.5) no-repeat;
      background-position: 5px 25.5px; }
    .detail-box .pic-turn .sNext {
      margin-right: 2px;
      background: url("../image/turn_right.png") rgba(0, 0, 0, 0.5) no-repeat;
      background-position: 5px 25.5px; }
    .detail-box .pic-turn .smallImg {
      float: left;
      display: inline;
      width: 400px;
      overflow: hidden; }
      .detail-box .pic-turn .smallImg ul {
        width: 9999px;
        overflow: hidden;
        padding-left: 0; }
        .detail-box .pic-turn .smallImg ul li {
          float: left;
          margin: 0 10px 0 0;
          width: 92px;
          cursor: pointer;
          display: inline;
          position: relative; }
          .detail-box .pic-turn .smallImg ul li .videoIcon {
            width: 25px;
            height: 25px;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%; }
          .detail-box .pic-turn .smallImg ul li img {
            width: 50px;
            height: 0px; }
  .detail-box .right10 {
    margin-right: 10px; }
  .detail-box .noLeft {
    margin-left: 0 !important; }
  .detail-box .info-special {
    float: left;
    width: 300px;
    height: 270px;
    margin-left: 18px;
    position: relative; }
    .detail-box .info-special.all-long {
      width: auto;
      height: auto;
      margin-left: 0; }
      .detail-box .info-special.all-long .line {
        margin: 20px auto;
        height: 1px;
        background: #E5EEF2;
        width: 100%; }
      .detail-box .info-special.all-long .right-box {
        width: auto !important; }
    .detail-box .info-special ul.info {
      margin-bottom: 10px; }
      .detail-box .info-special ul.info li {
        float: left;
        font-size: 16px;
        font-weight: 400;
        display: block;
        width: 100%;
        margin-bottom: 10px; }
        .detail-box .info-special ul.info li .left-box {
          float: left;
          width: 80px;
          color: #000;
          margin-right: 35px; }
          .detail-box .info-special ul.info li .left-box.lh36 {
            line-height: 36px; }
          .detail-box .info-special ul.info li .left-box em {
            width: 8px;
            display: inline-block; }
        .detail-box .info-special ul.info li .right-box {
          float: left;
          width: 180px; }
          .detail-box .info-special ul.info li .right-box .name {
            color: #000; }
          .detail-box .info-special ul.info li .right-box .tel {
            display: block;
            color: #ff6633;
            margin-bottom: 10px; }
            .detail-box .info-special ul.info li .right-box .tel.mr10 {
              margin-right: 10px; }
          .detail-box .info-special ul.info li .right-box .btn {
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            display: inline-block;
            border-radius: 4px;
            color: #fff;
            text-align: center;
            cursor: pointer; }
            .detail-box .info-special ul.info li .right-box .btn.view-phone {
              margin-top: -5px; }
            .detail-box .info-special ul.info li .right-box .btn-org {
              width: 110px;
              background: #f63; }
            .detail-box .info-special ul.info li .right-box .btn-green {
              width: 60px;
              background: #07d27e; }
  .detail-box .info-right {
    float: left;
    width: 434px;
    min-height: 388px;
    margin-left: 19px;
    position: relative; }
    .detail-box .info-right.all-long {
      width: auto;
      height: auto;
      margin-left: 0; }
      .detail-box .info-right.all-long .line {
        margin: 20px auto;
        height: 1px;
        background: #E5EEF2;
        width: 100%; }
      .detail-box .info-right.all-long .right-box {
        width: auto !important; }
    .detail-box .info-right ul.info {
      margin-bottom: 10px; }
      .detail-box .info-right ul.info li {
        margin-top: 20px; }
      .detail-box .info-right ul.info li:first-child {
        margin-top: 0px; }
      .detail-box .info-right ul.info li {
        float: left;
        font-size: 16px;
        font-weight: 400;
        display: block;
        width: 100%; }
        .detail-box .info-right ul.info li .has_price {
          height: 28px;
          font-size: 28px;
          font-family: Microsoft YaHei;
          font-weight: bold;
          line-height: 28px;
          color: #FF6633; }
          .detail-box .info-right ul.info li .has_price span {
            font-size: 16px;
            line-height: 28px;
            margin-left: 3px; }
        .detail-box .info-right ul.info li .left-box {
          float: left;
          width: 80px;
          color: #000;
          margin-right: 2px; }
          .detail-box .info-right ul.info li .left-box.lh36 {
            line-height: 36px; }
          .detail-box .info-right ul.info li .left-box em {
            width: 8px;
            display: inline-block; }
        .detail-box .info-right ul.info li .btn_new_change span {
          background: #FF6633;
          font-size: 20px;
          color: #FFFFFF;
          text-align: center;
          height: 60px;
          line-height: 60px;
          display: inline-block;
          border-radius: 6px; }
        .detail-box .info-right ul.info li .btn_new_change span:nth-child(2) {
          width: 291px; }
        .detail-box .info-right ul.info li .btn_new_change span:last-child {
          margin-left: 19px;
          width: 116px;
          color: #01AF63;
          background: rgba(1, 175, 99, 0.26);
          border: 1px solid rgba(1, 175, 99, 0.2); }
        .detail-box .info-right ul.info li .btn_new_change span:first-child {
          margin-left: 0 !important; }
        .detail-box .info-right ul.info li .right-box {
          float: left;
          width: 330px; }
          .detail-box .info-right ul.info li .right-box .name {
            color: #000;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .detail-box .info-right ul.info li .right-box .tel {
            display: block;
            color: #ff6633;
            margin-bottom: 10px; }
            .detail-box .info-right ul.info li .right-box .tel.mr10 {
              margin-right: 10px; }
          .detail-box .info-right ul.info li .right-box .btn {
            height: 36px;
            line-height: 36px;
            font-size: 14px;
            display: inline-block;
            border-radius: 4px;
            color: #fff;
            text-align: center;
            cursor: pointer; }
            .detail-box .info-right ul.info li .right-box .btn.view-phone {
              margin-top: -5px; }
            .detail-box .info-right ul.info li .right-box .btn-org {
              width: 110px;
              background: #f63; }
            .detail-box .info-right ul.info li .right-box .btn-green {
              width: 60px;
              background: #07d27e; }
        .detail-box .info-right ul.info li .right-box-location {
          width: 330px !important; }
    .detail-box .info-right .msg {
      position: absolute;
      left: 0;
      bottom: 0px;
      width: 89%;
      height: 31px;
      background: #FEFCF3;
      border: 1px solid #F9EAD3;
      padding: 20px 22px;
      border-radius: 6px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .detail-box .info-right .msg > span {
        width: 64px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #666666; }
      .detail-box .info-right .msg > div {
        width: 85%;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #666666; }
  .detail-box .zhaopin_info_right {
    width: 100%; }
    .detail-box .zhaopin_info_right .msg {
      width: 720px; }
      .detail-box .zhaopin_info_right .msg > div {
        width: 90%; }
  .detail-box .content-detail {
    padding: 20px; }
    .detail-box .content-detail dl {
      line-height: 26px;
      font-size: 16px;
      color: #010101;
      width: 100%;
      display: block;
      margin-bottom: 10px;
      float: left; }
      .detail-box .content-detail dl dt {
        width: 83px;
        float: left; }
      .detail-box .content-detail dl .lab_title {
        line-height: 40px; }
      .detail-box .content-detail dl dd {
        margin-left: 96px;
        width: auto; }
        .detail-box .content-detail dl dd .text-content.limit-hight {
          height: 130px;
          overflow: hidden; }
        .detail-box .content-detail dl dd .more {
          font-size: 14px;
          color: #208eda; }
        .detail-box .content-detail dl dd .img-gallery {
          width: 100%; }
          .detail-box .content-detail dl dd .img-gallery li {
            float: left;
            width: 150px;
            height: 150px;
            position: relative; }
            .detail-box .content-detail dl dd .img-gallery li img {
              width: 100%;
              height: 0%;
              border-radius: 6px; }
            .detail-box .content-detail dl dd .img-gallery li .videoIcon {
              width: 45px;
              height: 45px;
              position: absolute;
              transform: translate(-50%, -50%);
              left: 50%;
              top: 50%; }
          .detail-box .content-detail dl dd .img-gallery .img_r38 {
            margin: 0 38px 27px 0; }
        .detail-box .content-detail dl dd .more_image_box ul {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          max-height: 556px;
          overflow: hidden; }
          .detail-box .content-detail dl dd .more_image_box ul .img {
            width: 350px;
            height: 262.5px;
            padding: 0;
            position: relative; }
          .detail-box .content-detail dl dd .more_image_box ul .img_r38 {
            margin: 0 38px 27px 0; }
          .detail-box .content-detail dl dd .more_image_box ul .videoIcon {
            width: 65px;
            height: 65px;
            position: absolute;
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%; }
        .detail-box .content-detail dl dd .look_more {
          width: 100%;
          text-align: center;
          font-size: 16px;
          font-family: MicrosoftYaHei;
          line-height: 30px;
          color: #01AF63; }
    .detail-box .content-detail.long dt,
    .detail-box .content-detail.long dd {
      width: 100%; }
    .detail-box .content-detail.long dd {
      margin-left: 0; }

.share-pop {
  padding: 20px 0 0 0;
  display: none;
  width: 373px;
  position: absolute;
  top: 28px;
  margin-left: -166px;
  z-index: 9; }
  .share-pop .share-outer {
    width: 373px;
    padding: 20px;
    background: #fff;
    border: 1px solid #E5EEF2;
    border-radius: 2px; }
  .share-pop-left {
    float: left;
    margin-right: 20px;
    padding-top: 30px; }
    .share-pop-left a {
      color: #757575;
      text-align: center;
      font-size: 14px;
      width: 60px; }
      .share-pop-left a span {
        display: block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background: #757575;
        margin: 0 auto 5px; }
        .share-pop-left a span i {
          display: block;
          margin: 0 auto;
          position: relative;
          top: 6px; }
          .share-pop-left a span i.icon-qq {
            width: 12px;
            height: 15px;
            background: url(../image/icon-detail.png) -87px 0; }
          .share-pop-left a span i.icon-weibo {
            width: 18px;
            height: 15px;
            background: url(../image/icon-detail.png) -36px 0; }
          .share-pop-left a span i.icon-qqzone {
            width: 15px;
            height: 15px;
            background: url(../image/icon-detail.png) -3px 0; }
      .share-pop-left a:hover {
        color: #01AF63 !important; }
        .share-pop-left a:hover span {
          background: #01AF63; }
  .share-pop-right {
    float: left;
    width: 102px;
    border-left: 1px solid #eee;
    padding-left: 20px; }
    .share-pop-right img {
      display: block;
      width: 86px;
      height: 86px;
      margin: 5px auto 0; }

.you-like-box .common_title {
  padding: 20px 20px 0 20px; }
.you-like-box .item_box {
  width: 194px;
  margin: 0 0 20px 20px;
  cursor: pointer; }
  .you-like-box .item_box > .img {
    width: 194px;
    height: 145px;
    background-color: rgba(0, 0, 0, 0.15); }
  .you-like-box .item_box .has_price {
    margin-top: 14px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6633; }
    .you-like-box .item_box .has_price span {
      font-size: 12px;
      margin-left: 0px; }
.you-like-box .getmoney {
  margin-top: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF6633; }
.you-like-box .text_content {
  margin-top: 16px;
  width: 200px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.you-like-box .m6 {
  margin-top: 6px; }
.you-like-box .h_44 {
  height: 22px; }
.you-like-box .text_content_one {
  margin-top: 8px;
  width: 200px;
  line-height: 22px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
.you-like-box .other_info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 12px;
  line-height: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999; }
  .you-like-box .other_info .tag span {
    font-size: 12px;
    background: rgba(1, 175, 99, 0.15);
    color: #01AF63;
    padding: 1px 8px; }
.you-like-box .other_info_mt8 {
  margin-top: 8px; }
.you-like-box .title {
  font-size: 20px;
  color: #010101; }
.you-like-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
.you-like-box li:nth-child(2n) {
  margin-right: 0; }
.you-like-box a {
  display: block; }
  .you-like-box a .pic {
    float: left;
    width: 50px;
    margin-right: 13px; }
    .you-like-box a .pic img {
      width: 50px;
      height: 50px; }
  .you-like-box a .info {
    float: left;
    width: 240px; }
    .you-like-box a .info-title {
      color: #000;
      font-size: 14px;
      height: 38px;
      overflow: hidden; }
    .you-like-box a .info-date {
      font-size: 12px;
      color: #999; }
    .you-like-box a .info-view {
      font-size: 12px;
      color: #999;
      padding-left: 12px; }
.you-like-box .item_box_zhaopin {
  width: 244px;
  margin: 0 0 20px 20px;
  background: #F8F8F8;
  padding: 12px 14px;
  cursor: pointer; }
  .you-like-box .item_box_zhaopin .has_price {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FF6633; }
    .you-like-box .item_box_zhaopin .has_price span {
      font-size: 12px; }
  .you-like-box .item_box_zhaopin .title {
    width: 244px;
    overflow: hidden;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 18px;
    height: 18px;
    color: #222222; }
  .you-like-box .item_box_zhaopin .company_address {
    margin-top: 5px;
    font-size: 12px;
    height: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
  .you-like-box .item_box_zhaopin .other_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -1px;
    font-size: 12px;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 8px;
    /*.lab span:first-child{
        margin: 0 10px 0 0;
    }*/ }
    .you-like-box .item_box_zhaopin .other_info > div:first-child {
      width: 140px;
      overflow: hidden; }
      .you-like-box .item_box_zhaopin .other_info > div:first-child span:first-child {
        width: 30px;
        overflow: hidden; }
      .you-like-box .item_box_zhaopin .other_info > div:first-child span:nth-child(2) {
        margin-left: 4px; }
    .you-like-box .item_box_zhaopin .other_info .labZhaoPin {
      height: 14px;
      line-height: 14px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      margin-right: -11px;
      max-width: 160px;
      flex-wrap: wrap;
      overflow: hidden; }
      .you-like-box .item_box_zhaopin .other_info .labZhaoPin span {
        font-size: 12px;
        color: #61687c;
        padding: 0px 9px 0 8px;
        white-space: nowrap;
        border-left: 1px solid #cccccc; }
      .you-like-box .item_box_zhaopin .other_info .labZhaoPin > span:first-child {
        padding: 0 8px 0 0;
        border: none; }
.you-like-box .item_box_pinche {
  width: 235px;
  margin: 0 0 20px 20px;
  padding: 12px 16px;
  background: #F8F8F8; }
  .you-like-box .item_box_pinche > img {
    width: 194px;
    height: 145px;
    background-color: rgba(0, 0, 0, 0.15); }
  .you-like-box .item_box_pinche .title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 18px;
    color: #222222;
    width: auto;
    height: 18px;
    overflow: hidden; }
  .you-like-box .item_box_pinche .has_price {
    margin-top: 6px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 19px;
    color: #FF6633; }
    .you-like-box .item_box_pinche .has_price span {
      font-size: 12px; }
  .you-like-box .item_box_pinche .mt10 {
    margin-top: 10px; }

.zhaopin li .info {
  float: left;
  width: 100%; }
  .zhaopin li .info-title {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .zhaopin li .info-price {
    font-size: 16px;
    color: #FF6633; }
  .zhaopin li .info-name {
    font-size: 12px;
    color: #999; }

.layui-layer-content {
  text-align: center;
  padding-top: 20px;
  line-height: 1.8; }
  .layui-layer-content .phone {
    background: #F3EFEF;
    color: #FF6633;
    margin: 0 5px; }
  .layui-layer-content span {
    font-size: 12px;
    color: #E62F42; }
  .layui-layer-content .ewm {
    width: 160px;
    height: 160px;
    padding: 5px;
    margin-top: 20px;
    border: 1px solid #ececec; }

.layui-layer-btn .layui-layer-btn0 {
  border-color: #07d27e !important;
  background-color: #07d27e !important;
  color: #fff;
  text-align: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 15px; }

/* gallery */
.zoomed > .gallery {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

.gallery .galleryLi {
  float: left;
  width: 80px;
  height: 80px; }

.gallery li:nth-child(3n) {
  padding-right: 0;
  margin-right: 0; }

.gallery li a, .gallery li img {
  float: left; }

.swiper-wrapper {
  align-items: center; }

.swiperOuter, .swiperDetailOuter {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 9999;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .swiperOuter .swiper-container, .swiperDetailOuter .swiper-container {
    position: relative; }
  .swiperOuter .swiper-slide, .swiperDetailOuter .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center; }
  .swiperOuter .imgBox, .swiperDetailOuter .imgBox {
    width: 80%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .swiperOuter .swiper-slide .swiper-new, .swiperDetailOuter .swiper-slide .swiper-new {
    display: inline-block;
    max-height: 800px;
    max-width: 800px;
    position: relative; }
  .swiperOuter .swiper-slide img, .swiperDetailOuter .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 800px;
    max-height: 800px; }
  .swiperOuter .swiper-slide video, .swiperDetailOuter .swiper-slide video {
    max-width: 800px;
    max-height: 800px; }
  @media only screen and (max-width: 1300px) and (max-height: 812px) {
    .swiperOuter .swiper-slide .swiper-new, .swiperDetailOuter .swiper-slide .swiper-new {
      display: inline-block;
      max-height: 500px;
      max-width: 500px;
      position: relative; }
    .swiperOuter .swiper-slide img, .swiperDetailOuter .swiper-slide img {
      width: auto;
      height: auto;
      max-width: 500px;
      max-height: 500px; }
    .swiperOuter .swiper-slide video, .swiperDetailOuter .swiper-slide video {
      max-width: 500px;
      max-height: 500px; }
    .swiperOuter .swiper-slide video, .swiperDetailOuter .swiper-slide video {
      height: 500px !important; } }
  .swiperOuter .swiper-button-prev, .swiperDetailOuter .swiper-button-prev {
    /*left: 100px !important;*/
    background: url(../image/prev.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    width: 44px !important;
    height: 61px !important;
    cursor: pointer; }
  .swiperOuter .swiper-button-next, .swiperDetailOuter .swiper-button-next {
    /*right: 100px !important;*/
    background: url(../image/next.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    width: 44px !important;
    height: 61px !important;
    cursor: pointer; }
  .swiperOuter .swiperCloseButton, .swiperDetailOuter .swiperCloseButton {
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer;
    z-index: 99999; }
    .swiperOuter .swiperCloseButton .innerColse, .swiperDetailOuter .swiperCloseButton .innerColse {
      width: 36px;
      height: 36px;
      background: #208EDA;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px;
      color: #FFFFFF;
      text-align: center;
      line-height: 36px; }

.display_h {
  display: flex;
  flex-direction: column; }

.display_v {
  display: flex; }

.divider_v {
  width: 870px;
  height: 1px;
  background-color: #EDEDED; }

.c301 > a > div:not(:first-child) {
  margin-top: 12px; }
.c301 .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #000000; }
.c301 .introduce {
  font-size: 12px;
  line-height: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999; }
  .c301 .introduce .tag {
    background: rgba(1, 175, 99, 0.15);
    color: #01AF63;
    padding: 1px 8px;
    margin-right: 10px;
    border-radius: 2px; }
.c301 .content301 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.c301 .media_content > ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 11px; }
  .c301 .media_content > ul .media_imgorVideo {
    margin: 0 24px 0 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .c301 .media_content > ul .media_imgorVideo .img {
      width: 200px;
      height: 150px;
      position: relative; }
      .c301 .media_content > ul .media_imgorVideo .img .more_img {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 26px;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        font-family: "microsoft yahei";
        text-align: center;
        line-height: 150px;
        background: rgba(0, 0, 0, 0.6); }
    .c301 .media_content > ul .media_imgorVideo .videoIcon {
      width: 50px;
      height: 50px;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .c301 .media_content > ul .mr0 {
    margin-right: 0; }

.c302 a {
  display: flex;
  justify-content: space-between; }
  .c302 a .content_box > div:not(:first-child) {
    margin-top: 12px; }
  .c302 a .content_box .title {
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #000000; }
  .c302 a .content_box .introduce {
    font-size: 12px;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
    .c302 a .content_box .introduce .tag {
      background: rgba(1, 175, 99, 0.15);
      color: #01AF63;
      padding: 1px 8px;
      margin-right: 10px;
      border-radius: 2px; }
  .c302 a .content_box .content302 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .c302 a .start_time {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE4500; }

.c303 > div:not(:first-child) {
  margin-top: 12px; }
.c303 .title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #000000; }
.c303 .content_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0px !important; }
  .c303 .content_box .introduce {
    font-size: 12px;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
    .c303 .content_box .introduce .tag {
      background: rgba(1, 175, 99, 0.15);
      color: #01AF63;
      padding: 1px 8px;
      margin-right: 10px;
      border-radius: 2px; }
  .c303 .content_box .getmoney {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE4500; }
    .c303 .content_box .getmoney > span {
      font-size: 14px; }
.c303 .content303 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.c303 .media_content {
  display: flex;
  justify-content: flex-start;
  margin-top: 11px; }
  .c303 .media_content > video, .c303 .media_content > .img {
    width: 200px;
    height: 150px;
    border-radius: 8px;
    border: 1px solid #999;
    margin: 0 24px 0 0; }

.c304 > div:not(:first-child) {
  margin-top: 12px; }
.c304 .title {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #000000; }
.c304 .content_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2px !important; }
  .c304 .content_box .introduce {
    font-size: 12px;
    line-height: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999; }
    .c304 .content_box .introduce .tag {
      background: rgba(1, 175, 99, 0.15);
      color: #01AF63;
      padding: 1px 8px;
      margin-right: 10px;
      border-radius: 2px; }
  .c304 .content_box .getmoney {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FE4500; }
    .c304 .content_box .getmoney > span {
      font-size: 14px; }
.c304 .content304 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.c304 .media_content > ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 11px; }
  .c304 .media_content > ul .media_imgorVideo {
    margin: 0 24px 0 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative; }
    .c304 .media_content > ul .media_imgorVideo .img {
      width: 200px;
      height: 150px; }
      .c304 .media_content > ul .media_imgorVideo .img .more_img {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 26px;
        width: 100%;
        height: 100%;
        color: #FFFFFF;
        font-family: "microsoft yahei";
        text-align: center;
        line-height: 150px;
        background: rgba(0, 0, 0, 0.6); }
    .c304 .media_content > ul .media_imgorVideo .videoIcon {
      width: 50px;
      height: 50px;
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .c304 .media_content > ul .mr0 {
    margin: 0; }

.box_2_col {
  display: flex;
  justify-content: space-between;
  width: 1180px;
  margin: 0 auto 10px; }
  .box_2_col .company_photo {
    width: 200px;
    height: 187px;
    border: 1px solid #E3E3E3;
    padding: 20px; }
    .box_2_col .company_photo .photo_list {
      width: 200px;
      height: 150px;
      position: relative;
      text-align: center;
      overflow: hidden; }
      .box_2_col .company_photo .photo_list .img {
        height: 150px;
        width: 200px; }
      .box_2_col .company_photo .photo_list .counts {
        position: absolute;
        bottom: 8px;
        right: 8px;
        color: #fff;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400; }

.common_title {
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 19px;
  color: #222222; }
  .common_title .divider_4 {
    width: 4px;
    height: 15px;
    background: #01AF63;
    margin-right: 8px; }

.detail_company_box {
  max-width: 910px; }
  .detail_company_box > div:not(:first-child) {
    margin-top: 20px; }
  .detail_company_box > div {
    width: 870px;
    padding: 20px;
    border: 1px solid #EDEDED; }
  .detail_company_box > #position_a {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border: none; }
  .detail_company_box .map_box {
    width: 870px;
    height: 327px;
    overflow: hidden;
    position: relative; }
  .detail_company_box #map_container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑"; }
  .detail_company_box .company_info {
    justify-content: flex-start;
    position: relative; }
    .detail_company_box .company_info .company_avatr img {
      width: 90px;
      height: 90px; }
    .detail_company_box .company_info .company_detail {
      margin-left: 13px;
      font-family: Microsoft YaHei;
      font-weight: 400; }
      .detail_company_box .company_info .company_detail .title {
        font-size: 30px;
        color: #333333; }
      .detail_company_box .company_info .company_detail .other_info {
        margin-top: 8px; }
        .detail_company_box .company_info .company_detail .other_info > div {
          display: flex;
          align-items: center;
          margin: 0 29px 0 0; }
          .detail_company_box .company_info .company_detail .other_info > div img {
            width: 16px;
            height: 16px; }
          .detail_company_box .company_info .company_detail .other_info > div span {
            margin-left: 6px;
            font-size: 16px;
            color: #222222; }
      .detail_company_box .company_info .company_detail .company_tags {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .detail_company_box .company_info .company_detail .company_tags > span {
          background: rgba(1, 175, 99, 0.15);
          font-size: 12px;
          color: #01AF63;
          padding: 1px 8px; }
        .detail_company_box .company_info .company_detail .company_tags > span:not(:first-child) {
          margin-left: 10px; }
    .detail_company_box .company_info .company_offical {
      position: absolute;
      right: 0;
      top: 0; }
  .detail_company_box .company_introduce {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px; }
  .detail_company_box .company_pos .address {
    margin-bottom: 19px;
    display: flex;
    align-items: center; }
    .detail_company_box .company_pos .address img {
      width: 18px;
      margin-right: 3px; }
  .detail_company_box .list_box {
    padding: 20px  0 0 0;
    width: 910px; }
    .detail_company_box .list_box .common_title {
      padding: 0 20px;
      margin-bottom: 10px; }
    .detail_company_box .list_box .list_item > div {
      width: 870px;
      padding: 20px; }
    .detail_company_box .list_box .list_item > div:first-child {
      padding-top: 10px; }
    .detail_company_box .list_box .list_item > div:hover {
      background-color: #f2f2f2; }
    .detail_company_box .list_box .list_item .divider_v {
      padding: 0;
      margin: 0 auto; }

.home_footer {
  margin: 0 auto;
  padding: 25px;
  background: #f7f7f7; }
  .home_footer .home_footer_line {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    user-select: none; }

/*# sourceMappingURL=layout.css.map */
