.objectList {
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: calc(100% - 138px);
}
.objectList .swiper .swiper-pagination {
  bottom: 25px;
}
.objectList .swiper-wrapper .sinBox .imgBox img {
  display: block;
}
.objectList .swiper-wrapper {
  padding-bottom: 10px;
}
.objectList .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #d7d7d7;
  margin: 0 14px;
}
.objectList .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.objectListBox {}
.objectList .swiper-wrapper .swiper-slide {
  padding: 50px 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;

}
.ELMTb8tSpDZNdX0OucnaCypW260908 .vspace {height:70px;}
.objectList .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #038641;
}
.objectListBox .commonTitle {
  background-image: url(//p3.img.cctvpic.com/photoAlbum/templet/common/DEPA1787728217012329/yayunhui07rightText.png);
}
.ELMTAXZOFPP6nEBuIGvovabi260908 .vspace {height:6px;}
.objectListBox .commonTitle .more {
    display: block;
    float: right;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
      margin-top: -65px;
}
.objectList .swiper-wrapper .sinBox .textBox {
  font-size: 18px;
  margin-top: 10px;
  color: #787878;
  text-decoration: none;
}
.objectList .swiper-wrapper .sinBox {
  width: 120px;
  height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  box-shadow: 3px 3px 10px rgba(88, 87, 87, 0.3);
  border-radius: 5px;
  margin-bottom: 20px;
  cursor:pointer;
  padding-top: 12px;
  padding-bottom: 7px;
  box-sizing: border-box;
  border: 1px solid transparent;
  text-decoration: none;
}
.objectList .swiper-wrapper .sinBox:hover {
  border: 1px solid #43ae55;
}