.ad-lab {
  background: url(ad_sm.png) no-repeat;
  width: 32px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10; }

.left-content {
  float: left;
  width: 860px;
  margin-right: 20px;
  overflow: hidden; }

.right-content {
  float: left;
  width: 270px; }

.left-box {
  float: left;
  width: 834px;
  height: 170px;
  margin-right: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 13px 18px 13px; }
  .left-box .search-box {
    position: relative;
    height: 60px; }
    .left-box .search-box .search-select {
      float: left;
      width: 110px;
      background: #fff;
      cursor: pointer; }
      .left-box .search-box .search-select:hover ul {
        display: block; }
      .left-box .search-box .search-select span {
        box-sizing: border-box;
        font-size: 16px;
        display: inline-block;
        border: 1px solid #ccc;
        border-right: 0;
        line-height: 48px;
        padding-left: 18px;
        width: 100%;
        position: relative; }
        .left-box .search-box .search-select span .iconfont {
          color: #999;
          position: absolute;
          right: 8px;
          top: 0; }
      .left-box .search-box .search-select ul {
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        display: none;
        box-sizing: border-box;
        width: 111px;
        border: 1px solid #ccc;
        border-top: 0; }
        .left-box .search-box .search-select ul li {
          color: #999;
          padding-left: 18px;
          line-height: 32px; }
          .left-box .search-box .search-select ul li:hover {
            background: #f0f0f0; }
    .left-box .search-box input#searchtxt {
      outline: 0px;
      border: 1px solid #ccc;
      border-right: 0;
      width: 560px;
      height: 38px;
      padding: 5px 10px;
      line-height: 38px;
      font-size: 16px;
      background-color: #fff;
      float: left; }
    .left-box .search-box .searchbut {
      border: 0px;
      background-color: #d51938;
      cursor: pointer;
      width: 142px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      float: left; }
    .left-box .search-box .search-list-box {
      position: absolute;
      top: 50px;
      background-color: #fff;
      display: none;
      z-index: 9; }
      .left-box .search-box .search-list-box ul {
        width: 690px;
        border: 1px solid #ccc;
        border-top: none;
        font-size: 14px; }
        .left-box .search-box .search-list-box ul li {
          width: 670px;
          padding: 0 10px;
          height: 40px;
          line-height: 40px;
          overflow: hidden;
          cursor: pointer; }
          .left-box .search-box .search-list-box ul li span {
            display: inline-block;
            width: 49%; }
            .left-box .search-box .search-list-box ul li span em {
              color: #999;
              margin-left: 10px; }
            .left-box .search-box .search-list-box ul li span.right {
              text-align: right;
              color: #666; }
          .left-box .search-box .search-list-box ul li:hover {
            background-color: #ededed; }
  .left-box .hot-search {
    font-size: 14px; }
    .left-box .hot-search dt {
      float: left;
      width: 75px;
      color: #d51938;
      font-weight: 700; }
    .left-box .hot-search dd {
      float: left;
      width: 745px; }
      .left-box .hot-search dd p {
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
        overflow: hidden; }
        .left-box .hot-search dd p a {
          display: inline-block;
          margin-right: 10px; }
          .left-box .hot-search dd p a.more {
            color: #d51938; }
          .left-box .hot-search dd p a:hover {
            color: #d51938; }

.right-box {
  float: left;
  width: 270px; }
  .right-box ul li {
    position: relative;
    float: left;
    width: 134px;
    height: 104px;
    overflow: visible;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
    text-align: center; }
    .right-box ul li a {
      display: block;
      color: #333;
      font-size: 14px;
      margin-top: 20px; }
      .right-box ul li a i {
        display: block;
        font-size: 26px;
        color: #ff9089;
        margin-bottom: 15px; }
    .right-box ul li:hover .wxcode-wrapper {
      display: block; }
    .right-box ul li .wxcode-wrapper {
      display: none;
      position: absolute;
      left: -35px;
      top: 88px;
      z-index: 10;
      width: 200px;
      height: 230px;
      box-sizing: border-box;
      padding: 30px 30px;
      background: #fff;
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); }
      .right-box ul li .wxcode-wrapper dt {
        font-size: 18px;
        line-height: 22px; }
      .right-box ul li .wxcode-wrapper img {
        margin-top: 12px; }

.title-box {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  position: relative; }
  .title-box h4 {
    font-size: 22px;
    color: #333;
    font-weight: 100; }
  .title-box .more {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999;
    top: 0; }

.agent-list {
  width: 1060px;
  display: flex;
  flex-wrap: wrap; }
  .agent-list li {
    display: inline-block;
    width: 150px;
    margin: 20px 27px 0 0;
    text-align: center;
    position: relative; }
    .agent-list li a {
      color: #333;
      font-size: 16px; }
      .agent-list li a img {
        display: block;
        width: 148px;
        height: 183px;
        border: 1px solid #f6f6f6;
        margin-bottom: 10px; }
      .agent-list li a span {
        height: 30px;
        display: block; }
      .agent-list li a:hover {
        color: #d51938; }

.change-box .s-tab {
  margin: 15px 0; }
  .change-box .s-tab li {
    float: left;
    display: inline;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 20px;
    font-size: 14px;
    color: #333; }
    .change-box .s-tab li span {
      display: none; }
    .change-box .s-tab li.on {
      cursor: pointer;
      position: relative;
      background-color: #d51938;
      color: #fff; }
      .change-box .s-tab li.on span {
        position: absolute;
        left: 50%;
        margin-left: -2px;
        bottom: 0;
        display: block;
        width: 0px;
        height: 0px;
        border-width: 0 4px 4px;
        border-color: transparent transparent #fff;
        border-style: dashed solid solid;
        font-size: 0px; }
.change-box .change-sub-box {
  border-bottom: 1px dashed #bfbfbf;
  display: none;
  width: 880px; }
  .change-box .change-sub-box li {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative; }
    .change-box .change-sub-box li a img {
      display: block;
      width: 200px;
      height: 150px;
      border: 1px solid #eee;
      box-sizing: content-box;
      margin-bottom: 10px; }
    .change-box .change-sub-box li a .name {
      font-size: 16px;
      color: #333;
      margin-bottom: 5px;
      height: 24px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .change-box .change-sub-box li a .info {
      font-size: 14px;
      color: #666; }
      .change-box .change-sub-box li a .info .area {
        float: left; }
        .change-box .change-sub-box li a .info .area span {
          margin: 0 10px 0 0; }
      .change-box .change-sub-box li a .info .price {
        float: right;
        font-size: 16px;
        color: #d51938;
        font-weight: 700;
        margin-top: -2px; }
    .change-box .change-sub-box li a .rent-price {
      font-size: 16px;
      color: #666;
      margin-top: 5px; }
      .change-box .change-sub-box li a .rent-price em {
        color: #d51938;
        font-weight: bold;
        margin-right: 5px; }
    .change-box .change-sub-box li a:hover .name {
      color: #d51938; }

.other-esf ul {
  margin-top: 10px; }
  .other-esf ul li {
    float: left;
    width: 410px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    font-size: 14px; }
    .other-esf ul li a:hover {
      color: #d51938; }
    .other-esf ul li a span {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      float: left;
      margin: 0 2px; }
      .other-esf ul li a span.region {
        width: 60px;
        text-align: left;
        margin-left: 0; }
      .other-esf ul li a span.name {
        width: 100px; }
      .other-esf ul li a span.type {
        width: 60px; }
      .other-esf ul li a span.area {
        width: 60px;
        text-align: left; }
      .other-esf ul li a span.price {
        width: 90px;
        text-align: right;
        font-weight: 700;
        color: #d51938; }

.mt46 {
  margin-top: 46px; }

.r-s-tab {
  height: 40px;
  line-height: 40px;
  border-right: 1px solid #dfdfdf; }
  .r-s-tab li {
    border: 1px solid #dfdfdf;
    border-width: 1px 0 1px 1px;
    text-align: center;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    float: left;
    width: 133px; }
    .r-s-tab li.on {
      border-bottom: 1px solid #fff;
      border-top: 2px solid #d51938;
      width: 134px;
      font-weight: bold;
      line-height: 38px; }

.r-tab-content {
  border: 1px solid #dfdfdf;
  border-width: 0 1px 1px 1px; }
  .r-tab-content ul {
    padding: 15px 10px 10px;
    font-size: 14px;
    display: none; }
  .r-tab-content li {
    height: 30px;
    line-height: 30px;
    overflow: hidden; }
    .r-tab-content li a span {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      margin: 0 2px; }
      .r-tab-content li a span.name {
        width: 90px;
        text-align: left; }
      .r-tab-content li a span.area {
        width: 80px; }
      .r-tab-content li a span.nub {
        width: 50px;
        text-align: right; }
    .r-tab-content li a:hover {
      color: #d51938; }

.agent-shop-list {
  width: 1168px; }
  .agent-shop-list li {
    float: left;
    display: inline-block;
    width: 120px;
    height: 150px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 14px;
    margin-right: 26px; }
    .agent-shop-list li a {
      display: block;
      text-align: center;
      color: #333;
      line-height: 20px; }
      .agent-shop-list li a img {
        display: block;
        width: 118px;
        height: 118px;
        border: 1px solid #efefef;
        margin-bottom: 10px; }
      .agent-shop-list li a .name {
        color: #999; }

.esfIcon-school {
  height: 28px;
  background: url(school.png) center center/auto 110% no-repeat; }

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