/* ============================================================
   无图双列列表样式表 —— 用于 list-noimage.html
   结构：主容器 → 栏目Banner → 两列卡片列表 → 底部分页
   ============================================================ */

/* ======== 栏目 Banner ======== */
.list_banner{
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    box-sizing: border-box;
}
.list_banner_img{
    position: absolute;
    inset: 0;
}
.list_banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.list_banner_mask{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 100%);
}
.list_banner_text{
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    box-sizing: border-box;
}
.list_banner_title{
    margin: 0 0 16px;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.list_banner_title::after{
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #28a745;
    border-radius: 2px;
    margin-top: 14px;
    box-shadow: 0 2px 6px rgba(241,155,0,.4);
}
.list_banner_sub{
    margin: 0;
    font-size: 16px;
    letter-spacing: 2px;
    opacity: .92;
    text-shadow: 0 1px 4px rgba(0,0,0,.35);
}
@media (max-width: 900px){
    .list_banner{
        height: 220px;
        margin: 15px 0 0;
    }
    .list_banner_text{
        padding: 0 20px;
    }
    .list_banner_title{
        font-size: 28px;
        letter-spacing: 2px;
    }
    .list_banner_sub{
        font-size: 13px;
    }
}

/* ============================================================
   主内容样式（原文件其他样式保留不动）
   ============================================================ */

:root{
  --noimg-primary:#f19b00;
  --noimg-primary-dark:#d68200;
  --noimg-text:#2a2a2a;
  --noimg-sub:#777;
  --noimg-card:#fff;
  --noimg-page-bg:#f7f7f7;
}

/* 页面背景 */
body{ background: var(--noimg-page-bg); }

/* 主栅格（两列栅格容器） */
#c_grid-1714285889257 .p_gridbox{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 15px 10px;
  box-sizing: border-box;
}

/* 右侧分类栏：隐藏 */
#c_grid-1714285889257 .d_gridCell_1,
#c_category_425-1714286044710{
  display: none !important;
}

/* 列表外容器 */
#c_new_list_153_P_005-17142837852270{
  background: transparent;
  padding: 0;
  min-height: auto;
}

/* 标题"新闻中心" */
#c_new_list_153_P_005-17142837852270 .e_richText-37{
  font-size: 22px;
  font-weight: 700;
  color: var(--noimg-text);
  padding: 0 0 14px;
  margin: 0 0 22px;
  border: 0;
  border-bottom: 2px solid #28a745;
  display: inline-block;
}

/* 两列网格 —— 核心 */
#c_new_list_153_P_005-17142837852270 .p_list{
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 18px !important;
}

/* 每张卡片（整条 <a>） */
#c_new_list_153_P_005-17142837852270 .noimage-card{
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 20px;
  background: var(--noimg-card);
  border: 1px solid #ececec;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all .28s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#c_new_list_153_P_005-17142837852270 .noimage-card:hover{
  border-color: var(--noimg-primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(241,155,0,.15);
}

/* 卡片主体内容 */
#c_new_list_153_P_005-17142837852270 .noimage-card{
  display: flex;
  align-items: stretch;
  padding: 20px;
  background: var(--noimg-card);
  border: 1px solid #ececec;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all .28s ease;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#c_new_list_153_P_005-17142837852270 .noimage-card:hover{
  border-color: #4ec548;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(241,155,0,.15);
}

#c_new_list_153_P_005-17142837852270 .noimage-body{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
#c_new_list_153_P_005-17142837852270 .noimage-title{
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--noimg-text);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s ease;
}
#c_new_list_153_P_005-17142837852270 .noimage-card:hover .noimage-title{
  color: #4ec548;
}
#c_new_list_153_P_005-17142837852270 .noimage-desc{
  margin: 0;
  font-size: 13px;
  color: var(--noimg-sub);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 底部行：查看详情在左下，日期在右下 */
#c_new_list_153_P_005-17142837852270 .noimage-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px dashed #e0e0e0;
}
#c_new_list_153_P_005-17142837852270 .noimage-date{
  font-size: 13px;
  color: #999;
  font-weight: 500;
}
#c_new_list_153_P_005-17142837852270 .noimage-more{
  font-size: 12.5px;
  color: #4ec548;
  font-weight: 600;
  letter-spacing: .5px;
  transition: transform .25s ease;
}
#c_new_list_153_P_005-17142837852270 .noimage-card:hover .noimage-more{
  transform: translateX(4px);
}

/* 分页 */
#c_new_list_153_P_005-17142837852270 .p_page{
  width: 100%;
  padding: 30px 0 10px;
  text-align: center;
}
#c_new_list_153_P_005-17142837852270 .p_page .page_con{
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination li{
  display: inline-block;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination li a,
#c_new_list_153_P_005-17142837852270 .p_page .pagination li span{
  display: inline-block;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #555;
  background: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  text-decoration: none;
  transition: all .25s ease;
  cursor: pointer;
  box-sizing: border-box;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination li a:hover{
  color: #fff;
  background: var(--noimg-primary);
  border-color: var(--noimg-primary);
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination li.active span{
  color: #fff;
  background: var(--noimg-primary);
  border-color: var(--noimg-primary);
  font-weight: 700;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination li.disabled span{
  color: #bbb;
  background: #f5f5f5;
  border-color: #eee;
  cursor: not-allowed;
}
#c_new_list_153_P_005-17142837852270 .p_page .pagination_info{
  font-size: 13px;
  color: #888;
}

/* =============== 响应式 =============== */
@media (max-width: 900px){
  #c_grid-1714285889257 .p_gridbox{
    padding: 20px 12px 40px;
  }
  #c_new_list_153_P_005-17142837852270 .p_list{
    gap: 14px;
  }
  #c_new_list_153_P_005-17142837852270 .noimage-card{
    padding: 14px;
    gap: 12px;
  }
  #c_new_list_153_P_005-17142837852270 .noimage-day{
    font-size: 22px;
  }
  #c_new_list_153_P_005-17142837852270 .noimage-title{
    font-size: 15px;
  }
  #c_new_list_153_P_005-17142837852270 .noimage-desc{
    font-size: 12.5px;
  }
}

@media (max-width: 640px){
  #c_new_list_153_P_005-17142837852270 .p_list{
    grid-template-columns: 1fr !important;
  }
}
