@charset "UTF-8";
.section7,
.section7 .fp-tableCell {
  height: auto !important;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 16.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .inner {
    width: 100%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
#indexSwiper {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#indexSwiper .index_swiper-slide {
  height: 100%;
}
#indexSwiper .index_swiper-slide:last-child {
  height: auto;
}
.index_part {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-top: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .index_part {
    padding-top: 0;
  }
}
.index_part > .inner {
  height: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
}
.index_part .w-row,
.index_part .w-col {
  height: 100%;
}
.index_part.index_part2 {
  background-image: url(/material/2025/images/index_bg2.jpg);
}
.index_part.index_part3 {
  padding-top: 0;
}
.index_part.index_part3 > .inner {
  height: auto;
  padding-bottom: 0rem;
}
@media (min-width: 993px) {
  .index_part.index_part3 > .inner {
    position: absolute;
    top: var(--headerHeight);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
}
@media (max-width: 992px) {
  .index_part.index_part3 > .inner {
    position: relative;
    z-index: 10;
  }
}
.index_part.index_part4 {
  background-image: url(/material/2025/images/index_bg4.jpg);
}
.index_part.index_part5 {
  background-image: url(/material/2025/images/index_bg5.jpg);
}
.index_part.index_part5 > .inner {
  padding-top: 0.8rem;
}
.index_part.index_part5 .index_title {
  /* margin-bottom: 0.7rem; */
  margin-bottom: 0.4rem;
}
@media (max-width: 992px) {
  .index_part.index_part5 .index_title {
    margin-bottom: 1.3rem;
  }
}
.index_part.index_part6 {
  background-image: url(/material/2025/images/index_bg6.jpg);
}
.index_part.index_part6 > .inner {
  padding-top: 0.8rem;
}
.index_part.index_part6 .index_title {
  margin-bottom: 0.7rem;
}
.index_part.index_part7 {
  background-image: url(/material/2025/images/index_bg7.jpg);
}
.index_part.index_part8 {
  background-image: url(/material/2025/images/index_bg8.jpg);
}
@media (max-width: 992px) {
  #indexSwiper {
    overflow: auto;
    overflow-x: hidden;
    height: auto;
  }
  #indexSwiper > .swiper-wrapper {
    display: block;
    height: auto;
  }
  .index_part {
    height: auto;
  }
}
.index_part1 {
  padding-top: 0;
}
#indexBannerSwiper {
  width: 100%;
  height: 100%;
}
#indexBannerSwiper .swiper-slide {
  height: 100%;
}
#indexBannerSwiper .swiper-button-prev,
#indexBannerSwiper .swiper-button-next {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#indexBannerSwiper .swiper-button-prev:hover,
#indexBannerSwiper .swiper-button-next:hover {
  background-color: rgba(10, 40, 130, 0.1);
}
#indexBannerSwiper .swiper-button-prev {
  left: 2.5%;
  background-image: url(/material/2025/images/btn_prev.png);
}
#indexBannerSwiper .swiper-button-next {
  right: 2.5%;
  background-image: url(/material/2025/images/btn_next.png);
}
#indexBannerSwiper .swiper-pagination {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  left: auto;
  bottom: auto;
  right: 0.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#indexBannerSwiper .swiper-pagination-bullet {
  opacity: 0.5;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin: 0.05rem 0;
}
#indexBannerSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.15rem;
  height: 0.3rem;
}
.index_banner_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_box .index_banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner_box .index_banner_text_box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 27%;
  display: flex;
  flex-direction: column;
}
.index_banner_box .index_banner_text_box img {
  max-width: 90%;
  width: 12.43rem;
  vertical-align: middle;
}
@media (min-width: 993px) {
  .index_banner_box .index_banner_text_box .pc_text {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .index_banner_box .index_banner_text_box .pc_text {
    display: none;
  }
}
@media (min-width: 993px) {
  .index_banner_box .index_banner_text_box .mobile_text {
    display: none;
  }
}
@media (max-width: 992px) {
  .index_banner_box .index_banner_text_box .mobile_text {
    display: inline-block;
    max-width: 60%;
    margin-top: -1.1rem;
  }
}
.index_banner_box .index_banner_text_box2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 5%;
}
.index_banner_box .index_banner_text_box2 .index_banner_text2 {
  text-align: right;
}
.index_banner_box .index_banner_text_box2 img {
  width: auto;
  height: 0.48rem;
}
@media (max-width: 992px) {
  .index_banner_box {
    height: 100vh;
  }
  .index_banner_box .index_banner_img {
    position: absolute;
    left: -160%;
    width: auto;
    height: 100%;
  }
}
.mousewheel {
  z-index: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0.3rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #ffffff;
}
@keyframes TopBots {
  0% {
    transform: translateY(-0.15rem);
  }
  50% {
    transform: translateY(0rem);
  }
  100% {
    transform: translateY(-0.15rem);
  }
}
.TopBots {
  animation: TopBots 1.2s ease-in-out infinite both;
}
.index_title {
  position: relative;
  font-family: HarmonyOS Sans SC Medium;
  margin-bottom: 0.6rem;
}
.index_title .cn {
  padding-left: 0.12rem;
  position: relative;
  font-size: 0.42rem;
  font-weight: normal;
  color: #00418d;
}
.index_title .cn::before,
.index_title .cn::after {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  width: 0.04rem;
  height: 40%;
}
.index_title .cn::before {
  top: 20%;
  background: #00418d;
}
.index_title .cn::after {
  top: 60%;
  background: #f2a411;
}
@media (max-width: 992px) {
  .index_title .cn {
    font-size: 0.32rem;
  }
}
.index_title .cn b {
  font-weight: normal;
  color: #f2a411;
}
.index_title .en {
  font-size: 0.46rem;
  font-weight: normal;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: #cbcbcb 0.005rem;
}
@media (max-width: 992px) {
  .index_title .en {
    font-size: 0.26rem;
  }
}
.index_title.white .cn {
  color: #ffffff;
}
.index_title.white .cn::before {
  background-color: #fff;
}
.index_title .more {
  transition: all 0.3s;
  right: 0;
  font-family: HarmonyOS Sans SC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: normal;
  color: #00418d;
  padding-right: 0.3rem;
  background: url(/material/2025/images/title_more.png) no-repeat right center;
  background-size: contain;
}
@media (min-width: 993px) {
  .index_title .more {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .index_title .more {
    position: absolute;
    bottom: 0;
  }
}
.index_title .more:hover {
  margin-right: -0.1rem;
}
.index_title .more_w {
  color: #fff;
  background-image: url(/material/2025/images/icon_arrow4.png);
}
.zldw_accordion_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .zldw_accordion_box {
    flex-direction: column;
  }
}
.zldw_accordion_box .accordion {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  width: 2.32rem;
  height: 5.4rem;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 992px) {
  .zldw_accordion_box .accordion {
    width: 100%;
    height: 2.32rem;
  }
  .zldw_accordion_box .accordion + .accordion {
    margin-top: 0.1rem;
  }
}
.zldw_accordion_box .accordion.s1 {
  background-image: url(/material/2025/images/zldw_img1.jpg);
}
.zldw_accordion_box .accordion.s2 {
  background-image: url(/material/2025/images/zldw_img2.jpg);
}
.zldw_accordion_box .accordion.s3 {
  background-image: url(/material/2025/images/zldw_img3.jpg);
}
.zldw_accordion_box .accordion::after {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(215deg, rgba(26, 109, 211, 0) 23%, rgba(25, 83, 155, 0.9) 87%);
  z-index: 1;
  opacity: 0;
}
.zldw_accordion_box .accordion .accordion_text {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  z-index: 2;
}
.zldw_accordion_box .accordion .accordion_text_title {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 993px) {
  .zldw_accordion_box .accordion .accordion_text_title {
    writing-mode: vertical-lr;
  }
}
.zldw_accordion_box .accordion .accordion_text_content {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  visibility: hidden;
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: normal;
  color: #ffffff;
}
.zldw_accordion_box .accordion.cur {
  width: calc(100% - (3 - 1) * (2.32rem + 0.1rem));
  justify-content: end;
}
@media (max-width: 992px) {
  .zldw_accordion_box .accordion.cur {
    width: 100%;
    height: 3rem;
  }
}
.zldw_accordion_box .accordion.cur::after {
  opacity: 1;
}
.zldw_accordion_box .accordion.cur .accordion_text_title {
  writing-mode: horizontal-tb;
}
.zldw_accordion_box .accordion.cur .accordion_text_content {
  opacity: 1;
  visibility: visible;
}
.ywfw_accordion_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 993px) {
  .ywfw_accordion_box {
    width: 14rem;
    margin: 1.2rem auto 0;
  }
}
@media (max-width: 992px) {
  .ywfw_accordion_box {
    flex-wrap: wrap;
  }
}
.ywfw_accordion_box .accordion {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 25%;
  height: 4.5rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .ywfw_accordion_box .accordion {
    width: 50%;
    height: 25%;
  }
}
.ywfw_accordion_box .accordion .accordion_text {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.ywfw_accordion_box .accordion .accordion_text_icon,
.ywfw_accordion_box .accordion .accordion_text_title,
.ywfw_accordion_box .accordion .accordion_text_content,
.ywfw_accordion_box .accordion .accordion_text_more {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.ywfw_accordion_box .accordion .accordion_text_icon {
  width: 0.6rem;
  height: 0.6rem;
}
.ywfw_accordion_box .accordion .accordion_text_title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.5;
}
.ywfw_accordion_box .accordion .accordion_text_content {
  font-family: 'HarmonyOS Sans SC Light';
  margin-top: 0.2rem;
  font-size: 0.18rem;
  line-height: 180%;
  letter-spacing: normal;
  color: #ffffff;
  text-align: justify;
  height: 7.2em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ywfw_accordion_box .accordion .accordion_text_more {
  margin-top: 0.2rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.54rem;
  background: url(/material/2025/images/yw_arrow.png) no-repeat center;
  background-size: contain;
}
.ywfw_accordion_box .accordion.cur {
  width: calc(100% - (4 - 1) * (25% + 0));
  background-color: rgba(0, 65, 141, 0.7);
}
.ywfw_accordion_box .accordion.cur:nth-child(even) {
  background-color: rgba(242, 164, 17, 0.7);
}
.ywfw_accordion_box .accordion.cur .accordion_text_more {
  background-image: url(/material/2025/images/yw_arrow_cur.png);
}
.ywfw_bg_box img {
  transition: all 0.3s ease;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media (max-width: 992px) {
  .ywfw_bg_box img {
    width: auto;
    object-fit: cover;
  }
}
.ywfw_bg_box .cur {
  opacity: 1;
}
.gksj_ul {
  width: 100%;
  padding-left: 0.5rem;
  box-sizing: border-box;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.gksj_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gksj_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  float: left;
}
.gksj_ul > li:nth-child(n) {
  margin-top: 0;
}
.gksj_ul > li:nth-child(n)::after {
  display: block;
}
.gksj_ul > li:nth-child(n + 3) {
  margin-top: 0.6rem;
}
.gksj_ul > li:nth-child(3) {
  margin-top: 0;
}
.gksj_ul > li:nth-child(3n)::after,
.gksj_ul > li:last-child::after {
  display: none;
}
.gksj_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gksj_ul {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }
  .gksj_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .gksj_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    float: left;
  }
  .gksj_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .gksj_ul > li:nth-child(n)::after {
    display: block;
  }
  .gksj_ul > li:nth-child(n + 3) {
    margin-top: 0.3rem;
  }
  .gksj_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .gksj_ul > li:nth-child(3n)::after,
  .gksj_ul > li:last-child::after {
    display: none;
  }
  .gksj_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.gksj_ul li div {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.gksj_ul li span:nth-child(1) {
  transition: all 0.3s;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.gksj_ul li span:nth-child(1) b {
  font-family: DingTalk JinBuTi;
  font-size: 0.63rem;
}
.gksj_ul li span:nth-child(2) {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.65);
}
.xwzx_img_text_box .img {
  overflow: hidden;
}
.xwzx_img_text_box .img video,
.xwzx_img_text_box .img img {
  transition: all 0.3s;
  display: block;
  width: 100%;
  /* height: 4.3rem; */
  height: 5rem;
}
@media (max-width: 992px) {
  .xwzx_img_text_box .img video,
  .xwzx_img_text_box .img img {
    height: auto;
  }
}
.xwzx_img_text_box .text {
  /* height: 4.3rem; */
  height: 5rem;
  padding: 0.4rem 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.xwzx_img_text_box .text .jtyx_tag {
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: 0em;
  color: #9e9e9e;
}
.xwzx_img_text_box .text .jtyx_title a {
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
.xwzx_img_text_box .text .jtyx_time {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #b7b8ba;
}
.xwzx_img_text_box .text .jtyx_content {
  font-family: 'HarmonyOS Sans SC Light';
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.xwzx_img_text_box .text .jtyx_more a {
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  width: 2.02rem;
  height: 0.54rem;
  border-radius: 0.5rem;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  color: #ffffff;
  background: url(/material/2025/images/icon_arrow4.png) no-repeat 1.6rem center #00418d;
  background-size: 0.25rem 0.25rem;
}
#jtywSwiperPag {
  display: inline-block;
  width: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 992px) {
  #jtywSwiperPag {
    bottom: 0.55rem;
  }
}
#jtywSwiperPag .swiper-pagination-bullet {
  opacity: 0.5;
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 0.5rem;
  background-color: var(--mainColor);
}
#jtywSwiperPag .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.3rem;
  height: 0.15rem;
}
.xwzx_tab_style {
  box-sizing: border-box;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.xwzx_tab_style::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.xwzx_tab_style > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.333%;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  float: left;
}
.xwzx_tab_style > li:nth-child(n) {
  margin-top: 0;
}
.xwzx_tab_style > li:nth-child(n)::after {
  display: block;
}
.xwzx_tab_style > li:nth-child(n + 3) {
  margin-top: 0.2rem;
}
.xwzx_tab_style > li:nth-child(3) {
  margin-top: 0;
}
.xwzx_tab_style > li:nth-child(3n)::after,
.xwzx_tab_style > li:last-child::after {
  display: none;
}
.xwzx_tab_style a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xwzx_tab_style li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.2rem 0.3rem;
  position: relative;
}
.xwzx_tab_style li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0.04rem;
  background-color: var(--mainColor);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.xwzx_tab_style li a:hover::before {
  width: 100%;
}
.xwzx_tab_style li a:hover {
  box-shadow: 0rem 0.27rem 0.21rem -0.1rem #c4c4c4;
}
.xwzx_tab_style li .title {
  text-align: left;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: normal;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  margin-bottom: 0.1rem;
}
.xwzx_tab_style li .date {
  text-align: left;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: normal;
  color: #b7b8ba;
}
.xxgk_left > a {
  height: 6rem;
  padding: 0.6rem;
  position: relative;
  background: url(/material/2025/images/xxgk_left_bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.xxgk_left > a .xxgk_left_time {
  width: 0.9;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.xxgk_left > a .xxgk_left_time .time1 {
  font-family: DingTalk JinBuTi;
  font-size: 0.52rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.xxgk_left > a .xxgk_left_time .time2 {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.xxgk_left > a .xxgk_left_title {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: normal;
  text-align: justify;
  color: #ffffff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.8em;
}
.xxgk_left > a .xxgk_left_text {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: normal;
  text-align: justify;
  color: rgba(255, 255, 255, 0.65);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 5.1em;
}
.xxgk_left > a i {
  transition: all 0.3s ease;
  display: inline-block;
  width: 0.49rem;
  height: 0.49rem;
  background: url(/material/2025/images/icon_arrow1.png) no-repeat center;
  background-size: contain;
}
.xxgk_left > a:hover i {
  transform: translateX(0.1rem);
}
.xxgk_right {
  box-sizing: border-box;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.xxgk_right li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0.5rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xxgk_right li .info_left {
  height: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  align-items: center;
  padding-right: 0.25rem;
  width: 1rem;
  position: relative;
}
.xxgk_right li .info_left b {
  transition: all 0.3s;
  font-family: DingTalk JinBuTi;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin-bottom: 0.15rem;
}
.xxgk_right li .info_left span {
  transition: all 0.3s;
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #333333;
}
.xxgk_right li .info_left::after {
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0rem;
  width: 0.01rem;
  height: 0.9rem;
  background-color: #efefef;
}
.xxgk_right li .info_right {
  padding: 0 0.25rem;
  width: calc(100% - 1rem);
}
.xxgk_right li .info_right h6 {
  transition: all 0.3s;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: normal;
  color: #333;
  margin-bottom: 0.1rem;
}
.xxgk_right li .info_right p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: normal;
  color: #a4a4a4;
}
.xxgk_right li i {
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: url(/material/2025/images/icon_arrow2.png) no-repeat center;
  background-size: contain;
}
.xxgk_right li:hover a {
  background: url(/material/2025/images/xxgk_text_bg.jpg) no-repeat right bottom;
  background-size: contain;
  background-color: #fff;
  box-shadow: 0rem 0.27rem 0.21rem -0.1rem #c4c4c4;
}
.xxgk_right li:hover .info_left b,
.xxgk_right li:hover .info_left span,
.xxgk_right li:hover .info_right h6 {
  color: #00418d;
}
.xxgk_right li:hover i {
  background-image: url(/material/2025/images/icon_arrow32.png);
}
.map_box {
  margin-top: 2.3rem;
  margin-left: auto;
  margin-right: auto;
  width: 10.89rem;
  min-height: 5rem;
  position: relative;
  text-align: center;
}
@media (max-width: 992px) {
  .map_box {
    margin-top: 1.5rem;
    transform-origin: left;
    transform: scale(0.6);
  }
  .ywfw_accordion_box .accordion {
    padding: 1rem 0.5rem;
  }
  .xxgk_right{
    height: auto;
  }
}
.map_box .map1 {
  width: 10.89rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.map_box .map2 {
  /* width: 6.43rem; */
  width: 5rem;
}
.map_box .area {
  position: absolute;
  border-radius: 0.02rem;
}
.map_box .area.area1 {
  top: 1.28rem;
  left: 4.09rem;
}
.map_box .area.area2 {
  top: 1.58rem;
  left: 6.4rem;
}
.map_box .area.area3 {
  top: -0.08rem;
  left: 8.89rem;
}
.map_box .area.area4 {
  top: 0.9rem;
  left: 9.78rem;
}
.map_box .area.area5 {
  top: 0.5rem;
  left: 8.85rem;
}
.map_box .area.area6 {
  top: 1.4rem;
  left: 8.87rem;
}
.map_box .area.area8 {
  /* top: 1.75rem;
  left: 6.17rem; */
  top: 0.5rem;
  left: 4.2rem;

}
.map_box.xj_map_box .area.area8 {
  top: 0.4rem;
  left: 3.6rem;
}
.map_box .area > a {
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.02rem;
  padding-left: 0.48rem;
  padding-right: 0.3rem;
  background: url(/material/2025/images/map_icon2.png) no-repeat left center;
  background-size: contain;
  background-color: rgba(6, 24, 46, 0.65);
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #ffffff;
  word-break: keep-all;
  text-align: left;
  z-index: 1;
  position: relative;
}
.map_box .area > a::before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0.37rem;
  left: -0.03rem;
  width: 0.44rem;
  height: 0.31rem;
  background: url(/material/2025/images/map_icon1.png) no-repeat center;
  background-size: contain;
}
.map_box .area > a::after {
  content: '';
  position: absolute;
  top: 0.07rem;
  width: 0.07rem;
  height: 0.07rem;
  border: 0.02rem solid transparent;
  border-top: 0.02rem solid #fff;
  border-left: 0.02rem solid #fff;
  transform: rotateZ(45deg);
}
.map_box .area > a::after {
  transform: rotateZ(135deg);
}
.map_box .area > a::after {
  right: 0.14rem;
  top: 0.13rem;
  transform: rotateZ(135deg);
}
.map_box .area > a:hover {
  background-color: var(--mainColor);
}
.map_box .area.area7 {
  z-index: 10;
  top: 0.75rem;
  left: 8.17rem;
  display: flex;
  flex-direction: column;
}
.map_box .area.area7 > a::after {
  left: 1.9rem;
  top: 0.1rem;
  transform: rotateZ(-135deg);
}
.map_box .area .area_ul {
  margin-left: 0.36rem;
  border-radius: 0.02rem;
  background-color: rgba(6, 24, 46, 0.9);
  max-height: 2.5rem;
  overflow-y: auto;
  display: none;
}
.map_box .area .area_ul a {
  width: 100%;
  line-height: 1.5;
  padding: 0.12rem;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #ffffff;
  word-break: keep-all;
  text-align: left;
}
.map_box .area .area_ul a:hover {
  color: #3590ff;
  background-color: rgba(42, 84, 136, 0.85);
}
.map_box .wh_areas:hover > a {
  background-color: rgba(6, 24, 46, 0.9);
}
.map_box .wh_areas:hover > a::after {
  top: 0.16rem;
  transform: rotateZ(45deg);
}
.map_box .wh_areas:hover .area_ul {
  display: block;
}
.map_tab_style {
  margin-top: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_tab_style a {
  margin: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 0.48rem;
  border-radius: 0.04rem;
  background: #ffffff;
  backdrop-filter: blur(0.12rem);
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323232;
}
.map_tab_style .cur a {
  background: var(--mainColor);
  backdrop-filter: blur(0.12rem);
  color: #ffffff;
}
.ywfw_box {
  width: 100%;
  height: 5.6rem;
  position: relative;
}
.ywfw_box .ywfw_img {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ywfw_box .ywfw_img img {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 900/560;
}
.ywfw_box::after {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(178deg, rgba(26, 78, 142, 0) 5%, rgba(11, 64, 128, 0.9) 69%);
  z-index: 2;
  top: auto;
  height: 2.4rem;
  opacity: 0;
}
.ywfw_box .ywfw_text {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}
.ywfw_box .ywfw_text i {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: all 0.3s;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/material/2025/images/icon_arrow6.png);
}
.ywfw_box .ywfw_text_title {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 0.32rem;
  font-weight: 500;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #ffffff;
}
.ywfw_box .ywfw_text_content {
  transition: all 1s cubic-bezier(0.25, 1, 0.5, 1);
  margin-top: 0.2rem;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: normal;
  color: #ffffff;
}
.ywfw_box:hover .ywfw_text i {
  transform: translateX(0.1rem);
}
.ywfw_box:hover .ywfw_img img {
  transform: scale(1.05);
}
#Swiper2 {
  width: 100%;
  padding-bottom: 0.5rem;
}
#Swiper2 .swiper-slide {
  opacity: 0;
}
#Swiper2 .swiper-slide-active {
  z-index: 99;
  opacity: 1;
  box-shadow: 0 0rem 0.5rem 0.2rem #fff;
}
#Swiper2 .swiper-slide-active .ywfw_box::after,
#Swiper2 .swiper-slide-active .ywfw_box .ywfw_text {
  opacity: 1;
}
#Swiper2 .swiper-slide-prev,
#Swiper2 .swiper-slide-next {
  z-index: 95;
  opacity: 1;
}
#Swiper2 .swiper-slide-prev {
  transform: perspective(1rem) scale(0.9) rotateY(1deg) translateY(0rem) !important;
  transform-origin: left;
}
#Swiper2 .swiper-slide-next {
  transform: perspective(1rem) scale(0.9) rotateY(-1deg) translateY(0rem) !important;
  transform-origin: right;
}
#Swiper2 .swiper-pagination {
  bottom: 0rem;
}
#Swiper2 .swiper-pagination-bullet {
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  background-color: #dce2ea;
  border-radius: 0.5rem;
}
#Swiper2 .swiper-pagination-bullet-active {
  width: 0.36rem;
  background-color: var(--mainColor);
}
.djyl_accordion_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.djyl_accordion_box .accordion {
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  width: 4.58rem;
  height: 6rem;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0.65rem;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative;
}
@media (max-width: 992px) {
  .djyl_accordion_box .accordion {
    width: 49% !important;
    height: 5rem;
  }
}
.djyl_accordion_box .accordion img:nth-child(1) {
  width: 0.86rem;
}
.djyl_accordion_box .accordion img:nth-child(2) {
  width: 0.28rem;
  position: absolute;
  bottom: 0;
  right: 0.6rem;
}
.djyl_accordion_box .accordion.s1 {
  background-image: url(/material/2025/images/djyl_bg1.jpg);
}
.djyl_accordion_box .accordion.s2 {
  background-image: url(/material/2025/images/djyl_bg2.jpg);
}
.djyl_accordion_box .accordion.cur {
  width: calc(100% - (2 - 1) * (4.58rem + 0.3rem));
}
.map_btn_box {
  position: absolute;
  top: 2rem;
  left: 0.4rem;
}
@media (max-width: 992px) {
  .map_btn_box {
    left: 0.8rem;
  }
}
.map_btn_box .map_btn {
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 1.73rem;
  height: 0.55rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  border: 0.02rem solid #7db4e8;
}
.map_btn_box .map_btn::before {
  z-index: 1;
  content: '新疆地区';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  font-size: 0.18rem;
  font-weight: 500;
  color: #323232;
}
.map_btn_box .map_btn::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.2rem;
  width: 2.5rem;
  height: 1rem;
  background: url(/material/2025/images/map_btn1.png) no-repeat center;
  background-size: contain;
}
.map_btn_box .map_btn:hover {
  background: #00418d;
}
.map_btn_box .map_btn:hover::before {
  color: #fff;
}
.map_btn_box .map_btn.cur::before {
  content: '湖北地区';
}
.map_btn_box .map_btn.cur::after {
  left: -1.55rem;
  background-image: url(/material/2025/images/map_btn2.png);
}
.ttxw_box {
  font-family: HarmonyOS Sans SC;
  position: absolute;
  top: -0.05rem;
  left: 5.3rem;
  right: 1.3rem;
  height: 0.62rem;
  border-radius: 0.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 65, 141, 0.6);
}
@media (max-width: 992px) {
  .ttxw_box {
    top: 0.8rem;
    left: 0rem;
    right: 0rem;
  }
}
.ttxw_box span {
  flex-shrink: 0;
  width: 1.59rem;
  height: 100%;
  text-align: center;
  line-height: 0.62rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #ffffff;
  background: url(/material/2025/images/ttxw_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding-right: 0.12rem;
}
.ttxw_box a {
  width: calc(100% - 1.6rem);
  height: 100%;
  line-height: 0.62rem;
  padding: 0 0.4rem;
  font-size: 0.2rem;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
<!--耗时1767914938.2787秒-->