﻿#house-carousel-1 img { /*轮播*/
  width: 100%;
  height: 180px;
}
/* 媒体列表 */
.house-list .media {
  border-top: solid 1px #eee;
  padding-top: 15px;
}
.house-list .media:first-child {
  border-top: none;
  padding-top: 0;
}
.house-list .media .media-heading {
  height: 1.5em;
  overflow: hidden;
}
.house-list .media .media-body p.item {
  line-height: 1.5em;
  height: 1.5em;
  margin-bottom: 5px;
  font-size: 16px;
  overflow: hidden;
}
.house-list .media .media-body p.content {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
/*盒子列表*/
.list-box a {
  display: block;
}
.list-box .thumbnail {
  height: 177px;
  overflow: hidden;
}
.list-box .thumbnail > div {
  height: 167px;
  overflow: hidden;
}
.list-box .thumbnail img {
  min-height: 100%;
  width: 100%;
}
.list-box .caption h4,
.list-box .caption h5 {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-box .caption p {
  height: 4.5em;
  line-height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
/* 首页中介列表 */
.list-box-zj .thumbnail {
  height: 181px;
}
.list-box-zj .thumbnail a {
  height: 171px;
}
/*2020.11.20*/
.text-white {
  color: #fff;
}
