/*************** 视频 轮播 ***************/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;    
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
.home-album {
  position: relative;
  background: url('../../images/index-bj.png') no-repeat;
  background-color: #22293b;
  color: #fff;
  padding-top: 50px;
  margin-bottom: 50px;
}
.home-album .row {
  margin-bottom: 0px;
}
.home-album .figure .image {
  height: 70%;
  padding-top: 30px
}
.home-album .figure .image a {
  width: 100%;
  height: 100%;
}
.home-album .figure .image a iframe {
  width: 100%;
  height: 100%;
}
.home-album .figure .image a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.home-album .figure .title {
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: start;
}
.home-album .figure .title a {
  display: block;
  width: 100%;
  color: #fff;
  word-wrap: break-word;
  text-align: left;
}
.home-album .album-btn {
  text-align: center;
}
.home-album .album-btn .v-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 20px;
  border: 1px solid #979ea6;
  margin: 10px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
@media (max-width: 767px) {
  .home-album .figure {
    width: 100%;
    height: 280px;
  }
  .home-album .figure .title {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 55px;
  }
  .home-album .figure .title a {
    line-height: 18px;
    max-height: 55px;
  }
  .home-album .album-btn {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .home-album .figure {
    width: 100%;
    height: 350px;
  }
  .home-album .figure .title {
    font-size: 14px;
    height: 73px;
  }
  .home-album .figure .title a {
    line-height: 18px;
    max-height: 73px;
  }
  .home-album .album-btn {
    margin-bottom: 30px;
  }
}
