.relation-container {
    position: relative;
    margin-top: 10px;
}
.relation-container::after {
    content: "";
    position: absolute;
    bottom: -5.33vw;
    left: 14px;
    right: 14px;
    border-bottom: 1px solid rgb(175, 175, 175);
}
.comments {
    /* border-top: 4vw solid #f2f2f2; */
    margin-bottom: 4vw;
    padding: 0 3.73vw;
    position: relative;
}

.comments__hd {
    padding-bottom: 5.33vw;
}
.comments__title {
    font-family: Charter_xh_news_black, Charter;
    font-weight: bold;
    font-size: 5.33vw;
    color: #000000;
    line-height: 6.66vw;
    display: flex;
    align-items: center;
    gap: 2.13vw;
}
.comments__title_text {
    margin-right: 2.13vw;
}
.comments__title_line {
    flex: 1 1;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
}
.news-h5 {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  /* gap: 4.53vw; 安卓10不兼容 */
  margin-left: 3.73vw;
  margin-bottom: 10.66vw;
}
.news-h5.vertical {
  flex-direction: column;
  white-space: normal;
}
.news-h5::-webkit-scrollbar {
  display: none;
}
.news-h5-item {
  /* flex: 1 1 auto; */
  cursor: pointer;
  margin-right: 4.53vw;
}
.news-h5-item.vertical {
  padding-left: 2.93vw;
  position: relative;
  margin-top: 3.733vw;
}
.news-h5-item.vertical::before {
  content: "";
  position: absolute;
  top: 2.66vw;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
}
.news-h5-item.vertical .news-h5-item-title {
  height: auto;
  display: block;
  margin-top: 0;
}
.news-h5-item img {
  max-height: 32vw;
}
.news-h5-item .news-h5-item-title{
  font-family: Charter_xh_news, Charter;
  font-size: 4.26vw;
  color: #000000;
  line-height: 5.33vw;
  height: 16vw;
  margin-top: 2.13vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* 取消强制不换行 */
}
.is-dark .news-h5-item .news-h5-item-title{
  color: #E9E9E9;
}
.is-dark .news-h5-item .news-h5-item-other {
  color: #8F8F8F;
}
.news-h5-item .news-h5-item-other{
  font-family: Charter_xh_news, Charter;
  font-size: 3.2vw;
  line-height: 3.73vw;
  margin-top: 3.73vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0,0,0,0.5);
}
.news-h5-item .news-h5-item-other .news-h5-item-other-relativeColumn{
  color: #1D6BD3;
}