:root {
  --title-font-size: 18px;
  --base-font-size: 16px;
  --little-font-size: 14px;
  --title-font-color: rgba(0, 0, 0, 0.85);
  --base-font-color: rgba(0, 0, 0, 0.65);
  --light-font-color: rgba(0, 0, 0, 0.5);
  --light-color: rgba(0, 0, 0, 0.2);
}
.cur.on {
  padding: 20px 0;
  font-size: var(--base-font-size);
  color: var(--light-font-color);
}
.cur.on a {
  color: var(--light-font-color) !important;
}
.cur.on a:last-of-type {
  text-decoration: none;
}

.list-search-zone {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.list-search-zone .search-input {
  width: 578px;
  height: 51px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px 0 0 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: var(--base-font-size);
  color: var(--light-font-color);
  padding: 0 17px;
}
.list-search-zone .search-input::placeholder {
  color: var(--light-font-color);
}
.list-search-zone .search-button {
  width: 88px;
  height: 51px;
  background: var(--theme-color);
  border-radius: 0px 4px 4px 0px;
  border: none;
  font-size: var(--base-font-size);
  color: #fff;
}
.list-date-query-zone {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--theme-color);
  font-size: var(--base-font-size);
}
.list-date-query-zone .left-query {
  display: flex;
}

.list-date-query-zone .left-query .total-zone {
  display: flex;
  margin-right: 26px;
}
.list-date-query-zone .left-query .total-zone span {
  color: var(--theme-color);
}

.list-date-query-zone .left-query .date-type-zone {
  display: flex;
  color: var(--light-font-color);
}
.list-date-query-zone .left-query .date-type-zone span {
  margin-right: 26px;
  cursor: pointer;
}

.list-mode-query-zone {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: var(--base-font-size);
  color: var(--light-font-color);
}

.list-mode-query-zone .left-query {
  display: flex;
}

.list-mode-query-zone .left-query span {
  margin-right: 20px;
  cursor: pointer;
}

.list-mode-query-zone .right-query {
  display: flex;
}

.list-mode-query-zone .right-query div {
  margin-left: 30px;
  cursor: pointer;
}

.ul-list7 > div {
  cursor: pointer;
}

.ul-list7 li {
  display: flex;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ul-list7 li .txt {
  width: calc(100% - 276px);
}
.ul-list7 li .txt h3 {
  margin-bottom: 20px;
  overflow: hidden; /* 隐藏溢出内容 */
  white-space: nowrap; /* 强制文本不换行 */
  text-overflow: ellipsis;
}
.ul-list7 li .txt h3 a {
  font-size: var(--title-font-size);
  color: var(--title-font-color);
  text-decoration: none;
}
.ul-list7 li .txt h3 :hover {
  color: var(--theme-color);
}
.ul-list7 li .txt .desc {
  font-size: var(--base-font-size);
  color: var(--base-font-color);
  display: -webkit-box; /* 使用旧版弹性盒子模型 */
  -webkit-box-orient: vertical; /* 内容垂直排列 */
  -webkit-line-clamp: 3; /* 限制显示行数 */
  overflow: hidden;
  margin-bottom: 8px;
  word-break: break-all;
}
.ul-list7 .on-j .txt {
  width: 100%;
}
.ul-list7 .on-j .txt .desc {
  -webkit-line-clamp: 3;
}
.ul-list7 li .txt .info {
  font-size: var(--base-font-size);
  color: var(--base-font-color);
}
.ul-list7 li .pic {
  width: 256px;
  height: 144px;
  flex-shrink: 0;
  margin-right: 20px;
}
.ul-list7 li .pic img {
  width: 100%;
  height: inherit;
  object-fit: contain;
}

.subnav {
  overflow: hidden;
  margin-bottom: 20px;
}
.subnav .tit {
  border-top: 3px #2467d9 solid;
  border-bottom: 1px #e3e3e3 solid;
  font-size: 20px;
  color: #333;
  line-height: 60px;
  padding: 0 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subnav ul {
  overflow: hidden;
  padding: 17px 0 37px;
  width: 208px;
}
.subnav li {
  overflow: hidden;
  padding: 0 25px;
}
.subnav li a {
  display: block;
  /*padding-left: 28px;*/
  /*background: url(../../images/style2/retr.png) no-repeat left center;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  width: 100%;
}
.subnav li.on .v1,
.subnav dd.on .v2,
.subnav .down .v3.on {
  /*background-image: url(../../images/style2/open.png);*/
}
.subnav li a:hover {
  color: var(--theme-color);
}
.subnav dd.on .v2 {
  color: var(--theme-color);
}
.subnav li .v1 {
  font-size: var(--base-font-size);
  color: var(--base-font-color);
  line-height: 2.33em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subnav .tree-warpper {
  display: block;
}
.subnav .tree-warpper .tree-icon {
  display: inline-block;
  display: none;
  height: 42px;
  width: 28px;
  background: url(../../images/style2/retr.png) no-repeat left center;
}
.subnav li.on .tree-warpper.tree-root .tree-icon,
.subnav dd.on .tree-warpper.tree-root .tree-icon,
.subnav .down .tree-warpper.tree-root .tree-icon.on {
  background-image: url(../../images/style2/open.png);
}
.subnav dd .tree-warpper .tree-icon.on {
  background-image: url(../../images/style2/open.png);
}
.subnav dd .tree-warpper .tree-icon.drop-down {
  background-image: url(../../images/style2/retr.png);
}
.subnav div.on .tree-warpper.tree-two .tree-icon {
  background-image: url(../../images/style2/open.png);
}
.subnav .tree-warpper .tree-body {
  display: inline-block;
}
.subnav .tree-warpper .tree-body.on {
  color: var(--theme-color);
}
.subnav dl {
  overflow: hidden;
  padding-left: 28px;
  display: none;
  border-left: 1px solid var(--light-color);
}
.subnav dd .v2 {
  font-size: 16px;
  line-height: 2.63em;
  color: var(--light-font-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.subnav .down {
  padding-left: 18px;
  display: none;
}
.subnav .down .v3 {
  display: block;
  font-size: 16px;
  color: #707070;
  line-height: 2.63em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.noData {
  display: block;
  text-align: center;
  margin: 35px 0;
  font-size: 16px;
}

#go_input {
  display: inline-block;
  height: 30px;
}
#go_input + a {
  display: inline-block;
  height: 28px;
  line-height: 24px;
}

.ul-list6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ul-list6-item {
  min-width: 0;
}
.ul-list6-item img {
  width: 100%; /* 图片宽度撑满容器 */
  height: auto; /* 高度自适应保持比例 */
  display: block; /* 消除图片底部间隙 */
  aspect-ratio: 16/9;
  margin-bottom: 18px;
}
.ul-list6-item .ul-list6-item-title {
  font-family: PingFangSC, PingFang SC;
  font-size: 18px ;
  color: #000000 ;
  line-height: 30px ;
  text-align: center ;
  font-style: normal;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ul-list6-item a.ul-list6-item-title:hover {
  text-decoration: none;
  color: var(--theme-color)
}
