.yuedong_sports_read {
  padding: 2.25rem 0 3rem;
  background: #FFF;
}

.yuedong_sports_read_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 1.59375rem;
}

.yuedong_sports_read_content_box {
  flex: 1;
  min-width: 0;
}

.yuedong_sports_read_related {
  width: calc(409 / 1600 * 100%);
  flex-shrink: 0;
}

.yuedong_sports_read_header {
  word-break: break-word;
  text-align: center;
}

.yuedong_sports_read_header_title {
  color: #2B2B2B;
  font-family: var(--font-family);
  font-size: var(--font-size-42);
  font-weight: 500;
  line-height: 1.55;

  margin-bottom: 14px;
}

.yuedong_sports_read_header_info,
.yuedong_sports_read_header_info span {
  color: #959595;
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 1.55;
}

.yuedong_sports_read_content {
  margin-top: .90625rem;
  padding: 1.5rem;
  border: 1px solid #EAEAEA;
}

.yuedong_sports_read_content * {
  color: #000;
  font-size: var(--font-size-18);
  font-weight: 350;
  line-height: calc(40 / 18 * 1em);
}

.yuedong_sports_read_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.yuedong_sports_read_content p {
  min-height: 1em;
}

.yuedong_sports_read_navigation {
  display: flex;
  gap: 6px;
  margin-top: .96875rem;
}

.yuedong_sports_read_navigation_back {
  width: calc(202 / 1140 * 100%);
  flex-shrink: 0;
  padding: .875rem 0.5rem;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .53125rem;
  color: #383838;
  transition: all .3s ease;
}

.yuedong_sports_read_navigation_back svg {
  width: 20px;
  aspect-ratio: 1 / 1;
  color: #666666;
  transition: all .3s ease;
}

.yuedong_sports_read_navigation_back span {
  font-size: var(--font-size-16);
  font-weight: 350;
  line-height: 1.7;
  color: #383838;
  transition: all .3s ease;
}

.yuedong_sports_read_navigation .nav_item {
  flex: 1;
  min-width: 0;
  padding: .875rem 1.09375rem;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #5C5C5C;
  transition: all .3s ease;
}

.yuedong_sports_read_navigation .nav_item span {
  font-size: var(--font-size-16);
  font-weight: 350;
  line-height: 1.7;
  color: #5C5C5C;
}

.yuedong_sports_read_navigation .nav_item span.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  min-width: 0;
}

.yuedong_sports_read_navigation a:hover {
  background: var(--color-primary);
}

.yuedong_sports_read_navigation a:hover svg {
  color: #fff;
}

.yuedong_sports_read_navigation a:hover span {
  color: #fff;
}

.yuedong_sports_read_related {
  background: #F9F9F9;
  padding: .9375rem;
}

.yuedong_sports_read_related_header {
  display: flex;
  align-items: center;
  gap: .65625rem;
  margin-bottom: .5625rem;
}

.yuedong_sports_read_related_header svg {
  width: 8px;
  aspect-ratio: 8 / 36;
  flex-shrink: 0;
}

.yuedong_sports_read_related_title {
  color: #000;
  font-size: var(--font-size-30);
  font-weight: 500;
  line-height: 1.7;
  font-family: var(--font-family);
}

.yuedong_sports_read_related_list {
  display: grid;
  grid-template-columns: 100%;
  gap: .9375rem;
}

.yuedong_sports_read_related_item a {
  background: #FFF;
  display: block;
}

.yuedong_sports_read_related_item_image {
  width: 100%;
  height: auto;
}

.yuedong_sports_read_related_item_image img {
  width: 100%;
  aspect-ratio: 352 / 227;
  object-fit: cover;
}

.yuedong_sports_read_related_item_content {
  padding: .75rem .625rem;
}

.yuedong_sports_read_related_item_content_title {
  color: #000;
  font-size: var(--font-size-16);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yuedong_sports_read_related_item_content_title:hover {
  text-decoration: underline;
}

.yuedong_sports_read_related_item_more_box {
  margin-top: 1.25rem;
}

.yuedong_sports_read_related_item_more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: .5625rem 0;
  background: #fff;
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  transition: all .3s ease;
  position: relative;
}

.yuedong_sports_read_related_item_more span {
  font-size: var(--font-size-16);
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.yuedong_sports_read_related_item_more svg {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  line-height: 0;
  width: 37px;
  aspect-ratio: 37 / 22;
}

.yuedong_sports_read_related_item_more:hover {
  background: var(--color-primary);
  color: #fff;
}

.yuedong_sports_read .yuedong_sports_read_navigation .yuedong_sports_read_navigation_next{
  background: #FAFAFA;
}

.yuedong_sports_read .nav_item:hover,
.yuedong_sports_read .nav_item:hover span{
  color: var(--color-primary) !important;
}


@media screen and (max-width: 1200px) {
  .yuedong_sports_read_related_title{
    font-size: 16px;
  }

  .yuedong_sports_read_related_header svg {
    width: 6px;
  }

  .yuedong_sports_read_related_item_more svg {
    width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .yuedong_sports_read_wrapper {
    flex-direction: column;
  }

  .yuedong_sports_read_content_box {
    width: 100%;
  }

  .yuedong_sports_read_related {
    width: 100%;
  }

  .yuedong_sports_read_navigation {
    flex-direction: column;
  }

  .yuedong_sports_read_navigation_back,
  .yuedong_sports_read_navigation .nav_item {
    width: 100%;
  }

  .yuedong_sports_read_navigation_back {
    justify-content: flex-start;
  }

  .yuedong_sports_read_navigation_back svg {
    width: 16px;
  }

  .yuedong_sports_read_related_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }



  .yuedong_sports_read_related_item_more {
    max-width: 250px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 480px) {
  .yuedong_sports_read_related_list {
    grid-template-columns: 100%;
  }
}