@charset "UTF-8";
.scaleSize {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.scaleSize::before {
  display: block;
  content: "";
}
.scaleSize .scaleSize-video::before {
  padding-top: 65%;
}

.videoList {
  position: relative;
  padding-top: 0px;
  padding-bottom: 60px;
  z-index: 1;
}
.videoList::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.75);
  z-index: -1;
}

.videoList .youtube-item {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.videoList .youtube-item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.videoList .youtube-item .title {
  z-index: 100;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  font-family: "Noto Sans TC", "思源黑體", "Roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 8px 15px;
  padding-left: 25px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
}
.title,
.videoList .youtube-item .title a {
  color: #fff !important;
}
.videoList .youtube-item i {
  z-index: 100;
  position: absolute;
  font-size: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: #f00;
}
.videoList .youtube-item i::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  top: 30%;
  left: 30%;
  background-color: #fff;
  z-index: -1;
}
.videoList .youtube-item:hover {
  -webkit-box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.9);
          box-shadow: 3px 8px 18px rgba(0, 0, 0, 0.9);
}
.videoList .youtube-item:hover::after {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.videoList .youtube-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .videoList .video_topline {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .videoList .video_topline .path-2 {
    fill: rgba(180, 140, 99, 0.5);
  }
}
@media (max-width: 767.98px) {
  .videoList {
    border-top: 2px solid #ddab7a;
  }
  .videoList .video_topline {
    display: none;
  }
}
