@charset "utf-8";
/* CSS Document */
.public_header_visible,
.public_header {
  height: 90px;
}
.pub_logo,
.siteTit {
  margin-top: 22px;
}
.slogan {
  margin-top: 34px;
}
.pub_saerch {
  margin-top: 25px;
}

/*搜索选项*/
.search_option {
  padding: 15px 0;
}
.search_option dl {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  line-height: 26px;
  border-top: 1px solid #f4f4f4;
}
.search_option dl:first-child {
  border-top: none;
}
.search_option dl dt {
  float: left;
  width: 50px;
  text-align: right;
}
.search_option dl dd {
  padding-left: 15px;
  margin: 0 15px 0 50px;
}
.search_option dl dd a {
  display: inline-block;
  white-space: nowrap;
  color: #666;
  margin-right: 21px;
}
.search_option dl dd a i.icon-jiantou {
  width: 12px;
  margin: 0;
  font-size: 12px;
}
.search_option dl dd a i.icon-unchecked {
  width: 15px;
  margin-top: -1px;
  font-size: 15px;
  color: #c4c4c4;
}
.search_option dl dd a.selected i.icon-jiantou {
  transform: rotate(180deg);
}
.search_option dl dd a.selected i.icon-unchecked:before {
  content: "\e63d";
  color: #ff8000;
}

/*二级*/
.search_option dl.second_op dd {
}
/*三级*/
.search_option dl.third_op {
  padding: 0 0 15px 0;
  border-top: none;
}
.search_option dl.third_op dd {
  padding: 10px 0 10px 15px;
  line-height1: 24px;
  font-size: 12px;
  background: #f6f6f6;
}
.search_option dl.third_op dd a {
  color: #555;
}
.search_option dl.third_op dd .indexTag {
  height: 24px;
  line-height: 22px;
  overflow: hidden;
  margin-right: 8px;
  color: #ff8000;
}

.search_option dl dd a.selected,
.search_option dl dd a:hover,
.search_option dl.third_op dd a.selected,
.search_option dl.third_op dd a:hover {
  color: #ff8000;
}

/*已选条件*/
.search_option dl.selected_option {
  padding: 10px 0;
}
.search_option dl dd span {
  display: inline-block;
  height: 26px;
  padding: 0 5px 0 10px;
  margin-right: 8px;
  color: #ff8000;
  border: 1px dashed #ff8000;
}
.search_option dl dd span i {
  width: 16px;
  margin: -2px 0 0;
  cursor: pointer;
}
.search_option dl dd span:hover {
  background: #fff8f1;
}
.search_option dl dd span i:hover {
  color: #f40;
}
.search_option dl dd a.subscription {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin-right: 15px;
  color: #fff;
  border-radius: 2px;
  background: #ff8000;
}
.search_option dl dd a.subscription:hover {
  background: #f90;
}
.search_option dl dd a.clear i {
  width: 14px;
  margin-top: -1px;
  font-size: 14px;
  color: #999;
}
.search_option dl dd a.clear:hover i {
  color: #ff8000;
}

/*左侧列表*/
.listBox {
  float: left;
  width: 970px;
}

/*排序*/
.sortBar {
  height: 39px;
  line-height: 39px;
  border-bottom: 1px solid #e8e8e8;
  background: #f5f5f5;
}
.sortBar .sortType {
  float: left;
  height: 40px;
  overflow: hidden;
}
.sortBar .sortType li {
  float: left;
  height: 40px;
  margin-right: 20px;
  box-sizing: border-box;
}
.sortBar .sortType li a {
  display: block;
  padding: 0 10px;
  color: #777;
  transition: background 0.3s 0s ease-in-out;
}
.sortBar .sortType li.current {
  border-bottom: 2px solid #ff8000;
}
.sortBar .sortType li a:hover {
  background: #fff;
}
.sortBar .sortType li.current a,
.sortBar .sortType li a:hover {
  color: #ff8000;
}

.sortBar .sortType li i {
  width: 10px;
  height: 14px;
  margin: -2px 0 0 5px;
  background: url(../images/sprites.png) -22px -31px no-repeat;
}
.sortBar .sortType li i.up {
  background: url(../images/sprites.png) -31px -31px no-repeat;
}
.sortBar .sortType li i.down {
  background: url(../images/sprites.png) -40px -31px no-repeat;
}

.sortBar .totalInfo {
  float: right;
  padding: 0 15px;
  color: #777;
}
.sortBar .totalInfo font {
  margin: 0 2px;
}

/*列表*/
.listBox .list dl {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #f4f4f4;
}
.listBoxLp  .list dl{
  display: flex;
  overflow: inherit;

}
.listBox .list dl dt {
  float: left;
  width: 210px;
  height: 158px;
  overflow: hidden;
  position: relative;
}
.listBox .list dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s 0s ease-in-out;
}
.listBox .list dl dt span {
  width: 35px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: #bdbdbd;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
}
.listBox .list dl dt:hover img {
  transform: scale(1.03, 1.03);
}

.listBox .list dl dd {
  margin-left: 233px;
  position: relative;
}

.listBoxLp .list dl dd {
    margin-left: 23px;
    position: relative;
    flex: 1;
  }
.listBox .list h2 {
  max-width: 500px;
  overflow: hidden;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
}
.listBox .list h2 a {
  color: #222;
}
.listBox .list h2 a:hover {
  color: #f50;
}

.listBox .list ul {
  margin: 8px 0 10px;
}
.listBox .list ul li {
  max-width: 500px;
  line-height: 24px;
  color: #777;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listBoxLp .list ul li{

    overflow: inherit;
}
.listBox .list ul li i {
  width: 19px;
  overflow: hidden;
  margin: -2px 7px 0 0;
  text-align: center;
  color: #c4c4c4;
}
.listBox .list ul li i.icon-shangpu {
  font-size: 15px;
}
.listBox .list ul li i.icon-changfang {
  font-size: 14px;
}
.listBox .list ul li font {
  color: #ccc;
}
.listBox .list ul li a {
  color: #777;
}
.listBox .list ul li a:hover {
  color: #999;
  text-decoration: underline;
}

.listBox .list .price {
  color: #999;
  position: absolute;
  right: 30px;
  top: 40px;
}
.listBox .list .priceLp{
    top: 20px;
}
.listBox .list .price p {
  float: right;
  clear: both;
  line-height: 26px;
}
.listBox .list .price p strong {
  float: left;
  font-size: 24px;
  margin: -1px 3px 0 0;
}

.listBox .list .tag span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin-right: 8px;
  font-size: 12px;
}
.listBox .list .tag span:nth-of-type(1),
.listBox .list .tag span:nth-of-type(5) {
  color: #f7866c;
  background: #ffece8;
}
.listBox .list .tag span:nth-of-type(2) {
  color: #4db087;
  background: #e1f5ed;
}
.listBox .list .tag span:nth-of-type(3) {
  color: #f99b6c;
  background: #ffefdd;
}
.listBox .list .tag span:nth-of-type(4) {
  color: #899cae;
  background: #e9edf0;
}

.listBox .list .tag.tag_right {
  float: right;
  position: absolute;
  top: 50px;
  right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;

}
.listBox .list .tag.tag_right .tag_right_span{
  flex: 1;

}
.listBox .list .tag.tag_right .tag_right_span span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  margin-right: 8px;
  font-size: 12px;
  margin-bottom: 10px;
}
.listBox .list .tag .tag_right_span:nth-of-type(1) span,
.listBox .list .tag .tag_right_span:nth-of-type(5) span{
  color: #f7866c;
  background: #ffece8;
}
.listBox .list .tag .tag_right_span:nth-of-type(2) span{
  color: #4db087;
  background: #e1f5ed;
}
.listBox .list .tag .tag_right_span:nth-of-type(3) span{
  color: #f99b6c;
  background: #ffefdd;
}
.listBox .list .tag .tag_right_span:nth-of-type(4) span{
  color: #899cae;
  background: #e9edf0;
}
.listBox .list .collectItem {
  display: none;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #eaeaea;
  position: absolute;
  right: 55px;
  top: 122px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  background: #fff;
  transition: all 0.3s 0s ease-in-out;
}
.listBox .list .collectItem i {
  margin: 0;
}
.listBox .list .collectItem:hover {
  border: 1px solid #ddd;
  color: #ffb8a9;
}
.listBox .list .collectItem.mark {
  border: 1px solid #ddd;
  color: #f60;
}

.listBox .list dl:hover {
  background: #fffaf6;
}
.listBox .list dl:hover .collectItem {
  display: block;
}

/*右侧区块*/
.list_sidebar {
  float: right;
  width: 200px;
}
.side_pic_box {
  margin-bottom: 15px;
}
.side_pic_box img {
  display: block;
}
.side_pic_box.map_search {
  position: relative;
}
.side_pic_box.map_search a {
  width: 160px;
  height: 32px;
  line-height: 32px;
  margin-left: -80px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 28px;
  background: #ff5136;
}
.side_pic_box.map_search a:hover {
  background: #f40;
}

.list_sidebar .titBox {
  height: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.list_sidebar .titBox .more {
  float: right;
  margin-right: 5px;
  font-size: 12px;
  color: #999;
}
.list_sidebar .titBox .more:hover {
  color: #ff8000;
}
.list_sidebar .titBox h3 {
  float: left;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.list_sidebar .titBox h3 i.hot {
  width: 22px;
  height: 21px;
  margin: -6px 0 0 2px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAVCAYAAABCIB6VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NjFBRkMyRjIwODExRTdCMUI2OEFENkJFRjE2QUJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2NjFBRkMzRjIwODExRTdCMUI2OEFENkJFRjE2QUJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY2MUFGQzBGMjA4MTFFN0IxQjY4QUQ2QkVGMTZBQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODY2MUFGQzFGMjA4MTFFN0IxQjY4QUQ2QkVGMTZBQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6uvPdGAAAC6UlEQVR42rSVWUjUURjFf+OMjvtW5oZpWYYtEhVhtL0YUeRL0EO9hfQS9NBLQdFLD2UrRAuREPVQECUEFVlPZaiIS6JmCilZpuaCmVsuM9N355vRZGa0ov5w+S/ce+53znfO/VtcLlc/EMa/vcZsHtC/B54Yh85PkJoOwSHTn4NkuP4YrOMjvK2UlbL08X04dwIGB36d4bLNC9L1GZobtaqeTrCHQuUbSE6D58VQ/gqcTql8YtaywMBDg/DgNpS+FNAOsFqFn1UJ2oKhr1crDg5W0A/vISVterlFmjci9/BZoG0tcL0Q6mtUN7N4rsvhgIREuCSFxCeYL6NBPpMGv8Hl01BXJS0Nnx/U3SkL9PcJy++zmjdzTU1B8V1oaYCISOFj+b1mOkWSxRmQnhlA495uePZI9TSgRkND02bTu9Nh1FOdzRzzzV2Qw2ev2cBVZUI/AtblQnW5PIu9l2XDuzqVJWe9aLgAKsQVsbE6b3hIOiTs6quFqbhnxWo/UjTVQvYaOHBIqhELRUVD/j5YlAK790Jiigbh1AWhLrQXJsHh45CRqdW3NgfQ2CKvk5Na6c49sDVPZgippFQBWgo3L0LRFbWVkeLaGfF2F9y5Co21RuwAwHa76urexOJpnktHTJyO+HgIFVlCxIZRMYIgEJHCLMSu4fGr8YYt8PqFHCFjUPJE0pUMWaskfRKQvq9w/pa4JQq65b2mQjYI02EKMC5auylAQAbkoLsh9MYlSQ212rDl2UrTJhVu26GsKkp1M9ODjZuhTGKdK0UdO+vFHfVNXonkv/CkLjKaG4tZbepx8+z1tvckGxmG6BhN3ZKsaWDf5G3fBfsLNP9Gb6tHLeNlo6M74h7QyQmVwDhjBjTAIWToFxxVwKcP4ceYVhnkDY3TEwx5jpNmHjwCefk+MP4PIe/V2gT3iqC9TSmbCs3GkUJ9ZY4yS0j2t9Kt8ei8f5D+HvjSrm6JjVNPm4TO8Wuy/K9/3k8BBgARo/MfNwhmiAAAAABJRU5ErkJggg==)
    no-repeat;
}

/*右侧热推房源*/
.side_hot_item {
  width: 100%;
}
.side_hot_item li {
  margin-bottom: 15px;
  font-size: 12px;
  transition: transform 0.4s 0s ease-in-out;
}
.side_hot_item li:hover {
  box-shadow: 0px 3px 3px #d5d5d5;
  transform: translateY(-5px);
}

.side_hot_item li .item_pic {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.side_hot_item li .item_pic img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s 0s ease-in-out;
}
.side_hot_item li .item_pic:hover img {
  transform: scale(1.03, 1.03);
}

.side_hot_item li .item_pic .tag,
.side_hot_item li p span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side_hot_item li .item_pic .tag {
  width: 190px;
  height: 28px;
  padding: 10px 5px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(-180deg, transparent, rgba(0, 0, 0, 0.9));
}
.side_hot_item li .item_pic .tag span {
  margin: 0 5px;
}

.side_hot_item li .item_info {
  padding: 5px 8px;
  border: 1px solid #eee;
  border-top: none;
}
.side_hot_item li .item_info p {
  height: 24px;
  line-height: 24px;
}
.side_hot_item li .item_info p span,
.side_hot_item li .item_info p font {
  display: inline-block;
}
.side_hot_item li .item_info p font {
  vertical-align: top;
  color: #ccc;
}
.side_hot_item li .item_info p .item,
.side_hot_item li .item_info p .area {
  max-width: 75px;
}
.side_hot_item li .item_info p .area {
  float: left;
}
.side_hot_item li .item_info p .price {
  float: right;
}
.side_hot_item li .item_info p .price strong {
  float: left;
  margin: -1px 1px 0 0;
  font-size: 18px;
  color: #ff8000;
}

.side_hot_item li:hover .item_info {
  color: #fff;
  border: 1px solid #ff8000;
  border-top: none;
  background: #ff8000;
}
.side_hot_item li:hover .item_info p font {
  color: #fff;
}
.side_hot_item li:hover .item_info p strong {
  color: #fff;
  margin: -1px 1px 0 0;
  font-weight: normal;
  font-size: 16px;
}
.side_hot_item li:hover .item_info p .price {
  color: #fff;
}

/*热门资讯*/
.side_hot_news {
  padding: 5px 0;
}
.side_hot_news li {
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjVEQzIzOEVCRjJEOTExRTc4RDcyQkI0MjhDMjFGREJDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjVEQzIzOEVDRjJEOTExRTc4RDcyQkI0MjhDMjFGREJDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NURDMjM4RTlGMkQ5MTFFNzhENzJCQjQyOEMyMUZEQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NURDMjM4RUFGMkQ5MTFFNzhENzJCQjQyOEMyMUZEQkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz65KNACAAAAJklEQVR42mJcvHhxKwMDQx4QT2IBEiVAzAYSYAISPUD8FSQDEGAAkRMGcQcxEeYAAAAASUVORK5CYII=)
    0 8px no-repeat;
}

/*列表置顶*/
.release_list_top_icon {
  width: 18px;
  height: 18px;
  background-color: #ff8000;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  position: relative;
  top: -10px;
}
.release_list_top_span {
  color: azure;
  font-size: 0.7em;
  font-family: Microsoft YaHei;
}

/*楼房面积列表*/
.list-box {
  display: flex;
  justify-content: left;
  align-items: center;
}
.list-box .area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.list-area-num {
  color: rgba(0, 0, 0, 0.4);
}
.list-box .area span {
  cursor: pointer;
  float: left;
  border-right: 1px solid #f2f2f2;
  border-bottom: 0;
  line-height: 28px;
  padding: 0;
  position: relative;
  padding: 0 18px;
}
.list-box .area {
  border: 1px solid #f2f2f2;
  border-right: 0;
  background: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 6px;
}
.list-box .area span:hover {
  color: #ff8000;
}
 .listBoxLp #area-img {
  width: 180px;
  border-radius: 0;
  position: absolute;
  display: none;
  top: 35px;
  z-index: 1;
}
#area-img:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #cccccc;
  position: absolute;
  left: 20px;
  top: 0;
  margin-top: -10px;
}
#area-img img {
  width: 100%;
  display: block;
}
#area-img .tosat-img-tit {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
