.block-content {
  padding: 0;
  height: 137px;
}

.block-content p:first-child {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  height: 36px;
}

.bs-tabs-hd {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

.bs-tabs-hd li {
  display: inline-block;
  padding: 10px 50px;
  background-color: #eee;
  color: #000;
  margin-left: 10px;
  cursor: pointer;
}

.bs-tabs-hd li.bs-tab-hd-active {
  background-color: #000;
  color: #fff;
  cursor: default;
}

.bs-desc {
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}

.bs-case-list li {
  display: inline-block;
  width: 31.95%;
  min-height: 260px;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 30px;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 100%);
}

.bs-case-list li:hover {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 100%);
}

.bs-case-list li a {
  color: #000;
}

.bs-case-list li a:hover {
  text-decoration: none;
}

.bs-case-list li a:hover i {
  margin-left: 10px;
}

.bs-case-list li:nth-of-type(3n) {
  margin-right: 0;
}

.bs-case-list li .img {
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
  background: url(../image/loading.gif) #f5f5f5 no-repeat center;
}

.bs-case-list li img {
  max-width: 100%;
}

.bs-case-list li .text {
  padding: 10px;
}

.bs-case-list li .name {
  font-size: 14px;
  font-weight: bold;
}

.bs-case-list li .url {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 20px;
}

.bs-case-list li .url i {
  margin-left: 5px;
  font-style: normal;
  font-family: serif;
  transition: margin 300ms;
}

.bs-tab-bd {
  display: none;
}

.bs-tab-bd.bs-tab-bd-active {
  display: block;
}

.bs-case-list li.item-more-case .url {
  display: none;
}

.bs-case-list li.item-more-case i {
  margin-left: 5px;
  font-style: normal;
  font-family: serif;
  transition: margin 300ms;
}

.bs-house-3d dl {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px #eee solid;
}

.bs-house-3d dt {
  font-size: 24px;
  line-height: 1;
  margin: 20px 0 20px 0;
  font-weight: normal;
}

.bs-house-3d ul {
  margin: 0;
  padding: 0;
}

.bs-house-3d li {
  min-height: auto;
}

.bs-house-3d li .url {
  margin-top: 0;
}

.bs-load-more {
  margin: 20px auto;
  text-align: center;
}

.bs-load-more a {
  line-height: 1;
  display: inline-block;
  padding: 10px 30px;
  border: 1px #ddd solid;
  color: #222;
}

.bs-load-more a:hover,
.bs-load-more a:focus {
  border: 1px #000 solid;
  color: #000;
  text-decoration: none;
}
.pagination-disabled{
  pointer-events: none!important;
  opacity: 0.3;
}

/* 筛选功能 */
.filter-tools {
  /* position: sticky;
  top: 202px; */
  background: #fbfbfb;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 12px;
  border-top: 0px #c7c7c7 solid;
}
.filter-tools dl{
  display: flex;
  margin-bottom: 5px;
}
.filter-tools dl dt{
  min-width: 5em;
  text-align: justify;
  line-height: 1;
  margin-right: 2em;
}
.filter-tools dl dt::after{
  content: "";
  display: inline-block;
  width: 100%;
}

.filter-tools dl dd input[type=text]{
  display: inline-block;
  vertical-align: middle;
  border: 1px #fff solid;
  border-radius: 0px;
  background-color: #fff;
  padding: 3px 5px 3px 30px;
  width: 30em;
  height: 28px;
  line-height: 28px;
  background: url(http://m.shzhencen.com/images/search.jpg) #fff no-repeat left center;
}
.filter-tools dl dd .btn-search{
  border: 1px #000 solid;
  border-radius: 0px;
  background-color: #000;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  margin-left: 0px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.filter-tools .dl-keyword{
  padding: 15px 20px;
  margin: -20px;
  background: #ebebeb;
  margin-bottom: 20px;
}
.dl-keyword-bar{
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.dl-keyword-input{
  display: inline-block;
  position: relative;
}
.dl-keyword-clear{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
  align-items: center;
  padding: 0 0.5em;
  cursor: pointer;
  line-height: 1;
}
.search-hot{
  display: inline-block;
  margin-left: 20px;
}
.search-hot a{
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
  color: #888;
  border-bottom: 1px #888 solid;
  line-height: 1;
}
.search-hot a:hover{
  color: #337ab7;
  border-bottom: 1px #337ab7 solid;
}
.filter-tools dl dd label{
  display: inline-block;
  margin: 0 20px 20px 0;
  color: #000;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
}
.filter-tools dl dd label input[type=checkbox]{
  display: inline-block;
  margin: -4px 5px 0 0;
  vertical-align: middle;
  border: 1px #8f8f8f solid;
  border-radius: 0;
  appearance: none;
  width: 12px;
  height: 12px;
  outline: none;
  cursor: inherit;
}
.filter-tools dl dd label input[type=radio]{
  display: none;
}
.filter-tools dl dd label b{
  font-weight: inherit;
  user-select: none;
}
.filter-tools dl dd label:hover{
  color: #666;
}

.filter-tools dl dd label input[type=checkbox]:checked{
  border: 1px #000 solid;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEzMTg0MUJCNTZDNDExRUU4NUQ4RjY0OUY4RkQ5MTA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEzMTg0MUJDNTZDNDExRUU4NUQ4RjY0OUY4RkQ5MTA3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTMxODQxQjk1NkM0MTFFRTg1RDhGNjQ5RjhGRDkxMDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTMxODQxQkE1NkM0MTFFRTg1RDhGNjQ5RjhGRDkxMDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BdXRzAAAAe0lEQVR42uyVSxLAIAhDjdP7Xznddboo8lOmC9ibZyIgSI6KmqOoGvR/0HVA893GOOWIFdGx4o2+INgNUiFSM3B1IAKxOOIOiDU6ZiESCIqwG7JyJMFCEC06iwCsrTkTQvDMwAzeGt5hsw4sMhDv9kZmffQP26CnbgEGAB+CEjwcCiJyAAAAAElFTkSuQmCC) #000 center / contain;
}

.filter-tools dl dd label input:checked + b{
  font-weight: bold;
}

.filter-tools dl.dl-city{
  /* display: none; */
  margin-top: -10px;
}
.filter-tools dl.dl-city dd{
    padding: 15px 0px 0px 0px;
    border-radius: 3px;
    border-top: 1px #eee solid;
    width: 100%;
}
.no-data{
  text-align: center;
}
.no-data::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  min-height: 100px;
  width: 0;
}
.no-data::after{
  content: "未查询到案例，请更改条件后重试。";
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #888;
}