/* 地图找房 */
.map_house .sele_sear {
  padding: 8px 0;
  height: 32px;
  position: relative;
}
.map_house .sele_sear:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #dedede;
}
.map_house .sele_sear .sear {
  width: 250px;
  border: 1px solid #dedede;
  height: 30px;
  margin-left:100px;
}
.map_house .sele_sear .sear .sele_type select {
  width: 75px;
  height: 30px;
  outline: none;
  font-size: 12px;
  color: #616161;
  border: 0;
  cursor: pointer;
}
.map_house .sele_sear .sear .ipt_area {
  width: 210px;
  overflow: hidden;
  position: relative;
  height: 30px;
}
.map_house .sele_sear .sear .ipt_area .ipt {
  width: 189px;
  padding: 3px 10px;
  border-left: 1px solid #dedede;
  line-height: 24px;
  color: #333;
}
.map_house .sele_sear .sear .ipt_area .placeholder {
  line-height: 30px;
  padding: 0 10px;
}
.map_house .sele_sear .sear .btn_area {
  width: 40px;
  height: 30px;

}
.map_house .sele_sear .sear .btn_area .btn {
  width: 100%;
  height: 30px;
  background: url(../images/icon/icon16.png) center no-repeat;
  border: 0;
  cursor: pointer;
}
.map_house .sele_sear .sele_list .item {
  border: 1px solid #dedede;
  margin-left: 20px;
}
.map_house .sele_sear .sele_list select {
  width: 100px;
  height: 30px;
  outline: none;
  font-size: 14px;
  color: #616161;
  overflow: hidden;
  cursor: pointer;
}
.map_house .sele_sear .sele_list .btn {
  width: 60px;
  height: 30px;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.map_house .main {
  position: absolute;
  top: 108px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* 地图找房 S*/
  /* 地图找房 E*/
}
.map_house .main .l_box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 460px;
}
.map_house .main .map {
  width: 100%;
  height: 100%;
  position: relative;
}
.map_house .main .map #map{width:100%;height:100%;}
.map_house .main .map img {
  display: block;
  width: 100%;
  height: 100%;
}
.map_house .main .map .title {
  width: 100px;
  height: 100px;
  background: url(../images/icon/icon23.png) center no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.map_house .main .map .title p {
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.map_house .main .map .title .area {
  font-size: 15px;
  margin-top: 20px;
}
.map_house .main .map .title .num {
  font-size: 14px;
}
.map_house .main .map .title .num strong {
  font-size: 20px;
}
.map_house .main .r_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 460px;
  /* 楼盘列表 S */
  /* 楼盘列表 E */
}
.map_house .main .r_box .house_list {
  width: 460px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: #fff;
}
.map_house .main .r_box .house_list .hd {
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
  background: #fff;
}
.map_house .main .r_box .house_list .hd .b_l {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #dedede;
}
.map_house .main .r_box .house_list .hd .tab {
  position: relative;
  z-index: 2;
}
.map_house .main .r_box .house_list .hd .tab li {
  float: left;
  margin-right: 26px;
}
.map_house .main .r_box .house_list .hd .tab a {
  height: 34px;
  display: block;
  font-size: 12px;
  color: #313131;
  line-height: 34px;
  padding: 0 10px;
}
.map_house .main .r_box .house_list .hd .tab a.active {
  border-bottom: 2px solid #ff6600;
  color: #f60;
}
.map_house .main .r_box .house_list .hd .tab .up {
  background: url(../images/icon/icon17.png) right center no-repeat;
}
.map_house .main .r_box .house_list .hd .tab .down {
  background: url(../images/icon/icon18.png) right center no-repeat;
}
.map_house .main .r_box .house_list .hd .sale_type li {
  float: left;
  line-height: 34px;
  margin-right: 20px;
}
.map_house .main .r_box .house_list .hd .sale_type li .chkb {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.map_house .main .r_box .house_list .hd .sale_type li .un_sale {
  color: #ff6600;
}
.map_house .main .r_box .house_list .bd {
  position: absolute;
  top: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.map_house .main .r_box .house_list .bd li {
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #dedede;
  position:relative;
}
.map_house .main .r_box .house_list .bd li a {
  display: block;
  height: 90px;
}
.map_house .main .r_box .house_list .bd li img {
  display: block;
}
.map_house .main .r_box .house_list .bd li .c_con {
  width: 250px;
  margin-left: 10px;
}
.map_house .main .r_box .house_list .bd li .c_con .t {
  height: 38px;
  overflow: hidden;
}
.map_house .main .r_box .house_list .bd li .c_con h3 {
  float: left;
  line-height: 19px;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: normal;
}
.map_house .main .r_box .house_list .bd li .c_con .sale_type {
  display: block;
  float: left;
  height: 19px;
  width: 28px;
  background: url(../images/icon/icon20.png) no-repeat;
  padding-left: 7px;
  color: #fff;
  font-size: 12px;
  margin-left: 8px;
}
.map_house .main .r_box .house_list .bd li .c_con .c {
  line-height: 18px;
  height: 28px;
}
.map_house .main .r_box .house_list .bd li .c_con .c span {
  color: #616161;
  font-size: 12px;
}
.map_house .main .r_box .house_list .bd li .c_con .b {
  height: 24px;
  overflow: hidden;
  margin-left: -8px;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item {
  display: block;
  float: left;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  margin-left: 8px;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item1 {
  background: #d8ebfe;
  color: #62abf0;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item2 {
  background: #fdede2;
  color: #fb9b7d;
}
.map_house .main .r_box .house_list .bd li .c_con .b .item3 {
  color: #D98314!important;
  background-color: #FFF5EB!important;
}
.map_house .main .r_box .house_list .bd li .r_con {
  height: 90px;
  overflow: hidden;
}
.map_house .main .r_box .house_list .bd li .r_con .price {
  line-height: 90px;
  font-size: 16px;
  position:absolute;
  right:5px;
}
.map_house .main .r_box .house_list .bd li .r_con strong {
  font-size: 20px;
  font-weight: bold;
}
.map_house .main .r_box .sele_look_type {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 66px;
}
.map_house .main .r_box .sele_look_type a {
  display: block;
  height: 64px;
  margin-bottom: 20px;
}
.map_house .main .r_box .sele_look_type a .icon {
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.map_house .main .r_box .sele_look_type a p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.map_house .main .r_box .sele_look_type a.active {
  background: #474952;
}
.map_house .main .r_box .sele_look_type .area .icon {
  background-image: url(../images/icon/icon21.png);
}
.map_house .main .r_box .sele_look_type .subway .icon {
  background-image: url(../images/icon/icon22.png);
}
/* page_tit */
.page_tit {
  height: 58px;
  line-height: 58px;
}
.page_tit a {
  font-size: 14px;
  color: #656565;
}
/* 房子列表筛选栏公共样式 */
.seleBar {
  padding: 20px;
  position: relative;
}
.seleBar:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  border: 1px solid #ddd;
  z-index: -1;
}
.seleBar .item {
  padding: 8px 0;
}
.seleBar .list,
.seleBar .list li,
.seleBar h3 {
  float: left;
}
.seleBar .list {
  width: 1104px;
  margin-left: -24px;
}
.seleBar .list li {
  margin-left: 24px;
  line-height: 28px;
}
.seleBar h3 {
  float: left;
  width: 56px;
}
.seleBar h3,
.seleBar a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  line-height: 28px;
}

.seleBar select,
.seleBar .chcb,
.seleBar .btn,
.seleBar label {
  cursor: pointer;
}
.seleBar select {
  width: 100px;
  padding-left: 5px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.seleBar .chcb {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.seleBar .btn {
  border-width:1px;
  border-style:solid;
  width: 60px;
  height: 28px;
  line-height: 28px;
  *line-height: 24px;
  text-align: center;
  border-radius: 4px;

  color: #fff;
}
/* 页面左边区域 和 右边宽度公共样式 */
.cm_leftArea {
  width: 895px;
}
.cm_rightArea {
  width: 284px;
}
.cm_house {
  padding-bottom: 30px;
}
/* 房子列表  */
.houseList_wrap {
  /*margin-top: 25px;*/
  /*二手房标签样式*/
  /*经纪人列表*/
}
.houseList_wrap .head {
  height: 40px;
  border-bottom-width:1px;
  border-bottom-style:solid;
}
.houseList_wrap .head h2 {
  float: left;
}
.houseList_wrap .head h2 a {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #0b0f12;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
  z-index: 0;
  font-family: PingFangSC-Medium;
  font-weight: 500;
}
.houseList_wrap .head h2 a.active,
.houseList_wrap .head h2 a:hover {
  color: #fff;
}
.houseList_wrap .head .tab li {
  float: left;
  margin-left: 30px;
}
.houseList_wrap .head .tab a {
  display: block;
  font-size: 16px;
  color: #616161;
  line-height: 40px;
  background:url(../images/icon/icon24.png) right center no-repeat;
  padding-right:10px;
}
.houseList_wrap .head .tab a.up{background: url(../images/icon/sort-up.png) right center no-repeat;}
.houseList_wrap .head .tab a.down{background: url(../images/icon/sort-down.png) right center no-repeat;}

.houseList_wrap .head .tab a .icon {
  vertical-align: middle;
  margin-left: 8px;
}

.houseList_wrap .list_con li {
  padding: 30px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e2e2e2;
}
.houseList_wrap .list_con .l_img,
.houseList_wrap .list_con .r_con {
  display: block;

  position: relative;
}
.houseList_wrap .list_con .l_img{
  height: 160px;
}
.houseList_wrap .list_con .l_img img {
  display: block;
  width: 220px;
  height: 100%;
}
.houseList_wrap .list_con .r_con {
  width: 645px;
  position: relative;
}
.houseList_wrap .list_con h3 {
  font-size: 22px;
  line-height: 100%;
}

.houseList_wrap .list_con h3 a{
  font-size: 22px;
  line-height: 29px;
  color: #000000;
  font-weight: bold;
  margin-right: 10px;
}
.houseList_wrap .list_con p {
  line-height: 32px;
}
.houseList_wrap .list_con p span {
  color: #7A7A7A;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 19px;
}
.houseList_wrap .list_con p .l {
  padding: 0 3px;
}
.houseList_wrap .list_con .ft_con {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.houseList_wrap .list_con .ft_con b {
  color: #ea3c3d;
}
.houseList_wrap .list_con .label_list {
  display: block;
  margin-bottom: 8px;
}
.houseList_wrap .list_con .label_list .item {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 8px;
  font-weight: normal;
}
.houseList_wrap .list_con .label_list .item1 {
  color: #6884c3;
  border-color: #6884c3;
}
.houseList_wrap .list_con .label_list .item2 {
  color: #66bb6a;
  border-color: #66bb6a;
}
.houseList_wrap .list_con .label_list .item3 {
  color: #ffc107;
  border-color: #ffc107;
}
.houseList_wrap .list_con .label_list .item4 {
  color: #ff7043;
  border-color: #ff7043;
}
.houseList_wrap .list_con .label_list .item5 {
  color: #f0a0a0;
  border-color: #f0a0a0;
}
.houseList_wrap .list_con .label_list .item6 {
  color: #7986cb;
  border-color: #7986cb;
}
.houseList_wrap .list_con .label_list .item7 {
  color: #81c784;
  border-color: #81c784;
}
.houseList_wrap .list_con .label_list .item8 {
  color: #6ac5ef;
  border-color: #6ac5ef;
}
.houseList_wrap .list_con .price {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -90px;
  font-size: 14px;
}
.houseList_wrap .list_con .price h5 {
  height: 40px;
  line-height: 40px;
}
.houseList_wrap .list_con .price strong {
  font-size: 28px;
}
.houseList_wrap .list_con .price p {
  font-size: 14px;
  line-height: 100%;
  color: #666;
}
.houseList_wrap .sh_house_list .label_list .item1,.houseList_wrap .sh_house_list .label_list .item5 {
  color: #f0a0a0;
  background: #ffebee;
  border-color: #ffebee;
}
.houseList_wrap .sh_house_list .label_list .item2,.houseList_wrap .sh_house_list .label_list .item6 {
  color: #7986cb;
  border-color: #e8eaf6;
  background: #e8eaf6;
}
.houseList_wrap .sh_house_list .label_list .item3,.houseList_wrap .sh_house_list .label_list .item7 {
  color: #81c784;
  border-color: #e8f5e9;
  background: #e8f5e9;
}
.houseList_wrap .sh_house_list .label_list .item4,.houseList_wrap .sh_house_list .label_list .item8 {
  color: #6ac5ef;
  border-color: #e0f7fa;
  background: #e0f7fa;
}
.houseList_wrap .agent_list li {
  padding: 30px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e2e2e2;
}
.houseList_wrap .agent_list span {
  display: block;
}
.houseList_wrap .agent_list a,
.houseList_wrap .agent_list .l_img,
.houseList_wrap .agent_list .r_con {
  display: block;
  height: auto;
  position: relative;
}
.houseList_wrap .agent_list .l_img img {
  margin-top: 30px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.xmNews h4.xmNlist{ width: 100%; overflow: hidden; line-height: 28px;}
.xmNews h4.xmNlist span{ display: block; float: right; font-weight: 400; color:#4e4e4e; font-size: 15px;}
.xmNews h4.xmNlist a{ display: inline; float: left;  font-weight: 400; color:#4e4e4e;font-size: 15px;}
.xmNews h4.xmNlist a strong{ color: red;}
.xmNews h4.xmNlist a:hover{ color: red;}

.houseList_wrap .agent_list .r_con {
  width: 740px;
  position: relative;
}
.houseList_wrap .agent_list .r_con p {
  line-height: 36px;
  font-size: 16px;
  color: #333;
}

.houseList_wrap .agent_list .r_con p.name {
  font-size: 20px;
}
.houseList_wrap .agent_list .r_con .star_list {
  margin: 7px 20px 0;
}
.houseList_wrap .agent_list .r_con .star_list li {
  width: 22px;
  padding: 0;
  border: 0;
}
.houseList_wrap .agent_list .label_list {
  display: block;
  margin-top: 8px;
}
.houseList_wrap .agent_list .label_list .item {
  display: inline-block;
  width: 82px;
  height: 28px;
  border-width:1px;
  border-style:solid;
  text-align: center;
  line-height: 28px;
}
.houseList_wrap .agent_list .phone {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  padding-left: 40px;
  background: url(../images/icon/icon42.png) left center no-repeat;
}
/*  经纪人详情*/
.agent_detail .list_con li {
  width: 96%;
  padding: 20px 2%;
}
.broker-tags i{display:inline-block;padding:3px 10px;border-width:1px;border-style:solid;}
.agent_detail .list_con .r_con {
  width: 600px;
}
.newhouse h3 img {
  vertical-align: middle;
}
.newhouse .label_list .item {
  background: #F2F4F6;
  color: #7A88AF;
}
.newhouse .tab_nav {
  height: 70px;
  /*margin-left: -20px;*/
  border-bottom: 1px solid #eee;
}
.newhouse .tab_nav li {
  float: left;
  margin-left: 20px;
}
.newhouse .tab_nav li a {
  display: block;
  font-size: 15px;
  line-height: 70px;
  color: #333;
}

/* 楼盘详情 */
.house_detail {
  padding-bottom: 60px;
  /* 优质二手房 */
  /*小区成交记录*/
  /* 附近小区 */
  /* 楼盘动态 */
  /* 时间轴 */
  /* 户型介绍 */
  /* 用户问答 */
  /* 楼栋信息  */
  /* 楼盘详情 */
}
.house_detail .main_info {
  margin-bottom: 30px;
}
.house_detail .main_info .hd_box {
  padding: 15px 0;
}
.house_detail .main_info .hd_box h2 {
  font-size: 24px;
  line-height: 30px;
  color: #2c2c2d;
  font-weight: 500;
}
.house_detail .main_info .hd_box .collect_btn {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
}
.house_detail .main_info .con_box .leftArea {
  width: 670px;
  height: 490px;
}
.house_detail .main_info .con_box .leftArea .l_slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.house_detail .main_info .con_box .leftArea .l_slide .bigImg {
  height: 404px;
  position: relative;
}
.house_detail .main_info .con_box .leftArea .l_slide .bigImg li img {
  display: block;
  width: 670px;
  height: 400px;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallScroll {
  margin-top: 10px;
  height: 80px;
  width: 670px;
  position: relative;
  overflow: hidden;
}
.house_detail .main_info .con_box .leftArea .l_slide .sPrev, .house_detail .main_info .con_box .leftArea .l_slide .sNext {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 80px;
  text-indent: -9999px;
  background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 111;
}
.house_detail .main_info .con_box .leftArea .l_slide .sPrev:hover,
.house_detail .main_info .con_box .leftArea .l_slide .sNext:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.house_detail .main_info .con_box .leftArea .l_slide .sNext {
  left: auto;
  right: 0;
  background-position: -30px center;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg {
  /*margin-left: -10px;*/
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg ul {
  height: 80px;
  width: 9999px;
  overflow: hidden;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg li {
  float: left;
  margin-left: 5px;
  width: 160px;
  cursor: pointer;
  display: inline;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg img {
  display: block;
  border: 1px solid #dcdddd;
  width: 158px;
  height: 78px;
}
.house_detail .main_info .con_box .leftArea .l_slide .smallImg .on img {
  border-color: #f00;
}
.house_detail .main_info .con_box .rightArea {
  width: 480px;
}
.house_detail .main_info .con_box .rightArea .price {
  line-height: 48px;
  height: 48px;
  font-size: 0;
}
.house_detail .main_info .con_box .rightArea .price span {
  font-size: 18px;
  color: #666;
}
.house_detail .main_info .con_box .rightArea .price strong {
  font-size: 28px;
}
.house_detail .main_info .con_box .rightArea .calc a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #666;
  background: url(../images/icon/icon31.png) left center no-repeat;
  padding-left: 30px;
}
.house_detail .main_info .con_box .rightArea .col_1 {
  line-height: 40px;
}
.house_detail .main_info .con_box .rightArea .col_1 span {
  font-size: 16px;
}
.house_detail .main_info .con_box .rightArea .col_1 .label {
  color: #919191;
}
.house_detail .main_info .con_box .rightArea .col_1 .desc {
  color: #313131;
}
.house_detail .main_info .con_box .rightArea .agent_info {
  margin-top: 50px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con {
  margin-left:20px;
}
.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con {
  width:338px;
  overflow: hidden;
  margin-left:0;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con p {
  line-height: 36px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .name {
  color: #313131;
  font-size: 20px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .phone {
  margin-top: 10px;
  font-size: 30px;
  text-align: left;
}
.house_detail .main_info .con_box .rightArea .agent_info .new-house.c_con .phone{
  font-size: 27px;
}
.house_detail .main_info .con_box .rightArea .agent_info .c_con .star_list {
  margin-left: 10px;
  padding-top: 7px;
}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .btn {
  display: block;
  width: 85px;
  height: 42px;
  line-height: 42px;
  padding-left: 55px;
  background-position: 20px center;
  background-repeat: no-repeat;
  font-size: 16px;
  border: 1px solid;
  border-radius: 4px;
}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .consult {
  border-color: #3d93eb;
  color: #3d93eb;
  background-image: url(../images/icon/icon27.png);
}
.house_detail .main_info .con_box .rightArea .agent_info .r_con .appoint {
  margin-top: 6px;
  border-color: #ee4433;
  color: #fff;
  background-image: url(../images/icon/icon28.png);
  background-color: #ee4433;
}
.house_detail .main_info .con_box .col_3_list li {
  float: left;
  width: 160px;
  padding-bottom: 24px;
}
.house_detail .main_info .con_box .col_3_list li .tit {
  font-size: 26px;
  color: #313131;
  line-height: 58px;
}
.house_detail .main_info .con_box .col_3_list li .txt {
  font-size: 16px;
  color: #919191;
  line-height: 100%;
}
.house_detail .main_info .con_box .col_2_list li {
  float: left;
  width: 240px;
}
.house_detail .main_info .con_box .col_2_list li p {
  float: left;
  font-size: 16px;
  color: #919191;
  line-height: 36px;
}
.house_detail .main_info .con_box .col_2_list li .tit {
  width: 80px;
  color: #313131;
}
.house_detail .main_info .con_box .col_2_list li .txt {
  width: 160px;
}
.con_box table{background-color: #eee;}
.con_box table tr{background-color: #fff;}
.house_detail .scroll_nav_wrap {
  height: 60px;
  position: relative;
}
.house_detail .scroll_nav {
  border-bottom-width:2px;
  border-bottom-style:solid;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.house_detail .scroll_nav li {
  float: left;
}
.house_detail .scroll_nav li a {
  display: block;
  padding: 0 32px;
  height: 60px;
  line-height: 60px;
  color: #313131;
}
.house_detail .con_wrap {
  /*房屋配套*/
  /* 基本信息 */
  /* 房屋亮点 */
  /* 房源相册 */
  /* 小区简介 */
  /*周边配套*/
  /* 相似房源 */
}
.house_detail .con_wrap .leftArea {
  width: 895px;
}
.house_detail .con_wrap .title {
  border:none;
  border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .title h2 {
  float: left;
  font-size: 20px;
  font-weight: normal;
  color: #313131;
  line-height: 72px;
}
.house_detail .con_wrap .title .more {
  display: block;
  float: right;
  line-height: 72px;
  font-size: 16px;
  color: #333;
}
.house_detail .con_wrap .title .tab_hd li {
  float: left;
  line-height: 72px;
  margin-right: 20px;
}
.house_detail .con_wrap .title .tab_hd li a {
  font-size: 16px;
  color: #333;
}

.house_detail .con_wrap .question .title a:hover {
  color: #fff !important;
}
.house_detail .con_wrap .house_support,
.house_detail .con_wrap .basis_info {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .house_support h4,
.house_detail .con_wrap .basis_info h4 {
  width: 165px;
  float: left;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.house_detail .con_wrap .house_support ul,
.house_detail .con_wrap .basis_info ul {
  width: 730px;
}
.house_detail .con_wrap .house_support ul,
.house_detail .con_wrap .basis_info ul,
.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
  float: left;
}
.house_detail .con_wrap .house_support li,
.house_detail .con_wrap .basis_info li {
  width: 100px;
  text-align: center;
  padding: 0 10px;
  height: 86px;
}
.house_detail .con_wrap .house_support li .icon_img,
.house_detail .con_wrap .basis_info li .icon_img {
  font-size: 0;
  height: 40px;
}
.house_detail .con_wrap .house_support li img,
.house_detail .con_wrap .basis_info li img {
  vertical-align: top;
}
.house_detail .con_wrap .house_support li p,
.house_detail .con_wrap .basis_info li p {
  font-size: 15px;
  color: #313131;
  text-align: center;
  line-height: 25px;
}
.house_detail .con_wrap .basis_info {
  padding: 20px 0;
}
.house_detail .con_wrap .basis_info h4 {
  line-height: 42px;
}
.house_detail .con_wrap .basis_info li {
  width: 220px;
  text-align: center;
  padding: 0 10px;
  height: 42px;
}
.house_detail .con_wrap .basis_info li p {
  font-size: 15px;
  color: #313131;
  float: left;
  line-height: 42px;
  text-align: left;
}
.house_detail .con_wrap .basis_info li .tit {
  width: 80px;
  color: #919191;
}
.house_detail .con_wrap .basis_info li .txt {
  width: 140px;
}
.house_detail .con_wrap .bright_sopt {
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .bright_sopt h4 {
  width: 165px;
  float: left;
  font-size: 18px;
  color: #666;
  font-weight: normal;
  line-height: 25px;
}
.house_detail .con_wrap .bright_sopt .desc {
  width: 730px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
.house_detail .con_wrap .house_picture ul {
  margin-left: -31px;
}
.house_detail .con_wrap .house_picture li {
  float: left;
  width: 432px;
  height: 253px;
  margin-top: 30px;
  margin-left: 31px;
}
.house_detail .con_wrap .house_picture a,
.house_detail .con_wrap .house_picture img,
.house_detail .con_wrap .house_picture span {
  display: block;
}
.house_detail .con_wrap .house_picture a {
  width: 100%;
  height: 100%;
  position: relative;
}
.house_detail .con_wrap .house_picture .label {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ee4433;
  font-size: 15px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.house_detail .con_wrap .cmnt_profile .con_box {
  margin-top: 30px;
}
.house_detail .con_wrap .cmnt_profile .l_box {
  width: 540px;
}
.house_detail .con_wrap .cmnt_profile .l_box .cmnt_name {
  font-size: 24px;
  font-weight: bold;
  color: #313131;
  line-height: 100%;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list {
  padding-top: 20px;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list li {
  float: left;
  width: 180px;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list span {
  display: block;
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  float: left;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list .tit {
  width: 70px;
  color: #919191;
}
.house_detail .con_wrap .cmnt_profile .l_box .pro_list .txt {
  width: 110px;
  color: #313131;
}
.house_detail .con_wrap .cmnt_profile .l_box .ft_desc {
  line-height: 34px;
}
.house_detail .con_wrap .cmnt_profile .l_box .ft_desc span {
  color: #313131;
}
.house_detail .con_wrap .cmnt_profile .r_box img {
  display: block;
  width: 288px;
  height: 190px;
}
.house_detail .con_wrap .near_support .con_box {
  margin-top: 30px;
}
.house_detail .con_wrap .near_support .map {
  width: 795px;
  height: 469px;
  border: 1px solid #eee;
}

.house_detail .con_wrap .near_support .r_box {
  margin-left: 20px;
  padding: 20px 10px;
  border: 1px solid #eee;
  width: 360px;
  height:428px;
}
.house_detail .con_wrap .near_support .r_box .nav {
  border-bottom-width:1px;
  border-bottom-style:solid;
}
.house_detail .con_wrap .near_support .r_box .nav li {
  float: left;
}
.house_detail .con_wrap .near_support .r_box .nav a {
  display: block;
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.house_detail .con_wrap .near_support .r_box .tab_nav {
  border-bottom: 1px solid #eee;
}
.house_detail .con_wrap .near_support .r_box .tab_nav a {
  display: block;
  float: left;
  line-height: 54px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 27px;
  padding-right: 27px;
}
.house_detail .con_wrap .near_support .r_box .tab_nav .subway {
  background-image: url(../images/icon/icon29.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .subway.active {
  background-image: url(../images/icon/icon29_on.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .bus {
  background-image: url(../images/icon/icon30.png);
}
.house_detail .con_wrap .near_support .r_box .tab_nav .bus.active {
  background-image: url(../images/icon/icon30_on.png);
}
.house_detail .con_wrap .near_support .r_box .info_list {
  height: 410px;
  overflow: auto;
}
.house_detail .con_wrap .near_support .r_box .info_list li {
  float: left;
  border-bottom: 1px dashed #eee;
  padding: 6px 0;
  width: 100%;
}
.house_detail .con_wrap .near_support .r_box .info_list .tit,
.house_detail .con_wrap .near_support .r_box .info_list p {
  line-height: 32px;
}
.house_detail .con_wrap .near_support .r_box .info_list .tit {
  color: #484848;
  background-position: left center;
  background-repeat: no-repeat;

}
.house_detail .con_wrap .near_support .r_box .info_list.subway .tit {
  background-image: url(../images/icon/icon29_on.png);
}
.house_detail .con_wrap .near_support .r_box .info_list.bus .tit {
  background-image: url(../images/icon/icon30_on.png);
}
.house_detail .con_wrap .similar_house .list {
  margin-left: -20px;
}
.house_detail .con_wrap .similar_house .list li {
  float: left;
  width: 285px;
  margin-left: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
}
.house_detail .con_wrap .similar_house .list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
 .img .mask,.list_box .mask {
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
}
.img .mask p,.list_box .mask p {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  position: relative;
  z-index: 11;
}
 .img .opacity,.list_box .opacity {
  background: #000;
}
.house_detail .con_wrap .similar_house .list a,
.house_detail .con_wrap .similar_house .list img {
  display: block;
  width: 100%;
}
.house_detail .con_wrap .similar_house .list img {
  height: 192px;
}
.list .name,.list_box .name {
  font-size: 20px;
  line-height: 54px;
  height: 54px;
  overflow: hidden;
  color: #313131;
  font-weight: normal;
}
.house_detail .con_wrap .similar_house .list .ft_con p {
  line-height: 36px;
  font-size: 16px;
  color: #919191;
}
.house_detail .con_wrap .similar_house .list .ft_con p strong {
  font-size: 30px;
}

.house_detail .top_sh_house .con_box .list {
  margin-left: -29px;
}
.house_detail .top_sh_house .con_box .list li {
  width: 202px;
  margin-left: 29px;
}
.house_detail .top_sh_house .con_box .list li img {
  display: block;
  height: 150px;
}
.house_detail .deal_record .table_wrap th,
.house_detail .deal_record .table_wrap td {
  line-height: 54px;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.house_detail .deal_record .table_wrap td {
  border-top: 1px solid #eee;
}
.house_detail .near_cmnt .img .name {
  font-size: 20px !important;
}
.house_detail .dynamic {
  width: 750px;
}
.house_detail .dynamic .list li {
  padding: 20px 0;
  border-bottom: 1px dashed #e4e6e7;
}
.house_detail .dynamic .list .label {
  width: 78px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ee4433;
  color: #ee4433;
}
.house_detail .dynamic .list .r_con {
  width: 650px;
}
.house_detail .dynamic .list .tit a {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #313131;
}
.house_detail .dynamic .list .time {
  font-size: 15px;
  line-height: 22px;
  color: #919191;
}
.house_detail .dynamic .list .desc {
  font-size: 14px;
  line-height: 30px;
  color: #919191;
}
.house_detail .time_line {
  width: 400px;
}
.house_detail .time_line .list li {
  padding: 26px 0 26px 52px;
  position: relative;
}
.house_detail .time_line .list .l_con {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 52px;
  overflow: hidden;
}
.house_detail .time_line .list .l_con span {
  display: block;
  position: absolute;
}
.house_detail .time_line .list .l_con .c {
  width: 16px;
  height: 16px;
  top: 33px;
  left: 50%;
  margin-left: -8px;
  background: #ee4433;
  border-radius: 50%;
  z-index: 2;
}
.house_detail .time_line .list .l_con .l {
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/icon/icon5.png) center top repeat-y;
}
.house_detail .time_line .list li:first-child .l_con .l {
  top: 33px !important;
}
.house_detail .time_line .list .r_con .time,
.house_detail .time_line .list .r_con .txt {
  height: 30px;
  line-height: 30px;
  color: #919191;
  font-size: 16px;
}
.house_detail .house_type .picScroll {
  width: 100%;
  margin: 10px auto;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.house_detail .house_type .picScroll .prev,
.house_detail .house_type .picScroll .next {
  display: block;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 30px;
  height: 60px;
  background: #000000 url(../images/icon/icon35.png) 0 center no-repeat;
  z-index: 111;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
.house_detail .house_type .picScroll .prev:hover,
.house_detail .house_type .picScroll .next:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.house_detail .house_type .picScroll .next {
  left: auto;
  right: 0px;
  background-position: -30px center;
}
.house_detail .house_type .picScroll .tempWrap {
  margin-left: -25px;
}
.house_detail .house_type .picScroll ul {
  overflow: hidden;
  zoom: 1;
}
.house_detail .house_type .picScroll ul li {
  width: 220px;
  float: left;
  overflow: hidden;
  margin-left: 25px;
}
.house_detail .house_type .picScroll ul .img {
  display: block;
  width: 218px;
  height: 158px;
  border: 1px solid #eee;
  position: relative;
}
.house_detail .house_type .picScroll ul .img p {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.house_detail .house_type .picScroll ul .img p.on {
  background: #31c526;
}
.house_detail .house_type .picScroll ul .img p.off {
  background: #f00;
}
.house_detail .house_type .picScroll ul .img p.for {
  background: #f60;
}
.house_detail .house_type .picScroll ul img {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/icon/loading.gif) center center no-repeat;
}
.house_detail .question .list li {
  padding: 15px;
  border-bottom: 1px dashed #eee;
}
.house_detail .question .list li .ask,
.house_detail .question .list li .anser,
.house_detail .question .list li .time {
  font-size: 16px;
  color: #919191;
  line-height: 24px;
  padding-left: 40px;
}
.house_detail .question .list li .ask {
  color: #333;
  background: url(../images/icon/icon37.png) left top no-repeat;
}
.house_detail .question .list li .anser {
  margin: 10px 0;
}
.house_detail .build_picture .list li .name {
  text-align: center !important;
}
.house_detail .buildNum_info .con_box {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0;
}
.house_detail .buildNum_info .l_con {
  width: 580px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.house_detail .buildNum_info .l_con .label {
  width: 80px;
  height: 90px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.house_detail .buildNum_info .l_con .label .opacity {
  background: #000;
}
.house_detail .buildNum_info .l_con .label .item {
  padding: 4px 10px;
}
.house_detail .buildNum_info .l_con .label span {
  display: block;
  height: 18px;
  width: 22px;
  float: left;
  color: #fff;
  position: relative;
  z-index: 11;
  border-radius: 4px;
}
.house_detail .buildNum_info .l_con .label .txt {
  line-height: 18px;
  width: auto;
  margin-left: 6px;
}
.house_detail .buildNum_info .l_con .label .on {
  background: #009944;
}
.house_detail .buildNum_info .l_con .label .for {
  background: #ff6600;
}
.house_detail .buildNum_info .l_con .label .off {
  background: #919191;
}
.house_detail .buildNum_info .l_con .tit {
  position: absolute;
  z-index: 111;
  width: 74px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #009944;
}
.house_detail .buildNum_info .l_con .tit .riangle {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #009944;
}
.house_detail .buildNum_info .l_con .tit.on {
  background: #009944;
}
.house_detail .buildNum_info .l_con .tit.on .riangle {
  border-top-color: #009944;
}
.house_detail .buildNum_info .l_con .tit.for {
  background: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.for .riangle {
  border-top-color: #ff6600;
}
.house_detail .buildNum_info .l_con .tit.off {
  background: #919191;
}
.house_detail .buildNum_info .l_con .tit.off .riangle {
  border-top-color: #919191;
}
.house_detail .buildNum_info .r_con {
  width: 480px;
}
.house_detail .buildNum_info .r_con .tab_nav {
  width: 100%;
  height: 30px;
  position: relative;
  overflow-x: auto;
}
.house_detail .buildNum_info .r_con .tab_nav .b_l {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #919191;
}
.house_detail .buildNum_info .r_con .tab_nav li {
  float: left;
  width: 80px;
  margin-left: 0;
}
.house_detail .buildNum_info .r_con .tab_nav a {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 28px;
  border-bottom: 2px solid #919191;
  text-align: center;
}

.house_detail .buildNum_info .r_con .m_info {
  margin-top: 10px;
}
.house_detail .buildNum_info .r_con .m_info li {
  float: left;
  width: 50%;
  height: 36px;
  line-height: 36px;
}
.house_detail .buildNum_info .r_con .m_info li span {
  color: #333;
}
.house_detail .buildNum_info .r_con .s_info h4 {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  background: #f0f0f0;
  color: #333;
}
.house_detail .buildNum_info .r_con .s_info .table {
  width: 100%;
}
.house_detail .buildNum_info .r_con .s_info .table li {
  float: left;
  width: 100%;
}
.house_detail .buildNum_info .r_con .s_info .table .tbd {
  height: 150px;
  overflow: auto;
}
.house_detail .buildNum_info .r_con .s_info .table ol li {
  width: 112.5px;
  line-height: 24px;
  padding: 3px 0;
  color: #333;
}
.house_detail .build_detail table {
  margin-top: 20px;
}
.house_detail .build_detail tr {
  border-bottom: 1px solid #eee;
}
.house_detail .build_detail td {
  padding: 10px 20px;
}
.house_detail .build_detail td span {
  font-size: 16px;
  color: #2e2e2e;
}
/* 新房详情 */
.newhouse_detail {
  padding-bottom: 60px;
}
.newhouse_detail .page_tit {
  background: #f0f0f0;
}
.newhouse_detail .head {
  padding-top: 20px;
}
.newhouse_detail .head h2,
.newhouse_detail .head .sale_state,
.newhouse_detail .head ul {
  float: left;
}
.newhouse_detail .head h2 {
  line-height: 50px;
  font-size: 30px;
  color: #333;
}
.newhouse_detail .head .sale_state {
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
}
.newhouse_detail .head .sale_state.on {
  background: #009944;
}
.newhouse_detail .head .sale_state.for {
  background: #ff6600;
}
.newhouse_detail .head .sale_state.off {
  background: #919191;
}
.newhouse_detail .head .collect_btn {
  float: right;
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #666;
  color: #666;
  cursor: pointer;
  margin-top: 10px;
}
.newhouse_detail .head .label_list {
  margin-left: 50px;
}
.newhouse_detail .head .label_list li {
  float: left;
  margin-left: 10px;
  height: 24px;
  line-height: 24px;
  margin-top: 13px;
  padding: 0 6px;
}
.newhouse_detail h3 img {
  vertical-align: middle;
}
.newhouse_detail .label_list .item {
  background: #f0f0f0;
  color: #333;
  border: 0 !important;
}
.newhouse_detail .tab_nav {
  height: 70px;
  /*margin-left: -20px;*/
  border-bottom: 1px solid #eee;
}
.newhouse_detail .tab_nav li {
  float: left;
  margin-left: 20px;
}
.newhouse_detail .tab_nav li a {
  display: block;
  font-size: 15px;
  line-height: 70px;
  color: #333;
}

.newhouse_detail .main_info {
  margin-bottom: 30px;
}
.newhouse_detail .main_info .t_box {
  margin-bottom: 20px;
}
.newhouse_detail .house_detail {
  padding-bottom: 0;
}
/* 楼盘快讯 */
.sub_nav {
  width: 1200px;
  height: 40px;
  position: relative;
  margin:15px auto 0 auto;
  border-bottom-width:2px;
  border-bottom-style:solid;
}
.sub_nav .b_l {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #919191;
}
.sub_nav li {
  float: left;
}
.sub_nav a {
  position: relative;
  z-index: 2;
  width: 125px;
  display: block;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
.flash {
  padding-bottom: 60px;
}
.flash .leftArea {
  width: 852px !important;
}
.flash .rightArea {
  width: 320px !important;
}
.flash_list li {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
}
.flash_list a {
  display: block;
}
.flash_list .l_img {
  width: 160px;
  height: 110px;
}
.flash_list .l_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.flash_list .r_con {
  width: 640px;
}
.flash_list .r_con h3 {
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  color: #313131;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flash_list .r_con .desc {
  margin: 5px 0;
  font-size: 16px;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  color: #666;
}
.flash_list .r_con .f_box span {
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #999;
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.flash_list .r_con .f_box .time {
  background-image: url(../images/icon/icon34.png);
}
.flash_list .r_con .f_box .view {
  margin-left: 30px;
  background-image: url(../images/icon/icon33.png);
}
.artc_detail .head {
  border-bottom: 1px solid #eee;
}
.artc_detail .head .sub{
     display: table; margin: auto; text-align: center;
}

.artc_detail .head h1 {
  font-size: 24px; text-align: center;
  font-weight: normal;
  color: #333;
}
.artc_detail .head span {
  display: block;
  float: left;
  line-height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #999;
  padding-left: 20px;
}
.artc_detail .head .news_type {
  padding-left: 0;
}
.artc_detail .head .view {
  margin-right: 20px;
  background-image: url(../images/icon/icon33.png);
}
.artc_detail .head .time {
  margin-left: 20px;
  background-image: url(../images/icon/icon34.png);
}
.artc_detail .head .share {
  background-image: url(../images/icon/icon36.png);
}
.artc_detail .con_box {
  padding: 20px 0;
}
.artc_detail .con_box p {
  font-size: 16px;
  line-height: 160%;
}
.artc_detail .f_share {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
}
.artc_detail .f_share p,
.artc_detail .f_share li,
.artc_detail .f_share ul {
  float: left;
}
.artc_detail .f_share p,
.artc_detail .f_share li {
  line-height: 24px;
  height: 24px;
}
.artc_detail .f_share li {
  width: 24px;
  text-align: center;
}
.artc_detail .f_share .wb,
.artc_detail .f_share .qq,
.artc_detail .f_share .rr,
.artc_detail .f_share .wx {
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.artc_detail .f_share .wb {
  background-image: url(../images/icon/icon38.png);
}
.artc_detail .f_share .qq {
  background-image: url(../images/icon/icon39.png);
}
.artc_detail .f_share .rr {
  background-image: url(../images/icon/icon40.png);
}
.artc_detail .f_share .wx {
  background-image: url(../images/icon/icon41.png);
}
.artc_detail .statement {
  font-size: 13px;
  color: #999;
  text-indent: 2em;
  line-height: 24px;
  padding: 10px 0;
}
.artc_detail .relative_artc .title {
  width: 100%;
  height: 58px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.artc_detail .relative_artc .title h3 {
  float: left;
  height: 100%;
  line-height: 58px;
  font-size: 16px;
  font-weight: normal;
  color: #313131;
  padding-left: 19px;
}
.artc_detail .relative_artc .title .more {
  display: block;
  float: right;
  line-height: 58px;
  font-size: 16px;
  color: #f50;
}
.artc_detail .relative_artc .title .b_l {
  position: absolute;
  left: 19px;
  bottom: -1px;
  width: 70px;
  height: 1px;
  z-index: 11;
}
.artc_detail .relative_artc .list {
  padding: 10px 0;
}
.artc_detail .relative_artc .list li {
  float: left;
  width: 100%;
}
.artc_detail .relative_artc .list li a,
.artc_detail .relative_artc .list li span {
  display: block;
  font-size: 16px;
  color: #313131;
  height: 36px;
  line-height: 36px;
}
.artc_detail .relative_artc .list li a {
  float: left;
  width: 620px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.artc_detail .relative_artc .list li a:hover {
  text-decoration: underline;
}
.artc_detail .relative_artc .list li .time {
  float: right;
}
/* 动态列表 */
.dynamic_list li {
  padding-left: 126px;
  position: relative;
}
.dynamic_list li .l_con {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 126px;
  margin: 30px 0;
}
.dynamic_list li .l_con .time {
  width: 80px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  float: left;
}
.dynamic_list li .l_con .c_l {
  float: left;
  width: 30px;
  text-align: center;
  font-size: 0;
  height: 100%;
  line-height: 26px;
}
.dynamic_list li .l_con .c_l .c {
  font-size: 0;
  padding: 5px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  text-indent: 9999px;
}
.dynamic_list li .l_con .c_l .l {
  display: block;
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url(../images/icon/icon5.png) center top repeat-y;
}
.dynamic_list li .r_con {
  padding: 30px 0;
  border-bottom: 1px dashed #999;
}
.dynamic_list li .r_con h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 26px;
}
.dynamic_list li .r_con p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.dynamic_list li .r_con a {
  font-size: 16px;
}
/* 新房相册 */
.picture_wrap {
  padding-bottom: 20px;
}
.picture_wrap .list_box {
  margin-left: -20px;
}
.picture_wrap .list_box li {
  float: left;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 20px;
  position:relative;
}
.picture_wrap .list_box li img {
  display: block;
  width: 285px;
  height: 205px;
}
/* 新房户型 */
.houseType_wrap {
  padding-bottom: 20px;
}
.houseType_wrap .list_box {
  margin-left: -20px;
}
.houseType_wrap .list_box li {
  float: left;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 20px;
}
.houseType_wrap .list_box li .img {
  width: 283px;
  height: 203px;
  border: 1px solid #eee;
  position: relative;
}
.houseType_wrap .list_box li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.houseType_wrap .list_box li .sale_state {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.houseType_wrap .list_box li .sale_state.on {
  background: #009944;
}
.houseType_wrap .list_box li .sale_state.for {
  background: #ff6600;
}
.houseType_wrap .list_box li .sale_state.off {
  background: #919191;
}
.houseType_wrap .list_box li .con {
  margin-top: 10px;
}
.houseType_wrap .list_box li .con p {
  font-size: 15px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  color: #333;
}
.houseType_wrap .list_box li .con p span{
  float:right;
}
/* 户型详情 */
.houseType_detail .tab_scroll {
  margin: 30px 0;
  width: 100%;
  height: 56px;
  position: relative;
}
.houseType_detail .tab_scroll .sPrev,
.houseType_detail .tab_scroll .sNext {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 56px;
  text-indent: -9999px;
  background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 111;
}
.houseType_detail .tab_scroll .sPrev:hover,
.houseType_detail .tab_scroll .sNext:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.houseType_detail .tab_scroll .sNext {
  left: auto;
  right: 0;
  background-position: -30px center;
}
.houseType_detail .tab_scroll .scroll_wrap {
  width: 1126px;
  margin: 0 auto;
  height: 56px;
  overflow: hidden;
}
.houseType_detail .tab_scroll .scroll_wrap li {
  float: left;
  margin-left: 10px;
}
.houseType_detail .tab_scroll .scroll_wrap li a {
  display: block;
  width: 112px;
  height: 48px;
  padding: 3px 0;
  border: 1px solid #efefef;
  overflow: hidden;
}


.houseType_detail .tab_scroll .scroll_wrap li p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
}
.houseType_detail .bigImg_slide {
  width: 868px;
  height: 576px;
  position: relative;
  border: 1px solid #eee;
}
.houseType_detail .bigImg_slide .prev,
.houseType_detail .bigImg_slide .next {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 30px;
  height: 56px;
  margin-top: -28px;
  text-indent: -9999px;
  background: #000000 url(../images/icon/icon35.png) no-repeat 0 center;
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  z-index: 111;
}
.houseType_detail .bigImg_slide .prev:hover,
.houseType_detail .bigImg_slide .next:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.houseType_detail .bigImg_slide .next {
  left: auto;
  right: 0;
  background-position: -30px center;
}
.houseType_detail .bigImg_slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.houseType_detail .bigImg_slide .pic li {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  line-height: 576px;
}
.houseType_detail .bigImg_slide .pic li img {
  vertical-align: middle;
  max-height:570px;
}
.houseType_detail .info_box {
  width: 300px;
}
.houseType_detail .info_box .info_list {
  width: 100%;
}
.houseType_detail .info_box .info_list li {
  float: left;
  width: 100%;
}
.houseType_detail .info_box .info_list li span {
  display: block;
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 36px;
}
.houseType_detail .info_box .info_list li span strong {
  font-size: 20px;
}
.houseType_detail .info_box .hotline .tit {
  font-size: 18px;
  line-height: 36px;
  color: #ff5203;
}
.houseType_detail .info_box .hotline .num {
  font-size: 24px;
  color: #ff5203;
}
/* 我的问答 */
.question .title {
  border: 1px solid #eee;
  padding: 10px 30px;
  margin: 30px 0 10px;
}
.question .title h3 {
  font-size: 20px;
  color: #313131;
  float: left;
  width:700px;
  margin-bottom:10px;
}
.question .title a {
  float: right;
  display: block;
  height: 48px;
  width: 120px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom:10px;
}

.question .title a.anser_link {
  background: #1ca459;
}
.question .title .ipt_box {
  display: none;
  float: left;
  width: 100%;
}
.question .title .ipt_box textarea {
  float: left;
  width: 100%;
  padding: 4px 10px;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #efefef;
}
.question .title .ipt_box .btn {
  float: right;
  margin: 10px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
}
.question .question_list li {
  float: left;
  width: 100%;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px dashed #eee;
}
.question .question_list li .ask,
.question .question_list li .anser,
.question .question_list li .time {
  padding-left: 40px;
  width: 610px;
}
.question .question_list li .ask {
  background: url(../images/icon/icon43.png) left center no-repeat;
}
.question .question_list li .ask a {
  display: block;
  font-size: 16px;
  color: #313131;
  font-weight: normal;
  line-height: 30px;
}
.question .question_list li .ask a:hover {
  text-decoration: underline;
}
.question .question_list li .anser {
  margin-top: 10px;
  background: url(../images/icon/icon44.png) left 4px no-repeat;
}
.question .question_list li .anser p {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
}
.question .question_list li .time {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #919191;
}
.question .question_list li .anser_num {
  padding: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #1ca459;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 0;
}
.question .question_list li .anser_num p {
  color: #1ca459;
  line-height: 20px;
  text-align: center;
}
.question .question_detail li {
  padding: 30px 0;
  float: left;
  width: 100%;
  border-bottom: 1px dashed #e2e2e2;
}
.question .question_detail span {
  display: block;
}
.question .question_detail a,
.question .question_detail .l_img,
.question .question_detail .r_con {
  display: block;
  position: relative;
}
.question .question_detail .l_img img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.question .question_detail .r_con {
  width: 780px;
  position: relative;
}
.question .question_detail .r_con .name {
  line-height: 22px;
  font-size: 20px;
  color: #333;
}
.question .question_detail .r_con .star_list {
  margin: 0px 20px;
}
.question .question_detail .r_con .star_list li {
  width: 22px;
  padding: 0;
  border: 0;
}
.question .question_detail .r_con .anser_txt {
  margin-top: 6px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.comment_list li {
  float: left;
  width: 100%;
}
.comment_list li .user_toux {
  font-size: 0;
}
.comment_list li .user_toux img {
  border-radius: 50%;
  vertical-align: top;
}
.comment_list li .r_con {
  margin-left: 30px;
  width: 750px !important;
  height: auto !important;
}
.comment_list li .r_con .hd p {
  line-height: 32px;
  font-size: 14px;
  color: #919191;
}
.comment_list li .r_con .hd .name {
  font-size: 16px;
  color: #313131;
}
.comment_list li .r_con .con p {
  line-height: 25px;
}
.comment_list li .r_con .ft{padding-top:10px;}
.comment_list li .r_con .ft .zan_btn {
  display: inline-block;
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  background: url(../images/icon/icon45.png) left no-repeat;
  vertical-align: middle;
  margin-right:10px;
  cursor:pointer;
}
.comment_list li .r_con .ft .cai_btn {
  display: inline-block;
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  background: url(../images/icon/bad.png) left no-repeat;
  vertical-align: middle;
  cursor:pointer;
}
.comment_list li .r_con .ft .zan_btn.on {
  background-image: url(../images/icon/icon46.png);
}
.comment_list li .r_con .ft .cai_btn.on {
  background-image: url(../images/icon/bad-active.png);
}
.comment_list li .r_con .ft span {
  color: #666;
}
/* 经纪人详情 */
.agent_detail {
  background: #f0f0f0;
}
.agent_detail .cm_rightArea,
.agent_detail .cm_leftArea {
  background: #fff;
  padding-bottom: 60px;
}
.agent_info {
  margin:20px auto;
}
.agent_info .m_wrap {
  width: 208px;
  margin: 0 auto;
}
.agent_info .toux {
  text-align: center;
  font-size: 0;
}
.agent_info .toux img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #eee;
}
.agent_info .btn_row {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.agent_info .btn_row a {
  display: inline-block;
  margin: 0 6px;
  width: 84px;
  font-size: 15px;
  color: #333;
  border: 1px solid #eee;
  height: 32px;
  line-height: 32px;
}

.agent_info .phone {
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  padding-left: 40px;
  background: url(../images/icon/icon42.png) left center no-repeat;
  overflow: hidden;
}
.agent_info .info_list {
  margin-top: 20px;
}
.agent_info .info_list li {
  float: left;
  width: 100%;
}
.agent_info .info_list p {
  font-size: 16px;
  color: #313131;
  line-height: 36px;
}
.agent_info .info_list .star_list li {
  width: 22px;
}
.agent_info .label_list {
  display: block;
  margin-top: 10px;
  font-size: 0;
}
.agent_info .label_list .item {
  display: inline-block;
  width: 82px;
  height: 28px;
  border-width: 1px;
  border-style:solid;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  margin: 6px 10px;
}
/* cm_rightArea */
.cm_rightArea {
  /* 推荐房源 */
  /*推荐楼盘*/
  /* 购房宝典 */
  /* 热文排行 */
  /* 热门楼盘 */
}
.cm_rightArea .mt_73 {
  margin-top: 73px;
}
.cm_rightArea .mt_30 {
  margin-top: 30px;
}
.cm_rightArea .mt_25 {
}
.cm_rightArea .pd {
  padding: 0 19px;
}
.cm_rightArea .bd {
  border: 1px solid #ccc;
}
.cm_rightArea .sale_btn {
  display: block;
  width: 100%;
  text-align: center;
  border-width:1px;
  border-style:solid;
  height: 48px;
  line-height: 48px;
  margin-bottom: 25px;
  font-size: 18px;
}
.cm_rightArea .title {
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.cm_rightArea .title h3 {
  height: 100%;
  line-height: 38px;
  font-size: 16px;
  font-weight: normal;
  color: #313131;
  padding-left: 19px;
}
.cm_rightArea .title .b_l {
  position: absolute;
  left: 19px;
  bottom: -1px;
  width: 70px;
  height: 1px;
  z-index: 11;
}
.cm_rightArea .rcmd_house {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.cm_rightArea .rcmd_house .con_box {
  padding: 19px 0;
}
.cm_rightArea .rcmd_house li {
  width: 100%;
  float: left;
}
.cm_rightArea .rcmd_house a,
.cm_rightArea .rcmd_house img {
  display: block;
  width: 100%;
}
.cm_rightArea .rcmd_house img {
  height: 160px;
}
.cm_rightArea .rcmd_house .con {
  padding: 12px 0;
}
.cm_rightArea .rcmd_house .row p {
  line-height: 32px;
  font-size: 18px;
  color: #313131;
}

.cm_rightArea .rcmd_build {
  padding: 0px;
  /*border: 1px solid #ccc;*/
}
.cm_rightArea .rcmd_build .con_box {
  padding: 19px 0;
}
.cm_rightArea .rcmd_build ul {
  margin-top: -20px;
}
.cm_rightArea .rcmd_build li {
  margin-top: 20px;
}
.cm_rightArea .rcmd_build a {
  display: block;
}
.cm_rightArea .rcmd_build img {
  display: block;
}
.cm_rightArea .rcmd_build .r_con {
  width: 110px;
}
.cm_rightArea .rcmd_build .r_con p {
  color: #919191;
  line-height: 18px;
  height: 19px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cm_rightArea .rcmd_build .r_con .name {
    font-size: 15px;
    color: #313131;
}
.cm_rightArea .rcmd_build .r_con b {
  font-size: 14px;
}
.cm_rightArea .rcmd_build .r_con .address {
  padding: 13px 0;
}
.cm_rightArea .buy_way {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.cm_rightArea .buy_way .list li {
  list-style-position: inside;
  list-style-type: disc;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cm_rightArea .buy_way .list a {
  color: #616161;
}
.cm_rightArea .buy_way .list a:hover {
  text-decoration: underline;
}
.cm_rightArea .house_klg li {
  list-style: none !important;
}
.cm_rightArea .hot_artc {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.cm_rightArea .hot_artc li {
  height: 30px;
  margin: 10px 0;
}
.cm_rightArea .hot_artc li a,
.cm_rightArea .hot_artc li p {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cm_rightArea .hot_artc li .name {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cm_rightArea .hot_artc li a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.cm_rightArea .hot_artc li a:hover,
.cm_rightArea .hot_artc li a:hover .name {
  text-decoration: underline;
}
.cm_rightArea .hot_artc li span {
  display: block;
}
.cm_rightArea .hot_artc li .order {
  display: block;
  width: 24px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  background: #cccccc;
}
.cm_rightArea .hot_artc li .order.on {
  background: #ee4433;
}
.cm_rightArea .hot_build {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.cm_rightArea .hot_build .list {
  padding-bottom: 20px;
  margin-left: -20px;
}
.cm_rightArea .hot_build .list li {
  margin-top: 20px;
  float: left;
  width: 130px;
  margin-left: 20px;
}
.cm_rightArea .hot_build .list a {
  display: block;
}
.cm_rightArea .hot_build .list .img {
  border: 1px solid #eee;
  padding: 2px;
  width: 124px;
  height: 90px;
}
.cm_rightArea .hot_build .list .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.cm_rightArea .hot_build .list .con p {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.cm_rightArea .hot_build .list .con p.address{width:48px;text-overflow: ellipsis;white-space: nowrap;}
.cm_rightArea .for_anser {
  padding: 0 19px;
  border: 1px solid #ccc;
}
.cm_rightArea .for_anser .con_box {
  padding: 19px 0;
}
.cm_rightArea .for_anser .con_box li{border-bottom:1px dashed #eee;padding-bottom:10px;}
.cm_rightArea .for_anser li a {
  font-size: 15px;
  color: #666;
  display: block;
  line-height: 30px;
  font-weight: normal;
}
.cm_rightArea .for_anser li a:hover {
  text-decoration: underline;
}
.cm_rightArea .for_anser li p {
  font-size: 14px;
  color: #919191;
}
.comment-box{padding:0 20px;}
.comment-head{padding:10px 0;margin-top:30px;}
.comment-box .comment-head .comment-point,.comment-tag{float:left;}
.comment-box .comment-head span{font-size:14px;}
.comment-box .comment-head span i{font-size:12px;display:inline-block;cursor:pointer;}
.comment-head .comment-point{margin-right:20px;}
.comment-head .comment-point i{width:18px;height:17px;background: url(../images/icon/icon26.png) center center no-repeat;}
.comment-head .comment-point i.on{background: url(../images/icon/icon25.png) center center no-repeat;}
.comment-head .comment-tags i{padding:3px 10px;border:1px solid #ccc;}
.comment-head .comment-tags i.on{border-width:1px;border-style:solid;}
.comment-content textarea{width:100%;height:150px;border:1px solid #ccc;resize: none;padding:10px;}
.send-btn{padding:5px 20px;border:none;cursor:pointer;}
.comment-btn{text-align:right;padding:15px 0;}
.house-status{color:#fff;padding:3px 5px;font-size:12px;font-weight: normal;}
.house-status-1{background-color:#3168FF; }
.house-status-2{background-color:#67cddb; }
.house-status-3{background-color:#67cddb; }
.house-status-4{background-color:#999; }
.house-status-5{background-color:#f60; }
.phone-text{font-size:14px;}
.discount{width:730px;height:60px;overflow:hidden;background-image: url(../images/discount.jpg);background-position: center center;background-repeat: no-repeat;margin-bottom:30px;padding:10px 230px 10px 240px;color:#fff;line-height: 22px;font-size:14px;position:relative;}
.discount a{position:absolute;display:block;width:170px;height:50px;top:20px;right:20px;}
/**红包**/
.red-packet{position:absolute;left:0;top:0;display:block;width:41px;height:41px;z-index: 99;background: url(../images/hongbao.png) center center no-repeat;}
.hb-right{position:fixed;z-index:1000;right:10px;top:56%;width:182px;height:205px;background-image: url(../images/hongbao_bg.png);}
.hb-p1{color: #ff3300; font-size: 16px;  line-height: 28px;  margin-left: 13px;  margin-top: 100px;  text-align: center;}
.hb-p1 strong{font-weight: bold;font-size:24px;}
.hb-p2 { color: #e83532;  font-size: 12px;  margin-left: 30px;  }
.detailPopClose {cursor:pointer;background: rgba(0, 0, 0, 0) url("../images/close.png") no-repeat scroll left center;  height: 30px;  position: absolute;  right: 0;  top: -30px;  width: 30px;  }
.house-content{line-height: 25px;margin-top:20px;}
.house-content img{display:block;max-width:100%;width:auto;margin:0 auto;}
/**问答**/
.question-left{width:890px;float:left;}
.question-right{width:290px;float:right;border:1px solid #ccc;}
.question{margin-bottom:20px;}
.question .question-pannel{height:40px;border-bottom:1px dotted #CBCBCB;padding:5px 0;}
.question .question-pannel a{display:inline-block;margin-right:10px;padding:0 10px;height:30px;line-height: 30px;}
.question-lists li{height:40px;line-height: 40px;border-bottom:1px dotted #CBCBCB;}
.question-lists li dd{display:inline-block;width:92px;}
.question-lists li dd:first-child{width:600px;}
.question-lists li .answered{
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #edfefa;
  border: 1px #a9f7e4 solid;
  font-weight: normal;
  display: block;
  margin: 5px 0;
  text-align: center;
  color: #1eb48f;
  font-size: 12px;
  border-radius: 2px;
}
.question-lists li .wait-answer{
  width: 40px;
  height: 20px;
  line-height: 20px;
  background: #edfefa;
  border: 1px #a9f7e4 solid;
  font-weight: normal;
  display: block;
  margin: 5px 0;
  text-align: center;
  color: #f44b00;
  font-size: 12px;
  border-radius: 2px;
}
.question-right-title{padding:0 10px;border-bottom:1px solid #ccc;height:50px;line-height: 50px;font-size:16px;}
.question-right-title span{position:relative;display:inline-block;border-bottom-width:1px;border-bottom-style: solid;}
.question-right-lists{padding:10px 5px;}
.question-right-lists li{float:left;width:130px;padding:5px;}
.question-right-lists li dl{width:100%;text-align:center;}
.question-right-lists li dt{height:85px;overflow: hidden;}
.question-right-lists li dl img{width:100%;box-sizing: border-box;display:block;margin:auto auto;padding:2px;background-color: #fff;border:1px solid #ccc;}
.question-right-lists li dd span{font-size:15px;font-weight:bold;padding:0 5px;}
.position-bottom{border-bottom:1px dotted #ccc;margin-bottom:10px;}
.question-house-title{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ask_show01{border:1px #ddd solid; padding:10px 25px; margin-bottom:15px;}
.ask_show01_n1{margin-bottom:15px;}
.ask_show01_n1 h2{height:30px; line-height:30px;font-size:14px; border-bottom:1px #ddd solid; background:url(../images/icon/ico50.png) 0 5px no-repeat; padding-left:26px;}
.ask_show01_n1 p{line-height:24px; color:#999; font-size:12px;}
.ask_show01_n2 h2{ height:30px; margin-bottom:10px;font-size:14px;}
.but36{ height:30px; line-height:30px; background-color:#1ca459; font-weight:normal; padding:5px 15px; color:#fff; }
a.but36{text-decoration:none; color:#fff}
.ask_show01_n2 p{ margin-bottom:10px;}
.submit-btn{padding:5px 15px;}
.inp09{border:1px #ddd solid; padding:3px 6px; line-height:24px; color:#666; font-size:12px; width:98%; height:60px;}
.ask_show01_n2_sp{display:block; float:right;}
.ask_show02{border:1px #ddd solid; padding:15px; margin-bottom:15px;}
.ask_show02 h1{height:30px;font-size:14px; border-bottom:1px #ddd solid; background: url(../images/icon/ico51.png) 0 2px no-repeat; padding-left:24px; color:#434343}
.ask_show03{border-bottom:1px dotted #ccc; padding:15px 0}
.ask_show03_img{width:52px; height:52px; border:1px #ddd solid; float:left; margin-right:10px;}
.ask_show03_t{float:left; width:760px;}
.ask_show03_t h2{font-size:12px; color:#999; font-weight:normal;}
.ask_show03_t_s1{display:block; float:right; color:#999; margin-bottom:6px;}
.ask_show03_t p{margin:6px 0; color:#7b7b7b}
.ask_show04{margin-bottom:15px; border:1px #ddd solid; padding:15px;}
.ask_show04 h1{font-size:14px;}
.ask_show04 ul{margin:10px 0;}
.ask_show04 li{height:32px; line-height:32px;border-bottom:1px dotted #ccc;}
.ask_show04 .ask_title .more{float:right;font-weight: 400;}
.ask_info{padding: 8px;margin-bottom: 10px;font-size: 14px; line-height: 22px;color: #666666;padding-top:0px;}
#ask_answer{display: none;}
.ask_house{height: 30px;line-height: 30px;margin-bottom: 10px;font-size: 14px;}
.ask_house a{color: #e8380d; font-weight: bold;font-size: 14px;}
.ask_house a:hover{text-decoration: underline;}
.ask_house span{color: #999;padding: 0px 10px}
.question-answer-number{color:#ff0000;font-size:14px;padding:0 2px;}

/*新闻详细页面 调用该项目信息*/
.ma {
    margin: 0 auto !important;
}
.lpwrap {
    overflow: hidden;
    *zoom: 1;
    margin: 20px 0px;;
    padding: 0px;
}
.lpwrap .xglp {
    cursor: default;
    padding: 20px;
    *zoom: 1;
    overflow: hidden;
    line-height: 24px;
    color: #818181;
    background: #f1f1f1;
}

.lpwrap .pic {
    margin-right: 18px;
    float: left;
    height: 140px;
    width: 180px;
}

.lpwrap .pri span {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-weight: bold;
    color: #ee4433;
}

.lpwrap .tel {
    font-size: 18px;
    color: #ee4433;
}

.lpwrap .tel label{
    color:#333;
}

.lpwrap img {
    padding: 2px;
    border: 1px solid #ddd;
}

.lpwrap p {
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.lpwrap a {
    color:#ee4433;
    font-size: 14px; padding: 0px 8px;;
}

.lpwrap a.c6 {
    color: #666;
}

.lpwrap a.f16 {
    font-size: 16px;
    color: #000;
    padding-right: 10px;
}
.lpwrap a.fz20{ padding: 0px;
    color: #ee4433;
    font-size: 22px;;
}


/*新增新房楼盘模块*/

/*
list
*/
.list-item {
    border-bottom: 1px dashed #ddd;
    padding-top: 10px;
}

.list-item a {
    color: #666;
    text-decoration: none;
}

.list-item a:hover {
    color: #f00;
}

.list-item .pic {
    margin: 13px 20px 0 20px;
    width: 180px;
    position: relative;
}

.list-item .pic img {
    height: 135px;
    width: 180px;
}

.list-item .pic i {
    border-radius: 3px;
    background: #e43;
    color: #fff;
    font-size: 12px;
    font-family: simsun;
    height: auto;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.list-item .info {
    margin-top: 15px;
    width: 550px;
}

.list-item .info h3 {
    height: 27px;
    overflow: hidden;
}

.list-item .info h3.h40 {
    line-height: 40px;
    height: 40px;
}

.list-item .info .fx {
    font-size: 14px;
}

.list-item .info p {
    line-height: 34px;
    font-size: 15px;
    height: 34px;
}

.list-item .info .tag {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
    padding: 1px 6px;
    position: relative;
}

.list-item .info .tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    left: -10px;
    top: 4px;
}

.list-item .info .tag.on-sale {
    background: #f60;
}

.list-item .info .tag.dis-sale {
    background: #aaa;
}

.list-item .info .tag.on-sale-114 {
    background-color: #06a897;
}

.list-item .info .tag.on-sale-114:after {
    border-color: transparent #06a897 transparent transparent;
}

.list-item .info .tag.on-sale-115 {
    background-color: #1cbaff;
}

.list-item .info .tag.on-sale-115:after {
    border-color: transparent #1cbaff transparent transparent;
}

.list-item .info .tag.on-sale-116 {
    background-color: #f60;
}

.list-item .info .tag.on-sale-116:after {
    border-color: transparent #f60 transparent transparent;
}

.list-item .info .tag.on-sale-117 {
    background-color: #ce9b86;
}

.list-item .info .tag.on-sale-117:after {
    border-color: transparent #ce9b86 transparent transparent;
}

.list-item .info .tag.on-sale-118 {
    background-color: #afafaf;
}

.list-item .info .tag.on-sale-118:after {
    border-color: transparent #afafaf transparent transparent;
}

.list-item .info .tag.on-sale-159 {
    background-color: #e43;
}

.list-item .info .tag.on-sale-159:after {
    border-color: transparent #e43 transparent transparent;
}

.list-item .tit {
    color: #666;
    font-size: 18px;
}

.list-item .tit:hover {
    color: #f00;
    text-decoration: none;
}

.list-item .ico-word {
    margin-top: 18px;
    font-size: 15px;
}


.list-item .ico-word i {
    color: #e4e4e4;
}

.list-item .other {
    text-align: right;
    width: 160px;
    margin-top: 15px;
}

.list-item .other .total-price {
    color: #f50;
    font-family: georgia;
    font-size: 28px;
    line-height: 18px;
}

.list-item .other .mj {
    margin-left: 10px;
}

.list-item .other .dj {
    line-height: 36px;
}

.list-item .other .dj em{
    color: #f50;
    font-size: 30px;
}

.list-item .other .btn {
    border-radius: 3px;
    float: right;
    line-height: 30px;
    height: 30px;
    margin-top: 26px;
    width: 151px;
}

.list-item .other .btn i {
    font-size: 16px;
    margin-left: 5px;
}

.list-item .other .fill-btn {
    cursor: pointer;
    background: #e43;
    border: 1px solid #e43;
    color: #fff;
    text-align: center;
}

.list-item .other .fill-btn:hover {
    background: #e43;
    border-color: #e43;
}

.list-item .other .disable-btn {
    font-size: 12px;
    background: #aaa;
    border: 1px solid #aaa;
    color: #fff;
    text-align: center;
}

.list-item .other .disable-btn:hover {
    background: #aaa;
    border-color: #aaa;
}

.list-item:hover {
    background: #f9f9f9;
}

.list-item .tags span {
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-right: 5px;
    overflow: hidden;
    padding: 0 5px;
}

.lp-list{ width: 930px;height: auto; float: left;}

.lp-aside h2{
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    text-indent: 15px;
}
.lp-tj-item .tit{
    height: 27px;
    line-height: 27px;
    margin-top: 8px;
    overflow: hidden;
}

.lp-tj-item a{
    color: #666;
}


/*新增楼盘详情样式*/
.basic-details{
    width: 580px;
    float: right;
    margin-top: 4px;
}

.basic-parms dt,.basic-parms dd {
    float:left;
    font-size:16px;
    line-height:30px
}
.basic-parms dt {
    width:79px;
    color:#666;
    clear:left
}
.basic-parms dd {
    width:500px;
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word;
    padding-bottom:8px;
    line-height: 30px;
}
.basic-parms .spe-dt {
    clear:none
}
.basic-parms .spe-dd {
    width:132px
}
.basic-parms .link-dd {
    height:26px;
    width:100px
}
.basic-parms .price {
    position: relative;
}
.basic-parms .price ul{
    background:#fff;position:absolute;z-index:9999;box-shadow:0 0 14px #999;padding:4px 16px;display:none;width:160px;height: 80px; font-size: 12px
}
.basic-parms .price:hover ul{
    display: block;
}

.basic-parms .price em {
    margin:-3px 0 0;
    padding-bottom:4px;
    *margin-top:-5px
}
.basic-parms .price em {
    margin:-3px 0 0;
    padding-bottom:4px;
    *margin-top:-5px
}

.basic-parms .price p {
    padding-bottom:2px
}
.basic-parms .price em {
    font-size:24px;
    color:#ff5b6a;
    margin:0 5px
}
.basic-parms .price .sp-price {
    font-size:25px;
    vertical-align:-2px
}
.basic-parms .price .others {
    display:inline-block;
    margin-right:19px;
    padding-bottom:5px
}
.basic-parms .price .others em {
    color:#333;
    font-size:20px
}
.basic-parms .price .others .f16 {
    font-size:16px
}
.basic-parms .deal {
    margin-top:-2px
}
.basic-parms .deal span {
    margin-right:18px
}
.basic-parms .deal em {
    color:#ff5b6a;
    font-size:20px;
    margin:0 5px
}
.basic-parms .address span {
    display:inline-block;
    padding-right:15px
}
.basic-parms .showlink {
    display:inline-block;
    color:#999;
    font-size:14px
}
.basic-parms .showlink:hover {
    color:#FF5C6A
}
.basic-parms .showlink .lp-icons {
    width:10px;
    height:15px;
    margin-right:3px;
    *margin-right:5px;
+vertical-align:-4px;
    _vertical-align:-2px;
}
.basic-parms .lp-icons-notice {
    background-position:-25px -120px
}
.basic-parms .showlink:hover .lp-icons-notice {
    background-position:-45px -120px
}
.basic-parms .lp-icons-map {
    background-position:-65px -120px
}
.basic-parms .showlink:hover .lp-icons-map {
    background-position:-85px -120px
}
.basic-parms .showlink .lp-icons-housetype {
    width:13px;
    height:16px;
    background-position:-50px -240px;
    vertical-align:-3px;
+vertical-align:-4px;
    _vertical-align:-2px;
}
.basic-parms .showlink:hover .lp-icons-housetype {
    background-position:-70px -240px
}
.basic-parms .showlink .lp-icons-dev {
    width:18px;
    height:15px;
    background-position:0 -240px;
    vertical-align:-2px;
+vertical-align:-3px;
    _vertical-align:-1px;
}
.basic-parms .showlink:hover .lp-icons-dev {
    background-position:-25px -240px
}
.basic-parms .showlink .lp-icons-fav {
    width:14px;
    height:16px;
    background-position:-395px -20px;
    vertical-align:-2px;
+vertical-align:-3px;
    _vertical-align: 1px;
}
.basic-parms .showlink:hover .lp-icons-fav {
    background-position:-395px -43px
}
.basic-parms .link-dd .showlink {
    _vertical-align:-3px;
}
.basic-parms .showlink .lp-icons-open {
    width:17px;
    height:15px;
    background-position:-210px -153px;
    vertical-align:-2px;
    margin-right:1px;
    *margin-right:4px
}
.basic-parms .showlink:hover .lp-icons-open {
    background-position:-236px -153px
}
.basic-tel {
    margin-top: 20px;
    width:560px;
    height:54px;
    overflow:hidden;
    border:1px solid #e9f3d9;
    /*background-color:#f7fded;*/
    clear:both;
    position:relative;
    color:#999;
    zoom:1
}
.basic-tel .lp-icons-tel {
    width:25px;
    height:35px;
    float:left;
    margin:9px 13px 0 17px;
    background-position:-210px -310px
}
.basic-tel .tel {
    font-size:16px;
    height:54px
}
.basic-tel .no-tel {
    font-size:30px;
    line-height:56px
}
.basic-tel .tel strong {
    height:54px;
    line-height:54px;
    color:#62ab00;
    font-size:34px;  /* ä¿®æ”¹400ç”µè¯è¿‡é•¿ä¸æ˜¾ç¤ºé—®é¢˜*/
    font-weight:normal
}
.basic-tel .tel .last-strong {
    margin-right:15px
}
.basic-tel .time {
    font-size:14px;
    margin-top:4px
}
.basic-tel .glance-mod strong,.basic-tel .glance-mod .btn,.basic-tel .glance-mod .turn {
    float:left;
    display:inline
}
.basic-tel .glance-mod .turn {
    margin:6px 5px 0 5px
}
.basic-tel .glance-mod .btn {
    margin:12px 8px 0 0
}
.basic-tel .tel .btn-c {
    height:30px;
    line-height:30px;
    padding:0 9px 0 10px;
    font-size:14px;
    margin-left:2px;
    *margin-left:0
}


.brief-info li {
    margin-bottom:11px
}
.brief-info .botli {
    margin-bottom:0
}
.brief-info label {
    margin-right:10px;
    color:#656565;
    font-size:16px
}
.brief-info span {
    color:#333;
    font-size:16px
}
.brief-info .loupanmore {
    display:block;
    clear:both;
    width:100%;
    padding:13px 0 10px 0
}
.brief-info .info-left {
    float:left;
    width:216px
}
.brief-info .info-right {
    float:left;
    width:300px
}

.agent_info .r_con .btn{
    display: block;
    width: 85px;
    height: 42px;
    line-height: 42px;
    padding-left: 55px;
    background-position: 20px center;
    background-repeat: no-repeat;
    font-size: 16px;
    border: 1px solid;
    border-radius: 4px;
}

.agent_info .r_con .consult{
    border-color: #3d93eb;
    color: #3d93eb;
    background-image: url(../images/icon/icon27.png);
}

.agent_info .r_con .appoint{
    margin-top: 6px;
    border-color: #ee4433;
    color: #fff;
    background-image: url(../images/icon/icon28.png);
    background-color: #ee4433;
}

.basic-parms{
     overflow: hidden;
}

.short{
    width: 820px;
}
.main-title{
    margin: 30px 0;
    overflow: hidden;
}
.main-title h3{
    font-size: 24px;
    float: left;
    line-height: 24px;
    padding-left: 15px;
}
.main-title .more{
    float: right;
    font-size: 14px;
    color: #999;
    padding-right: 25px;
    margin-top: 3px;
    line-height: 20px;
}

.mod{
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 16px;
}
.inner-trend{
    /* height: 143px; */
    position: relative;
    margin: 17px 13px 11px 13px;
    overflow: hidden;
}
.inner-trend li.bdbot{
    margin-bottom: 16px;
    border-bottom: 1px dashed #e6e6e6;
}
.inner-trend li div{
    text-align: right;
}
.inner-trend li a{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    white-space: nowrap;
}

.inner-trend li span{
    font-size: 14px;
    color: #999;
}

.inner-trend li p{
    /*height: 50px;*/
    font-size: 14px;
    color: #656565;
    overflow: hidden;
    text-align: left;
    margin: 12px 0 8px 0;
}

.subscribe-min{
    width: 360px;
    float: right;
}

.subscribe-mod .main-title{
    position: relative;
}
.subscribe-mod .main-title h3{
    margin-right: 10px;
}
.subscribe-mod .main-title em{
    color: #999;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    left: 120px;
    bottom: 2px;
}
.subscribe-min .graybd{
    background-color: #f9f9f9;
}
.subscribe-min .inner-sub{
    height: 128px;
    position: relative;
    margin: 17px 13px 0 13px;
}
.info_slide{
    height: 84px;
    padding: 16px;
    overflow: hidden;
}
.int-text{
    border: 1px solid #CCC;
    background: #FFF;
    vertical-align: middle;
    font-size: 14px;
    height: 40px;
    line-height: 40px\9;
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    font-family: Arial,"STHeiti","Microsoft YaHei",SimSun;
}
.subscribe-min .cell-info{
    zoom: 1;
    width: 100%;
    margin-top: 15px;
}
.info_slide .infoList li{
    padding: 3px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-c{
    border-radius:3px;
    padding:0 29px 0 30px;
    font-size:18px;
    height:40px;
    line-height:40px;
    color:#FFF;
    background:#FF5C6A
}
.inner-trend a:hover {
    color:#ff5b6a;
    cursor:pointer;
    text-decoration:none
}

/*楼盘列表右侧 改造样式*/
.Rightlpdgnav ul{
    overflow: hidden;
    width: 100%;
}
.Rightlpdgnav ul li{
    margin-top: 15px;
    float: left;
    width: 100%;
    display: inline;
}
.Rightlpdgnav ul li a{
    display: block;
}
.Rightlpdgnav ul li a img{
    float: left;
    width: 90px;
    height: 60px;
    margin-right: 10px;
}
.Rightlpdgnav ul li a p{
    color: #333;
    font-size: 13px;
    line-height: 24px;
    margin-top: 2px;
}

/*楼盘详情问答*/
#question{
     width: 35%;
    float: right;
}
#question .title{
    margin: auto;
    padding: 0;
}
#question .title a{
     width: auto;
    height: auto;
     background: none;
    margin-bottom: auto;
    color: #313131;
}
#question .title a:hover{
    color: #ff0000 !important;
}
#question >div.con_box >ul.list li p.ask{
    font-size: 15px;
}
#question >div.con_box >ul.list li p{
    font-size: 14px;
}
#question >div.con_box >ul.list li p.anser{
    margin-bottom: 0;
    background: url(../images/icon/icon44.png) left 2px no-repeat;
}

/*楼盘首页置业顾问*/
.time_line{
    margin: 22px auto;;
}
.time_line .tit{
    background: #f3f3f3;
    overflow: hidden;
}
.time_line .tit p{
    float: left;
    line-height: 56px;
    font-size: 24px;
    color: #333;
    margin-left: 20px;
    position: relative;
}
.time_line .tit span{
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    border-radius: 2px;
    background: #30a15d;
    margin: 18px 0 0 14px;
    padding: 0 6px;
    position: relative;
}
.houseList_wrap .agent_list li{
    padding: 0;;
}

.houseList_wrap .agent_list a, .houseList_wrap .agent_list .l_img, .houseList_wrap .agent_list .r_con{
    width: 100%;
    margin:10px auto;
}
.houseList_wrap .agent_list .l_img img{
    margin-top: auto;
}
.houseList_wrap .agent_list .r_con{
    width: inherit;
}
.fwrenshu{
    position: absolute;
    top: 20%;
    right: 120px;
    font-size: 15px;
    color: #000;
}
.zxunbtn{
    display: block;
    line-height: 26px;
    width: 70px;
    position: absolute;
    top: 56%;
    right: 170px;
    color: #fff;
    font-size: 12px;
    background: #30a15d;
    border-radius: 3px;
    text-indent: 18px;

}

.housekefuPic{
    margin: 2em auto;
}

 /* 定制2022年3月12日==================start */
    .pc-new-house {
        background: #f1f1f1;
        padding: 20px 0 20px 22px;
        color: #666;
        overflow:hidden;
        margin-bottom:20px;
        font-size:15px;
        line-height: 1.75em;
    }


    .pc-new-house .wenxinfo{
        margin-left:196px;
    }

    .pc-new-house .wenxinfo h3 {
        font-size: 20px;
        line-height: 30px;
        color: red;
        color: #c00000;
        font-weight: bolder;
        margin:0;

    }

    .pc-new-house .wenxinfo h3 a{
        font-size: 16px;
        color: #c00000;
        text-decoration:none;
    }

    .pc-new-house .wenxinfo p{
        line-height: 1.9em;
        margin:0;
        font-size: 14px !important;
    }

    .pc-new-house .wenxinfo p em{
        font-style:normal;
        display:inline-block;
        width: 77px;
		font-size: 14px;
    }

    .pc-new-house .wenxinfo p dfn{
        font-style:normal;
        padding-right: 10px;
    }

    .pc-new-house .img {
        width: 180px;
        height: 134px;
        padding: 2px;
        border: 1px solid #ddd;
        float:left;
    }

    .pc-new-house .img img{
        width: 180px;
        height: 134px;
    }

    .pc-new-house .m-btn{
        display: none;
        height: 0;
    }
    /* 定制2022年3月12日==================end */
    

/*楼盘详情  历史价格*/
.disnone{
    border-bottom: none !important;
}
.mb10{
    font-size: 15px;
    color: #313131;
}

.lp-coltit {
    line-height: 28px;
    overflow: hidden;
    padding: 20px 0 10px;
}
.lp-coltit h3 {
    font-size: 20px;
    color: #313131;
    float: left;
    padding:5px;
}
.lp-con1{
    float: right;
    width: 780px;
    margin-top: 15px;
}
.lp-con1 .bg {
    background: #fafafa;
}
.fz12 {
    font-size: 12px !important;
}
.lp-con1 table {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    line-height: 2;
}
.lp-con1 td {
    padding: 5px;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.lp-con1 td i {
    font-size: 14px;
    margin-left: 3px;
    color: #666;
}

[class^="font-icons-"],
[class*=" font-icons-"] {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit;
    float: none;
    margin: 0;
    vertical-align: -0.25em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.font-icons-1:before {
    content: "\EA01";
}
.c-f00, .c-f00 a {
    color: #f00 !important;
}

.q_lpbox .no-result{ overflow:hidden; height:70px; margin-top: 30px;}
.q_lpbox .no-result .img{ float:left; width:108px; height:70px;margin:0 0 0 190px; }
.q_lpbox .no-result .img::before{content: '\e691';font-family: 'iconfont';font-size: 72px;color: #dfdfdf;}
.q_lpbox .no-result p{ font-size:16px; color:#333; line-height:20px; margin-top:10px; text-indent:30px; }
.q_lpbox .no-result span{ display:block; color:#999; line-height:20px; margin-top:12px; text-indent:30px; }


/*改造界面后的CSS*/
.site-user .drop-user .arrow, .site-user-login .arrow {
  margin-left: 2px;
  width: 10px;
  height: 10px;
  vertical-align: -1px;
}
.site-user .drop-user {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.site-user .reg {
  margin-left: 12px;
}
.sitenav .hicon {
  display:inline-block;
  *display:inline;
  *zoom:1;
  font-size:0;
  line-height:0;
  vertical-align:-1px;
  overflow:hidden
}
.sitenav .hicon-heart {
  width:11px;
  height:10px;
  margin-right:5px
}
.sitenav .hicon-user {
  width:11px;
  height:12px;
  margin-right:5px;
  vertical-align:-1px
}
.site-user, .site-user-login, .site-fav {
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
site-user .drop-user {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.sitenav-warp .line {
  display:inline-block;
  width:1px;
  height:10px;
  background-color:#474b4e;
  margin:0 8px;
  font-size:0;
  line-height:0\9;
  overflow:hidden;
  vertical-align:-1px
}
.fl {
  float:left;
  _display:inline
}
.fr {
  float:right;
  _display:inline
}
.sitenav-warp p {
  padding:0;
  margin:0
}
.sitenav-warp a:hover {
  font-weight:bold;
  color:#0b0f12;
  text-decoration:none
}
.sitenav-warp a {
  color:#474b4e;
  cursor:pointer
}
.sitenav-warp .site-nav a {
  padding:0 16px
}
.sitenav-warp {
  width:100%;
  height:36px;
  line-height:36px;
  color:#474b4e;
  background-color:rgba(243,245,251,1);
  font-family:PingFangSC-Regular
}
.sitenav {
  width: 1180px;
  margin: 0 auto;
}


.site-search .crumb-item {
  width:400px;
  height:34px;
  overflow:hidden;
  font-size:14px;
  color:#979b9e;
  text-overflow:ellipsis;
  white-space:nowrap
}
.site-search .crumb-item em {
  font-family:Simsun,sans-serif,arial;
  padding:0 6px;
  display:inline-block
}
.site-search .crumb-item a {
  font-size:14px;
  color:#979b9e
}
.site-search .crumb-item a:hover {
  text-decoration:underline
}
.search-box {
  position: absolute;
  z-index: 30;
  zoom: 1;
  right: 170px;
}
.search-box:after {
  visibility:hidden;
  display:block;
  content:".";
  font-size:0;
  height:0;
  clear:both
}
.search-box .input-search,.search-box .f-int-focus {
  float:left;
  width:460px;
  height:36px;
  box-sizing:border-box;
  line-height:36px;
  padding:0 12px;
  overflow:hidden;
  border:1px solid #e7ebee;
  border-right:0;
  color:#979b9e;
  border-top-left-radius:2px;
  border-bottom-left-radius:2px;
  font-size:14px
}
.search-box .btn-search {
  float:left;
  width:96px;
  height:36px;
  font-family:PingFangSC-Medium;
  font-size:16px;
  line-height:36px;
  font-weight:500;
  text-align:center;
  overflow:hidden;
  border:0;
  background:#23c993;
  border-radius:2px;
  cursor:pointer;
  color:#fff
}
.search-box .btn-search:hover {
  background:#1fb081
}
.search-box .f-int-focus {
  color:#0b0f12
}
.search-box .search-autocomplete {
  width:459px;
  position:absolute;
  z-index:30;
  left:0;
  top:36px;
  display:none;
  border:1px solid #e7ebee;
  border-top:0;
  background:#FFF;
  font-size:14px;
  overflow:hidden
}
.search-autocomplete li.itm {
  display:block;
  height:58px;
  padding:10px 12px 0;
  box-sizing:border-box;
  color:#0b0f12;
  cursor:pointer
}
.search-autocomplete li.hover {
  background:#f6f6f6
}
.search-autocomplete .itm strong,.search-autocomplete .brand-itm strong {
  color:#23c993;
  font-weight:normal
}
.search-autocomplete .itm i {
  color:#979b9e;
  padding-left:16px;
  line-height:14px
}
.search-autocomplete .itm p {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  cursor:pointer;
  font-size:14px;
  line-height:14px;
  height:14px;
  position:relative;
  color:#0b0f12
}
.search-autocomplete .itm p.address {
  color:#979b9e;
  padding-top:10px
}
.search-autocomplete .itm .address label {
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:330px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}
.search-autocomplete .itm em {
  position:absolute;
  right:0
}
.search-autocomplete li.cnt-item {
  width:370px;
  padding:0 10px;
  height:30px;
  line-height:30px;
  color:#333;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  cursor:pointer
}
.search-autocomplete {
  display:none;
  width:390px;
  border:1px solid #ddd;
  border-top:0 none;
  background:#fff;
  color:#333;
  position:absolute;
  left:0;
  top:34px;
  z-index:9
}
.search-autocomplete li.cnt-item .hover {
  background:#eee;
  color:#333
}
.search-autocomplete li em,.search-autocomplete li.hover em {
  color:#0b0f12
}
.site-search, .site-logo {
  zoom: 1;
}
.site-search {
  padding-top: 24px;
}
.sitenav, .site-search, .lp-navtabs-warp, .lp-secnav-box, #header .lp-info, #header .lp-nav, #header .lp-toppic, #header .top-banner {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  display: flow-root;
  justify-content: space-between;
}
.map-search {
  float: right;
  display: inline-block;
  line-height: 36px;
  margin-left: 10px;
  width: 104px;
  border: 1px solid rgba(35,201,147,1);
  border-radius: 2px;
  font-size: 0;
  height: 36px;
  box-sizing: border-box;
}

.site-search .site-logo .ajk-logo {
  width: 113px;
  height: 32px;
  background-size: 113px 32px;
  overflow: hidden;
}
.map-search .map-ico {
  width: 11px;
  height: 12px;
  margin-right: 4px;
  vertical-align: -1px;
  display: inline-block;
}
.map-search a {
  display: inline-block;
  width: 100%;
  color: #1fb081;
  font-size: 14px;
  line-height: 36px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  outline: 0;
  text-decoration: none;
  text-align: center;
}
.site-search .site-logo .xf-logo {
  line-height: 22px;
   font-size: 20px;
   margin-top: 6px;
  color: #0b0f12;
  font-family: PingFangSC-Semibold,"Microsoft YaHei","微软雅黑","Hiragino Sans GB",tahoma,arial,simhei;
}
.site-search .site-logo .ver-line {
  width: 1px;
  height: 16px;
  background: #0b0f12;
  margin: 12px 12px 0;
  font-size: 0;
  overflow: hidden;
}


/* 新房列表 */
.list-choose{ margin-top:20px; }
.list-choose .tab{padding-bottom: 20px; margin-top: 32px;}
.list-choose .tab a{ line-height:36px;  padding:8px 20px;font-size: 18px;color: #333333; margin-right: 10px; }
.list-choose .tab a:hover{ background: linear-gradient(123deg, #1CD3A9 0%, #01CC68 98%);color: #fff;border-radius: 8px; position:relative;}
.list-choose .tab a.active{ background: linear-gradient(123deg, #1CD3A9 0%, #01CC68 98%);color: #fff;border-radius: 8px; position:relative; }
.list-choose .tab a.active:after{ content: '';position: absolute;width: 0px;height: 0px;border-left: transparent 6px solid;border-right: transparent 6px solid;border-top: #1CD3A9 6px solid;left: 0; right: 0;top: 36px; margin: 0 auto; }
.list-choose .choose{ padding:15px 0 20px;background: rgba(239,239,239,0.4);border-radius: 8px;}
.list-choose .item{ overflow:hidden;display: flex; }
.list-choose .close .item:nth-child(n + 5){display: none;}
.list-choose .item-more{ overflow:visible; }
.list-choose .item-more:after{ content:''; display:block; clear:both; }
.list-choose .tit{ line-height:50px; width:70px;color:#333; font-weight: bold; text-align: center; margin-right: 10px;}
.list-choose .txt{ flex: 1;}
.list-choose .item-more .txt{ display: flex; }
.list-choose .options{ display: flex; flex-wrap: wrap;}
.list-choose .options a{ line-height: 50px; color:#333; margin-right:20px; }
.list-choose .options a:hover,.list-choose .options a.active{ color:#31CE90;font-weight: bold; }
.list-choose .options a.active{ position:relative; }
.list-choose .options a.active:before.list-choose .options span{ float:left; line-height:32px; color:#999; }
.list-choose .child{  padding:5px 20px 5px 0; margin:6px 20px 10px 0; overflow:hidden; }
.list-choose .child a{ float:left; line-height:30px; margin-right:20px; font-size:12px; }
.list-choose .child a:hover,.list-choose .child a.active{ color:#31CE90; }
.list-choose .child a:hover .iconfont, .list-choose .child a.active .iconfont{color: #31CE90;}
.list-choose .child i{ float:left; line-height:30px; color:#31CE90; margin-right:20px; }
.list-choose .sel{ height:22px; margin: 14px 20px 0 0; }
.list-choose .vr{ line-height: 50px;display: inline-block;cursor: pointer; color: #333333;}
.list-choose .vr input{vertical-align: middle;}
.list-choose .sel dt{ font-size:12px; color:#333; line-height:20px; border:#cdcdcd 1px solid; border-radius:2px; padding:0 20px 0 8px; cursor:pointer; position:relative; }
.list-choose .sel dt:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 4px solid; border-right:transparent 4px solid; border-top:#999 6px solid; margin:auto; top:0; bottom:0; right:8px; }
.list-choose .sel dd{ border:#cdcdcd 1px solid; border-top:none; position:relative; z-index:2; background:#fff; display:none; }
.list-choose .sel:hover dd{ display:block; }
.list-choose .sel a{ display:block; line-height:24px; font-size:12px; text-indent:8px; }
.list-choose .sel a:hover{ color:#31CE90; }

.list-choose .result{ text-align: center; margin: 0 auto; position: relative; line-height: 16px;box-sizing: border-box;}
.list-choose .result:before{ content: ""; position: absolute; width: 80px; height: 1px; background: #d8d8d8; left: -160px; margin: 0 auto;display: block; right: 0; top: 8px;}
.list-choose .result:after{content: ""; position: absolute; width: 80px; height: 1px; background: #d8d8d8;left: 0; right: -160px; display: block; margin: 0 auto; bottom: 8px;}
.list-choose .result .remove{position: absolute; color: #333333; right: 26px;font-size: 12px;border-bottom: 1px solid #333333;}
.list-choose .result .open,.list-choose .result .close{font-size: 12px; cursor: pointer; color: #9C9EA1;}
.list-choose .result .open .iconfont,.list-choose .result .close .iconfont{font-size: 12px; color: #9C9EA1;}


.main{ padding:40px 0 20px; }
.main:after{content:"";display: block;clear: both;}
.main .left{ float:left; width:820px; }
.main .right{ float:left; width:300px; margin-left: 60px; }
.main .choose{ border-bottom:#D8D8D8 1px solid; }
.main .choose:after{ content:''; display:block; clear:both; }
.main .tab{ float:left; }
.main .tab a{ float:left; font-size: 16px; line-height:40px; color:#333; margin-right: 40px;}
.main .tab .num{color: #ff0000; font-weight: bold;}
.main .tab a:hover{ color:#30a15d; }
.main .tab a.active{ color:#333333; font-weight: bold; position:relative; }
.main .tab a.active:after{ content:''; position:absolute; width:100%; height:2px; background:#31CE90; left:0; bottom:0px; border-radius:2px;}
.main .turn{ float:right; padding:10px 0; }
.main .turn a{ float:left; line-height:20px; color:#333; margin-left:15px; font-size:12px; }
.main .turn a:hover{ color:#30a15d; }
.main .turn span{ float:left; line-height:20px; color:#333; margin-left:15px; font-size:12px; }
.main .sort{ float:right; padding:10px 0; }
.main .sort a{ float:left; line-height:20px; font-size:12px; margin-left:25px; padding-right:20px; position:relative; }
.main .sort a:after{ content:'\e69c'; position:absolute; width:17px; height:12px; margin:0; top:0; bottom:0; right:0; font-family: 'iconfont';font-size: 12px;color:#999;}
.main .sort a.up,.main .sort a.down{ padding-right:12px; }
.main .sort a.up:after{ width:6px; background-position:0 -80px; }
.main .sort a.down:after{ width:6px; background-position:-10px -80px; }
.main .sort a.normal{ padding:0; }
.main .sort a.normal:after{ content:none; }
.main .sort a:hover,.main .sort a.active{ color:#31CE90; }

.list-house{  }
.list-house li{ padding: 35px 0; overflow:hidden; border-bottom: #EDEDED 1px solid; }
.list-house li:last-child{border: 0;}
.list-house .img{ float:left; width:230px; height:164px; position:relative; }

.list-house .img .opts{position: absolute;display: flex;bottom: 13px;left: 11px;}
.list-house .img .vrdiv,
.list-house .img .videodiv{width: 24px;height: 24px;background: rgba(0, 0, 0, 0.34);display: inline-block;border-radius: 50%; margin-right: 6px;}
.list-house .img span{width: 24px;height: 24px;display: inline-block; margin-top: 2px;}
.list-house .img img{ width:100%; height:100%; object-fit:cover;border-radius: 8px; }
.list-house .img .vrimg::before{ content: '\e779';font-family: 'iconfont';color: #fff;font-size: 20px; margin-left: 2px; }
.list-house .img .videoimg::before{content:'\e77a';font-family: 'iconfont';color:#fff;font-size: 20px; margin-left: 2px; }

.list-house .img object{display: block;position: absolute;top: 5px;right: 10px;overflow: hidden;width: 36px;height: 36px;}
.list-house .img .followBox{position: absolute;width: 36px; height: 36px;background: #999;border-radius: 50%;text-align: center;line-height: 38px;}
.list-house .img .followBox::before{content:'\e651';font-size: 18px;font-family: 'iconfont';color: #fff;display: block;}
.list-house .img .followed{background:#ff0904;}
.list-house .text{ float:left; width:350px; margin-left:20px; }
.list-house .text h2{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.list-house .text h2 a{ font-size:22px; color:#333; font-weight:bold; }
.list-house .text h2 a:hover{ color: #31CE90; }
/* 新房列表 */
.list-choose{ margin-top:20px; }
.list-choose .tab{padding-bottom: 20px;}
.list-choose .tab a{ line-height:36px;  padding:8px 20px;font-size: 18px;color: #333333; }
.list-choose .tab a:hover{ background: linear-gradient(123deg, #1CD3A9 0%, #01CC68 98%);color: #fff;border-radius: 8px; position:relative;}
.list-choose .tab a.active{ background: linear-gradient(123deg, #1CD3A9 0%, #01CC68 98%);color: #fff;border-radius: 8px; position:relative; }
.list-choose .tab a.active:after{ content: '';position: absolute;width: 0px;height: 0px;border-left: transparent 6px solid;border-right: transparent 6px solid;border-top: #1CD3A9 6px solid;left: 0; right: 0;top: 36px; margin: 0 auto; }
.list-choose .choose{ padding:15px 0 20px;background: rgba(239,239,239,0.4);border-radius: 8px;}
.list-choose .item{ overflow:hidden;display: flex; }
.list-choose .close .item:nth-child(n + 5){display: none;}
.list-choose .item-more{ overflow:visible; }
.list-choose .item-more:after{ content:''; display:block; clear:both; }
.list-choose .tit{ line-height:50px; width:70px;color:#333; font-weight: bold; text-align: center; margin-right: 10px;}
.list-choose .txt{ flex: 1;}
.list-choose .item-more .txt{ display: flex; }
.list-choose .options{ display: flex; flex-wrap: wrap;}
.list-choose .options a{ line-height: 50px; color:#333; margin-right:20px; }
.list-choose .options a:hover,.list-choose .options a.active{ color:#31CE90;font-weight: bold; }
.list-choose .options a.active{ position:relative; }
.list-choose .options a.active:before.list-choose .options span{ float:left; line-height:32px; color:#999; }
.list-choose .child{  padding:5px 20px 5px 0; margin:6px 20px 10px 0; overflow:hidden; }
.list-choose .child a{ float:left; line-height:30px; margin-right:20px; font-size:12px; }
.list-choose .child a:hover,.list-choose .child a.active{ color:#31CE90; }
.list-choose .child a:hover .iconfont, .list-choose .child a.active .iconfont{color: #31CE90;}
.list-choose .child i{ float:left; line-height:30px; color:#31CE90; margin-right:20px; }
.list-choose .sel{ height:22px; margin: 14px 20px 0 0; }
.list-choose .vr{ line-height: 50px;display: inline-block;cursor: pointer; color: #333333;}
.list-choose .vr input{vertical-align: middle;}
.list-choose .sel dt{ font-size:12px; color:#333; line-height:20px; border:#cdcdcd 1px solid; border-radius:2px; padding:0 20px 0 8px; cursor:pointer; position:relative; }
.list-choose .sel dt:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 4px solid; border-right:transparent 4px solid; border-top:#999 6px solid; margin:auto; top:0; bottom:0; right:8px; }
.list-choose .sel dd{ border:#cdcdcd 1px solid; border-top:none; position:relative; z-index:2; background:#fff; display:none; }
.list-choose .sel:hover dd{ display:block; }
.list-choose .sel a{ display:block; line-height:24px; font-size:12px; text-indent:8px; }
.list-choose .sel a:hover{ color:#31CE90; }

.list-choose .result{ text-align: center; margin: 0 auto; position: relative; line-height: 16px;box-sizing: border-box;}
.list-choose .result:before{ content: ""; position: absolute; width: 80px; height: 1px; background: #d8d8d8; left: -160px; margin: 0 auto;display: block; right: 0; top: 8px;}
.list-choose .result:after{content: ""; position: absolute; width: 80px; height: 1px; background: #d8d8d8;left: 0; right: -160px; display: block; margin: 0 auto; bottom: 8px;}
.list-choose .result .remove{position: absolute; color: #333333; right: 26px;font-size: 12px;border-bottom: 1px solid #333333;}
.list-choose .result .open,.list-choose .result .close{font-size: 12px; cursor: pointer; color: #9C9EA1;}
.list-choose .result .open .iconfont,.list-choose .result .close .iconfont{font-size: 12px; color: #9C9EA1;}


.main{ padding:40px 0 20px; }
.main:after{content:"";display: block;clear: both;}
.main .left{ float:left; width:820px; }
.main .right{ float:left; width:300px; margin-left: 60px; }
.main .choose{ border-bottom:#D8D8D8 1px solid; }
.main .choose:after{ content:''; display:block; clear:both; }
.main .tab{ float:left; }
.main .tab a{ float:left; font-size: 16px; line-height:40px; color:#333; margin-right: 40px;}
.main .tab .num{color: #ff0000; font-weight: bold;}
.main .tab a:hover{ color:#30a15d; }
.main .tab a.active{ color:#333333; font-weight: bold; position:relative; }
.main .tab a.active:after{ content:''; position:absolute; width:100%; height:4px; background:#31CE90; left:0; bottom:-2px; border-radius: 4px;}
.main .turn{ float:right; padding:10px 0; }
.main .turn a{ float:left; line-height:20px; color:#333; margin-left:15px; font-size:12px; }
.main .turn a:hover{ color:#30a15d; }
.main .turn span{ float:left; line-height:20px; color:#333; margin-left:15px; font-size:12px; }
.main .sort{ float:right; padding:10px 0; }
.main .sort a{ float:left; line-height:20px; font-size:12px; margin-left:25px; padding-right:20px; position:relative; }
.main .sort a:after{ content:'\e69c'; position:absolute; width:17px; height:12px; margin:0; top:0; bottom:0; right:0; font-family: 'iconfont';font-size: 12px;color:#999;}
.main .sort a.up,.main .sort a.down{ padding-right:12px; }
.main .sort a.up:after{ width:6px; background-position:0 -80px; }
.main .sort a.down:after{ width:6px; background-position:-10px -80px; }
.main .sort a.normal{ padding:0; }
.main .sort a.normal:after{ content:none; }
.main .sort a:hover,.main .sort a.active{ color:#31CE90; }

.list-house{  }
.list-house li{ padding: 35px 0; overflow:hidden; border-bottom: #EDEDED 1px solid; }
.list-house li:last-child{border: 0;}
.list-house .img{ float:left; width:230px; height:164px; position:relative; }

.list-house .img .opts{position: absolute;display: flex;bottom: 13px;left: 11px;}
.list-house .img .vrdiv,
.list-house .img .videodiv{width: 24px;height: 24px;background: rgba(0, 0, 0, 0.34);display: inline-block;border-radius: 50%; margin-right: 6px;}
.list-house .img span{width: 24px;height: 24px;display: inline-block; margin-top: 2px;}
.list-house .img img{ width:100%; height:100%; object-fit:cover;border-radius: 8px; }
.list-house .img .vrimg::before{ content: '\e779';font-family: 'iconfont';color: #fff;font-size: 20px; margin-left: 2px; }
.list-house .img .videoimg::before{content:'\e77a';font-family: 'iconfont';color:#fff;font-size: 20px; margin-left: 2px; }

.list-house .img object{display: block;position: absolute;top: 5px;right: 10px;overflow: hidden;width: 36px;height: 36px;}
.list-house .img .followBox{position: absolute;width: 36px; height: 36px;background: #999;border-radius: 50%;text-align: center;line-height: 38px;}
.list-house .img .followBox::before{content:'\e651';font-size: 18px;font-family: 'iconfont';color: #fff;display: block;}
.list-house .img .followed{background:#ff0904;}
.list-house .text{ float:left; width:350px; margin-left:20px; }
.list-house .text h2{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.list-house .text h2 a{ font-size:22px; color:#333; font-weight:bold; }
.list-house .text h2 a:hover{ color: #31CE90; }
.list-house .address{ margin-top:10px; overflow:hidden;white-space: nowrap; text-overflow: ellipsis; }
.list-house .address span{  line-height:20px; color:#666666; white-space: nowrap; text-overflow: ellipsis;}
.list-house .address a{ float:left; line-height:20px; color:#333; }
.list-house .address a.map{ float:left; line-height:20px; color:#999; margin-left:6px; padding-left:16px; position:relative; }
.list-house .address a.map:before{ content:'\e645'; position:absolute; width:12px; height:16px; margin:0; left:0; top:0; bottom:0; color: #999;font-size: 15px;font-family: 'iconfont';}
.list-house .address a:hover{ color:#30a15d; }
.list-house .info{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; line-height:20px; height:20px; margin-top:8px; }
.list-house .info span{ color:#333; }
.list-house .label{ overflow:hidden; margin-top:10px; height:24px; }
.list-house .label span{ width: 80px;font-size:12px; color:#999; line-height: 24px; padding:0 8px; float:left; margin-right:10px; background: #F3F4F6;border-radius: 4px; text-align: center;}
.list-house .label .zaishou{ background:#30a15d; color:#fff; border: #30a15d 1px solid; }
.list-house .label .daishou{ background:#4285f4; color:#fff; border: #4285f4 1px solid; }
.list-house .label .shouwan{ background:#999999; color:#fff; border: #999999 1px solid; }
.list-house .label .weipan{ background:#fc7b75; color:#fff; border: #fc7b75 1px solid; }
.list-house .label .zaizu{ background:#fb9252; color:#fff; border: #fb9252 1px solid;}
.list-house .desc{ padding-left:24px; line-height:20px; height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:10px; position:relative; }
.list-house .desc:before{ content:'\e703'; position:absolute; margin:0; left:0; top:0; bottom:0; font-family: 'iconfont';color: #36AF58;font-size: 16px;}
.list-house .desc-yh:before{ width:14px; height:14px; background-position:-40px -80px; }
.list-house .desc-dt:before{ width:16px; height:14px; background-position:-60px -80px; }
.list-house .desc a:hover{ color:#30a15d; }
.list-house .advantage{display: flex; height: 24px; border-radius: 4px; margin-top: 12px;}
.list-house .advantage.status2{background: linear-gradient(90deg, #FEF3F1 0%, rgba(254,243,241,0.9499) 60%, rgba(254,243,241,0) 100%);}
.list-house .advantage.status3{background: linear-gradient(90deg, #FFD690 0%, #FFF3DF 67%, rgba(255,243,223,0) 97%);}
.list-house .advantage .medal{ width: 16px; height: 16px;margin: 4px 0 0 6px;}
.list-house .advantage .advantageTag{ width: 16px; height: 16px; margin: 4px 6px;}
.list-house .status2 .txt{line-height: 24px; font-size: 12px; color: #F04B4B;}
.list-house .status3 .txt{line-height: 24px; font-size: 12px; color: #BE7D25; text-indent: 6px;}

.list-house .other{ width:220px; float:left; }
.list-house .price{ font-size:14px; color:#ff0000; text-align:right; }
.list-house .price span{ font-size:26px; font-weight:bold; color: #FF0000; }

.list-house .imBox{display: flex; justify-content: end; margin-top: 30px;}
.list-house .imBox .imAvatar{width: 50px; height: 50px; border-radius: 50%;}
.list-house .imBox .imInfo{margin-left: 5px;}
.list-house .imBox .imInfo .imName{text-align: center; line-height: 24px; width: 100px;}
.list-house .imBox .imInfo .imBtn{height: 26px; width: 100px; background: linear-gradient(115deg, #1DD3AA 0%, #02CC6B 100%); border-radius: 26px; color: #ffffff; line-height: 26px; font-size: 14px; cursor: pointer;}
.list-house .imBox .imBtn .iconfont{color: #ffffff; font-size: 12px; -webkit-text-stroke-width: 0;}

.list-house .tel{ text-align:right; margin-top:10px; }
.list-house .tel span{ display:inline-block; vertical-align:middle; position:relative; font-size:16px; color:#333; line-height:20px; padding-left:26px; }
.list-house .tel span:before{ content:''; position:absolute; width:20px; height:20px; background:url("/public/assets_v4/images/icon.png?v=20181117") -80px -80px; left:0; top:0; }
.list-house .column{ margin-top:30px; overflow:hidden; }
.list-house .inlet{ float:right; }
.list-house .inlet .tx{ float:left; cursor:pointer; }
.list-house .inlet .tx img{ width:50px; height:50px; border-radius:50%;margin: 0 auto; }
.list-house .inlet .tx p{ font-size:12px; line-height:20px; color:#333; text-align:center; }
.list-house .inlet a{ float:left; margin-left:14px; width:60px; line-height:28px; border-radius:4px; background:#30a15d; font-size:12px; color:#fff; text-align:center; margin-top:10px; position:relative; }
.list-house .inlet a:after{ content:''; position:absolute; width:0; height:0; border-width:6px 8px 0 0; border-style:solid; border-color:#30a15d transparent transparent transparent; left:10px; bottom:-6px; }
.list-house .compare{ float:right; position:relative; overflow:hidden; margin:16px 20px 0 0; display:none; }
.list-house .compare label{ cursor:pointer; }
.list-house .compare input[type="checkbox"]{ width:12px; height:12px; position:absolute; left:-20px; }
.list-house .compare span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.list-house .compare input:checked + span{ background-position:-130px -80px; }
.list-house .compare p{ float:left; line-height:20px; }
.list-house li:hover .compare{ display:block; }
.list-house .item-best .img:before{ content:''; position:absolute; width:87px; height: 30px; background:url("/public/miniProgram/images/index/jx.png?v=20181117") no-repeat; background-size: 100% 100%; border-top-left-radius: 8px;}
.list-house .item-best .img:after{content: "精选楼盘"; position: absolute; left: 11px; top: 5px; color: #ffffff;}
.list-house .item-enter{ padding:0; position:relative;margin: 20px 0 20px 20px;}
.list-house .item-enter img{ width:100%;object-fit: cover; }
.list-house .item-enter button{width: 150px;height: 48px;background: #30A15D;color: #fff;font-size: 20px;border-bottom: #1e7340 2px solid;border-radius: 4px;cursor: pointer;margin-top: 30px;}
.list-house .item-enter .operation{width: 200px;height: 100%;position: absolute;right: 0;top: 0px;}
.list-house .item-enter .detail{font-size: 12px;font-family: Microsoft YaHei;color: #666666;line-height: 40px;font-weight: 600;}
.list-house .item-enter .num{color: #FFA009;}

.page-turn{ margin-top:30px; }
.hot-list{ margin-top:30px; }
.hot-list h5{ font-size: 24px; color:#333; font-weight: bold;  }
.hot-list ul{ margin-top:20px; overflow:hidden;display: flex;justify-content: space-between; }
.hot-list li{  width:200px; }
.hot-list .img{ width:100%; height:144px; overflow:hidden; display:block; }
.hot-list .img img{ width:100%; height:100%; object-fit:cover;border-radius: 8px; }
.hot-list .text{ padding-bottom:10px; }
.hot-list .tit{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; margin-top: 10px; font-weight: bold;}
.hot-list .tit span{ color:#333; }
.hot-list .tit a{ color:#333;font-size: 18px; }
.hot-list .tit a:hover{ color:#30a15d; }
.hot-list .price{ color: #FF0000; line-height:20px; height:20px; margin-top:6px; }
.hot-list .price span{ color:#FF0000; font-size:16px;font-weight: bold; }
.help-house h5{ font-size:18px; color:#333; line-height:40px; font-weight:normal; }
.help-house .item{ margin-bottom:10px; }
.help-house .item-sel{ position:relative; }
.help-house .item-sel .tit{ line-height:28px; cursor:pointer; border:#e5e5e5 1px solid; color:#999; font-size:12px; text-indent:10px; padding-right:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.help-house .item-sel .tit:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:10px; top:0; bottom:0; pointer-events:none; }
.help-house .item-sel ul{ display:none; position:absolute; padding:10px 0; width:100%; left:0; top:30px; border:#e5e5e5 1px solid; border-top:none; background:#fff; overflow:hidden; z-index:2; }
.help-house .item-sel:hover ul{ display:block; }
.help-house .item-sel li{ float:left; width:50%; position:relative; overflow:hidden; padding:4px 0 4px 10px; }
.help-house .item-sel label{ cursor:pointer; }
.help-house .item-sel input{ position:absolute; width:10px; height:10px; left:-20px; }
.help-house .item-sel span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.help-house .item-sel input:checked + span{ background-position:-130px -80px; }
.help-house .item-sel p{ float:left; line-height:20px;}
.help-house .item-input input{ width:100%; height:30px; border:#e5e5e5 1px solid; text-indent:10px; font-size:12px; }
.help-house .item-select{ position:relative; }
.help-house .item-select select{ width:100%; height:30px; border:#e5e5e5 1px solid; background:transparent; -webkit-appearance:none; -moz-appearance:none; -ms-progress-appearance:none; appearance:none; text-indent:3px; font-size:12px; cursor:pointer; padding-left:8px; }
.help-house .item-select:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:10px; top:0; bottom:0; pointer-events:none; }
.help-house .item-xy{ overflow:hidden; }
.help-house .item-xy label{ float:left; position:relative; }
.help-house .item-xy input{ position:absolute; width:10px; height:10px; left:-20px; }
.help-house .item-xy span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.help-house .item-xy input:checked + span{ background-position:-130px -80px; }
.help-house .item-xy p{ float:left; line-height:20px; height:20px; color:#999; font-size:12px; }
.help-house .item-xy a{ color:#f69207; font-size:12px; }
.help-house .item-xy a:hover{ text-decoration:underline;}
.help-house .btn button{ width:100%; height:30px; color:#fff; border-radius:4px; background:#30a15d; cursor:pointer; }
.help-house .house_source,.help-house .house_source2{height: 80px;background: url("/public/assets_v4/images/xinfang/bg_house_source.png") no-repeat;background-size: contain;}


.help-house .house_guide{height: 80px;background: url("/public/assets_v4/images/xinfang/bg_house_guide.png") no-repeat;background-size: contain;margin-top: 5px;}
.help-house .house_source:after,.help-house .house_guide:after{content:"";display: block;clear: both;}
.help-house .house_source_desc,.help-house .house_source_btn,
.help-house .house_guide_desc,.help-house .house_guide_btn{display: inline-block;}
.help-house .house_source_desc,.help-house .house_guide_desc{width: 180px;float: left}
.help-house .house_source_btn,.help-house .house_guide_btn{width: 110px;}
.help-house .house_source_desc_title,.help-house .house_guide_desc_title{font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 30px;padding-left: 7px;padding-top: 10px;}
.help-house .house_source_desc_person,.help-house .house_guide_desc_person{font-size: 12px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 40px;padding-left: 7px;}
.help-house .house_source_desc_person .num{color:#FFA009;}
.help-house .house_source_btn,.help-house .house_guide_btn{height: 80px;position: relative;}
.help-house .house_source_btn .btn{width: 89px;height: 34px;background: #36AF58;border-radius: 4px;color: #fff;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;cursor: pointer;}
.help-house .house_guide_btn .btn{width: 89px;height: 34px;background: #FFA009;border-radius: 4px;color: #fff;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;cursor: pointer;}

.compare-house{ margin-top:20px; }
.compare-house h5{ font-size:18px; color:#333; line-height:36px; font-weight: bold; }
.compare-house .compare{ border:#e5e5e5 1px solid; padding:12px 20px 20px;background: url("/public/assets_v4/images/xinfang/db.png") no-repeat; background-size: cover;}
.compare-house .desc{ line-height:20px; color:#333; }
.compare-house .desc span{ color:#999; }
.compare-house .result{ padding:8px 0 12px; }
.compare-house .i{ overflow:hidden; }
.compare-house .i span{ float:left; width:12px; height:12px; margin:4px 6px 0 0; cursor:pointer; }
.compare-house .i span::before{content:'\e7ef';font-family: 'iconfont';color: #333333;margin-top: -1px;display: block;}
.compare-house .i p{ float:left; line-height:20px; font-size:12px; color:#333; }
.compare-house .s-text{ position:relative; }
.compare-house .s-text input{ width:100%; height:36px; border:#d9d9d9 1px solid; text-indent:10px; font-size:12px; background: #f9f9f9; border-radius: 36px;}
.compare-house .s-text ul{ background:#fff; position:absolute; z-index:4; width:100%; left:0; top:30px; border:#e5e5e5 1px solid; border-top:none; display:none; }
.compare-house .s-text li{ display:block; line-height:28px; text-indent:10px; font-size:12px; cursor:pointer; }
.compare-house .s-text li:hover{ background:#f5f5f5; }
.compare-house .s-text em{ font-style:normal; color:#30a15d; font-size:12px; }
.compare-house .btn{ padding-top:16px; overflow:hidden; }
.compare-house button{ float:left; width:110px; height:32px; border-radius: 32px; cursor:pointer; }
.compare-house button.comfirm{ background:#30a15d; color:#fff; }
.compare-house button.cancel{ float:right; border:#e5e5e5 1px solid; background: #EBEBEB; }
.compare-house a.comfirm{background: linear-gradient(180deg, #F8B768 0%, #FFDB66 100%); color: #A85E13; float:left; width:110px; height:32px; border-radius: 32px; text-align:center; line-height:30px; }
.compare-house .comfirm .iconfont{ transform: rotateZ(90deg);display: inline-block;color: #A85E13;}

.news-house{ margin-top:20px; }
.news-house h5{ font-size:18px; color:#333; line-height:36px; font-weight:bold;  }
.news-house dl{ margin-top:15px; }
.news-house dt{ overflow:hidden; margin-bottom:8px;display: flex; }
.news-house .img{ float:left; width:120px; height:82px; }
.news-house .img img{ width:100%; height:100%; object-fit:cover; }
.news-house .text{ float:left; margin-left:10px; width:160px; line-height:20px; }
.news-house .text p{ max-height:60px; overflow:hidden; font-size:12px; color:#333; }
.news-house .text a{ color:#30a15d; font-size:12px; }
.news-house .text a:hover{ text-decoration:underline; }
.news-house dd{ line-height: 16px;  position:relative; padding-left: 10px; margin-bottom: 10px;}
.news-house dd:before{ content:''; position:absolute; width:4px; height:4px; background:#333333; border-radius:50%; left:0; top: 6px; bottom:0; }
.news-house dd a{ color:#333; font-size:12px; }
.news-house dd a:hover{ color: #31CE90; }
.helpMeFindRoom h5{ font-size: 22px; text-align: center;}
.helpMeFindRoom form{ margin-top: 10px;}
.helpMeFindRoom input{ width: 100%; height: 35px; border: 1px solid #c7c7c7; text-indent: 10px;}
.helpMeFindRoom .inputBox{ margin-bottom: 10px; }
.helpMeFindRoom .ckbox{ font-size: 12px; color: #999999; }
.helpMeFindRoom .ckbox .block{font-size: 12px; color: #999999; display: block;}
.helpMeFindRoom .protocol{ font-size: 12px; color: #007aff;}
.helpMeFindRoom .ckbox .iconfont{ color: #999999; }
.helpMeFindRoom .submit{ width: 100%; height: 40px; background: #1886ff; color: #ffffff; border-radius: 6px; margin-top: 10px; font-weight: bold; cursor: pointer;}

.no-result{ overflow:hidden; height:70px; margin-top: 30px;}
.no-result .img{ float:left; width:108px; height:70px;margin:0 0 0 190px; }
.no-result .img::before{content: '\e69e';font-family: 'iconfont';font-size: 72px;color: #dfdfdf;}
.no-result p{ font-size:16px; color:#333; line-height:20px; margin-top:18px; text-indent:30px; }
.no-result span{ display:block; color:#999; line-height:20px; margin-top:12px; text-indent:30px; }
.no-result .enter{ padding:0; position:relative; margin-top:60px; }
.no-result .enter img{ width:100%; }
.no-result .enter button{ position:absolute; width:110px; height:32px; background:#ffc323; color:#fff; font-size:20px; border-bottom:#cc970a 2px solid; border-radius:4px; margin:auto; top:0; right:30px; bottom:0; cursor:pointer; }
.imInlet{ margin-top:20px; }
.imInlet .im-top{ overflow:hidden;background: #ffffff;}
.imInlet .im-tit{ font-weight: bold; float:left;font-size: 20px;color: #000;line-height: 40px;text-indent: 15px;}
.imInlet .im-mark{ float:left; background:#FFB653; color:#fff; font-size:12px;line-height: 14px;text-align: center; padding:0 6px; border-radius:4px; margin: 13px 0 0 5px; }
.imInlet .im-mark .iconfont{color: #ffffff;-webkit-text-stroke-width: 0;}
.imInlet .flexslider{ position:relative; }
.imInlet .flexslider .slides{ position:relative; z-index:1; overflow:hidden; }
.imInlet .flexslider .flex-control-nav{ display:none; }
.imInlet .flexslider .flex-direction-nav{ position:absolute; z-index:3; width:100%; top:-40px; display:none; }
.imInlet .flexslider .flex-direction-nav li a{ display:block; width:18px; height:20px; overflow:hidden; cursor:pointer; position:absolute; }
.imInlet .flexslider .flex-direction-nav li a.flex-prev{ right: 40px; top: 10px;}
.imInlet .flexslider .flex-direction-nav li a.flex-prev::before{content:'\e6ad';font-family: 'iconfont';color: #999999;display: block; font-size: 20px;}
.imInlet .flexslider .flex-direction-nav li a.flex-next{ right: 10px; top: 10px; }
.imInlet .flexslider .flex-direction-nav li a.flex-next::before{content:'\e6ac';font-family: 'iconfont';color: #999999;display: block; font-size: 20px;}
.imInlet .im-item{ display: flex;display: -webkit-flex;justify-content: space-between;overflow:hidden; margin:0 15px; padding:15px 0 22px; border-bottom:#e5e5e5 1px dashed; }
.imInlet .flexslider .slides li .im-item:last-child{ border-bottom:none; }
.imInlet .img{ width: 50px; height: 50px; border-radius:50%; overflow:hidden; }
.imInlet .img img{ width:100%; height:100%; object-fit:cover; }
.imInlet .text{ width: 100px; }
.imInlet .text p{ line-height:20px; color:#333; font-size:14px; margin-top: 5px; }
.imInlet .text span{ display:block; color:#999; line-height:20px; font-size:12px; }
.imInlet .text .company_name{ border-radius: 8px 0px 8px 0px;background: linear-gradient(92deg, rgba(229,181,137,0.5) 0%, rgba(247,213,175,0.5) 50%);color: #6E2500;padding: 0px 10px;display: inline-block;margin: 5px auto 0;}
.imInlet .btn{  padding-top:22px; }
.imInlet .btn a{ display:block; line-height:26px; width: 100px; color:#fff; font-size:12px; text-indent:33px; position:relative; background: linear-gradient(115deg, #1DD3AA 0%, #02CC6B 100%);border-radius: 26px;}
.imInlet .btn a:before{ content:'\e6bc'; position:absolute; width:12px; height:12px; left:-15px; top:0; bottom:0; margin:0;font-family: 'iconfont'; }
.list-house .address{ margin-top:10px; overflow:hidden;white-space: nowrap; text-overflow: ellipsis; }
.list-house .address span{  line-height:20px; color:#666666; white-space: nowrap; text-overflow: ellipsis;}
.list-house .address a{ float:left; line-height:20px; color:#333; }
.list-house .address a.map{ float:left; line-height:20px; color:#999; margin-left:6px; padding-left:16px; position:relative; }
.list-house .address a.map:before{ content:'\e645'; position:absolute; width:12px; height:16px; margin:0; left:0; top:0; bottom:0; color: #999;font-size: 15px;font-family: 'iconfont';}
.list-house .address a:hover{ color:#30a15d; }
.list-house .info{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; line-height:20px; height:20px; margin-top:8px; }
.list-house .info span{ color:#333; }
.list-house .label{ overflow:hidden; margin-top:10px; height:24px; }
.list-house .label span{ width: 80px;font-size:12px; color:#999; line-height: 24px; padding:0 8px; float:left; margin-right:10px; background: #F3F4F6;border-radius: 4px; text-align: center;}
.list-house .label .zaishou{ background:#30a15d; color:#fff; border: #30a15d 1px solid; }
.list-house .label .daishou{ background:#4285f4; color:#fff; border: #4285f4 1px solid; }
.list-house .label .shouwan{ background:#999999; color:#fff; border: #999999 1px solid; }
.list-house .label .weipan{ background:#fc7b75; color:#fff; border: #fc7b75 1px solid; }
.list-house .label .zaizu{ background:#fb9252; color:#fff; border: #fb9252 1px solid;}
.list-house .desc{ padding-left:24px; line-height:20px; height:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-top:10px; position:relative; }
.list-house .desc:before{ content:'\e703'; position:absolute; margin:0; left:0; top:0; bottom:0; font-family: 'iconfont';color: #36AF58;font-size: 16px;}
.list-house .desc-yh:before{ width:14px; height:14px; background-position:-40px -80px; }
.list-house .desc-dt:before{ width:16px; height:14px; background-position:-60px -80px; }
.list-house .desc a:hover{ color:#30a15d; }
.list-house .advantage{display: flex; height: 24px; border-radius: 4px; margin-top: 12px;}
.list-house .advantage.status2{background: linear-gradient(90deg, #FEF3F1 0%, rgba(254,243,241,0.9499) 60%, rgba(254,243,241,0) 100%);}
.list-house .advantage.status3{background: linear-gradient(90deg, #FFD690 0%, #FFF3DF 67%, rgba(255,243,223,0) 97%);}
.list-house .advantage .medal{ width: 16px; height: 16px;margin: 4px 0 0 6px;}
.list-house .advantage .advantageTag{ width: 16px; height: 16px; margin: 4px 6px;}
.list-house .status2 .txt{line-height: 24px; font-size: 12px; color: #F04B4B;}
.list-house .status3 .txt{line-height: 24px; font-size: 12px; color: #BE7D25; text-indent: 6px;}

.list-house .other{ width:220px; float:left; }
.list-house .price{ font-size:14px; color:#ff0000; text-align:right; }
.list-house .price span{ font-size:26px; font-weight:bold; color: #FF0000; }

.list-house .imBox{display: flex; justify-content: end; margin-top: 30px;}
.list-house .imBox .imAvatar{width: 50px; height: 50px; border-radius: 50%;}
.list-house .imBox .imInfo{margin-left: 5px;}
.list-house .imBox .imInfo .imName{text-align: center; line-height: 24px; width: 100px;}
.list-house .imBox .imInfo .imBtn{height: 26px; width: 100px; background: linear-gradient(115deg, #1DD3AA 0%, #02CC6B 100%); border-radius: 26px; color: #ffffff; line-height: 26px; font-size: 14px; cursor: pointer;}
.list-house .imBox .imBtn .iconfont{color: #ffffff; font-size: 12px; -webkit-text-stroke-width: 0;}

.list-house .tel{ text-align:right; margin-top:10px; }
.list-house .tel span{ display:inline-block; vertical-align:middle; position:relative; font-size:16px; color:#333; line-height:20px; padding-left:26px; }
.list-house .tel span:before{ content:''; position:absolute; width:20px; height:20px; background:url("/public/assets_v4/images/icon.png?v=20181117") -80px -80px; left:0; top:0; }
.list-house .column{ margin-top:30px; overflow:hidden; }
.list-house .inlet{ float:right; }
.list-house .inlet .tx{ float:left; cursor:pointer; }
.list-house .inlet .tx img{ width:50px; height:50px; border-radius:50%;margin: 0 auto; }
.list-house .inlet .tx p{ font-size:12px; line-height:20px; color:#333; text-align:center; }
.list-house .inlet a{ float:left; margin-left:14px; width:60px; line-height:28px; border-radius:4px; background:#30a15d; font-size:12px; color:#fff; text-align:center; margin-top:10px; position:relative; }
.list-house .inlet a:after{ content:''; position:absolute; width:0; height:0; border-width:6px 8px 0 0; border-style:solid; border-color:#30a15d transparent transparent transparent; left:10px; bottom:-6px; }
.list-house .compare{ float:right; position:relative; overflow:hidden; margin:16px 20px 0 0; display:none; }
.list-house .compare label{ cursor:pointer; }
.list-house .compare input[type="checkbox"]{ width:12px; height:12px; position:absolute; left:-20px; }
.list-house .compare span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.list-house .compare input:checked + span{ background-position:-130px -80px; }
.list-house .compare p{ float:left; line-height:20px; }
.list-house li:hover .compare{ display:block; }
.list-house .item-best .img:before{ content:''; position:absolute; width:87px; height: 30px; background:url("/public/miniProgram/images/index/jx.png?v=20181117") no-repeat; background-size: 100% 100%; border-top-left-radius: 8px;}
.list-house .item-best .img:after{content: "精选楼盘"; position: absolute; left: 11px; top: 5px; color: #ffffff;}
.list-house .item-enter{ padding:0; position:relative;margin: 20px 0 20px 20px;}
.list-house .item-enter img{ width:100%;object-fit: cover; }
.list-house .item-enter button{width: 150px;height: 48px;background: #30A15D;color: #fff;font-size: 20px;border-bottom: #1e7340 2px solid;border-radius: 4px;cursor: pointer;margin-top: 30px;}
.list-house .item-enter .operation{width: 200px;height: 100%;position: absolute;right: 0;top: 0px;}
.list-house .item-enter .detail{font-size: 12px;font-family: Microsoft YaHei;color: #666666;line-height: 40px;font-weight: 600;}
.list-house .item-enter .num{color: #FFA009;}

.page-turn{ margin-top:30px; }
.hot-list{ margin-top:30px; }
.hot-list h5{ font-size: 24px; color:#333; font-weight: bold;  }
.hot-list ul{ margin-top:20px; overflow:hidden;display: flex;justify-content: space-between; }
.hot-list li{  width:200px; }
.hot-list .img{ width:100%; height:144px; overflow:hidden; display:block; }
.hot-list .img img{ width:100%; height:100%; object-fit:cover;border-radius: 8px; }
.hot-list .text{ padding-bottom:10px; }
.hot-list .tit{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333; margin-top: 10px; font-weight: bold;}
.hot-list .tit span{ color:#333; }
.hot-list .tit a{ color:#333;font-size: 18px; }
.hot-list .tit a:hover{ color:#30a15d; }
.hot-list .price{ color: #FF0000; line-height:20px; height:20px; margin-top:6px; }
.hot-list .price span{ color:#FF0000; font-size:16px;font-weight: bold; }
.help-house h5{ font-size:18px; color:#333; line-height:40px; font-weight:normal; }
.help-house .item{ margin-bottom:10px; }
.help-house .item-sel{ position:relative; }
.help-house .item-sel .tit{ line-height:28px; cursor:pointer; border:#e5e5e5 1px solid; color:#999; font-size:12px; text-indent:10px; padding-right:30px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.help-house .item-sel .tit:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:10px; top:0; bottom:0; pointer-events:none; }
.help-house .item-sel ul{ display:none; position:absolute; padding:10px 0; width:100%; left:0; top:30px; border:#e5e5e5 1px solid; border-top:none; background:#fff; overflow:hidden; z-index:2; }
.help-house .item-sel:hover ul{ display:block; }
.help-house .item-sel li{ float:left; width:50%; position:relative; overflow:hidden; padding:4px 0 4px 10px; }
.help-house .item-sel label{ cursor:pointer; }
.help-house .item-sel input{ position:absolute; width:10px; height:10px; left:-20px; }
.help-house .item-sel span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.help-house .item-sel input:checked + span{ background-position:-130px -80px; }
.help-house .item-sel p{ float:left; line-height:20px;}
.help-house .item-input input{ width:100%; height:30px; border:#e5e5e5 1px solid; text-indent:10px; font-size:12px; }
.help-house .item-select{ position:relative; }
.help-house .item-select select{ width:100%; height:30px; border:#e5e5e5 1px solid; background:transparent; -webkit-appearance:none; -moz-appearance:none; -ms-progress-appearance:none; appearance:none; text-indent:3px; font-size:12px; cursor:pointer; padding-left:8px; }
.help-house .item-select:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:10px; top:0; bottom:0; pointer-events:none; }
.help-house .item-xy{ overflow:hidden; }
.help-house .item-xy label{ float:left; position:relative; }
.help-house .item-xy input{ position:absolute; width:10px; height:10px; left:-20px; }
.help-house .item-xy span{ float:left; width:12px; height:12px; background:url("/public/assets_v4/images/icon.png?v=20181117") -110px -80px; margin:4px 4px 4px 0; }
.help-house .item-xy input:checked + span{ background-position:-130px -80px; }
.help-house .item-xy p{ float:left; line-height:20px; height:20px; color:#999; font-size:12px; }
.help-house .item-xy a{ color:#f69207; font-size:12px; }
.help-house .item-xy a:hover{ text-decoration:underline;}
.help-house .btn button{ width:100%; height:30px; color:#fff; border-radius:4px; background:#30a15d; cursor:pointer; }
.help-house .house_source,.help-house .house_source2{height: 80px;background: url("/public/assets_v4/images/xinfang/bg_house_source.png") no-repeat;background-size: contain;}


.help-house .house_guide{height: 80px;background: url("/public/assets_v4/images/xinfang/bg_house_guide.png") no-repeat;background-size: contain;margin-top: 5px;}
.help-house .house_source:after,.help-house .house_guide:after{content:"";display: block;clear: both;}
.help-house .house_source_desc,.help-house .house_source_btn,
.help-house .house_guide_desc,.help-house .house_guide_btn{display: inline-block;}
.help-house .house_source_desc,.help-house .house_guide_desc{width: 180px;float: left}
.help-house .house_source_btn,.help-house .house_guide_btn{width: 110px;}
.help-house .house_source_desc_title,.help-house .house_guide_desc_title{font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 30px;padding-left: 7px;padding-top: 10px;}
.help-house .house_source_desc_person,.help-house .house_guide_desc_person{font-size: 12px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 40px;padding-left: 7px;}
.help-house .house_source_desc_person .num{color:#FFA009;}
.help-house .house_source_btn,.help-house .house_guide_btn{height: 80px;position: relative;}
.help-house .house_source_btn .btn{width: 89px;height: 34px;background: #36AF58;border-radius: 4px;color: #fff;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;cursor: pointer;}
.help-house .house_guide_btn .btn{width: 89px;height: 34px;background: #FFA009;border-radius: 4px;color: #fff;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;cursor: pointer;}

.compare-house{ margin-top:20px; }
.compare-house h5{ font-size:18px; color:#333; line-height:36px; font-weight: bold; }
.compare-house .compare{ border:#e5e5e5 1px solid; padding:12px 20px 20px;background: url("/public/assets_v4/images/xinfang/db.png") no-repeat; background-size: cover;}
.compare-house .desc{ line-height:20px; color:#333; }
.compare-house .desc span{ color:#999; }
.compare-house .result{ padding:8px 0 12px; }
.compare-house .i{ overflow:hidden; }
.compare-house .i span{ float:left; width:12px; height:12px; margin:4px 6px 0 0; cursor:pointer; }
.compare-house .i span::before{content:'\e7ef';font-family: 'iconfont';color: #333333;margin-top: -1px;display: block;}
.compare-house .i p{ float:left; line-height:20px; font-size:12px; color:#333; }
.compare-house .s-text{ position:relative; }
.compare-house .s-text input{ width:100%; height:36px; border:#d9d9d9 1px solid; text-indent:10px; font-size:12px; background: #f9f9f9; border-radius: 36px;}
.compare-house .s-text ul{ background:#fff; position:absolute; z-index:4; width:100%; left:0; top:30px; border:#e5e5e5 1px solid; border-top:none; display:none; }
.compare-house .s-text li{ display:block; line-height:28px; text-indent:10px; font-size:12px; cursor:pointer; }
.compare-house .s-text li:hover{ background:#f5f5f5; }
.compare-house .s-text em{ font-style:normal; color:#30a15d; font-size:12px; }
.compare-house .btn{ padding-top:16px; overflow:hidden; }
.compare-house button{ float:left; width:110px; height:32px; border-radius: 32px; cursor:pointer; }
.compare-house button.comfirm{ background:#30a15d; color:#fff; }
.compare-house button.cancel{ float:right; border:#e5e5e5 1px solid; background: #EBEBEB; }
.compare-house a.comfirm{background: linear-gradient(180deg, #F8B768 0%, #FFDB66 100%); color: #A85E13; float:left; width:110px; height:32px; border-radius: 32px; text-align:center; line-height:30px; }
.compare-house .comfirm .iconfont{ transform: rotateZ(90deg);display: inline-block;color: #A85E13;}
.news-house{ margin-top:20px; }
.news-house h5{ font-size:18px; color:#333; line-height:36px; font-weight:bold;  }
.news-house dl{ margin-top:15px; }
.news-house dt{ overflow:hidden; margin-bottom:8px;display: flex; }
.news-house .img{ float:left; width:120px; height:82px; }
.news-house .img img{ width:100%; height:100%; object-fit:cover; }
.news-house .text{ float:left; margin-left:10px; width:160px; line-height:20px; }
.news-house .text p{ max-height:60px; overflow:hidden; font-size:12px; color:#333; }
.news-house .text a{ color:#30a15d; font-size:12px; }
.news-house .text a:hover{ text-decoration:underline; }
.news-house dd{ line-height: 16px;  position:relative; padding-left: 10px; margin-bottom: 10px;}
.news-house dd:before{ content:''; position:absolute; width:4px; height:4px; background:#333333; border-radius:50%; left:0; top: 6px; bottom:0; }
.news-house dd a{ color:#333; font-size:12px; }
.news-house dd a:hover{ color: #31CE90; }
.helpMeFindRoom h5{ font-size: 22px; text-align: center;}
.helpMeFindRoom form{ margin-top: 10px;}
.helpMeFindRoom input{ width: 100%; height: 35px; border: 1px solid #c7c7c7; text-indent: 10px;}
.helpMeFindRoom .inputBox{ margin-bottom: 10px; }
.helpMeFindRoom .ckbox{ font-size: 12px; color: #999999; }
.helpMeFindRoom .ckbox .block{font-size: 12px; color: #999999; display: block;}
.helpMeFindRoom .protocol{ font-size: 12px; color: #007aff;}
.helpMeFindRoom .ckbox .iconfont{ color: #999999; }
.helpMeFindRoom .submit{ width: 100%; height: 40px; background: #1886ff; color: #ffffff; border-radius: 6px; margin-top: 10px; font-weight: bold; cursor: pointer;}

.no-result{ overflow:hidden; height:70px; margin-top: 30px;}
.no-result .img{ float:left; width:108px; height:70px;margin:0 0 0 190px; }
.no-result .img::before{content: '\e69e';font-family: 'iconfont';font-size: 72px;color: #dfdfdf;}
.no-result p{ font-size:16px; color:#333; line-height:20px; margin-top:18px; text-indent:30px; }
.no-result span{ display:block; color:#999; line-height:20px; margin-top:12px; text-indent:30px; }
.no-result .enter{ padding:0; position:relative; margin-top:60px; }
.no-result .enter img{ width:100%; }
.no-result .enter button{ position:absolute; width:110px; height:32px; background:#ffc323; color:#fff; font-size:20px; border-bottom:#cc970a 2px solid; border-radius:4px; margin:auto; top:0; right:30px; bottom:0; cursor:pointer; }
.imInlet{ margin-top:20px; }
.imInlet .im-top{ overflow:hidden;background: #ffffff;}
.imInlet .im-tit{ font-weight: bold; float:left;font-size: 20px;color: #000;line-height: 40px;text-indent: 15px;}
.imInlet .im-mark{ float:left; background:#FFB653; color:#fff; font-size:12px;line-height: 14px;text-align: center; padding:0 6px; border-radius:4px; margin: 13px 0 0 5px; }
.imInlet .im-mark .iconfont{color: #ffffff;-webkit-text-stroke-width: 0;}
.imInlet .flexslider{ position:relative; }
.imInlet .flexslider .slides{ position:relative; z-index:1; overflow:hidden; }
.imInlet .flexslider .flex-control-nav{ display:none; }
.imInlet .flexslider .flex-direction-nav{ position:absolute; z-index:3; width:100%; top:-40px; display:none; }
.imInlet .flexslider .flex-direction-nav li a{ display:block; width:18px; height:20px; overflow:hidden; cursor:pointer; position:absolute; }
.imInlet .flexslider .flex-direction-nav li a.flex-prev{ right: 40px; top: 10px;}
.imInlet .flexslider .flex-direction-nav li a.flex-prev::before{content:'\e6ad';font-family: 'iconfont';color: #999999;display: block; font-size: 20px;}
.imInlet .flexslider .flex-direction-nav li a.flex-next{ right: 10px; top: 10px; }
.imInlet .flexslider .flex-direction-nav li a.flex-next::before{content:'\e6ac';font-family: 'iconfont';color: #999999;display: block; font-size: 20px;}
.imInlet .im-item{ display: flex;display: -webkit-flex;justify-content: space-between;overflow:hidden; margin:0 15px; padding:15px 0 22px; border-bottom:#e5e5e5 1px dashed; }
.imInlet .flexslider .slides li .im-item:last-child{ border-bottom:none; }
.imInlet .img{ width: 50px; height: 50px; border-radius:50%; overflow:hidden; }
.imInlet .img img{ width:100%; height:100%; object-fit:cover; }
.imInlet .text{ width: 100px; }
.imInlet .text p{ line-height:20px; color:#333; font-size:14px; margin-top: 5px; }
.imInlet .text span{ display:block; color:#999; line-height:20px; font-size:12px; }
.imInlet .text .company_name{ border-radius: 8px 0px 8px 0px;background: linear-gradient(92deg, rgba(229,181,137,0.5) 0%, rgba(247,213,175,0.5) 50%);color: #6E2500;padding: 0px 10px;display: inline-block;margin: 5px auto 0;}
.imInlet .btn{  padding-top:22px; }
.imInlet .btn a{ display:block; line-height:26px; width: 100px; color:#fff; font-size:12px; text-indent:33px; position:relative; background: linear-gradient(115deg, #1DD3AA 0%, #02CC6B 100%);border-radius: 26px;}
.imInlet .btn a:before{ content:'\e6bc'; position:absolute; width:12px; height:12px; left:-15px; top:0; bottom:0; margin:0;font-family: 'iconfont'; }

.lp-navtabs-warp {
  margin-top:20px;
  background:#23c993;
  height:40px;
  line-height:40px;
  font-size:16px
}
.lp-navtabs li {
  float:left;
  _display:inline
}
.lp-navtabs li a {
  display:block;
  _display:inline-block;
  height:40px;
  line-height:40px;
  padding:0 18px;
  color:#fff;
  position:relative
}
.lp-navtabs li a:hover,.lp-navtabs li .item-focus,.lp-navtabs li .item-focus:hover {
  background:#1fb081;
  color:#fff;
  text-decoration:none;
  font-weight:700
}

.box {
  width: 1180px;
  margin: 0 auto;
}
.sort-list li a >p.sort-news{
  width: 240px !important;
}
.sort-list{ margin-top:20px; }
.sort-list h5{ font-size:18px; color:#333; line-height:36px; font-weight: bold; }
.sort-list .rank a{float: right; font-weight: normal;}
.sort-list li{ padding:12px 0; }
.sort-list li:hover{ background:#f8f8f8; }
.sort-list li a{ display:flex; overflow:hidden; }
.sort-list span{  line-height: 20px; width: 20px; background:#ddd; color:#fff; text-align:center; font-size:12px; margin-right: 10px;}
.sort-list li:nth-child(-n+3) span{ background:#1fb081; }
.sort-list p{ line-height:20px; color:#333; width:90px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sort-list .esf_name{width: 180px}
.sort-list i{ float:right; line-height:20px; color:#333; width:80px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-style:normal; text-align:right; }
.sort-list li a:hover p,.sort-list li a:hover i{ color: #31CE90; }
.news-house{ margin-top:20px; }
.news-house h5{ font-size:18px; color:#333; line-height:36px; font-weight:bold;  }
.news-house dl{ margin-top:15px; }
.news-house dt{ overflow:hidden; margin-bottom:8px;display: flex; }
.news-house .img{ float:left; width:120px; height:82px; }
.news-house .img img{ width:100%; height:100%; object-fit:cover; }
.news-house .text{ float:left; margin-left:10px; width:160px; line-height:20px; }
.news-house .text p{ max-height:60px; overflow:hidden; font-size:12px; color:#333; }
.news-house .text a{ color:#30a15d; font-size:12px; }
.news-house .text a:hover{ text-decoration:underline; }
.news-house dd{ line-height: 16px;  position:relative; padding-left: 10px; margin-bottom: 10px;}
.news-house dd:before{ content:''; position:absolute; width:4px; height:4px; background:#333333; border-radius:50%; left:0; top: 6px; bottom:0; }
.news-house dd a{ color:#333; font-size:12px; }
.news-house dd a:hover{ color: #31CE90; }
