.title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 18px;
}

.title-bar h3.title-name {
  position: relative;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(51, 51, 51, 1);
}

.title-bar h3.title-name:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 4px;
  height: 20px;
  background: rgba(0, 108, 191, 1);
}

.title-bar .line {
  flex: 1;
  height: 1px;
  background: rgba(230, 230, 230, 1);
}

.title-bar .more-bar {
  display: flex;
  gap: 11px;
}

.title-bar .more-bar .more-icon {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  padding-right: 12px;
}

.title-bar .more-icon::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: '';
  width: 6px;
  height: 12px;
  background-image: url('https://wwp-static.wenweipo.com/img/wenweipo_web_revision202507/column-GeneralList/img01.png');
  background-size: 100% 100%;
}

.big-img-reco {
  flex: 1;
  position: relative;
  margin-bottom: 30px;
}

.big-img-reco .thumb-img-blur {
  border-radius: 8px;
}

.big-img-reco .reco-cover {
  position: relative;
}

.big-img-reco .reco-cover .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:33px;
  z-index: 1;
}

.reco-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.reco-title h3 {
  width: 100%;
}

.reco-title h3 a {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.reco-title .time {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: rgba(204, 204, 204, 1);
}

.recos {
  display: flex;
}

.common-recos {
  padding-bottom: 16px;
  padding-top: 14px;
  justify-content: space-between;
}

.common-recos-item .common-recos:nth-of-type(2),
.common-recos:nth-of-type(1){
  padding-top: 0;
}

.common-recos:last-child {
  padding-bottom: 0;
}

.describe {
  flex: none;
  width: 68.5%;
  margin-right: 20px;
}

.describe h3 a {
  font-size: 16px;
  font-weight: 500;
}

.describe h3 a:hover {
  color: var(--select-color);
}

.describe .tag,
.describe .time {
  font-size: 12px;
  line-height: 16px;
  color: rgba(159, 161, 159, 1);
}

.describe .tag {
  margin-right: 14px;
}

.common-recos .thumb-img-blur {
  border-radius: 4px;
}

.recos:not(:last-child) {
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.text-recos {
  align-items: center;
  padding: 13px 0;
}

.hk-news .text-recos:first-child,
#tech .common-recos-item > .text-recos:nth-of-type(2) {
  padding-top: 1px;
}

.text-recos .text-reco-title {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}

.text-recos .text-reco-title a {
  font-size: 16px;
  font-weight: 500;
  min-height: unset;
  color: rgba(51, 51, 51, 1);
}

.text-recos .text-reco-title a:hover {
  color: var(--select-color)
}

.text-recos .playing-icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}

.text-recos .video-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 1.75px;
  background: rgba(240, 243, 255, 1);
}

.text-recos .video-icon img {
  width: 8px;
  height: 8px;
}

.video-news {
  display: flex;
  justify-content: space-between;
  row-gap: 30px;
  flex-wrap: wrap;
}

.video-news .big-img-reco {
  flex: 31%;
  margin-bottom: 0;
}

.special-column {
  display: flex;
  gap: 36px;
}

.special-column-item {
  flex: 31%;
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid rgba(239, 239, 239, 1);
}

.edi-item .cut-line {
  display: block;
  width: 86.5%;
  border: 1px dashed rgba(191, 191, 191, 1);
  margin-top: 10px;
  margin-bottom: 10px;
}

.scroll-img-advert {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.scroll-img-advert .swiper-slide .slide-img img {
  border-radius: 4px;
}
.scroll-img-advert .check-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  cursor: pointer;
  z-index: 10;
}

.scroll-img-advert:hover .check-btn {
  visibility: visible;
}

.scroll-img-advert .pre-button {
  left: 15px;
}

.scroll-img-advert .next-button {
  right: 15px;
}

.title-under-cover {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.common-recos-item .title-under-cover {
  border: unset;
  padding-bottom: 26px;
}

.title-under-cover .thumb-img-blur {
  height: auto;
  border-radius: 8px;
  margin-bottom: 12px;
}

.title-under-cover .describe {
  width: 100%;
  margin: unset;
}

.title-under-cover .info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.title-under-cover .tag-bar {
  display: flex;
}

.title-under-cover .share-btn {
  width: 14px;
  height: 14px;
}

@media(max-width: 1200px) {
  .title-bar h3.title-name {
    font-size: 14px;
    line-height: 20px;
  }
  
  .reco-title h3 a {
    font-size: 14px;
    line-height: 16px;
    min-height: 32px;
  }

  .describe,
  .describe .tag{
    margin-right: 8px;
  }

  .describe h3 a,
  .text-recos .text-reco-title a {
    font-size: 10px;
    line-height: 16px;
    min-height: 28px;
  }

  .title-bar .more-bar .more-icon,
  .describe .tag,
  .describe .time {
    font-size: 10px;
    line-height: 14px;
  }

  .text-recos .text-reco-title a {
    min-height: unset;
  }

  .title-bar h3.title-name:before {
    height: 12px;
  }

  .title-bar .more-icon::after {
    top: 3px;
    height: 8px;
  }
}

@media(max-width: 576px) {
  .reco-title h3 a {
    font-size: 18px;
    line-height: 24px;
    min-height: 36px;
  }
  .describe h3 a, .text-recos .text-reco-title a {
    font-size: 16px;
    line-height: 26px;
    min-height: 26px;
  }
  .title-bar .more-bar .more-icon {
    font-size: 16px;
    line-height: 20px;
  }
  .describe .tag, .describe .time {
    font-size: 12px;
    line-height: 16px;
  }
  .title-bar .more-icon::after {
    top: 5px;
    height: 12px;
  }

  .title-bar h3.title-name {
    font-size: 20px;
    line-height: 28px;
  }

  .title-bar h3.title-name:before {
    height: 20px;
  }
}
