.haiwode_news_read{
    padding: var(--component-gap) 0;
  }
  .haiwode_news_read .container{
    display: flex;
  }
  .haiwode_news_read_content{
    width: 72%;
    padding-right: calc(var(--gap-50) * 2);
  }
  .haiwode_news_read_content_related{
    width: 28%;
  }
  .haiwode_news_read_content_title{
    font-family: var(--font-semiBold-family);
    color: var(--title-text-color);
    font-size: var(--font-36);
    font-weight: 600;
    line-height: 1.5;
  }
  
  .haiwode_news_read_content_media{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
  }

  .haiwode_news_read_content_media_share{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .haiwode_news_read_content_media_share span{
    color: #888;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.625;
  }

  .haiwode_news_read_content_media .social-medias {
    margin: 0 !important;
    align-items: center;
    gap: 5px;
}

.haiwode_news_read_content_media .social-medias li{
  width: 21px;
  aspect-ratio: 1;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .haiwode_news_read_content_media a{
    width: 22px;
    aspect-ratio: 1/1;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .haiwode_news_read_content_media a:nth-child(2){
    background: #4267B5;
  }
  .haiwode_news_read_content_media a:nth-child(3){
    background: #000000;
  }
  .haiwode_news_read_content_media a:nth-child(4){
    background: #0076B3;
  }
  .haiwode_news_read_content_media a:nth-child(5){
    background: #CB2026;
  }
  .haiwode_news_read_content_media a img{
    width: 12px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  
  .haiwode_news_read_content_content{
    padding: 22px 0 32px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin: 27px 0;
  }
  .haiwode_news_read_content_content p{
    min-height: 20px;
  }
  
  .haiwode_news_read_content_prev,
  .haiwode_news_read_content_next {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  
  .haiwode_news_read_content_prev_icon,
  .haiwode_news_read_content_next_icon {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-primary);
  }
  
  .haiwode_news_read_content_prev:hover .haiwode_news_read_content_prev_icon,
  .haiwode_news_read_content_next:hover .haiwode_news_read_content_next_icon,
  .haiwode_news_read_content_prev.active .haiwode_news_read_content_prev_icon,
  .haiwode_news_read_content_next.active .haiwode_news_read_content_next_icon {
    background: var(--color-primary);
  }
  
  .haiwode_news_read_content_prev_icon i,
  .haiwode_news_read_content_next_icon i {
    font-size: 18px;
    color: var(--color-primary);
  }
  
  .haiwode_news_read_content_prev:hover .haiwode_news_read_content_prev_icon i,
  .haiwode_news_read_content_next:hover .haiwode_news_read_content_next_icon i,
  .haiwode_news_read_content_prev.active .haiwode_news_read_content_prev_icon i,
  .haiwode_news_read_content_next.active .haiwode_news_read_content_next_icon i {
    color: #fff;
  }
  
  .haiwode_news_read_content_prev_title,
  .haiwode_news_read_content_next_title {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .haiwode_news_read_content_prev_title b,
  .haiwode_news_read_content_next_title b {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.625;
    color: var(--text-color);
    height: calc(var(--font-16) * 1.625);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  
  .haiwode_news_read_content_prev_title span,
  .haiwode_news_read_content_next_title span {
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.625;
    color: var(--title-text-color);
  }
  
  .haiwode_news_read_content_related_title{
    font-size: var(--font-36);
    font-weight: 600;
    line-height: 1.5;
    color: var(--title-text-color);
    font-family: var(--font-semiBold-family);
  }
  
  .haiwode_news_read_content_related_list{
    display: flex;
    flex-direction: column;
  }
  .haiwode_news_read_content_related_item{
    border-bottom: 1px solid #DDD;
    padding-top: 40px;
  }
  
  .haiwode_news_read_content_related_item img{
    width: 100%;
    aspect-ratio: 450.08/336.94;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
  }
  .haiwode_news_read_content_related_item_content_date{
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    margin-top: 24px;
  }
  .haiwode_news_read_content_related_item_content_title{
    font-family: var(--font-semiBold-family);
    font-size: var(--font-24);
    font-weight: 600;
    line-height: 1.5;
    color: var(--title-text-color);
    margin-top: 3px;
    height: calc(var(--font-24) * 1.5 * 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .haiwode_news_read_content_related_item_content_desc{
    color: var(--text-color);
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.625;
    margin-top: 5px;
    max-height: calc(var(--font-16) * 1.625 * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .haiwode_news_read_content_related_item_content_link{
    color: #0754AB;
    font-size: var(--font-16);
    font-weight: 400;
    line-height: 1.625;
    margin: 35px 0;
  }

  .haiwode_news_read_content_related_item_content_link:hover{
    color: var(--color-primary);
  }
  
  .haiwode_news_read_content_related_item:hover .haiwode_news_read_content_related_item_content_title,
  .haiwode_news_read_content_related_item:hover .haiwode_news_read_content_related_item_content_link{
    color: #003365;
  }
  
  
  @media screen and (max-width: 1630px) {
    .haiwode_news_read_content_related_item_content_link{
      margin: 20px 0;
    }
  }
  
  @media screen and (max-width: 992px) {
    .haiwode_news_read .container{
      flex-direction: column;
    }
    .haiwode_news_read_content{
      width: 100%;
      padding-right: 0;
    }
  }