/*************** Home页内容 特殊 ***************/
.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-content .cont-list .figure {
  position: relative;
  width: 100%;
}
.home-content .cont-list .figure .image {
  width: 100%;
  height: 100%;
}
.home-content .cont-list .figure .image a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.home-content .cont-list .figure .image a .image-cont {
  max-width: 100%;
  max-height: 100%;
}
.home-content .cont-list .figure .image a .bf-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../../images/icon/bf.png') center center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
}
.home-content .cont-list .figure .text {
  width: 100%;
  background-color: rgba(2, 125, 158, 0.9);
  z-index: 1;
}
.home-content .cont-list .figure .text .title {
  text-align: center;
  font-weight: 600;
  font-family: Arial;
}
.home-content .cont-list .figure .text .title a {
  color: #F7F902;
}
.home-content .cont-list .figure .text .title a:hover {
  text-decoration: none;
}
.home-content .cont-list .figure .text .animate-line {
  background-color: #F7F902;
  width: 60px;
  height: 1px;
  margin: 10px auto;
}
.home-content .cont-list .figure .text .desc {
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-content .cont-list .bottom {
  text-align: center;
}
.home-content .cont-list .bottom .more {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .home-content .cont-list .figure {
    height: auto;
  }
  .home-content .cont-list .figure .image {
    position: relative;
  }
  .home-content .cont-list .figure .image a .image-cont {
    width: 100%;
    height: 100%;
  }
  .home-content .cont-list .figure .text {
    left: 0;
    bottom: 0;
    height: auto;
    padding-bottom: 5px;
  }
  .home-content .cont-list .figure .text .title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
  }
  .home-content .cont-list .bottom {
    margin-top: 25px;
    margin-bottom: 50px;
  }
  .home-content .cont-list .bottom .more {
    padding: 10px 15px;
  }
  .home-content .cont-list .bottom .more:hover {
    background-color: #FFF700;
    border-color: #FFF700;
  }
}
@media (min-width: 768px) {
  .home-content .cont-list .figure {
    height: 400px;
  }
  .home-content .cont-list .figure .image a .image-cont {
    width: 100%;
    height: 100%;
  }
  .home-content .cont-list .figure .text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
  }
  .home-content .cont-list .figure .text .title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
  }
  .home-content .cont-list .figure .text .desc {
    margin-bottom: 10px;
    padding: 0 5%;
    font-size: 14px;
    line-height: 19px;
    height: 58px;
  }
  .home-content .cont-list .bottom {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .home-content .cont-list .bottom .more {
    padding: 10px 15px;
  }
  .home-content .cont-list .bottom .more:hover {
    background-color: #FFF700;
    border-color: #FFF700;
  }
}
