.related-news{
  margin-top:40px;
}
.related-news-title{
  display:flex;
  width:100%;
  align-items:center;
}
.related-news-title-left{
  font-size: 24px;
  font-weight: 900;
  color: var(--trending-font-color);
  flex:none;
}
.related-news-title-right{
  height:1px;
  background:var(--trending-font-color);
  margin-left:5px;
  flex:1;
}
.related-news .common-story-list-ur .common-story-list-unit-img{
  width:230px;
  height:calc( 230px * 9 / 16 );
}
.related-news .common-story-list-ur .common-story-list-unit .story-column-time-box{
  margin-top:20px;
}
@media (max-width:1099px){
  .related-news .common-story-list-ur .common-story-list-unit-img {
    width: 20vw;
    height: calc(20vw* 9 / 16);
  }
}
@media (max-width:767px){
  .related-news .common-story-list-ur .common-story-list-unit-img{
    width:100%;
    height:calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16 );
  }
  .related-news .common-story-list-ur .common-story-list-unit .story-column-time-box{
    margin-top:3vw;
  }
  .related-news .common-story-list-unit-title a{
    -webkit-line-clamp: 3;
    height: unset;
  }
}