.runfeng_news_read {
  padding-bottom: var(--content-gap);
}

.runfeng_news_read_header {
  padding: var(--text-gap-lg) 0;
  display: flex;
  align-items: center;
}

.runfeng_news_read_header a {
  color: rgba(40, 40, 40, 0.40);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  
  margin-right: 10px;
}

.runfeng_news_read_header span {
  display: inline-block;
  color: var(--title-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  
  margin-left: 10px;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.runfeng_news_read_header b {
  margin-left: 10px;
}

.runfeng_news_read_content {
  display: flex;
  gap: calc(var(--content-gap-md) - 10px);
  margin-top: 20px;
}

.runfeng_news_read_content_left {
  width: 100%;
}


.runfeng_news_read_content_title {
  color: var(--title-text-color);
  font-size: var(--title-size-h4);
  font-weight: 700;
  line-height: 1.53;
  
}

.runfeng_news_read_content_date {
  color: rgba(40, 40, 40, 0.40);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  
  margin-top: calc(var(--text-gap-md) / 2);
}

.runfeng_news_read_content_lines {
  width: 100%;
  height: 1px;
  background: rgba(129, 151, 171, 0.20);
  margin-top: calc(var(--text-gap-md) / 2);
  margin-bottom: var(--text-gap);
}

.runfeng_news_read_related_title,
.runfeng_news_read_goods_title {
  color: #333;
  font-size: var(--title-size-h4);
  font-weight: 700;
  line-height: 1.53;
  
}

.runfeng_news_read_content_line {
  width: 100%;
  height: 1px;
  background: rgba(129, 151, 171, 0.20);
  margin-top: 10px;
}

.runfeng_news_read_related_item {
  padding: 20px;
  border-bottom: 1px solid rgba(129, 151, 171, 0.1);
}

.runfeng_news_read_related_item:hover {
  background: var(--title-text-color);
}

.runfeng_news_read_related_item_title {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: var(--text-title-size);
  font-weight: 700;
  line-height: 1.55556;
  
  height: calc(var(--text-title-size) * 1.55556 * 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.runfeng_news_read_related_item_desc {
  color: rgba(40, 40, 40, 0.70);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  
  max-height: calc(var(--text-size) * 1.375 * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 6px;
}

.runfeng_news_read_related_item:hover .runfeng_news_read_related_item_title {
  color: #fff;
}

.runfeng_news_read_related_item:hover .runfeng_news_read_related_item_desc {
  color: rgba(255, 255, 255, 0.7);
}

.runfeng_news_read_goods {
  margin-top: calc(var(--text-gap-md) * 2);
}

.runfeng_news_read_goods_item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(129, 151, 171, 0.1);
}

.runfeng_news_read_goods_item_image {
  position: relative;
  width: 100%;
  aspect-ratio: 200/129;
  overflow: hidden;
}

.runfeng_news_read_goods_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runfeng_news_read_goods_item_title {
  color: var(--title-text-color);
  font-family: var(--title-font-family);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  
  height: calc(22px * 1.55 * 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 12px;
}

.runfeng_news_read_content_content p{
  min-height: 20px;
}

.runfeng_news_read_goods_item_image_wrapper {
  position: relative;
}

.runfeng_news_read_goods_item_image_wrapper img {
  width: 100%;
  aspect-ratio: 400/256;
  object-fit: cover;
}

.runfeng_news_read_goods_item_tag {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.runfeng_news_read_goods_item_tag_text {
  padding: 3px 10px;
  color: #FFF;
  font-family: var(--title-font-family);
  font-size: var(--text-size);
  font-weight: 700;
  line-height: 1.25;
  
}

.runfeng_news_read_goods_item_tag_text:nth-child(odd) {
  background: #535353;
}

.runfeng_news_read_goods_item_tag_text:nth-child(even) {
  background: #7E7E7E;
}

.runfeng_news_read_goods_item_sub {
  color: rgba(40, 40, 40, 0.70);
  font-size: var(--text-size);
  font-weight: 400;
  line-height: 1.375;
  
  height: calc(var(--text-size) * 1.375 * 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.runfeng_news_read_goods_item_subpic_hover{
  display: none;
}
.runfeng_news_read_goods_item:hover .runfeng_news_read_goods_item_subpic{
  display: none;
}
.runfeng_news_read_goods_item:hover .runfeng_news_read_goods_item_subpic_hover{
  display: block;
}


@media screen and (max-width: 1500px) {
  .runfeng_news_read_goods_item_title {
    font-size: var(--text-flag-size);
    height: calc(var(--text-flag-size) * 1.55 * 1);
  }
}

@media screen and (max-width: 992px) {
  .runfeng_news_read_content_right {
    display: none;
  }

  .runfeng_news_read_content {
    gap: 0;
  }

  .runfeng_news_read_content_left {
    width: 100%;
  }
}