.yuedong_news_read {
  background: #F9F9F9;
  padding-bottom: 3.9375rem;
}

.yuedong_news_read_wrapper {
  background: #fff;
  padding: 3.03125rem 2.25rem 1.09375rem;
}

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

.yuedong_news_read_header_title {
  color: #000;
  font-family: var(--font-family);
  font-size: var(--font-size-42);
  font-weight: 500;
  line-height: 1.5;

  margin-bottom: .6875rem;
}

.yuedong_news_read_header_date {
  color: #767676;
  font-size: var(--font-size-16);
  font-weight: 350;
  line-height: 1.5;
}

.yuedong_news_read_divider {
  width: 100%;
  height: 2px;
}

.yuedong_news_read_divider.divider_blue {
  background: var(--color-primary);
  margin-top: 1.375rem;
  margin-bottom: 1.5rem;
}

.yuedong_news_read_divider.divider_gray {
  background: #E5E5E5;
  margin: 1.125rem 0;
}

.yuedong_news_read_content {
  padding: 0 0.5rem;
}

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

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

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

.yuedong_news_read_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: break-word;
}

.yuedong_news_read_navigation .nav_item {
  width: 30%;
  display: flex;
  flex-shrink: 0;
}

.yuedong_news_read_navigation .nav_item span {
  color: #505050;
  font-size: 16px;
  font-weight: 350;
  line-height: 2.5;
}

.yuedong_news_read_navigation .nav_item span.label {
  color: #000;
  font-weight: 400;
}

.yuedong_news_read_navigation .nav_item span.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.yuedong_news_read_navigation_back {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yuedong_news_read_navigation_back img {
  width: 30px;
  aspect-ratio: 1 / 1;
}

.yuedong_news_read_navigation_back span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
}

@media screen and (max-width: 1200px) {

  .yuedong_news_read_navigation .nav_item {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {

  .yuedong_news_read_navigation {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .yuedong_news_read_navigation_back {
    order: -1;
    flex-direction: row;
    gap: 0.5rem;
    width: 100%;
  }

  .yuedong_news_read_navigation_back span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
  }

  .yuedong_news_read_navigation .nav_item {
    width: 100%;
  }


}