.header-nav {
  flex-wrap: nowrap;
  min-width: 0;
}

.header-nav .header-left-nav {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.header-nav .header-right-nav {
  flex: 0 0 150px;
  margin-left: 0;
  width: 150px;
}

.search,
.search__container,
.search-header,
.search-header .row {
  overflow-x: hidden;
}

.newsInfo-list1 {
  padding-bottom: 56px;
  padding-top: 86px;
}

.newsInfo-mains {
  border-top: 0;
  border-bottom: 0;
  margin: 0 auto;
  padding: 0 0 48px;
}

.article-title-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin: 0 auto 48px;
  max-width: 980px;
  padding-bottom: 32px;
  text-align: center;
}

.article-title {
  color: #111;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.article-meta {
  align-items: center;
  color: #888;
  display: inline-flex;
  font-size: 15px;
  gap: 10px;
  justify-content: center;
  line-height: 1.6;
  margin-top: 16px;
}

.article-meta-label {
  color: #777;
}

.article-date {
  color: #555;
  font-family: Arial, "Microsoft Yahei", sans-serif;
}

.article-content p:empty,
.article-content div:empty {
  display: none;
}

.article-content p:has(> br:only-child) {
  display: none;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: 1.35em;
}

.newsInfo-bot {
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, .1);
  gap: 32px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 980px;
  padding-top: 30px;
}

.newsInfo-bot .news-bot-item {
  flex: 1 1 0;
  margin: 0;
  min-width: 0;
  width: auto;
}

.newsInfo-bot .news-bot-item::before {
  display: none;
}

.newsInfo-bot .news-bot-item:last-child {
  text-align: right;
}

.newsInfo-bot .info-s0 {
  color: #777;
  display: inline;
  float: none;
  margin-right: 4px;
}

.newsInfo-bot a {
  color: #01468b;
}

.newsInfo-bot a:hover {
  color: #003a73;
}

@media (max-width: 1070px) {
  .article-title-wrap {
    max-width: 100%;
  }

  .newsInfo-bot {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .newsInfo-list1 {
    padding-bottom: 10vw;
    padding-top: 9vw;
  }

  .article-title-wrap {
    margin-bottom: 8vw;
    padding-bottom: 6vw;
  }

  .article-title {
    font-size: 24px;
  }

  .article-meta {
    font-size: 13px;
    gap: 8px;
    margin-top: .65rem;
  }

  .newsInfo-mains {
    padding-bottom: 8vw;
  }

  .newsInfo-bot {
    display: block;
    padding-top: 5vw;
  }

  .newsInfo-bot .news-bot-item {
    max-width: 100%;
    text-align: left;
  }

  .newsInfo-bot .news-bot-item + .news-bot-item {
    margin-top: 2vw;
  }

  .newsInfo-bot .news-bot-item:last-child {
    text-align: left;
  }
}
