.list-video001 ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.33%;
}

.list-video001 ul li {
  width: 24%;
  margin-bottom: 0.2rem;
}

.list-video001 ul li a {
  display: block;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  overflow: hidden;
}

.list-video001 ul li a:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.list-video001 ul li a:hover .bottom {
  background-color: #01847C;
}

.list-video001 ul li a:hover .bottom .tit {
  color: #fff;
}

.list-video001 ul li a .r_img .inner-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  z-index: 1;
}

.list-video001 ul li a .r_img .inner-img i {
  display: block;
  color: #fff;
  font-size: 0.5rem;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.list-video001 ul li a .bottom {
  transition: all 0.3s;
  background-color: #fff;
  padding: 0.2rem;
}

.list-video001 ul li a .bottom .tit {
  font-size: 0.18rem;
  line-height: 0.27rem;
  max-height: 0.54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.54rem;
  text-align: center;
}

@media (max-width: 960px) {
  .list-video001 ul {
    display: block;
    margin-right: 0 !important;
  }

  .list-video001 ul li {
    margin-right: 0 !important;
    width: 100% !important;
  }
}

/*# sourceMappingURL=list-video001.css.map */