@font-face {
  font-family: "SourceHanSans-Bold";
  src: url("/template/fonts/SourceHanSans-Bold.ttc");
}

@font-face {
  font-family: "AlibabaPuHuiTi-Light";
  src: url("/template/fonts/AlibabaPuHuiTi-Light.ttf");
}

@font-face {
  font-family: "Impact";
  src: url("/template/fonts/impact.ttf");
}

.slide3 {
  background-color: #fff;
}

.slide4 {
  background: url("/template/images/bg3.jpg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.wrap,
.content,
.swiper-container {
  height: 100vh;
  width: 100%;
}

.swiper-slide {
  height: 100vh;
}

.swiper-slide:last-child {
  height: auto;
}

.grid {
  height: 100vh !important;
  overflow: hidden;
}

.grid {
  position: relative;
  width: 100%;
  height: 100%;
}

/* banner样式 */
.swiper-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-container {
  width: 100%;
  height: 100%;
}

.banner-container img {
  width: 100%;
  height: 100%;
}

.banner-nav {
  position: absolute;
  bottom: 80px;
  right: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 105px;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  margin: 0 15px;
}

.swiper-pagination {
  position: static;
  width: auto;
  font-size: 16px;
  color: #fff;
}

.banner-prev::after {
  width: 9px;
  height: 16px;
  font-size: 0px;
  background: url("/template/images/banner-left.png") 50% 50% no-repeat;
}

.banner-next,
.banner-prev {
  width: 9px;
  height: 16px;
  margin: 0px;
}

.banner-next::after {
  width: 9px;
  height: 16px;
  font-size: 0px;
  background: url("/template/images/banner-right.png") 50% 50% no-repeat;
}

.swiper-banner .swiper-pagination {
  width: auto;
  height: 20px;
  font-size: 20px;
  color: #fff;
  transform: translate3d(0px, 0px, 0);
  line-height: 18px;
  margin: 0px 20px;
}

.banner-title {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.mouse-box {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  text-align: center;
}

.mouse-box img {
  animation: float 2s ease-in-out infinite;
}

.mouse-box p {
  color: #ffffff;
  opacity: 0.5;
  font-family: "SourceHanSansCN-Normal";
  font-size: 16px;
  margin-top: 17px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* banner样式 */
.p1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 覆盖容器，裁剪超出部分（推荐） */
}

.p2 {
  overflow: hidden;
  position: relative;
  background: url("/template/images/jtgk-bg.jpg") 50% 50% no-repeat;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.p2 .inner {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

.text-box {
  max-width: 718px;
}

.jb-line {
  width: 60px;
  height: 4px;
  background-image: linear-gradient(90deg, #27a559 0%, transparent 100%);
  margin-bottom: 24px;
}

.en-text {
  font-family: "AlibabaPuHuiTi-Light";
  font-size: 32px;
  color: #333333;
  margin-bottom: 18px;
  display: inline-block;
}

.text-title {
  font-size: 32px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 35px !important;
}

.text-box p {
  font-size: 16px;
  color: #000000;
  line-height: 35px;
  text-indent: 2rem;
}

/* 查看更多按钮 - 基础样式 + 中间向两边推开动效 */
.text-btn {
  position: relative;
  overflow: hidden;
  width: 142px;
  height: 38px;
  margin-top: 40px;
  z-index: 1;
}

.text-btn a {
  display: inline-block;
  width: 142px;
  height: 38px;
  border-radius: 19px;
  transition: all 0.3s ease;
  /* 统一过渡 */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.more-btn>span:last-child {
  display: inline-block;
  /* 让transform生效 */
  transition: transform 0.2s ease;
  /* 仅箭头单独的过渡动画 */
  transform: translateX(0);
  /* 初始位置 */
  margin-left: 10px;
}

.text-btn:hover .more-btn>span:last-child {
  transform: translateX(4px);
  /* 箭头向后移动4px（可调整距离） */
}

/* 可选：点击态优化 */
.more-btn:active>span:last-child {
  transform: translateX(2px);
  /* 点击时箭头回退一点，模拟按压感 */
}

.number-box {
  max-width: 718px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: 37px;
}

.number-text span {
  display: inline-block;
  height: auto;
}

.number-text .number {
  font-size: 54px;
  color: #00b46e;
  font-family: "Impact";
}

.number-text .dw {
  font-family: "SourceHanSansCN-Regular";
  font-size: 18px;
  color: #000000;
}

.number-text img {
  width: 23px;
  height: 23px;
  margin-right: 11px;
}

.number-text .text {
  display: flex;
  align-items: center;
}

.number-text .text {
  font-family: "SourceHanSansCN-Regular";
  font-size: 18px;
  color: #000000;
  margin-top: 16px;
}

.p3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-boxp3 {
  width: 1400px;
  margin: 0 auto;
}

.text-boxp3 .text-title {
  margin-bottom: 40px;
}

/* 选项卡样式 */
/* 顶部标签栏容器 */
.top-swiper-container {
  width: 1403px;
  height: 54px;
  margin: 0 auto;
  margin-bottom: 54px;
  position: relative;
  border-bottom: 1px solid #999999;
}

.top-swiper {
  /* Swiper 容器自适应 */
  width: 100%;
}

.top-swiper .swiper-slide {
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  margin-right: 80px;
  transition: all 0.3s;
  width: auto;
  height: 54px !important;
  position: relative;
  margin-left: 80px;
  font-size: 20px;
}

.top-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  /* 初始居中 */
  width: 0;
  /* 初始宽度0 */
  height: 2px;
  /* 下划线高度 */
  background-color: #00b46e;
  /* 下划线颜色 */
  transition: all 0.8s ease;
  /* 动画过渡（时长/缓动可调整） */
  transform: translateX(-50%);
  /* 配合left:50%实现真正居中 */
  border-radius: 2px;
}

.top-swiper .swiper-slide:hover::after {
  width: 90%;
  /* 宽度铺满a标签 */
}

/* 顶部标签选中态 */
.top-swiper .swiper-slide-active::after {
  width: 90%;
  /* 宽度铺满a标签 */
}

/* 底部内容区域容器 */
.bottom-swiper-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 999;
  height: 410px;
}

.bottom-swiper {
  width: calc(100% + 892px);
  /* 总宽度 = 屏幕宽 + 一个 slide 宽 */
  margin-left: -446px;
  /* 向左偏移半个 slide 宽 */
  height: 100%;
}

.bottom-swiper .swiper-wrapper {
  align-items: center;
}

.bottom-swiper .swiper-slide {
  width: 892px;
  height: 385px !important;
  background: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  transition: all 0.3s;
  opacity: 0.6;
  transform: scale(0.9);
  position: relative;
  box-shadow: 0 0px 18px rgba(0, 180, 110, 0.2);
}

.show-nr {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
  /* 添加过渡效果 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.show-nr {
  width: 370px;
  height: auto;
  object-fit: contain;
}

.show-box {
  min-width: 432px;
  padding-left: 84px;
}

.bottom-swiper .swiper-slide-active .show-nr {
  opacity: 1;
}

.bottom-swiper .swiper-slide-active .show-nr .nr-title {
  padding-bottom: 0px;
}

.bottom-swiper .swiper-slide-active .show-nr .nr-text {
  margin-top: 25px;
}

.bottom-swiper .swiper-slide-active .show-nr .nr-more {
  margin-top: 0px;
}

.nr-title {
  
  font-size: 26px;
  color: #333333;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}

.nr-text {
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  margin-top: 10px;
}

.nrms-box {
  margin-top: 35px;
}

.nrms-title {
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}

.nrms-box p {
  padding-left: 30px;
  background: url("/template/images/arrow.png") left center no-repeat;
  font-size: 16px;
  
}

/* 保留原有.nr-more样式，补充箭头动效相关 */
.nr-more {
  margin-top: 20px;
  width: 100px;
  height: 42px;
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  color: #fefefe;
  text-align: center;
  line-height: 42px;
  display: block;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  /* 新增：文字和箭头间距，避免重叠 */
  justify-content: center;
  /* 新增：内容水平居中（适配display:flex） */
}

.nr-more span {
  width: 100px;
  overflow: hidden;
  display: inline-block;
  transition: width 0.3s ease;
  color: #333333;
  line-height: 1;
  /* 新增：重置行高，避免与父元素42px冲突 */
}

/* 箭头专属样式 + 缓慢右移动效 */
.nr-more img {
  width: auto !important;
  height: 14px !important;
  /* 适配16px字体的箭头尺寸，可微调 */
  transition: transform 0.4s ease-in-out !important;
  /* 0.4秒缓慢移动，更自然 */
  transform: translateX(0) !important;
  /* 初始位置 */
  display: inline-block !important;
  /* 确保transform生效 */
  flex-shrink: 0;
  /* 新增：防止箭头被flex布局压缩 */
}

/* 鼠标移入：箭头右移10px + 可选文字色加深 */
.nr-more:hover img {
  transform: translateX(10px) !important;
  /* 核心：箭头右移10px */
}

/* 可选增强：鼠标移入文字色加深，与箭头动效联动 */
.nr-more:hover span {
  font-weight: bold;
}

.show-nr img {
  object-fit: contain;
}

.nr-more img {
  width: 18px !important;
  height: 22px !important;
  position: relative !important;
  top: auto;
  right: auto !important;
  bottom: auto !important;
}

.bottom-swiper .swiper-slide-active {
  height: 400px !important;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

/* 左右间距控制 - 关键修改 */
.bottom-swiper {
  --swiper-slides-per-view: "auto";
  --swiper-centered-slides: true;
}

.bottom-swiper .swiper-slide-prev {
  transform: translateX(calc(-15% + 96px)) scale(0.9);
  /* 向左偏移 50% 再加上 96px */
}

.bottom-swiper .swiper-slide-next {
  transform: translateX(calc(15% - 96px)) scale(0.9);
  /* 向右偏移 50% 再减去 96px */
}

.p4 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-boxp4 {
  width: 1400px;
  margin: 0 auto;
}

.p4 .tab-pane {
  width: 1400px;
  margin: 0 auto;
  margin-top: 0%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p4 .text-title {
  margin-bottom: 10px !important;
}

.p4 .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #999999;
  min-width: 400px;
  gap: 50px;
}

.p4 .tab a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}

.p4 .tab a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  /* 初始居中 */
  width: 0;
  /* 初始宽度0 */
  height: 2px;
  /* 下划线高度 */
  background-color: #00b46e;
  /* 下划线颜色 */
  transition: all 0.8s ease;
  /* 动画过渡（时长/缓动可调整） */
  transform: translateX(-50%);
  /* 配合left:50%实现真正居中 */
  border-radius: 2px;
}

.p4 .tab a:hover::after {
  width: 100%;
  /* 宽度铺满a标签 */
}

/* 顶部标签选中态 */
.p4 .tab a.current::after {
  width: 100%;
  /* 宽度铺满a标签 */
}

.p4-swiper-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* 左侧轮播图容器 */
.p4-swiper-left {
  width: 678px;
  position: relative;
}

/* 轮播图样式 */
.p4-swiper {
  width: 100%;
  height: 452px;
  position: relative;
}

.p4-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p4-swiper .swiper-slide {
  height: 452px !important;
  background: #ccc;
  position: relative;
}

.p4-swiper .swiper-pagination {
  position: absolute;
  bottom: 15px;
  right: 22px;
  width: 55px;
  left: auto;
}

.p4-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
}

.p4-swiper .swiper-pagination-bullet-active {
  width: 14px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
}

/* 轮播图标题 */
.p4-swiper-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.63);
  color: #fff;
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  z-index: 999;
  line-height: 50px;
  padding-left: 23px;
}

/* 右侧列表容器 */
.p4-swiper-right {
  width: 679px;
}

/* 列表项样式 */
.p4-news-item {
  height: 136px;
  padding: 0px 20px;
  border-bottom: 1px solid #dadada;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
}

.p4-news-item h4 a {
  
  font-size: 22px;
  color: #333333;
  align-items: center;
  font-weight: 500;
  margin-bottom: 18px;
}

.p4-news-item h4 a .zdgz {
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  background-color: rgb(16, 128, 207);
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
  display: none;
  line-height: 32px;
  padding: 0px 10px;
}

.p4-news-item h4 a .time {
  font-family: "SourceHanSansCN-Regular";
  font-size: 32px;
  color: #848484;
  font-weight: normal;
  margin-right: 21px;
}

.p4-news-item .text-time {
  font-family: "SourceHanSansCN-Regular";
  font-size: 20px;
  color: #878787;
  font-weight: normal;
}

.p4-news-item .more {
  position: absolute;
  bottom: 39px;
  left: 132px;
  font-family: "SourceHanSansCN-Medium";
  font-size: 16px;
  color: #999999;
  background: url("/template/images/arrow-g.png") center right no-repeat;
  padding-right: 28px;
  transition: transform 0.4s ease-in-out !important;
  /* 0.4秒缓慢移动，更自然 */
}

.p4-news-item.active {
  width: 679px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 5px 10px 0px rgba(51, 51, 51, 0.1);
  border-radius: 12px;
}

.p4-news-item.active:nth-child(1) .zdgz {
  display: inline-block;
  border-radius: 6px;
}

.p4-news-item.active:nth-child(2) .zdgz {
  display: inline-block;
  border-radius: 6px;
}

.p4-news-item.active h4 a {
  margin-bottom: 5px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.p4-news-item.active .time {
  display: none;
}

.p4-news-item.active .text-time {
  display: none;
}

.p4-news-item.active .text-time2 {
  display: block !important;
}

.p4-news-item.active .text-time2 {
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  color: #333333;
}

.p4-news-item.active .text {
  display: block !important;
  margin-bottom: 15px;
  margin-top: 10px;
}

.p4-news-item.active .text {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #999999;
  line-height: 25px;
}

.p4-news-item.active .more {
  color: #333333;
  right: 33px;
  bottom: 23px;
  left: auto;
}

.p5 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 55px;
}

.standard-box {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.standard-item {
  width: 678px;
  height: 415px;
  overflow: hidden;
  box-shadow: 0px 6px 18px 0px rgba(197, 197, 197, 0.34);
}

.standard-item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.standard-item:hover img {
  transform: scale(1.1);
  /* 鼠标悬停时放大1.1倍 */
}

.standard-item ul {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 6px 18px 0px rgba(197, 197, 197, 0.34);
  padding: 15px 44px 24px 44px;
  box-sizing: border-box;
  width: 100%;
}

.standard-item ul li {
  width: 100%;
}

.standard-item ul li a {
  font-family: "SourceHanSansCN-Regular";
  font-size: 16px;
  line-height: 36px;
  position: relative;
  width: 80%;
  display: block;
}

.standard-item ul li a:hover {
  color: #b61d32;
}

.standard-item ul li:hover::before {
  background: #b61d32;
}

.standard-item ul li:hover::before .time {
  color: #b61d32;
}

.standard-item ul li a .time {
  color: #999999;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.join-box {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 30px;
}

.join-box a {
  width: 679px;
  height: 109px;
  background-color: #ffffff;
  box-shadow: 0px 6px 18px 0px rgba(197, 197, 197, 0.34);
  font-size: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-box a span {
  font-size: 36px;
}

.join-box img {
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.join-box a:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #333;
}

.join-box a:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .grid {
    height: auto !important;
  }

  .inner {
    width: 100% !important;
  }

  .banner-title {
    top: 12%;
    width: 55%;
  }

  .swiper-banner {
    height: auto;
    margin-top: -3px;
  }

  .banner-container img {
    object-fit: contain;
  }

  .mouse-box {
    bottom: 10px;
  }

  .mouse-box img {
    width: 16px;
    height: 16px;
    object-fit: contain;
  }

  .mouse-box p {
    font-size: 12px;
    margin-top: 0px;
  }

  .banner-nav {
    display: none;
  }

  .p2 {
    padding: 20px;
    box-sizing: border-box;
  }

  .jb-line {
    margin-bottom: 5px;
  }

  .en-text {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .text-title {
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .text-box {
    width: 100%;
    margin: 0px;
    min-width: auto;
  }

  .text-box p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
  }

  .text-btn {
    width: 80px;
    height: 26px;
    line-height: 25px;
    border-radius: 25px;
    font-size: 12px;
    margin-top: 10px;
  }

  .number-box {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 0px;
  }

  .number-text .number {
    font-size: 20px;
  }

  .number-text .dw {
    font-size: 12px;
  }

  .number-text img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .number-text .text {
    font-size: 12px;
    margin-top: 0px;
  }

  .img-box,
  .bg-box {
    display: none;
  }

  .p3 {
    padding: 20px;
    box-sizing: border-box;
  }

  .text-boxp3 {
    margin: 0px;
    min-width: auto;
    width: 100%;
  }

  .top-swiper-container {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-swiper .swiper-slide {
    line-height: 44px;
    height: 44px !important;
    margin-right: 20px;
    margin-left: 0px;
  }

  .bottom-swiper-container {
    overflow: visible;
    height: 340px;
  }

  .bottom-swiper {
    overflow: visible;
  }

  .bottom-swiper .swiper-slide {
    width: 100%;
    margin: 0px 20px;
  }

  .show-box {
    min-width: auto;
    padding-left: 0px;
  }

  .bottom-swiper {
    width: 100%;
    margin-left: 0px;
  }

  .bottom-swiper .swiper-slide-active,
  .bottom-swiper .swiper-slide {
    height: 320px !important;
  }

  .bottom-swiper .swiper-slide-next,
  .bottom-swiper .swiper-slide-prev {
    transform: translateX(0px);
  }

  .show-nr img {
    display: none;
  }

  .bottom-swiper .swiper-slide img {
    object-fit: cover;
  }

  .show-nr {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .nr-title {
    width: 80%;
    padding-bottom: 10px !important;
    font-size: 16px;
  }

  .nr-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px !important;
    width: 100%;
  }

  .bottom-swiper .swiper-slide-active .show-nr .nr-more {
    margin-top: 10px;
  }

  .nrms-box {
    margin-top: 10px;
  }

  .nrms-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .nrms-box p {
    padding-left: 24px;
    font-size: 12px;
  }

  .nr-more {
    width: 80px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 25px;
    margin-top: 10px;
  }

  .p4 {
    padding: 20px;
    box-sizing: border-box;
  }

  .text-boxp4 {
    position: relative;
    left: 0%;
    top: 0%;
    width: 100%;
    margin-top: 0px;
  }

  .p4 .tab-pane {
    width: 100%;
    margin-top: 5px;
    align-items: flex-start;
  }

  .p4 .tab {
    justify-content: flex-start;
    min-width: auto;
  }

  .p4 .tab a {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .p4 .tab {
    margin-bottom: 20px;
  }

  .p4-swiper-left {
    width: 100%;
  }

  .p4-swiper-box {
    flex-direction: column;
  }

  .p4-swiper {
    height: 200px;
    margin-bottom: 0px;
  }

  .p4-swiper .swiper-slide {
    height: 200px !important;
  }

  .p4-swiper-caption {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
  }

  .p4-swiper-right {
    width: 100%;
  }

  .p4-news-item.active {
    width: 100%;
    height: auto;
  }

  .p4-news-item h4 a {
    margin-bottom: 10px;
    font-size: 14px;
    margin-bottom: 5px !important;
    display: flex;
  }

  .p4-news-item.active .text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.2em;
    /* 16px * 2行 = 32px，加上行间距 */
    line-height: 1.6em;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .p4-news-item {
    padding: 10px 20px;
    height: auto;
  }

  .p4-news-item.active .text-time2 {
    font-size: 12px;
  }

  .p4-news-item .more {
    font-size: 12px;
    background-size: 10px;
    bottom: 10px;
    left: 83px;
  }

  .p4-news-item.active .more {
    background-size: 10px;
  }

  .p4-news-item h4 a .time {
    font-size: 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .p4-news-item .text-time {
    font-size: 12px;
  }

  .p4-swiper .swiper-pagination {
    bottom: 7px;
  }

  .standard-box {
    width: 100%;
    margin-top: 0px;
    padding: 20px;
    box-sizing: border-box;
  }

  .standard-item {
    width: 48%;
    height: auto;
  }

  .standard-item ul {
    height: auto;
    padding: 10px;
  }

  .standard-item ul li a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .standard-item ul li a .time {
    display: none;
  }

  .join-box {
    width: 100%;
    margin-top: 0px;
    padding: 0px 20px;
    box-sizing: border-box;
    gap: 20px;
    padding-bottom: 20px;
  }

  .join-box img {
    width: 10%;
    height: auto;
    margin-right: 10px;
  }

  .p5 {
    padding-bottom: 0px;
    margin-top: 0px;
  }

  .p4 .tab-pane {
    padding: 0px;
  }
  .nr-more img{
    width: 12px !important;
    object-fit: contain !important;
  }
}

.list-t li {
  position: relative;
}

.list-t li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w70 {
  width: 70%;
}

.list-t li .time {
  position: absolute;
  top: 0;
  right: 0;
  color: #bbb;
}

@media (max-width: 1200px) {
  .list-t li .time {
    display: none;
  }

  .join-box a {
    display: flex;
    width: 50%;
    height: 50px;
  }

  .list-t li:before {
    display: none;
  }

  .standard-item ul li {
    padding-left: 0px;
  }

  .slide1,
  .slide2,
  .slide3,
  .slide4,
  .slide5 {
    height: auto;
  }

  .p4-news-item h4 a .zdgz {
    line-height: 26px;
    padding: 0px 8px;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .text-btn a{
    width: 80px;
    height: 26px;
    line-height: 26px;
  }
  .join-box a span{
    font-size: 16px;
  }
  .more-btn>span:last-child{
    margin-left: 0px;
  }
  .p2{
    background: url(/template/images/bg2.jpg) 50% 50% no-repeat;
    background-size: 100% 100%;
  }
}

.p4-news-item h4 b {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
}