a:hover {
  color: #0057b0;
}
.bxgdjs-banner-wrap {
  height: calc(100vw * 920 / 1920);
  background: #fae2bc url(banner_2025tydtnylt_bg.png) center top no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.bxgdjs-banner-funs {
  height: 5.75rem;
  text-align: left;
  padding-top: 2rem;
}
.bxgdjs-banner-funs img {
  height: 100%;
  margin-left: 6.25rem;
}
.bxgdjs-logo-box {
  height: calc(100vw * 378 / 1920);
  text-align: center;
}
.bxgdjs-logo-box {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bxgdjs-logo-box img {
  height: 100%;
}
.bxgdjs-headline-box {
  height: calc(100vw * 284 / 1920);
  display: flex;
  background: url(zybxgdjsxx-tt-bg.png) center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: calc(100vw * 100 / 1920);
  left: 0;
  margin: auto;
}
.bxgdjs-headline-box > dt {
  height: 96%;
  margin-left: 2.125rem;
}
.bxgdjs-headline-box > dt img {
  height: 100%;
}
.bxgdjs-headline-box > dd {
  flex: 1;
  box-sizing: border-box;
  margin: 4rem 2.5rem 2.5rem;
  overflow: hidden;
}
.bxgdjs-headline-box > dd > a {
  font-weight: bold;
  font-size: 1.875rem;
  color: #333;
  display: inline-block;
  text-align: center;
  height: 2.25rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-headline-box > dd > a:hover {
  color: #c81d1f;
}
.bxgdjs-headline-box > dd > p {
  margin-top: 1.875rem;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}
.bxgdjs-headline-more {
  position: absolute;
  width: 6.375rem;
  height: 2rem;
  top: 1.5rem;
  right: 1rem;
  background-size: 100% 100%;
  text-align: center;
  line-height: 2rem;
  font-size: 0.875rem;
  color: #0057b0;
  transition: all 0.3s ease-in-out;
  display: inline-flex; /* 方便对齐 */
  align-items: center;
  justify-content: center;
  gap: 0.3rem; /* 文本和小圆点之间间距 */
}
.dot {
  font-family: 'SimSun', '宋体', serif;
}
.bxgdjs-headline-more::after {
  content: '>';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem; /* 圆形大小 */
  height: 1rem;
  border-radius: 50%;
  background: #0057b0; /* 圆背景色 */
  color: #fff; /* 箭头颜色 */
  font-size: 0.75rem;
  line-height: 1rem;
}
.bxgdjs-headline-more:hover::after {
  background: #0a5de6;
}
.bxgdjs-headline-more:hover {
  color: #0a5de6;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-nav-wrap {
  height: 10.5rem;
  background: url(zybxgdjsxx-nav-bg.png) center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bxgdjs-nav-box {
  display: flex;
  height: 5.875rem;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  top: auto;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}
.bxgdjs-nav-box > li {
  font-size: 1.5rem;
  width: 20%;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.bxgdjs-nav-box > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: url(zybxgdjsxx-nav-hoverbg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease;
  z-index: -1;
}
.bxgdjs-nav-box > li:hover::before {
  transform: translateX(100%);
  z-index: 0;
}
.bxgdjs-nav-box > li > a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.bxgdjs-maincon12-wrap {
  position: relative;
  overflow: hidden;
  background: #edfbff;
}
.gjwlaqxcz2025-tt-box {
  background: url(2025tydtnylt-tt-bg.png) center top no-repeat;
  background-size: 100% 100%;
  height: calc(100vw * 240 / 1920);
  box-sizing: border-box;
  padding: 1rem 3rem 1rem 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.gjwlaqxcz2025-tt-box::before {
  content: '';
  background: url(2025gjwlaqxcz-tt-title.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 6rem;
  top: 0;
  height: 80%;
  width: 4rem;
  display: none;
}
.gjwlaqxcz2025-tt-box > dt {
  font-weight: bold;
  font-size: 2rem;
  color: #222;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50%;
}
.gjwlaqxcz2025-tt-box > dd {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gjwlaqxcz2025-tt-box > dd > a {
  color: #3c3c3c;
}
.gjwlaqxcz2025-tt-box > dd > a:hover {
  color: #0059e9;
}
/* slidenews */
.sxlh2025-slidenews-box {
  height: 450px;
  margin-top: 3rem;
  position: relative;
  z-index: 3;
}
.sxlh2025-slidenews-box > dt {
  width: 57%;
  box-sizing: border-box;
  height: 100%;
  background-size: cover;
}
.sxlh2025-news-slideitem {
  height: 100%;
  position: relative;
}
.sxlh2025-news-slideitem img {
  height: 100%;
}
.sxlh2025-news-slideitem b {
  height: 56px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.sxlh2025-news-slideitem span {
  height: 56px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  z-index: 1;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 1em;
}
.sxlh2025-news-slideitem span a {
  font-size: 20px;
  color: #fff;
}
.sxlh2025-news-slide .sxs-dots {
  width: 20%;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  box-sizing: border-box;
}
.sxlh2025-news-slide .sxs-dots > .sxs-dot {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 8px;
  /* border-radius: 12px; */
}
.sxlh2025-news-slide .sxs-dots > .active {
  background-color: #0058e9;
  width: 32px;
}
.sxlh2025-slidenews-box > dd {
  width: 43%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.sxlh2025-slidenews-title {
  height: 5.375rem;
}
.sxlh2025-slidenews-title img {
  height: 98%;
}

.bxgdjs-slidenews-more {
  position: absolute;
  width: 6.375rem;
  height: 2rem;
  bottom: 0.5rem;
  right: 1rem;
  background: url(zybxgdjsxx-slidenews-morebg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 2rem;
  font-size: 0.875rem;
  color: #e50304;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-slidenews-more:hover {
  color: #e50304;
  font-weight: bold;
}
.bxgdjs-slidenews-list {
  margin-left: 1.5rem;
  /* margin-top: 1rem; */
}
.bxgdjs-slidenews-list > li {
  height: 4rem;
  line-height: 4rem;
  /* overflow: hidden; */
  position: relative;
  padding-left: 1.25rem;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
/* .bxgdjs-slidenews-list > li::before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  background-color: #d10b0c;
  border-radius: 100%;
  position: absolute;
  left: 0.5rem;
  top: 0;
  right: auto;
  bottom: 0;
  margin: auto;
  display: none;
} */
.bxgdjs-slidenews-list > li > a {
  font-size: 1rem;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-slidenews-list > li:hover::before {
  display: block;
}
/* .bxgdjs-slidenews-list > li:hover {
  background: #ffe0a9;
} */
.bxgdjs-slidenews-list > li:hover > a {
  font-weight: bold;
  font-size: 1rem;
  color: #0057b0;
}
/* 前两个 li 白色背景 */
.bxgdjs-slidenews-list > li:nth-child(1),
.bxgdjs-slidenews-list > li:nth-child(2) {
  background: #fff;
  height: auto;
  line-height: 1.6;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.bxgdjs-slidenews-list > li:nth-child(1):hover,
.bxgdjs-slidenews-list > li:nth-child(2):hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 6px 10px 0px;
}
.bxgdjs-slidenews-list > li:nth-child(2) {
  margin-top: 1rem;
}
.bxgdjs-slidenews-list > li:nth-child(1) > a,
.bxgdjs-slidenews-list > li:nth-child(2) > a {
  font-weight: bold;
  color: #0057b0;
}
.bxgdjs-slidenews-list > li:nth-child(1) > p,
.bxgdjs-slidenews-list > li:nth-child(2) > p {
  font-size: 0.875rem;
  color: #333;
}
.bxgdjs-slidenews-list > li:nth-child(1) > p a,
.bxgdjs-slidenews-list > li:nth-child(2) > p a {
  font-size: 0.875rem;
  color: #2d579c;
}
.bxgdjs-slidenews-list > li:nth-child(1) > p a:hover,
.bxgdjs-slidenews-list > li:nth-child(2) > p a:hover {
  font-weight: bold;
}
/* 从第三个 li 开始，a 前加圆点 */
.bxgdjs-slidenews-list > li:nth-child(n + 3) > p {
  display: none;
}
.bxgdjs-slidenews-list > li:nth-child(n + 3) a {
  position: relative;
  padding-left: 1rem; /* 给圆点留空间 */
}

.bxgdjs-slidenews-list > li:nth-child(n + 3) a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.375rem; /* 圆点大小 */
  height: 0.375rem;
  border-radius: 50%;
  background: #999; /* 圆点颜色，可改 */
}
.bxgdjs-slidenews-list > li:nth-child(n + 3):hover a::before {
  background: #0058e9; /* 圆点颜色，可改 */
}
.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2)) {
  border-bottom: 1px solid #cfe7ff;
  position: relative;
  padding-left: 0;
}

.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2))::before,
.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2))::after {
  content: '';
  position: absolute;
  bottom: -1px;
  transform: translateY(50%); /* 让块的中线对齐 border-bottom */
  width: 5%;
  height: 4px;
  background: #92c4f5;
}

.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2))::before {
  left: 0;
}

.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2))::after {
  right: 0;
}
/* con */
.gjwlaqxcz2025-news-itemsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.gjwlaqxcz2025-news-itemsbox > li {
  width: 46%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 1rem 0;
}
.gjwlaqxcz2025-news-itembox {
  display: flex;
  align-items: stretch; /* 子元素拉伸成相同高度 */
  gap: 1rem; /* dt 和 dd 的间距，可调 */
  height: 22%;
}

.gjwlaqxcz2025-news-itembox > dt {
  flex: 0 0 20%; /* 占总宽度的 1/5 */
}

.gjwlaqxcz2025-news-itembox > dt img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片填充，避免变形 */
  display: block;
}

.gjwlaqxcz2025-news-itembox > dd {
  flex: 1; /* 占剩下的 4/5 */
  margin: 0; /* 清除默认 dd 外边距 */
}
.gjwlaqxcz2025-news-itembox > dd > a {
  font-size: 1.25rem;
  color: #000;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.8;
  /* padding-right: 3em; */
}
.gjwlaqxcz2025-news-itembox > dd > p {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  margin-top: 0.5rem;
  position: relative;
}
.gjwlaqxcz2025-news-itembox > dd > p a {
  color: #2d579c;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.5rem;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8)
  ); /* 渐变透明背景 */
}
.gjwlaqxcz2025-news-itembox > dd > p a:hover {
  font-weight: bold;
}
/* .gjwlaqxcz2025-news-itembox > dd:hover {
  background: #ffe0a9;
} */
.gjwlaqxcz2025-news-itembox > dd > a:hover {
  font-weight: bold;
  color: #0058e9;
  transition: all 0.3s ease-in-out;
}
.gjwlaqxcz2025-maincon3-conbox {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 4vw;
}
.gjwlaqxcz2025-dfnews-itembox {
  border: 1px solid #c7c7c7;
  position: relative;
  box-sizing: border-box;
  padding: 1.75rem 1rem 1rem;
  flex: 1;
}
.gjwlaqxcz2025-dfnews-itembox > dt {
  position: absolute;
  top: 0; /* 相对于父元素顶部 */
  left: 0; /* 水平居中 */
  transform: translate(0, -50%); /* 水平居中 + 垂直上移一半高度 */
  height: 2rem;
  background: #0056e5;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2rem; /* 与高度一致垂直居中 */
  box-sizing: border-box;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
}
.gjwlaqxcz2025-dfnews-itembox > dd > a {
  font-size: 1.125rem;
  color: #000;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1rem;
}
.gjwlaqxcz2025-dfnews-itembox > dd > p {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  margin-top: 0.5rem;
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  line-height: 1.6;
}
.gjwlaqxcz2025-dfnews-itembox > dd > p a {
  display: none;
  color: #2d579c;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.5rem;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8)
  ); /* 渐变透明背景 */
}
.gjwlaqxcz2025-dfnews-itembox > dd > p a:hover {
  font-weight: bold;
}
/* .gjwlaqxcz2025-dfnews-itembox > dd:hover {
  background: #ffe0a9;
} */
.gjwlaqxcz2025-dfnews-itembox > dd > a:hover {
  font-weight: bold;
  color: #0057b0;
  transition: all 0.3s ease-in-out;
}
/* con */
.bxgdjs-maincon1-overbox {
  height: 786px;
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: 5.25rem;
}
.bxgdjs-maincon1-overbox img {
  height: 100%;
}
.bxgdjs-maincon2-box {
  position: absolute;
  z-index: 3;
  bottom: 20rem;
  top: auto;
  left: 0;
  right: 0;
  margin: auto;
  background: url(zybxgdjsxx-con2-bgtxt.png) center top no-repeat;
  background-size: 100% 100%;
  height: 43.75rem;
}
.bxgdjs-maincon2-box > dt {
  position: relative;
  height: calc(100vw * 108 / 1920);
  margin-top: 1rem;
}
.bxgdjs-maincon2-box > dt > img {
  height: 100%;
}
.bxgdjs-maincon2-box > dt > .bxgdjs-slidenews-more {
  top: 0;
  right: 2.5rem;
  bottom: 0;
  left: auto;
  margin: auto;
}
.bxgdjs-maincon2-box > dd {
  margin: 2rem 3rem;
}
.bxgdjs-maincon2-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.bxgdjs-maincon2-items > li {
  width: 31%;
  margin: 0 1% 1rem;
  background: url(zybxgdjsxx-con2-lshbg.png) 0 0 no-repeat;
  background-size: cover;
  height: 242px;
}
.bxgdjs-maincon2-items > li > dl {
  box-sizing: border-box;
  padding: 1.75rem 0 1rem 1rem;
}
.bxgdjs-maincon2-items > li > dl > dt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.bxgdjs-maincon2-items > li > dl > dt > a {
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  width: 82%;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-maincon2-items > li > dl > dt > a:hover {
  color: #fae2a7;
}
.bxgdjs-maincon2-items > li > dl > dt > span {
  width: 18%;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.bxgdjs-maincon2-items > li > dl > dt > span > b {
  font-weight: normal;
}
.bxgdjs-maincon2-items > li > dl > dt > span > i {
  font-style: normal;
  display: block;
}
.bxgdjs-maincon2-items > li > dl > dd {
  font-size: 0.875rem;
  color: #333;
  line-height: 1.6;
  margin-right: 0.5rem;
  max-height: 8.4rem;
  overflow: hidden;
}
ul.tydtnylt2025-newsline-itemsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; /* 伪元素定位需要 */
}

ul.tydtnylt2025-newsline-itemsbox::before {
  /* 中间竖线 */
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #cfe7ff;
  transform: translateX(-50%);
}

ul.tydtnylt2025-newsline-itemsbox::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 0.25rem;
  background: #92c4f5;
  transform: translateX(-50%);
  top: 0;
  box-shadow: 0 calc(100% - 0.75rem) 0 0 #92c4f5;
  height: 100%; /* 占满容器高度 */
  background: linear-gradient(
    to bottom,
    #92c4f5 0 0.75rem,
    transparent 0.75rem calc(100% - 0.75rem),
    #92c4f5 calc(100% - 0.75rem) 100%
  );
}

/* 下端装饰块，额外再加一个伪元素 */
ul.tydtnylt2025-newsline-itemsbox::before,
ul.tydtnylt2025-newsline-itemsbox::after {
  z-index: 1; /* 保证在线条之上 */
}
.bxgdjs-maincon3-wrap {
  background: url(zybxgdjsxx-con3-bg.png) 0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 3.125rem 0;
  height: 69.125rem;
}
.bxgdjs-maincon3-con {
  display: flex;
  justify-content: space-between;
  height: 62.875rem;
}
.bxgdjs-maincon3-con > dt {
  background: url(zybxgdjsxx-con3-txtbg-lf.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 17%;
  position: relative;
  text-align: right;
}
.bxgdjs-maincon3-con > dt.mpchide {
  display: none;
}
.bxgdjs-maincon3-con > dt > img {
  margin-top: 5rem;
  margin-right: 2rem;
  width: 55%;
}
.bxgdjs-maincon3-con > dt.mhide > .bxgdjs-slidenews-more {
  position: absolute;
  width: 2.625rem;
  box-sizing: border-box;
  padding: 0.625rem 0.875rem;
  bottom: 2rem;
  right: 4rem;
  height: 6.375rem;
  background: url(zybxgdjsxx-con3-morebg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #e50304;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-maincon3-con > dd {
  width: 83%;
  background: url(zybxgdjsxx-con3-txtbg-rt.png) 0 0 no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 3rem 2rem 3rem 1rem;
}
.bxgdjs-con3-slidebox {
  height: 350px;
  padding: 0.75rem 1.5rem;
  background: url(zybxgdjsxx-con3-slidebg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem {
  display: flex;
  justify-content: space-between;
  height: 350px;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dt {
  width: 59%;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dt img {
  display: block;
  width: 100%;
  height: 100%;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dd {
  width: 39%;
}
.bxgdjs-con3-slidebox .sxs-dots {
  width: 20%;
  bottom: 0;
  left: 39%;
  position: absolute;
  height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  box-sizing: border-box;
}
.bxgdjs-con3-slidebox .sxs-dots > .sxs-dot {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 8px;
  /* border-radius: 12px; */
}
.bxgdjs-con3-slidebox .sxs-dots > .active {
  background-color: #ffd595;
  width: 32px;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dd > a {
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 1rem;
  line-height: 1.5;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dd > a:hover {
  color: #f9edc1;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dd > p {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8;
}
.bxgdjs-con3-slidebox .sxlh2025-fzhchjitem > dd > p::before {
  content: '';
  height: 0.125rem;
  background: linear-gradient(
    90deg,
    #f0290e 0%,
    rgba(255, 255, 255, 0.21) 100%
  );
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.bxgdjs-con3-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 0.25rem;
}
.bxgdjs-con3-items > li {
  height: 10.375rem;
  width: 48%;
  margin-bottom: 1rem;
  background: url(zybxgdjsxx-con3-txtbg2.png) 0 0 no-repeat;
  background-size: cover;
  margin: 0.5rem 0.5% 0;
  box-sizing: border-box;
  padding: 1rem;
  overflow: hidden;
}
.bxgdjs-con3-items > li > dl > dt {
  font-weight: bold;
  font-size: 1.25rem;
  height: 1.5rem;
  overflow: hidden;
  margin-top: 1.25rem;
  margin-left: 4.5rem;
}
.bxgdjs-con3-items > li > dl > dt > a {
  transition: all 0.3s ease-in-out;
  color: #333333;
}
.bxgdjs-con3-items > li > dl > dt > a:hover {
  color: #8a050b;
}
.bxgdjs-con3-items > li > dl > dd {
  margin-top: 2.5rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  height: 3rem;
  overflow: hidden;
  padding: 0 0.25rem 0 0.75rem;
}
.bxgdjs-maincon4-wrap {
  padding: 2rem 0;
  background: #edfbff url(2025gjwlaqxcz-content-bg.png) right top no-repeat;
  background-size: contain;
  overflow: hidden;
}
.bxgdjs-maincon5-wrap {
  background-position: -20% top !important;
}
/* 主题日 */
.bxgdjs-maincon55-box {
  margin-top: 5rem;
}

/* 主题日 */
.bxgdjs-maincon4-title {
  position: relative;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gjwlaqxcz2025-maincon4-title {
  margin-bottom: 0;
}
.gjwlaqxcz2025-calendar-conbox > dt {
  text-align: center;
  font-size: 1.125rem;
  color: #97b5e6;
  margin-bottom: 1rem;
  letter-spacing: 0.25rem;
}
/* con1 */
.gjwlaqxcz2025-maincon2-conbox {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #cfe7ff;
  box-sizing: border-box;
  padding: 1em 1.5em 1.5em;
  margin-top: 3rem;
}
.gjwlaqxcz2025-news-itembox > dt {
  display: none;
}
.gjwlaqxcz2025-news-itembox > dd > p a {
  display: none;
}
/* timeline */
.gjwlaqxcz2025-calendar-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
  flex-direction: row;
  padding: 10rem 0;
}
.gjwlaqxcz2025-calendar-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 16.6%;
  height: 2.25rem;
}

/* 控制 dt 在上或下 */
.gjwlaqxcz2025-calendar-item:nth-child(odd) dt {
  top: -7rem;
}
.gjwlaqxcz2025-calendar-item:nth-child(even) dt {
  order: 1;
  bottom: -7rem;
  display: flex;
  flex-direction: column-reverse;
}

/* dt 样式 */
.gjwlaqxcz2025-calendar-item > dt {
  text-align: center;
  position: absolute;
  height: 6rem;
  border-left: 0.125rem dashed #0058e9;
  left: 1.25rem;
}
.gjwlaqxcz2025-calendar-item > dt > p {
  background: #f0f6ff;
  border-radius: 1rem;
  border: 0.125rem solid #9ac0ff;
  margin-left: 0.5rem;
  padding: 0.25rem 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #0058e9;
  transition: all 0.3s ease-in-out;
  min-width: 6rem;
}
.gjwlaqxcz2025-calendar-item > dt > p > a {
  color: #0058e9;
}
.gjwlaqxcz2025-calendar-item > dt > p:hover {
  background-color: #0058e9;
}
.gjwlaqxcz2025-calendar-item > dt > p:hover > a {
  color: #fff;
}
.gjwlaqxcz2025-calendar-item > dt > a {
  font-size: 0.875rem;
  color: #2d579c;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}
.gjwlaqxcz2025-calendar-item > dt > a:hover {
  font-weight: bold;
}
/* 顶部圆点 */
.gjwlaqxcz2025-calendar-item > dt::before {
  content: '';
  position: absolute;
  top: 0; /* 顶部 */
  left: -0.3rem; /* 圆点居中在border左侧，border宽0.125rem，圆点8px居中 */
  width: 0.5rem; /* 圆点直径8px = 0.5rem，可调整 */
  height: 0.5rem;
  background-color: #0058e9; /* 圆点颜色 */
  border-radius: 50%; /* 圆形 */
}
.gjwlaqxcz2025-calendar-item:nth-child(even) dt::before {
  top: auto;
  bottom: 0;
}
/* dd 样式 */
.gjwlaqxcz2025-calendar-item > dd {
  background: #0058e9;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 0; /* dd 不需要上下 margin */
  box-sizing: border-box;
  height: 2.5rem;
  border-radius: 2.25rem;
}

/* 左右白色圆 */
.gjwlaqxcz2025-calendar-item dd::before,
.gjwlaqxcz2025-calendar-item dd::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gjwlaqxcz2025-calendar-item dd::before {
  left: 0.25rem;
}

.gjwlaqxcz2025-calendar-item dd::after {
  right: -0.5rem;
}

/* timeline */

.bxgdjs-maincon66-box {
  padding: 3rem 0 5rem;
  background: #edfbff;
  margin: 0 auto;
}
/* rongmei */
/* 外层容器 */
.gjwlaqxcz2025-media-conbox {
  display: flex;
  width: 100%;
  height: 640px; /* 固定整体高度，可按需求改 */
  gap: 1rem;
  align-items: stretch; /* 高度对齐 */
  box-sizing: border-box;
  margin-top: 3rem;
}

/* 左侧大图 */
.gjwlaqxcz2025-media-conbox > dt {
  flex: 1;
  overflow: hidden;
}

.gjwlaqxcz2025-media-conbox > dt img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 等比例填满 */
  display: block;
  height: 500px;
}

/* 右侧内容区域 */
.gjwlaqxcz2025-media-conbox > dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-content: stretch; /* 两行高度撑满 */
}

/* 小图项：一行两个 */
.gjwlaqxcz2025-media-smitem {
  flex: 0 0 calc(50% - 0.5rem); /* 两列布局 */
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* 小图（高度固定，占父元素一半高度） */
.gjwlaqxcz2025-media-smitem dt {
  flex: 1;
  overflow: hidden;
  height: 222px;
}

.gjwlaqxcz2025-media-smitem dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 文字部分 */
.gjwlaqxcz2025-media-smitem > dd {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  flex-shrink: 0; /* 防止文字压缩 */
  height: 90px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 1rem;
  font-weight: bold;
}
.gjwlaqxcz2025-media-smitem > dd > a {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 整体白色背景 */
.gjwlaqxcz2025-media-bigitem {
  display: flex;
  background: #fff;
  width: 100%;
  height: 140px; /* 高度可按需求调整 */
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem;
}

/* 左侧 dt */
.gjwlaqxcz2025-media-bigitem > dt {
  background: #0044ec;
  color: #fff;
  flex: 0 0 100px; /* 固定宽度，可改 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 数字独占一行 */
.gjwlaqxcz2025-media-bigitem > dt b {
  display: block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
}

.gjwlaqxcz2025-media-bigitem > dt span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* 右侧 dd */
.gjwlaqxcz2025-media-bigitem > dd {
  flex: 1;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 标题 */
.gjwlaqxcz2025-media-bigitem > dd > a {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gjwlaqxcz2025-media-bigitem > dd > a:hover,
.gjwlaqxcz2025-media-smitem > dd > a:hover {
  font-weight: bold;
  color: #0058e9;
  transition: all 0.3s ease-in-out;
}
/* 描述 */
.gjwlaqxcz2025-media-bigitem > dd > p {
  font-size: 0.875rem;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  margin-top: 0.5rem;
  position: relative;
  line-height: 1.6;
}
.gjwlaqxcz2025-media-bigitem > dd > p a {
  color: #2d579c;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0.5rem;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8)
  ); /* 渐变透明背景 */
}
.gjwlaqxcz2025-media-bigitem > dd > p a:hover {
  font-weight: bold;
}

/* rongmei */
.bxgdjs-maincon4-title > p {
  height: 3.5rem;
  background: url(2025tydtnylt-title-bg1.png) center center no-repeat;
  background-size: auto 100%;
  text-align: center;
  font-size: 32px;
  line-height: 3.5rem;
  font-weight: bold;
  color: #222;
}
.bxgdjs-maincon4-title > p > b {
  color: #0058e9;
}
.bxgdjs-maincon4-title .bxgdjs-headline-more {
  top: auto;
  bottom: 0;
}
.bxgdjs-maincon4-conbox {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.bxgdjs-maincon4-conbox > dt {
  width: 38%;
  background: #fff url(zybxgdjsxx-con4-txtbg-1.png) 0 0 no-repeat;
  background-size: 100% 4.375rem;
  border-radius: 1rem 1rem 0 0;
  box-sizing: border-box;
}
.bxgdjs-maincon4-items {
  margin: 0.75rem;
  overflow: hidden;
}
.bxgdjs-maincon4-items > li {
  position: relative;
  height: 17.5rem;
  overflow: hidden;
}
.bxgdjs-maincon4-items > li > a > img {
  width: 100%;
  height: 100%;
}
.bxgdjs-maincon4-items > li > a i {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 3;
  background: url(zybxgdjsxx-con4-play.png) 0 0 no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  opacity: 0.55;
}
.bxgdjs-maincon4-items > li > a:hover i {
  transform: scale(1.1);
  opacity: 1;
}
.bxgdjs-maincon4-items > li > span {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 2.5rem;
}
.bxgdjs-maincon4-items > li > span > a {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.bxgdjs-maincon4-items > li > span > a:hover {
  padding-left: 0.25em;
}
.bxgdjs-maincon4-items > li:first-child {
  margin-bottom: 1rem;
}
.bxgdjs-maincon4-conbox > dt > img {
  margin: 1.375rem 0 1.125rem 1rem;
}
.bxgdjs-maincon4-conbox > dd {
  width: 61%;
  position: relative;
  padding: 0 3rem;
  box-sizing: border-box;
  height: 40rem;
}
/* 12 */

.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 7.875rem;
  z-index: 1;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav button {
  width: 2rem;
  height: 7.875rem;
  position: absolute;
  background-color: rgba(254, 226, 172, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav button:hover {
  background-color: rgba(254, 226, 172, 0.5);
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav button.disabled {
  background-color: rgba(254, 226, 172, 0.1);
  opacity: 0.5;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav button.sxs-prev {
  left: -3rem;
}
.bxgdjs-maincon4-conbox
  > dd
  .sxlh2025-rmbd-slides
  .sxs-nav
  button.sxs-prev
  > span {
  background: url(zybxgdjsxx-con4-nar-lf.png) 0 0 no-repeat;
  width: 2rem;
  height: 7.875rem;
  color: transparent;
  background-size: cover;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-nav button.sxs-next {
  right: -3rem;
}
.bxgdjs-maincon4-conbox
  > dd
  .sxlh2025-rmbd-slides
  .sxs-nav
  button.sxs-next
  > span {
  background: url(zybxgdjsxx-con4-nar-rt.png) 0 0 no-repeat;
  width: 2rem;
  height: 7.875rem;
  color: transparent;
  background-size: cover;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides .sxs-stage-outer {
  z-index: 2;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides dl {
  background: url(zybxgdjsxx-con4-txtbg-2.png) 0 0 no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 1.5rem 1.125rem;
  box-sizing: border-box;
  height: 41.875rem;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides dl > dt img {
  height: 33.5rem;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides dl > dt > span {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.6;
  height: 3.5rem;
  overflow: hidden;
  color: #333333;
  display: block;
  margin-top: 1.75rem;
}
.bxgdjs-maincon4-conbox > dd .sxlh2025-rmbd-slides dl > dt > span a:hover {
  color: #8a050b;
  transition: all 0.3s ease-in-out;
}
/* 12 */
/* slidenews */

/* tydtnylt */
/* jujiao  */
.tydtnylt2025-jjlt-maincon-title > p {
  background: url(2025tydtnylt-title-bg2.png) center center no-repeat;
}
.tydtnylt2025-jjlt-slidebox {
  margin-top: 3rem;
}
.tydtnylt2025-jjlt-slides {
  position: relative;
} /*
.tydtnylt2025-jjlt-slide {
  flex: 0 0 33%;
} */
.tydtnylt2025-jjlt-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* 固定比例 16:9 */
  overflow: hidden;
}

.tydtnylt2025-jjlt-slide dt {
  width: 100%;
  height: 100%;
  position: relative;
}

.tydtnylt2025-jjlt-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 图片裁剪保持比例 */
  display: block;
}

.tydtnylt2025-jjlt-slide span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* 黑色透明渐变，从底部到上方 */
}

.tydtnylt2025-jjlt-slide span a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.tydtnylt2025-jjlt-slides .sxs-nav {
  text-align: center;
  font-size: 1.5rem;
}
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-next,
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-prev,
.tydtnylt2025-jjlt-slides button.sxs-dot {
  background: 0 0;
}
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-next,
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-prev {
  color: #0044ec;
}
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-next.disabled,
.tydtnylt2025-jjlt-slides .sxs-nav button.sxs-prev.disabled {
  color: #5e5e5e;
}
.tydtnylt2025-jjlt-slides .sxs-nav button {
  margin: 0 3rem;
}
.tydtnylt2025-jjlt-slides .sxs-dots {
  position: absolute;
  left: 50%;
  bottom: 0.25rem; /* 根据需要调整位置 */
  transform: translateX(-50%);
  display: inline-block; /* 宽度自适应子元素 */
  text-align: center;
}
.tydtnylt2025-jjlt-slides .sxs-dot {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.tydtnylt2025-jjlt-slides .sxs-dot span {
  background: #cae2ff;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 50%;
}
.tydtnylt2025-jjlt-slides .sxs-dot.active span {
  background: #0044ec;
}
.tydtnylt2025-plgc-maincon-title > p {
  background: url(2025tydtnylt-title-bg3.png) center center no-repeat;
}
/*  */

.tydtnylt2025-maincon-plgcconbox .gjwlaqxcz2025-news-itemsbox > li {
  width: 49%;
  background: #fff;
  border: 1px solid #cfe7ff;
  margin-bottom: 0;
  padding: 1rem 1.25rem 1.25rem;
}
.tydtnylt2025-rmsj-maincon-title > p {
  background: url(2025tydtnylt-title-bg4.png) center center no-repeat;
}
.tydtnylt2025-media-conbox {
  display: flex;
  gap: 2%; /* 可选：dt 和 dd 之间留点间隙 */
  height: 540px;
}
.tydtnylt2025-media-conbox > dt img {
  height: 400px;
}
.tydtnylt2025-media-conbox > dt {
  flex: 0 0 54%;
}
.tydtnylt2025-media-conbox > dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-content: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.tydtnylt2025-media-conbox .gjwlaqxcz2025-news-itembox > dt {
  display: block;
  flex: 0 0 30%;
}
.tydtnylt2025-media-conbox .gjwlaqxcz2025-news-itembox > dt img {
  border-radius: 0.5rem;
}
.tydtnylt2025-lnhg-maincon-title > p {
  background: url(2025tydtnylt-title-bg5.png) center center no-repeat;
}
.bxgdjs-maincon4-lnhgwrap {
  background: #edfbff url(2025tydtnylt-lnhg-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 2rem 0;
}
.tydtnylt2025-lnhg-items {
  display: flex;
  justify-content: flex-start; /* 或 space-around/space-evenly */
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  flex-direction: row;
}

.tydtnylt2025-lnhg-items li {
  flex: 0 0 32%; /* 每个 li 占等宽 */
  text-align: center; /* 图片居中 */
}

.tydtnylt2025-lnhg-items li a img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.bxgdjs-slidenews-list > li:not(:nth-child(1)):not(:nth-child(2)) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制显示 2 行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bxgdjs-slidenews-more {
  position: absolute;
  width: 6rem;
  height: 1.75rem;
  bottom: 0;
  right: 0;
  background: #c6dafa;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.75rem;
  font-size: 0.875rem;
  color: #0057b0;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}
.bxgdjs-slidenews-more:hover {
  color: #0057b0;
  font-weight: bold;
}
@media (min-width: 1280px) and (max-width: 1420px) {
  html,
  body,
  .maxcontainer {
    width: 100%;
    min-width: 1260px;
  }
  .container {
    width: 1260px;
  }
  .bxgdjs-headline-box {
    height: 284px;
    bottom: 120px;
  }
  .bxgdjs-maincon2-items > li > dl > dt {
    height: 3rem;
    overflow: hidden;
  }
  .bxgdjs-maincon1-overbox img {
    height: auto;
    width: 100%;
  }

  .bxgdjs-headline-box > dd > a {
    height: 5rem;
  }
  .bxgdjs-headline-box > dd > p {
    margin-top: 1rem;
  }
  .sxlh2025-slidenews-title img {
    height: auto;
    width: 98%;
  }
}

@media (min-width: 1201px) and (max-width: 1279px) {
  html,
  body,
  .maxcontainer {
    width: 100%;
    min-width: 1200px;
  }
  .container {
    width: 1200px;
  }
  .bxgdjs-headline-box {
    height: 284px;
    bottom: 120px;
  }
  .bxgdjs-maincon2-items > li > dl > dt {
    height: 3rem;
    overflow: hidden;
  }
  .bxgdjs-maincon1-overbox img {
    height: auto;
    width: 100%;
  }
  .bxgdjs-headline-box > dd > a {
    height: 5rem;
  }
  .bxgdjs-headline-box > dd > p {
    margin-top: 1rem;
  }
  .sxlh2025-slidenews-title img {
    height: auto;
    width: 98%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  html,
  body,
  .maxcontainer {
    width: 100%;
    min-width: 100%;
  }
  .container {
    width: 100%;
  }
  .gjwlaqxcz2025-tt-box {
    height: calc(100vw * 300 / 1920);
  }
  .bxgdjs-headline-box {
    height: 284px;
    bottom: 120px;
  }
  .bxgdjs-maincon2-items > li > dl > dt {
    height: 3rem;
    overflow: hidden;
  }
  .bxgdjs-maincon1-overbox img {
    height: auto;
    width: 100%;
  }
  .bxgdjs-headline-box > dd > a {
    height: 5rem;
  }
  .bxgdjs-headline-box > dd > p {
    margin-top: 1rem;
  }
  .sxlh2025-slidenews-title img {
    height: auto;
    width: 98%;
  }
}
/* footer */
.sxlh2025-footer-wrap {
  background: #d6e9fd url(banner_2025tydtnylt_footerbg.png) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
.footer-copyright-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 3rem;
}
.footer-copyright-infos {
  font-size: 14px;
  line-height: 30px;
}
.footer-copyright-infos p a {
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  color: #fff;
}
.footer-copyright-infos p {
  font-size: 14px;
  color: #fff;
}

.footer-copyright-infos p a:not(:last-child):after {
  content: '';
  border-right: 1px solid #0056e5;
  height: 14px;
  position: absolute;
  top: 3px;
  right: 0;
}
.footer-copyright-infos p a img {
  display: inline-block;
  width: 16px;
  margin-right: 3px;
  vertical-align: text-bottom;
}
.footer-copyright-apps {
  margin-top: 20px;
}
.footer-copyright-apps p {
  float: left;
  width: 90px;
  margin: 0 24px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer-copyright-apps p img {
  width: 100%;
}
.sxlh2025-footer-infos {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 11px;
}
.sxlh2025-footer-infos .footer-copyright-icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sxlh2025-footer-infos .footer-copyright-icons img {
  width: 50px;
  margin: 0 1rem;
}
.sxlh2025-footer-infos .footer-copyright-infos p a {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  margin: 0 0 0 0.5rem;
}
.footer-copyright-infos p a:hover {
  color: #0056e5;
}
.sxlh2025-footer-infos-wrap {
  background-color: rgba(0, 0, 0, 0.1);
  height: 4.5rem;
  overflow: hidden;
}
.sxlh2025-news-slideitem img {
  max-height: 450px;
}
.gjwlaqxcz2025-media-bigitem > dd > a {
  font-size: 1.375rem;
  -webkit-line-clamp: 2; /* 限制显示 2 行 */
  line-height: 1.8;
}
.tydtnylt2025-media-conbox .gjwlaqxcz2025-news-itembox > dd > a {
  font-size: 1.375rem;
  -webkit-line-clamp: 3; /* 限制显示 2 行 */
  padding-right: 0;
}
@media (min-width: 1920px) {
  .gjwlaqxcz2025-tt-box > dt {
    margin-top: 0.75em;
  }
  .gjwlaqxcz2025-tt-box > dd {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
