/* 以下为移动端的样式 */

@media screen and (min-width: 200px) and (max-width: 820px) {
    html {
      /* font-size: 13.33333vw; */
      font-size: 5px;
    }
    body {
      /* position: relative;
      max-width: 100vw;
      min-width: auto;
      min-height: 100%;
      margin: auto;
      font-family: "PingFang SC", "XHW-pzh", "Lantinghei SC", "Helvetica Neue",
        Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun,
        "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif; */
  
      position: relative;
      max-width: 75rem;
      min-width: auto;
      min-height: 100%;
      margin: auto;
      font-family: "PingFang SC", "XHW-pzh", "Lantinghei SC", "Helvetica Neue",
        Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun,
        "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
    }
    /* 
    .content-top {
      width: 100%;
      height: 5.33rem;
      background-size: 100% 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .top-logo {
      padding-top: 0.55rem;
    }
  
    .top-logo img {
      width: 1.29rem;
      height: 0.81rem;
      object-fit: cover;
    }
  
    .top-main-title {
      padding-top: 0.54rem;
    }
  
    .top-main-title img {
      width: 6.87rem;
      height: 1rem;
      object-fit: cover;
    }
  
    .top-unit {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 0.18rem;
      color: #fef2da;
      padding-top: 0.47rem;
    }
  
    .top-unit-zcdw {
      padding-top: 0.1rem;
    }
  
    .nav {
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 2;
      width: 100%;
      height: 1.2rem;
      background-color: #af6623;
    }
  
    .nav-left {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1.4rem;
      height: 1.2rem;
    }
  
    .nav-left .nav-item {
      width: 0.54rem;
      line-height: 0.3rem;
      font-size: 0.26rem;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: #eedba1;
      text-align: center;
      position: relative;
    }
  
    .nav-left .nav-item::after {
      content: "";
      display: inline-block;
      width: 90%;
      height: 0.04rem;
      background: #dec993;
      border-radius: 0.2rem;
      position: absolute;
      margin: auto;
      bottom: -9px;
      left: 0;
      right: 0;
    }
  
    .nav-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      width: calc(100% - 1.4rem);
      height: 1.3rem;
      padding: 0.2rem 0;
    }
  
    .nav-list .nav-item {
      width: calc(100% / 3);
      height: 0.3rem;
      line-height: 0.3rem;
      border-left: 0.2rem solid #fff;
      font-size: 0.26rem;
      font-family: Microsoft YaHei;
      font-weight: 600;
      color: #eedba1;
      text-align: center;
    } */
  
    .content-top {
      width: 100%;
      height:auto;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .top-main-title {
      padding-top: 0.1rem;
    }
  
    .top-main-title img {
        width: auto;
        height: 28rem;
        object-fit: cover;
      }
  
    .top-unit {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.8rem;
      color: #fef2da;
      padding-top: 4.7rem;
    }
  
    .top-text{
      width: auto;
      padding: 4.5rem 1rem 3.7rem 1rem;
      font-family: "宋体";
    }
    
    .top-text .text{
      font-weight: bold;
      font-size: 3.5rem;
      color: #2b2b2b;
      line-height: 5rem;
      font-weight:normal;
      text-indent:7rem;
    }
  
    .top-unit-zcdw {
      padding-top: 1rem;
    }
  
    
  
   /* 专题列表外层容器 */
.content-list {
    width: 100%;
    min-height:auto;
    padding-top: 8rem; 
    background-color: #ffffff; 
    padding-bottom: 2rem;
}

/* 专题内容区域 */
.content-list-content {
    width: 100%;
    max-width:none;
    margin: 0 auto;
    padding: 0 2rem; /* 移动端左右留白稍微增加一点，防止文字贴边 */
}

/* 单个内容项：设置为白色卡片 */
.content-list-item {
    display: flex;
    flex-direction: column;
    padding: 2rem 0; /* 移动端建议减小内边距，或者设为 0 配合下方的 margin */
    background-color: #ffffff; 
    border-radius: 2.4rem;       
    margin-bottom: 1rem; /* 建议恢复一定的底部间距，否则多条新闻会挤在一起难以区分 */
}

/* 标题 */
.new-title {
    width: 100%;
    padding: 0 0 2rem 0;
    margin: 0;
    font-size: 3.6rem; /* 移动端标题字体大幅缩小，建议在 16px - 20px 之间 */
    line-height: 1.4; /* 行高稍微收紧，更紧凑 */
    color: #283732;
    font-weight: bold;
    font-family: "PingFang SC";
    order: 1; 
    text-align: left; 
}

/* 图片容器 */
.title-image {
    width: 100%;
    max-width:none;
    height: auto; /* 【核心修改】取消固定高度，让高度自适应图片比例 */
    aspect-ratio: 16 / 9; /* 【推荐】给图片设置一个宽高比（如16:9），防止图片加载时页面跳动 */
    margin: 0 0 2rem 0;
    padding: 0;
    border-radius: 1.6rem; /* 移动端圆角可以稍微小一点，显得更精致 */
    overflow: hidden;
    display: block;
    order: 2; 
}

.title-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover; /* 保证图片填满容器且不变形 */
    display: block;    
}

/* 底部信息（来源+时间） */
.news-info {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    font-size: 2.4rem; /* 【核心修改】移动端字体缩小，建议 12px - 14px */
    color: #a9a9a9;
    order: 3; 
}

.news-info .source {
    margin-right: 2.4rem; /* 间距稍微缩小 */
}

.date {
    font-size: 2.4rem; /* 与上方保持一致 */
    color: #a9a9a9;
}

  /* 底部 */
  .content-footer {
    width: 100%;
    height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content-footer-text {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 4rem;
    color: black;
  }
}
