:root {
  --max-width: auto;
  --max-height: auto;
  --min-height: auto;
  --safety-width: 750px; }

html, body {
  height: 100%; }

.news-page {
  background: rgba(0, 0, 0, 0) url("../images/news-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 1.02rem 0 0;
  height: 100%;
  max-width: 7.5rem;
  background-attachment: fixed;
  background-position: bottom;
  background-color: #f2f2f2;
  background-size: 100% auto;
  overflow: hidden;
  margin: 0 auto; }
  .news-page .to-top {
    background: rgba(0, 0, 0, 0) url("../images/news-totop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
    width: 0.85rem;
    height: 0.85rem;
    position: fixed;
    right: 0.3rem;
    bottom: 0.5rem;
    z-index: 100; }
  .news-page .top-kv {
    position: relative;
    width: 100%;
    height: 2.61rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .news-page .top-kv .back-btn {
      background: rgba(0, 0, 0, 0) url("../images/back-btn.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0.4rem;
      width: 0.9rem;
      height: 0.9rem;
      margin: auto; }
  .news-page .news-container {
    height: calc(100% - 4.86rem);
    padding: 0 0.4rem; }
    .news-page .news-container .page-content {
      height: calc(100% - 0.59rem);
      overflow: auto; }
  .news-page .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 6.71rem;
    margin-bottom: 0.16rem;
    margin-top: 0.92rem; }
  .news-page .nav-slide {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1.8rem;
    height: 0.43rem;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .news-page .nav-slide::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      content: "";
      display: inline-block;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 1px;
      height: 0.13rem;
      margin: auto;
      background: #000; }
    .news-page .nav-slide:last-child::after {
      display: none; }
  .news-page .cur {
    background: rgba(0, 0, 0, 0) url("../images/news_btns-on_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff; }
  .news-page .news-list li {
    position: relative;
    min-height: 1.4rem; }
    .news-page .news-list li::after {
      background: rgba(0, 0, 0, 0) url("../images/btn-line.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 1px;
      opacity: 0.8; }
    .news-page .news-list li:last-child::after {
      display: none; }
  .news-page .news-item {
    display: block;
    color: #000 !important; }
  .news-page .desc {
    padding: 0.3rem 0; }
    .news-page .desc .desc-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 0.2rem;
      font-size: 0.3rem; }
      .news-page .desc .desc-top b {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-box-flex: 80%;
            -ms-flex: 80%;
                flex: 80%; }
      .news-page .desc .desc-top .time {
        font-size: 0.24rem;
        color: #3a3a3a; }
    .news-page .desc .desc-bottom {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      font-size: 0.24rem;
      color: #3a3a3a; }
  .news-page .list-more-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9e9e9e;
    text-align: center; }
    .news-page .list-more-txt .line {
      display: block;
      width: 15px;
      height: 1px;
      margin: 0 0.2rem;
      background: #9e9e9e; }
  .news-page .news-content {
    height: calc(100% - 3.5rem);
    padding: 0 0.4rem;
    margin-top: .5rem;
    overflow: auto;
    color: #000; }
    .news-page .news-content .title {
      font-size: 0.36rem;
      line-height: 0.5rem;
      font-weight: 600;
      margin-bottom: 0.2rem;
      text-align: center; }
    .news-page .news-content .date-share {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: .1rem;
      margin: .2rem 0 .3rem;
      border-bottom: solid 1px #a6120b; }
    .news-page .news-content .content-text img {
      max-width: 100% !important;
      height: auto !important; }

/* 资讯外层容器整体间距 */
.news-container {
    padding: 0.4rem 0.3rem !important;
}
/* 分类Tab导航美化 */
.tab-nav {
    display: flex !important;
    gap: 0.35rem !important;
    padding-bottom: 0.35rem !important;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 0.3rem !important;
}
.tab-nav .nav-slide {
    font-size: 0.36rem !important; /* 放大tab文字 */
    color: #555 !important;
    text-decoration: none !important;
    padding: 0.08rem 0.2rem !important;
    border-radius: 0.2rem !important;
}
.tab-nav .nav-slide:hover,
.tab-nav .nav-slide.active {
    background: #c8a86e !important;
    color: #fff !important;
}
/* 新闻列表容器 */
.list_wrapper {
    padding: 0.1rem 0 !important;
}
.news-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* 单条新闻条目 大幅增加上下间距 */
.news-list li {
    padding: 0.45rem 0 !important;
    border-bottom: 1px solid #eee !important;
}
.news-list li:last-child {
    border-bottom: none !important;
}
/* 新闻链接整体布局 */
.news-list li a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-decoration: none !important;
    width: 100% !important;
}
/* 新闻标题 大幅放大 加粗 !important强制覆盖旧样式 */
.news-list li a em {
    font-size: 0.42rem !important;
    color: #222 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    max-width: 75% !important;
}
/* 鼠标悬浮标题变色 */
.news-list li a:hover em {
    color: #c8a86e !important;
}
/* 日期字号同步放大 */
.news-list li a span {
    font-size: 0.32rem !important;
    color: #777 !important;
}
/* 分页文字放大 */
.list-page {
    margin-top: 0.5rem !important;
    padding-top: 0.3rem !important;
    border-top: 1px solid #eee !important;
}
.list-page a {
    font-size: 0.34rem !important;
    padding: 0.12rem 0.35rem !important;
    border-radius: 0.08rem !important;
}
.list-page span {
    font-size: 0.34rem !important;
}
/* 回到顶部按钮 */
.to-top {
    width: 0.6rem !important;
    height: 0.6rem !important;
    background: #c8a86e !important;
    border-radius: 50% !important;
    position: fixed !important;
    right: 0.3rem !important;
    bottom: 1.2rem !important;
    cursor: pointer !important;
}
html,body{
    margin:0;
    padding:0;
}
/* 目标区块 */
.p.p1{
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-size: cover;
    background-position: top center; /* 背景图紧贴顶部，杜绝图片留白 */
    background-repeat: no-repeat;
}
/* 清除p1上方导航容器的底部外边距 */
.header, .page-top{
    margin-bottom: 0 !important;
}
