.listContainer {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: calc(100vh - 140.8px - 180px);
    overflow: hidden
  }
  
  .listArea {
    width: 90;
    display: block;
    padding: 25px 10px;
    margin: 0 auto;
    /* 230107Append */
    max-width: 1200px;
  }
  
  .colArea {
    display: inline-block;
    float: left;
    /* 230107Append */
    width: 20%;
  }
  
  .colTop {
    width: 100%;
    height: 50px;
    background: rgb(23,87,191);
    /* 230107Append */
  }
  
  .wp_listcolumn .wp_column a{
    height: 100% !important;
  }
  
  .colText {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    display: block;
    padding: 0px 5px 0px 30px;
  }
  
  .bodyArea {
    margin-bottom: 20px;
    display: inline-block;
    margin-left: 50px;
    /* 230107Append */
    width: 75%;
    margin-top: 18px;
  }
  
  li {
    list-style: none;
  }
  
  .bodyTop {
    width: 100%;
    height: 50px;
    margin-top: -20px;
  }
  
  .bodyBox {
    height: 100%;
  }
  
  .bodyHead li {
    display: inline-block;
    height: 50px;
  }
  
  .wp_listcolumn {
    padding: 0 !important;
  }
  
  .wp_listcolumn .wp_column a {
    text-align: center;
    background-image: none;
    background: none;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 16px;
  }
  
  .wp_listcolumn .wp_column a:hover {
    background-image: none;
  }
  
  .wp_listcolumn .wp_column a.selected {
    background-image: none;
    background-color: #f6f6f6d6;
  }
  
  .wp_listcolumn .wp_column a.selected span {
    color: rgb(161, 1, 0);
    /* letter-spacing: 2px; */
  }
  
  .rowName {
    line-height: 60px;
    float: left;
    border-bottom: 3px solid #CBCBCB;
  }
  
  .rowName h2 {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
  
  .locationBox {
    font-size: 13px;
    line-height: 50px;
    float: right;
  }
  
  .locationBox a {
    text-decoration: none !important;
    color: black !important;
  }
  
  .locationBox a:hover {
    text-decoration: none !important;
    color: rgb(161, 1, 0) !important;
  }
  
  .articleContainer {
    width: 100%;
    display: block;
    /* padding-bottom:25px; */
    min-height: calc(100vh - 190.3px - 180px);
  }
  
  .articleArea {
    width: 80%;
    margin: 0 auto;
  }
  
  .article {
    width: 100%;
    margin-top: 50px;
  }
  
  .list_item {
    margin: 25px 0;
    border-bottom: none !important;
    border: none !important;
  }
  
  .list_item a {
    text-decoration: none !important;
    color: black !important;
  }
  
  .possplit {
    background-repeat: no-repeat;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    background-size: 250% 50%;
    visibility: hidden;
  }
  
  .wp_entry a:hover {
    text-decoration: underline;
    color: rgb(161, 1, 0) !important;
  }
  .wp_listcolumn .wp_column a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #f9f9f9;
  }
  .wp_listcolumn .wp_subcolumn .wp_column a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #f7f7f7;
  }
  .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #f4f4f4;
  }
  .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #f4f4f4;
  }
  .wp_listcolumn
    .wp_subcolumn
    .wp_subcolumn
    .wp_subcolumn
    .wp_subcolumn
    .wp_column
    a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #f1f1f1;
  }
  .wp_listcolumn_x .wp_column a:hover {
    color: rgb(161, 1, 0) !important;
    background-color: #e8e8e8;
  }
  
  .wp_listcolumn .wp_column a .column-name {
    padding: 5px 10px 5px 10px !important;
    line-height: 32px !important;
  }
  
.footer1 {
  width: 100%;
}
.footer1-container {
  height: 100%;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.footer1-content {
  display: flex;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid rgb(237, 237, 237);
  border-bottom: 1px solid rgb(237, 237, 237);
}
.footer1-item {
  flex-grow: 1;
  display: flex;
  padding-top: 1vw;
  padding-bottom: 1vw;
  white-space: nowrap;
  font-size: 1.1vw;
}
.footer1-item a {
  display: block;
  width: 100%;
}
.footer1-content :nth-child(1) a {
  border-right: 1px solid rgb(237, 237, 237);
}
.footer1-content :nth-child(2) a {
  border-right: 1px solid rgb(237, 237, 237);
}
.footer1-content :nth-child(3) a {
  border-right: 1px solid rgb(237, 237, 237);
}

.footer2 {
  float: left;
  height: 15vw;
  width: 100%;
  background-image: url(../images/footer2-bg.png);
  background-size: 100% 100%;
}
.footer2-container {
  width: 100%;
  position: relative;
}
.footer2-content {
  display: flex;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer2-logo {
  height: 4vw;
  width: auto;
  margin-top: 4vw;
  margin-bottom: 3.5vw;
}
.footer2-line {
  height: 1px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
.footer2-text {
  width: 30%;
  height: auto;
  margin-top: 1vw;
}


@media (max-width: 768px) {



 .wp_article_list .list_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        border-bottom: 1px dashed #ddd;
        gap: 10px; /* 左右元素间距 */
    }

    /* 左侧主内容区：包含序号 + 标题 */
    .wp_article_list .list_item .fields.pr_fields {
        display: flex;
        align-items: center;
        gap: 8px; /* 序号与标题之间的间距 */
        flex: 1; /* 占满剩余空间 */
        min-width: 0; /* 允许内容被压缩 */
    }

    /* 序号样式 */
    .wp_article_list .list_item .Article_Index {
        flex-shrink: 0; /* 固定宽度，不被压缩 */
        font-weight: bold;
        color: #999;
        font-size: 14px;
        background-color: #f5f5f5;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        line-height: 1;
    }

    /* 标题容器：控制省略行为 */
    .wp_article_list .list_item .Article_Title {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
        color: #333;
    }

    /* 标题链接：继承样式，悬停变色 */
    .wp_article_list .list_item .Article_Title a {
        color: inherit;
        text-decoration: none;
        display: block; /* 整个区域可点击 */
    }

    .wp_article_list .list_item .Article_Title a:hover {
        color: #1757bf;
        text-decoration: underline;
    }

    /* 右侧日期区：固定宽度，不换行 */
    .wp_article_list .list_item .fields.ex_fields {
        flex-shrink: 0; /* 不被压缩 */
        margin-left: 10px;
        font-size: 14px;
        color: #999;
        white-space: nowrap;
    }

    .wp_article_list .list_item .Article_PublishDate {
        font-weight: normal;
    }






 .listArea {
    width: 90%;
    padding: 15px;
    margin: 0 auto; 
    box-sizing: border-box;
  }

  /* 将左侧栏和主内容区改为垂直堆叠 */
  .colArea,
  .bodyArea {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .colArea {
    margin-bottom: 20px; /* 左侧栏和主内容区之间的间距 */
  }

  .bodyArea {
    margin-top: 0;
  }

  /* 调整头部位置和标题的布局 */
  .bodyTop {
    height: auto; /* 高度自适应 */
    margin-top: 0;
    margin-bottom: 15px;
  }

  .bodyHead {
    display: flex;
    flex-direction: column-reverse; /* 将标题显示在位置上方 */
  }

  .bodyHead li {
    height: auto;
    float: none;
    width: 100%;
    line-height: 1.5;
  }

  .rowName {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .rowName h2 {
    font-size: 18px;
    line-height: 1.4;
    height: auto;
  }

  .locationBox {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
  }

  /* 调整文章列表的间距 */
  .list_item {
    margin: 15px 0;
  }


   .colBox {
        display: none;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
        max-height: 0;
        opacity: 0;
    }

    /* 当列表需要展开时的状态 */
    .colBox.expanded {
        display: block;
        max-height: 1000px; /* 设置一个足够大的值以容纳所有内容 */
        opacity: 1;
        padding: 15px 0; /* 可选：给列表一些内边距 */
    }

    /* 强化 .colTop 的可点击性 */
    .colTop {
        cursor: pointer;
        position: relative;
        user-select: none; /* 防止文本被意外选中 */
    }

    /* 添加一个向右的箭头作为指示符 */
    .colTop::after {
        content: '>';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        color: white;
        font-weight: bold;
        transition: transform 0.3s ease;
    }

    /* 当列表展开时，箭头旋转为向下 */
    .colTop.expanded::after {
        transform: translateY(-50%) rotate(180deg);
    }
}