.catalogue {
  margin-top: 40px;
  width: 100%;
  background: #f7f7f7;
  padding: 0px 30px;
}
.catalogue .title {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  text-align: center;
  padding: 35px 0px;
}
.title strong {
  font-size: 32px;
  color: #ef8200;
}
.catalogue .names {
  border-top: 1px solid #ddd;
  padding-bottom: 20px;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.catalogue .names .items {
  display: inline-block;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  margin: 0 10px;
  width: calc((100% - 120px) / 6);
  margin-top: 10px;
}
.catalogue .names .items .bottoms,
.catalogue .names .items .top {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.catalogue .names .items .bottoms .b-item strong,
.catalogue .names .items .top strong {
  color: #ef8200;
}
.catalogue .names .items .bottoms {
  background-color: #fff;
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
}
.catalogue .names .items .bottoms .b-item {
  text-align: left;
  /*padding: 0px 25px;*/
  padding-left: 25px;
  position: relative;
  height: 100%;
}
.catalogue .names .items .bottoms .warp {
  transform: translateY(0%);
  animation-name: downCheck;
  animation: downCheck 10s linear 2s infinite;
}
.catalogue .names .items .bottoms .b-item::after {
  position: absolute;
  top: 17px;
  left: 10px;
  content: ' ';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef8200;
  border-radius: 50%;
}

.titleBox {
  width: 100%;
}

@keyframes downCheck {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}

.houseList {
  width: 100%;
}
.houseList .house {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.houseList .house_i{
  display: none;
}
.houseList .active{
  display: flex;
}
.houseList .house .item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 8px;
  cursor:pointer
}

.houseList .house .item:hover .info-title{
 color: #EF8200;
}

.houseList .house .item .content-list-houseInfo a {
 height: initial;
}
.houseList .house .item .houserInfo-info{
  width: 100%;
}
.houseList .house .item .top {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.houseList .house .item .top:hover .img-bg {
  transform: scale(1.15);
  transition: 0.3s;
}
.houseList .house .item .img-bg {
  transition: 0.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.houseList .house .item .top .bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 5px;
  padding-top: 30px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.timer-bar {
  padding-top: 10px !important;
}
.houseList .house .item .top .bar .timer {
  width: 100%;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: right;
}
.houseList .house .item .top .bar .left {
  width: 80px;
}
.houseList .house .item .top .bar .left a{
  display: unset;
}
.houseList .house .item .top .bar .left .a-img {
  display: inline-block;
  width: 32px;
  margin-right: 5px;
  margin-top: -6px;
}
.houseList .house .item .top .bar .right {
  padding-top: 5px;
}
.houseList .house .item .top .bar .right span {
  display: inline-block;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.houseList .house .item .top .bar .right strong {
  display: inline-block;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ef8200;
}

.houseList .house .item:nth-child(3n) {
  margin-right: 0px;
}
.house_more {
  margin-top: 0px !important;
  margin-bottom: 30px !important;
}

.content-list-houseInfo {
  display: flex;
  flex: 2;
  justify-content: space-between;
  padding: 25px 0px;
}
.content-list-houseInfo .info-title {
  font-size: 1rem;
  margin-bottom: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;

  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.content-list-houseInfo .info-row {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
  margin-top: 2px;
}
.content-list-houseInfo .info-row .icon {
  height: 14px;
  width: auto;
  margin-right: 3px;
  vertical-align: baseline;
}

/* 页面3 */
.search-title {
  margin-bottom: 40px;
}

.jumu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 20px;
}
.jumu .left-swiper {
  width: calc(100% - 440px);
}

.gallery-top {
  height: 470px;
}
.gallery-top .swiper-slide {
  background-repeat: no-repeat;
  position: relative;
  background-size: 100%;
}
.gallery-top .swiper-slide video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery-top .swiper-slide .vr-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  height: 100%;
  top: 22px;
  right: 0px;
  width: 32px;
  background-image: url('../image/arrow-rh.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-white {
  height: 100%;
  top: 22px;
  left: 0px;
  width: 32px;
  background-image: url('../image/arrow-lh.png');
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '';
}

.swiper-button-prev.swiper-button-disabled {
  background-image: url('../image/arrow-l.png');
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url('../image/arrow-r.png');
}

.gallery-thumbs {
  height: 100px;
  padding: 0px 40px;
  margin-top: 15px;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.jumu .swiper-info {
  padding: 20px 0px;
  padding-left: 30px;
  padding-top: 0;
  width: 440px;
}
.jumu .swiper-info .sw-title {
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.jumu .swiper-info .RMB {
  padding: 20px 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.jumu .swiper-info .RMB strong {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ef8200;
}
.jumu .swiper-info .RMB span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-left: 20px;
}
.jumu .swiper-info .RMB .course {
  margin-top: 10px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-bottom: 0px;
}
.jumu .swiper-info .infos {
  padding: 20px 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eee;
}
.jumu .swiper-info .infos .item {
  display: flex;
  margin-bottom: 15px;
}
.jumu .swiper-info .infos .item .label {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  min-width: 40px;
  line-height: 26px;
}
.jumu .swiper-info .infos .item .info {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding-left: 20px;
}

.call {
  padding-top: 20px;
}
.call .call-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  vertical-align: middle;
}
.call .call-icon img {
  width: 100%;
}
.call .callNum {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ef8200;
  vertical-align: middle;
  padding-left: 15px;
}

.text-each {
  padding-bottom: 40px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
}

.text-each img {
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .houseList .house .item .top {
    height: 200px;
  }
  .gallery-top .swiper-slide {
    background-position: center;
    background-size: auto 100%;
  }
  .catalogue .names .items {
    width: calc((100% - 100px) / 5);
  }
}

@media screen and (max-width: 986px) {
  .houseList .house .item .top {
    height: 200px;
  }
  .houseList .house .item {
    width: 48%;
    margin-right: 4%;
  }
  .houseList .house .item:nth-child(3n) {
    margin-right: 0px;
  }
  .houseList .house .item:nth-child(2n) {
    margin-right: 0px;
  }
  .catalogue .names .items {
    width: calc((100% - 80px) / 4);
  }
  .titleBox{
    display: block;
  }
  .titleBox .left{
    display: block;
    width: 100%;
    height: 36px;
    margin-bottom: 12px;
    bottom: 0;
  }
  .titleBox .left .title{display: block;float:left;margin-bottom: 10px;line-height: 32px;font-size:22px;}
  .titleBox .left .tips{display: block;float:right;height: 32px;line-height: 32px;}
  .titleBox .left::after{clear: both;}
}

@media screen and (max-width: 769px) {
  .search-title {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .catalogue {
    padding: 0;
  }
  .catalogue .title {
    font-size: 14px;
    padding: 18px 0px;
  }
  .title strong {
    font-size: 22px;
  }
  .catalogue .names .items {
    width: calc((100% - 60px) / 3);
  }
  /* 整屏宽就默认图片多高就是了 */
  .houseList .house .item .top {
    height: initial;
  }
  .houseList .house .item {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 15px;
  }

  .content-list-houseInfo {
    padding-top: 24px !important;
  }

  .jumu {
    display: block !important;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .jumu .left-swiper {
    width: 100%;
  }
  .jumu .swiper-info {
    padding-left: 0;
    width: auto;
  }

  .text-each {
    padding: 10px 10px 17px;
  }
  .text-each p{margin-bottom: 0.5rem;}
}

@media screen and (max-width: 576px) {
  .houseList {
    padding: 0px 10px;
  }
  .titleBox {
    margin-top: 20px !important;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }
  .titleBox .li {
    padding: 11px 14px !important;
  }
  .catalogue .names .items {
    width: calc((100% - 40px) / 2);
  }
  .gallery-thumbs {
    height: 60px;
    padding: 0px 30px;
  }
  .gallery-top .swiper-slide {
    background-position: center;
    background-size: 100% auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: 20px;
  }
  .projectItem {
    margin-bottom: 30px !important;
    margin-top: 10px;
  }
  .gallery-top {
    height: 220px;
  }
  .Case .projectItem {
    margin-bottom: 20px !important;
  }

  .Case .projectItem .item-t .title {
    font-size: 18px !important;
  }

  .Case .projectItem .item-t .title2 {
    font-size: 14px !important;
    margin-top: 10px !important;
  }

  .Case .projectItem .item-t .txt {
    margin-top: 10px !important;
    line-height: 1.5 !important;
  }

  .teamList {
    margin-top: 30px !important;
  }
  .gallery-top .swiper-slide .vr-icon {
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 10px;
  }
  .jumu .swiper-info .sw-title {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .jumu .swiper-info .RMB strong {
    font-size: 25px;
  }
  .call {
    padding-top: 15px;
  }
  .call .call-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    vertical-align: middle;
  }
  .call .call-icon img {
    width: 100%;
  }
  .call .callNum {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ef8200;
    vertical-align: middle;
    padding-left: 15px;
  }
  .house_more{margin-top: 10px !important;}
}


@media screen and (max-width: 330px) {

  .catalogue .names .items {
    width: calc(100% - 20px);
  }

}

.house_more {
  border: 1px solid #b5b5b5;
  width: 150px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  color: #888;
  border-radius: 3px;
  margin-top: 38px;
  margin-bottom: 60px;
  background-color: #fff;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}