.component-card.video-card {
  padding: 0;
}
.component-card.video-card .title {
  height: 56px;
  background-color: #F7F7F8;
  box-shadow: inset 0px -4px 12px 0px rgba(0, 0, 0, 0.05);
  border: 2px solid #FCFDFE;
  border-radius: 12px 12px 0px 0px;
  padding-left: 5px;
  padding-right: 32px;
  position: relative;
}
.component-card.video-card .title::after {
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat;
  background-size: auto 56px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.component-card.video-card .title.active1 .title-name .title-name-text:nth-child(1) {
  color: #333;
  font-weight: bold;
}
.component-card.video-card .title.active1::after {
  background-image: url(/assets/images/tagSystem/bg-card-title-1.png);
  background-position: left center;
}
.component-card.video-card .title.active2 .title-name .title-name-text:nth-child(2) {
  color: #333;
  font-weight: bold;
}
.component-card.video-card .title.active2::after {
  background-image: url(/assets/images/tagSystem/bg-card-title-2.png);
  background-position: 105px center;
}
.component-card.video-card .title .title-name {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.component-card.video-card .title .title-name .title-name-text {
  padding: 0 27px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 400;
  color: #4D4D4D;
  cursor: pointer;
}
.component-card.video-card .title .title-name .title-name-text:hover {
  font-weight: bold;
}
.component-card.video-card .title .more {
  position: relative;
  z-index: 1;
}
.component-card.video-card .video-card-content {
  margin-top: 24px;
  padding: 0 32px 16px;
}
.component-card.video-card .video-card-content .list .item-img {
  cursor: pointer;
  position: relative;
  margin-bottom: 16px;
}
.component-card.video-card .video-card-content .list .item-img:hover .img .cover::after {
  transform: translate(-50%, -50%) scale(1.2);
}
.component-card.video-card .video-card-content .list .item-img:hover .item-name {
  color: #2E50FA;
}
.component-card.video-card .video-card-content .list .item-img .img {
  width: 100%;
  max-height: 175px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.component-card.video-card .video-card-content .list .item-img .img img {
  width: 100%;
  height: 100%;
}
.component-card.video-card .video-card-content .list .item-img .img .cover {
  width: 100%;
  height: 100%;
  background-color: rgba(4, 20, 34, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}
.component-card.video-card .video-card-content .list .item-img .img .cover::after {
  content: '';
  width: 54px;
  height: 54px;
  background: url(/assets/images/tagSystem/icon-play.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.component-card.video-card .video-card-content .list .item-img .item-name {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.component-card.video-card .video-card-content .list .item-img .item-info {
  margin-top: 5px;
  display: flex;
  gap: 18px;
}
.component-card.video-card .video-card-content .list .item-img .item-info .info-item {
  background: no-repeat left 2px;
  background-size: 14px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
.component-card.video-card .video-card-content .list .item-img .item-info .info-item.view {
  background-image: url(/assets/images/common/icon-views.png);
}
.component-card.video-card .video-card-content .list .item-img .item-info .info-item.time {
  background-image: url(/assets/images/common/icon-time.png);
}
.component-card.video-card .video-card-content .list .item {
  padding: 16px 0;
  cursor: pointer;
  border-top: 1px dashed #EBEBEB;
}
.component-card.video-card .video-card-content .list .item:hover .item-name {
  color: #2E50FA;
}
.component-card.video-card .video-card-content .list .item .item-name {
  display: block;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.component-card.video-card .video-card-content .list .item .item-info {
  margin-top: 5px;
  display: flex;
  gap: 18px;
}
.component-card.video-card .video-card-content .list .item .item-info .info-item {
  background: no-repeat left 2px;
  background-size: 14px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}
.component-card.video-card .video-card-content .list .item .item-info .info-item.view {
  background-image: url(/assets/images/common/icon-views.png);
}
.component-card.video-card .video-card-content .list .item .item-info .info-item.time {
  background-image: url(/assets/images/common/icon-time.png);
}
