/* Page-specific hooks; the visual layout is supplied by the official remote stylesheet. */
.wlwz-local-news-page .news_area {
  background: #eef8f4;
}
.wlwz-local-news-page .news_banner {
  background-image: url("https://wlwz.3975.com/public/wlwz/new/images/pc/1_01.jpg");
}
.wlwz-local-news-page .footer {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background-color: #333;
  background-image: none;
  color: #fff;
}
.wlwz-local-news-page .footer a,
.wlwz-local-news-page .footer p,
.wlwz-local-news-page .footer span,
.wlwz-local-news-page .footer i {
  color: #fff;
}
.wlwz-local-news-page .new_list,
.wlwz-local-news-page .new_list li,
.wlwz-local-news-page .new_nav {
  list-style: none;
}
.wlwz-local-news-page .new_list .new_L div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wlwz-local-news-page .num {
  width: 100%;
  clear: both;
  text-align: center;
}
.wlwz-local-news-page .num_list {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.wlwz-local-news-page .num_list li {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wlwz-local-news-page .num_list li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  box-sizing: border-box;
  line-height: 1 !important;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .wlwz-local-news-page .news_banner {
    background-image: url("https://wlwz.3975.com/public/wlwz/new/images/phone/bg_02.jpg");
  }
  .wlwz-local-news-page .num_list {
    gap: .12rem;
  }
  .wlwz-local-news-page .num_list li a {
    height: .64rem !important;
    padding: 0 .16rem !important;
    font-size: .22rem !important;
  }
}
