﻿ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
dt,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
}
a {
  text-decoration: none;
}
.disable {
  touch-action: none !important;
  pointer-events: none;
}
.swiper-pagination-bullet {
  background: #D0D2D4;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #064491;
}
img,
video {
  width: 100%;
  height: 100%;
  display: block;
}
.overflow-h {
  overflow: hidden;
}
.top20 {
  padding-top: 50px;
}
.ellipsis-l1 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-l2 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-l3 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis-l4 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ellipsis-l5 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ellipsis-l6 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.ellipsis-l7 {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.nav-link {
  cursor: pointer;
}
.more-link {
  cursor: pointer;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.SourceHanSansCN {
  font-family: "SourceHanSansCN" !important;
}
.animate__animated {
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__fadeInBottom {
  animation-name: fadeInBottom;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
.title {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
}
.time {
  font-size: 14px;
  color: #064491;
}
.hide {
  display: none !important;
}
/* 触发按钮 */
.openModalBtn {
  padding: 10px 24px;
  background: #064491;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
}
.openModalBtn:hover {
  background: #053a7c;
}
.jt2 {
  width: 70px;
  height: 25px;
}
.jt1 {
  width: 26px;
  height: 25px;
}
/* 遮罩层 */
.modalMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999;
  align-items: center;
  justify-content: center;
  /* 弹窗盒子 */
}
.modalMask.show {
  display: flex;
}
.modalMask .modalBox {
  width: 85%;
  max-width: 1340px;
  max-height: 88vh;
  background: #fff;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  min-height: 587px;
  /* 滚动条轨道（背景） */
  /* 滚动条滑块 */
  /* 隐藏上下左右箭头（webkit专用） */
  /* 2. Firefox 专用兼容 */
  /* 关闭按钮 */
  /* 弹窗头部 */
  /* 滚动内容区 */
}
.modalMask .modalBox ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modalMask .modalBox ::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.modalMask .modalBox ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.modalMask .modalBox ::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.modalMask .modalBox ::-webkit-scrollbar-button {
  display: none !important;
}
.modalMask .modalBox * {
  scrollbar-width: thin;
  /* 细滚动条，替代自定义粗细 */
  scrollbar-color: #c1c1c1 #f1f1f1;
  /* 滑块颜色 | 轨道颜色 */
}
.modalMask .modalBox .modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.modalMask .modalBox .modalHeader {
  padding: 40px 40px 20px;
  text-align: center;
}
.modalMask .modalBox .modalHeader .modalTitle {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
}
.modalMask .modalBox .modalContent {
  padding: 0 40px 40px;
  max-height: 60vh;
  overflow-y: auto;
  font-size: 20px;
  font-weight: normal;
  text-align: justify;
  line-height: 1.7;
  color: #000000;
}
.modalMask .modalBox .modalContent p {
  margin: 24px 0;
}
#video-modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(30, 40, 50, 0.75);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.video-modal-content {
  position: relative;
  background: transparent;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(30, 34, 60, 0.25);
  max-width: min(90vw, 900px);
  max-height: 90vh;
  padding: 0;
  overflow: visible;
  /* 关键grid布局，锁死内部空间，子元素无法撑开容器 */
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  place-items: center;
}
#video-player {
  background: #000;
  border-radius: 14px;
  /* 严格限制在父容器内部，画面+控件全部自适应缩小 */
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  outline: none;
  display: block;
}
/* 关闭按钮，定位在容器上方，不占用视频空间 */
.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}
.video-container {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  text-align: center;
}
.video-container .play-btn::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url('../img/play.png') no-repeat;
  background-size: auto;
  background-size: contain;
}
.video-container .video-poster {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 100%;
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}
.video-container.playing .video {
  opacity: 1;
  pointer-events: all;
}
.video-container.playing .video-poster {
  opacity: 0;
}
.video-container.playing .play-btn {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .video-modal-close {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 44px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    z-index: 999;
    line-height: 1;
    transition: color 0.15s;
  }
}
@media screen and (min-width: 769px) {
  .video-modal-close {
    position: absolute;
    right: -38px;
    top: -28px;
    font-size: 44px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    z-index: 999;
    line-height: 1;
    transition: color 0.15s;
  }
}
.video-modal-close:hover {
  color: #ff5b5b;
}
@media (max-width: 900px) {
  .video-modal-content {
    width: 98vw;
  }
}
.pagination {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-family: inherit;
  justify-content: center;
  margin-top: 50px;
}
.pagination .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 13px;
  background: #f7f7f9;
  text-decoration: none;
  border: none;
  color: #272f3d;
  font-size: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0;
}
.pagination .page-btn:hover:not(.active):not(:disabled) {
  background: #f7f7f9;
  color: #334e7d;
}
.pagination .page-btn.active {
  background: #064491;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.pagination .page-btn.prev,
.pagination .page-btn.next,
.pagination .page-btn.last {
  font-size: 17px;
  font-weight: normal;
}
.pagination .page-btn:disabled {
  color: #c7ccd2;
  background: #f7f7f9;
  cursor: not-allowed;
}
.pagination .page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 30px;
  font-size: 20px;
  color: #bfc3cc;
  background: transparent;
  user-select: none;
  margin: 0 2px;
}
.pagination .page-jump {
  margin-left: 18px;
  font-size: 17px;
  color: #222;
  display: inline-flex;
  align-items: center;
}
.pagination .page-jump input[type="number"] {
  border: 1.5px solid #d6dae2;
  border-radius: 6px;
  width: 56px;
  height: 36px;
  font-size: 18px;
  color: #222;
  margin: 0 6px;
  text-align: center;
  outline: none;
}
.pagination .page-jump input[type="number"]:focus {
  border-color: #4B5E8C;
}
@media screen and (max-width: 768px) {
  .waterfall-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .waterfall-box .load-more {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 126px;
    height: 44px;
    background: #064491;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 18px;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .waterfall-box .load-more img {
    width: 16px;
    height: 16px;
  }
  .water-item {
    position: relative;
    break-inside: avoid;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
  .img-box {
    width: 100%;
  }
  .img-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
  }
  .img-title {
    padding: 8px 10px;
    font-size: 14px;
  }
  /* 默认：标题在图片下方（不需要额外类） */
  .water-item .img-title {
    background: #fff;
  }
  /* 加类 title-top：标题悬浮在图片上方 */
  .water-item.title-top {
    overflow: visible;
  }
  .water-item.title-top .img-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
  }
  .pagination .page-info {
    font-size: 15px;
  }
  .pagination .page-jump {
    display: none;
  }
  .pagination .page-btn.prev {
    font-size: 15px;
  }
  .pagination .page-btn.next {
    font-size: 15px;
  }
  .pagination .page-btn.last {
    font-size: 15px;
  }
  .pagination .page-btn {
    font-size: 15px;
    padding: 5px;
  }
  .full-nav.full-nav-show {
    transform: translateY(0.8rem);
  }
  .full-nav {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 98;
    width: 100%;
    height: 100vh;
    background: rgba(6, 68, 145, 0.85);
    transform: translateY(-120%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.25, 1);
  }
  .full-nav .nav-list {
    padding: 4vh;
  }
  .full-nav .nav-list .nav-list-item {
    padding: 2vh 0 2.4vh 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
    letter-spacing: 2px;
  }
  .full-nav .nav-list .nav-list-item a {
    color: #ffffff;
  }
  .full-nav .nav-list .nav-list-item:nth-last-child(2) {
    padding: 2vh 4vh;
  }
  .full-nav .nav-list .nav-list-item:last-child {
    border-bottom: none;
    padding: 2vh 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .full-nav .nav-list .nav-list-item:last-child .time {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 400;
  }
  .full-nav .nav-list .nav-list-item:last-child a {
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
  }
  .full-nav .close {
    width: 100%;
    height: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .full-nav .close .icon {
    width: 0.26rem;
    height: 0.26rem;
    background: url('../img/fold.png') no-repeat center;
    background-size: cover;
  }
  .full-nav .close .text {
    font-size: 16px;
    color: #FFFFFF;
  }
  .news-wapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .news-wapper .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-wapper .news-title .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  .news-wapper .news-title .more {
    cursor: pointer;
    width: 92px;
    height: 23px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  .news-wapper .news-title .more:hover {
    background: url('../img/show-more-act.png') no-repeat center;
    background-size: cover;
  }
  #search {
    padding-top: 1.1rem;
    width: 100%;
  }
  #search .form-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    color: #064491;
    line-height: 32px;
    letter-spacing: 1px;
  }
  #search form {
    padding: 0 15px;
  }
  #search .form-item {
    padding: 15px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #search .form-item .btn {
    width: 80px;
    height: 64px;
    background: #064491;
    border-radius: 0px 16px 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
  }
  #search .form-item input {
    flex: 1;
    height: 64px;
    background: #FFFFFF;
    border-radius: 16px 0px 0px 16px;
    padding-left: 21px;
    border: 1px solid #D1D5DB;
  }
  #search #result {
    padding: 0 15px;
  }
  #search #result .news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #search #result .news-list .news-list-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    gap: 20px;
  }
  #search #result .news-list .news-list-item:hover .right .title {
    font-weight: 700;
    color: #064491;
  }
  #search #result .news-list .news-list-item:hover .right .time {
    font-weight: 700;
    color: #064491;
  }
  #search #result .news-list .news-list-item .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #search #result .news-list .news-list-item .right .title {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
  }
  #search #result .news-list .news-list-item .right .time {
    color: #999999;
    font-size: 17px;
  }
  #search #result .no-content {
    display: flex;
    flex-direction: column;
  }
  #search #result .no-content .title {
    font-size: 15px;
    color: #333333;
    line-height: 29px;
    padding: 20px 0;
    font-weight: 400;
  }
  #search #result .no-content .title span {
    font-weight: 700;
    color: #425F92;
  }
  #search #result .no-content .desc {
    font-size: 15px;
    color: #333333;
    line-height: 29px;
  }
  #search #result .no-content .desc .header-title {
    font-weight: 700;
    font-size: 15px;
  }
  #search #result .no-content .desc ul {
    font-size: 15px;
  }
  #header-wapper {
    margin-top: 0.8rem;
  }
  #header-wapper .banner {
    height: 1.72rem;
  }
  #header-wapper .banner .header-swiper {
    height: 100%;
  }
  #header-wapper .banner .header-swiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #header {
    height: 0.8rem;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(6, 68, 145, 0.1), rgba(6, 68, 145, 0.5)), url('../img/header-bg.png') no-repeat center top;
    background-size: 100% 100%;
    background-color: #023A79;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .logo {
    width: 1.16rem;
    height: 0.41rem;
  }
  #header .nav-btn {
    display: flex;
    gap: 0.13rem;
  }
  #header .nav-btn .search {
    width: 0.2rem;
    height: 0.2rem;
  }
  #header .nav-btn .menu {
    width: 0.2rem;
    height: 0.2rem;
  }
  #main-wapper #xffy {
    margin-top: 0.8rem;
    padding: 0 15px;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper {
    height: 3.6rem;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .title {
    margin-top: 0.2rem;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .desc {
    margin-top: 0.1rem;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .img-box {
    height: 2rem;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .img-box img {
    border-radius: 0.16rem;
  }
  #main-wapper #xffy .news-content .right {
    margin-top: 0.2rem;
  }
  #main-wapper #xffy .news-content .right .news-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 13px;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item:first-child .title {
    font-weight: 700;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item .title {
    font-weight: normal;
    font-size: 15px;
    color: #1F2937;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item:nth-child(n+4) {
    display: none;
  }
  #main-wapper #collect {
    margin-top: 0.8rem;
    padding: 0 15px;
    width: 100%;
  }
  #main-wapper #collect .collect-content {
    height: 0.7rem;
    width: 100%;
  }
  #main-wapper #collect .collect-content img {
    object-fit: cover;
  }
  #main-wapper #collect .tzgg {
    margin-top: 0.8rem;
  }
  #main-wapper #collect .tzgg .tzgg-swiper {
    width: 100%;
    height: 3.67rem;
    position: relative;
    overflow: hidden;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-btn {
    align-self: flex-end;
    position: absolute;
    height: 0.32rem;
    width: 1rem;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translate(-50%);
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-btn .swiper-button-next {
    height: 0.32rem;
    width: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-btn .swiper-button-prev {
    height: 0.32rem;
    width: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .img-box {
    width: 100%;
    height: 1.94rem;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .img-box img {
    object-fit: cover;
    border-radius: 12px;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content .content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content .content-header .title-logo {
    font-size: 28px;
    color: #064491;
    letter-spacing: 2px;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content .content-header .more {
    cursor: pointer;
    height: 0.29rem;
    width: 1.08rem;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content .title {
    margin-top: 13px;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #main-wapper #collect .tzgg .tzgg-swiper .swiper-slide .content .desc {
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
  }
  #main-wapper #lsyg {
    margin-top: 0.8rem;
    width: 100%;
    padding: 0 15px;
  }
  #main-wapper #lsyg .news-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  #main-wapper #lsyg .news-content .left {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #main-wapper #syxl {
    margin-top: 0.8rem;
    width: 100%;
    padding: 0 15px;
  }
  #main-wapper #syxl .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  #main-wapper #syxl .news-list .news-list-item {
    position: relative;
  }
  #main-wapper #syxl .news-list .news-list-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #main-wapper #syxl .news-list .news-list-item .img-box {
    position: relative;
  }
  #main-wapper #syxl .news-list .news-list-item .img-box .title {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    height: 42px;
    height: 0.42rem;
  }
  #main-wapper #syxl .news-list .news-list-item .img-box.video-play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0.48rem;
    width: 0.48rem;
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #syxl .news-list .news-list-item img {
    border-radius: 12px;
  }
  #main-wapper #syxl .news-list .news-list-item:first-child {
    grid-column: span 2;
  }
  #main-wapper #syxl .news-list .news-list-item:nth-child(n+4) {
    display: none;
  }
  #main-wapper #qjxf {
    margin-top: 0.8rem;
    width: 100%;
    height: calc(100vh - 1.6rem);
  }
  #main-wapper #qjxf .news-title {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
  }
  #main-wapper #qjxf .news-title .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #main-wapper #xfrw {
    margin-top: 0.8rem;
    width: 100%;
    padding: 0 15px;
  }
  #main-wapper #xfrw .news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #main-wapper #xfrw .news-list .news-list-item {
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #DEDEDE;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    height: 1.22rem;
  }
  #main-wapper #xfrw .news-list .news-list-item .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #main-wapper #xfrw .news-list .news-list-item .content .user .img-box {
    width: 100px;
  }
  #main-wapper #xfrw .news-list .news-list-item .content .name {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
  }
  #main-wapper #xfrw .news-list .news-list-item .content .line {
    height: 0.03rem;
    width: 0.3rem;
    background: #B56930;
  }
  #main-wapper #xfrw .news-list .news-list-item .content .gudic {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-align: justify;
  }
  #main-wapper #xfrw .news-list .news-list-item .img-box {
    width: 1rem;
  }
  #main-wapper #xfrw .news-list .news-list-item .img-box img {
    height: 1rem;
    width: 1rem;
  }
  #main-wapper #xfrw .news-list .news-list-item:first-child {
    height: 325px;
    height: 3.25rem;
  }
  #main-wapper #xfrw .news-list .news-list-item:first-child .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    gap: 0.15rem;
  }
  #main-wapper #xfrw .news-list .news-list-item:first-child .content .user {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-wapper #xfrw .news-list .news-list-item:first-child .content .user .tit {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #main-wapper #xfrw .news-list .news-list-item:first-child .content .more {
    font-size: 17px;
    color: #2F578D;
  }
  #main-wapper #jsfxycexy {
    margin-top: 0.8rem;
    padding: 0 15px;
    width: 100%;
  }
  #main-wapper #jsfxycexy .news-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    gap: 0.3rem;
  }
  #main-wapper #jsfxycexy .news-content .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #main-wapper #jsfxycexy .news-content .desc {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 28px;
  }
  #main-wapper #jsfxycexy .news-content .more {
    cursor: pointer;
    height: 0.29rem;
    width: 1.08rem;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item {
    position: relative;
    width: 100%;
    height: 1.45rem;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item .icon {
    height: 0.4rem;
    width: 0.3rem;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(1) {
    background: url('../img/red.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(1) .icon {
    background: url('../img/icon-xygk.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(2) {
    background: url('../img/brown.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(2) .icon {
    background: url('../img/icon-dsj.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(3) {
    background: url('../img/green.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(3) .icon {
    background: url('../img/icon-xyrc.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(4) {
    background: url('../img/blue.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item:nth-child(4) .icon {
    background: url('../img/icon-cejt.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item .icon-content {
    height: 0.5rem;
    width: 0.5rem;
    position: absolute;
    top: 29px;
    left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item .icon-content .icon {
    height: 0.4rem;
    width: 0.3rem;
  }
  #main-wapper #jsfxycexy .news-content .news-list .news-list-item .icon-content .title {
    font-size: 12px;
    color: #ffff;
    font-weight: 600;
  }
  #main-wapper #xfcs {
    margin-top: 0.8rem;
    padding: 0 15px;
    width: 100%;
  }
  #main-wapper #xfcs .news-content .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #main-wapper #xfcs .news-content .left .info {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #main-wapper #xfcs .news-content .left .cover img {
    border-radius: 16px;
  }
  #main-wapper #xfcs .cfcs-swiper {
    width: 100%;
    position: relative;
  }
  #main-wapper #xfcs .xfcsswiper {
    margin-top: 30px;
    height: 263px;
    height: 2.63rem;
    position: relative;
  }
  #main-wapper #xfcs .xfcsswiper .swiper-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.32rem;
    width: 1rem;
    left: 50%;
    transform: translate(-50%);
  }
  #main-wapper #xfcs .xfcsswiper .swiper-btn .swiper-button-next {
    height: 0.32rem;
    width: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xfcs .xfcsswiper .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #main-wapper #xfcs .xfcsswiper .swiper-btn .swiper-button-prev {
    height: 0.32rem;
    width: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xfcs .xfcsswiper .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #main-wapper #xfcs .xfcsswiper .cfcs-swiper {
    position: relative;
    overflow: hidden;
  }
  #main-wapper #xfcs .xfcsswiper .cfcs-swiper .img-box {
    width: 100%;
    height: 194px;
    position: relative;
  }
  #main-wapper #xfcs .xfcsswiper .cfcs-swiper .img-box .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #footer {
    margin-top: 0.94rem;
    display: flex;
    flex-direction: column-reverse;
    height: 2.08rem;
    background: #064491;
  }
  #footer .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .left .logo {
    width: 1.16rem;
    height: 0.41rem;
  }
  #footer .left .logo img {
    object-fit: cover;
  }
  #footer .right {
    height: 1.2rem;
    padding: 31px 15px 17px 15px;
    border-bottom: 1px solid #E3E9F1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .right .copyright {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
  }
  #lxwm {
    width: 100%;
    margin-top: 0.8rem;
  }
  #lxwm .banner {
    height: 1.3rem;
    position: relative;
  }
  #lxwm .lxwm-content {
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 531px;
    background: #FFF;
    box-shadow: 3px 12px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 16px 16px;
    margin: 30px 15px;
    padding: 32px 15px;
  }
  #lxwm .lxwm-content .left img {
    width: 0.17rem;
    height: 0.17rem;
  }
  #lxwm .lxwm-content .left .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #lxwm .lxwm-content .left .content p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
  }
  #lxwm .lxwm-content .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lxwm .lxwm-content .right img {
    width: 158px;
    height: 225px;
    object-fit: cover;
  }
  #zscx {
    width: 100%;
    margin-top: 0.8rem;
  }
  #zscx .banner {
    height: 1.3rem;
    position: relative;
  }
  #zscx .banner::after {
    position: absolute;
    content: '';
    top: 28px;
    left: 15px;
    width: 1.85rem;
    height: 0.83rem;
    background: url('../img/zscx-banner.png') no-repeat center;
    background-size: contain;
  }
  #zscx .zscx-search {
    margin: 0 15px;
    margin-top: 0.3rem;
    padding: 32px 15px;
    height: 365px;
    box-shadow: 3px 12px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 16px 16px;
    background: #FFFFFF;
  }
  #zscx .zscx-search form {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #zscx .zscx-search form .form-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #zscx .zscx-search form .form-item .label {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #zscx .zscx-search form .form-item input {
    height: 64px;
    padding-left: 27px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #D8D8D8;
    width: 100%;
  }
  #zscx .zscx-search form .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #zscx .zscx-search form .btn div {
    width: 152px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #064491;
    border-radius: 12px 12px 12px 12px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
  }
  #zscx .result-search {
    margin: 0 15px;
    margin-top: 0.3rem;
    padding: 32px 15px;
    box-shadow: 3px 12px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px 16px 16px 16px;
    background: #FFFFFF;
  }
  #zscx .result-search .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #zscx .result-search .btn div {
    width: 152px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #064491;
    border-radius: 12px 12px 12px 12px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
  }
  #wznr {
    width: 100%;
    margin-top: 1.1rem;
    display: flex;
    gap: 40px;
    padding: 0 20px;
  }
  #wznr .left {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
  }
  #wznr .left .title {
    font-weight: 700;
    font-size: 20px;
    color: #1F2937;
    line-height: 32px;
  }
  #wznr .left .desc {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
    line-height: 22px;
  }
  #wznr .left .desc .time {
    color: #999999;
  }
  #wznr .left .author {
    font-size: 15px;
    color: #999;
    line-height: 22px;
    position: relative;
    padding-left: 13px;
  }
  #wznr .left .author::after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    height: 16px;
    width: 4px;
    background: #4571BF;
  }
  #wznr .left .articleContent {
    margin-top: 20px;
    color: #666666;
    line-height: 26px;
    font-size: 0.16rem;
    text-align: justify;
  }
  #wznr .left .articleContent p a {
    text-decoration: underline;
    color: #0000ee;
  }
  #wznr .left .articleContent p img {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
  }
  #wznr .left .articleContent p:has(img, span) {
    margin-bottom: 0 !important;
  }
  #wznr .left .articleContent > p:last-of-type {
    margin: 0 0 18px 0;
  }
  #wznr .left .articleContent .mySwiper {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
  }
  #wznr .left .articleContent .video-cover {
    position: relative;
    margin-bottom: 20px;
  }
  #wznr .left .articleContent .video-cover::before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat;
    background-size: contain;
  }
  #wznr .left .paginAction {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #wznr .left .paginAction a {
    color: #999999;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
  }
  #wznr .left .paginAction a:last-child {
    border: none;
  }
  #xfrwlist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #xfrwlist .column {
    display: flex;
    gap: 50px;
  }
  #xfrwlist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
    margin-bottom: 30px;
  }
  #xfrwlist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #xfrwlist .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xfrwlist .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #xfrwlist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #xfrwlist .news-list .news-list-item .left .img-box {
    width: 140px;
    height: 78px;
  }
  #xfrwlist .news-list .news-list-item .left .img-box img {
    object-fit: contain;
    border-radius: 0;
  }
  #xfrwlist .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xfrwlist .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
  }
  #xffy {
    margin-top: 1.1rem;
    width: 100%;
    padding: 0 15px;
  }
  #xffy .banner {
    height: 210px;
    position: relative;
  }
  #xffy .banner .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #D8D8D8;
    border-radius: 0;
  }
  #xffy .banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #285292;
  }
  #xffy .banner .banner-wapper {
    width: 100%;
    position: relative;
    height: 177px;
    overflow: hidden;
  }
  #xffy .banner .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
  }
  #xffy .banner .banner-wapper img {
    border-radius: 16px;
    object-fit: cover;
  }
  #xffy .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
  #xffy .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #xffy .column .columntab {
    display: flex;
    gap: 40px;
  }
  #xffy .column .columntab .tab {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    position: relative;
  }
  #xffy .column .columntab .tab.active {
    font-weight: 600;
    font-size: 18px;
    color: #064491;
  }
  #xffy .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #xffy .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xffy .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #xffy .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #xffy .news-list .news-list-item .left .img-box {
    width: 140px;
    height: 78px;
    position: relative;
  }
  #xffy .news-list .news-list-item .left .img-box.video-play::before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    width: 17px;
    height: 17px;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat;
    background-size: contain;
  }
  #xffy .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #xffy .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xffy .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
    line-height: 22px;
  }
  #lsyg {
    margin-top: 1.1rem;
    width: 100%;
  }
  #lsyg .plyls {
    padding: 0 15px;
  }
  #lsyg .plyls .news-content {
    display: flex;
    flex-direction: column;
  }
  #lsyg .plyls .news-content .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
  }
  #lsyg .plyls .news-content .left .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #lsyg .plyls .news-content .left .tav-list {
    display: flex;
    gap: 30px;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item {
    cursor: pointer;
    width: 1.68rem;
    height: 0.4rem;
    border-radius: 12px;
    border: 1px solid #97C0FF;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    display: flex;
    gap: 10px;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item img {
    width: 0.36rem;
    height: 0.36rem;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item.active {
    background: #ECF3FF;
  }
  #lsyg .plyls .news-content .left .desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-indent: 2em;
    text-justify: distribute;
  }
  #lsyg .plyls .news-content .left .more {
    cursor: pointer;
    width: 0.96rem;
    height: 0.24rem;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #lsyg .plyls .news-content .left .right {
    height: 274px;
    height: 2.74rem;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #lsyg .plyls .news-content .left .right .swiper-btn {
    position: absolute;
    right: 51px;
    bottom: 13px;
    width: 1rem;
  }
  #lsyg .plyls .news-content .left .right .swiper-btn .swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .plyls .news-content .left .right .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #lsyg .plyls .news-content .left .right .swiper-btn .swiper-button-prev {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .plyls .news-content .left .right .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #lsyg .plyls .news-content .left .right .plyls-mySwiper {
    width: 100%;
    height: 272px;
    height: 2.72rem;
  }
  #lsyg .plyls .news-content .left .right .plyls-mySwiper .img-box {
    width: 100%;
    height: 100%;
  }
  #lsyg .plyls .news-content .left .right .plyls-mySwiper .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #lsyg .syls {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
    position: relative;
  }
  #lsyg .syls .news-wapper {
    margin-bottom: 50px;
  }
  #lsyg .syls .swiper-btn {
    position: absolute;
    left: 50%;
    width: 100px;
    width: 1rem;
    bottom: -35px;
    transform: translate(-50%);
  }
  #lsyg .syls .swiper-btn .swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .syls .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #lsyg .syls .swiper-btn .swiper-button-prev {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .syls .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #lsyg .syls .timeline-scroll-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  #lsyg .syls .timeline-scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  #lsyg .syls .timeline-scroll-box::-webkit-scrollbar-thumb {
    background: #b4c4e0;
    border-radius: 4px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap {
    display: flex;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 93px;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: #c5d2e6;
    z-index: 1;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 8px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-year {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    color: #B2823E;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-desc {
    width: 100px;
    text-align: center;
    font-size: 13px;
    color: #333333;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 16px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot::after {
    content: '';
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dash {
    width: 0.02rem;
    height: 0.42rem;
    border-left: 2px solid #99a9c4;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card {
    width: 100px;
    width: 1rem;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #fff;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card img {
    width: 1rem;
    height: 0.85rem;
    object-fit: cover;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    transition: width 0.3s ease;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo {
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo img {
    width: 0.25rem;
    height: 0.25rem;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .more {
    cursor: pointer;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card:hover .card-btn {
    width: 0.6rem;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot::after {
    background: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dash {
    border-color: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-card .card-btn {
    background: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot::after {
    background: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dash {
    border-color: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-card .card-btn {
    background: #b89b70;
  }
  #lsyg .syls .timeline-pager {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
  }
  #lsyg .syls .timeline-pager button {
    width: 0.42rem;
    height: 0.42rem;
    border: 2px dashed #b4c4e0;
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
  }
  #lsyg .syls .timeline-pager button:hover {
    background: #d8e4ff;
    border-color: #2054c2;
  }
  #lsyg .ldgs {
    padding: 0 15px;
    margin-top: 1.35rem;
    position: relative;
  }
  #lsyg .ldgs .news-wapper .news-title {
    justify-content: flex-start;
  }
  #lsyg .ldgs .news-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper {
    position: relative;
    height: 262px;
    height: 2.62rem;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .swiper-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.65rem;
    height: 0.32rem;
    z-index: 2;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .swiper-btn .swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .swiper-btn .swiper-button-prev {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper {
    position: relative;
    overflow: hidden;
    height: 250px;
    height: 2.5rem;
    padding: 1px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide {
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
    height: 200px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide:first-child {
    background: #FCFAF8;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide .ldgs-item {
    height: 200px;
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide .ldgs-item .title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide .ldgs-item .avatar {
    width: 1rem;
    height: 1rem;
  }
  #lsyg .ldgs .news-content .ldgs-mySwiper-wapper .ldgs-mySwiper .swiper-slide .ldgs-item .avatar img {
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .mszl {
    width: 100%;
    height: 1.22rem;
    border-radius: 16px;
    padding: 15px;
    outline: 1px solid #D8D8D8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }
  #lsyg .ldgs .news-content .mszl .left {
    width: 0.9rem;
    height: 0.9rem;
  }
  #lsyg .ldgs .news-content .mszl .left img {
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .mszl .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #lsyg .ldgs .news-content .mszl .right .title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
  }
  #lsyg .ldgs .news-content .mszl .right .line {
    width: 30px;
    height: 3px;
    background: #B56930;
  }
  #lsyg .ldgs .news-content .mszl .right .desc {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
  }
  #lsyg .qjxf {
    margin-top: 0.8rem;
    width: 100%;
    height: calc(100vh - 1.6rem);
  }
  #lsyg .syfg {
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #lsyg .syfg .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #lsyg .syfg .news-content .tav-list .tav-list-item {
    width: 0.52rem;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .syfg .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .syfg .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 30px;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item {
    position: relative;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item:first-child {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    height: 198px;
    height: 1.98rem;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item:nth-child(n+4) {
    display: none;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box.video {
    position: relative;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box.video::before {
    position: absolute;
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    height: 0.26rem;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #lsyg .keyl {
    padding: 0 15px;
    margin-top: 0.8rem;
    width: 100%;
  }
  #lsyg .keyl .news-content {
    width: 100%;
  }
  #lsyg .keyl .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #lsyg .keyl .news-content .tav-list .tav-list-item {
    width: 0.52rem;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .keyl .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cexy {
    width: 100%;
    margin-top: 1.1rem;
  }
  #cexy .banner {
    display: none;
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #cexy .banner img {
    object-fit: cover;
  }
  #cexy .banner::after {
    position: absolute;
    content: '';
    width: 225px;
    height: 112px;
    background: url('../img/cexy-banner.png') no-repeat;
    background-size: cover;
    left: 291px;
    top: 120px;
    font-size: 40px;
    color: #fff;
  }
  #cexy .xygk {
    padding: 0 15px;
  }
  #cexy .xygk .news-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #cexy .xygk .news-content .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #cexy .xygk .news-content .info .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #cexy .xygk .news-content .info .desc {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-indent: 2em;
    text-justify: distribute;
  }
  #cexy .xygk .news-content .info .more {
    cursor: pointer;
    width: 0.96rem;
    height: 0.24rem;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xygk .news-content .info .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #cexy .xygk .news-content .info .right {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #cexy .xygk .news-content .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 8px;
  }
  #cexy .xygk .news-content .menu-list .menu-list-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.4rem;
    background: #ECF3FF;
    border-radius: 8px;
    border: 1px solid #97C0FF;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
  }
  #cexy .dsj {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
    position: relative;
  }
  #cexy .dsj .news-wapper {
    margin-bottom: 50px;
  }
  #cexy .dsj .swiper-btn {
    position: absolute;
    left: 50%;
    width: 1rem;
    bottom: -35px;
    transform: translate(-50%);
  }
  #cexy .dsj .swiper-btn .swiper-button-next {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #cexy .dsj .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #cexy .dsj .swiper-btn .swiper-button-prev {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #cexy .dsj .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #cexy .dsj .timeline-scroll-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  #cexy .dsj .timeline-scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  #cexy .dsj .timeline-scroll-box::-webkit-scrollbar-thumb {
    background: #b4c4e0;
    border-radius: 4px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap {
    display: flex;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 93px;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: #c5d2e6;
    z-index: 1;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 8px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-year {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    color: #B2823E;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-desc {
    width: 100px;
    text-align: center;
    font-size: 13px;
    color: #333333;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 16px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot::after {
    content: '';
    position: absolute;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dash {
    width: 0.02rem;
    height: 0.42rem;
    border-left: 2px solid #99a9c4;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card {
    width: 100px;
    width: 1rem;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #fff;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card img {
    width: 1rem;
    height: 0.85rem;
    object-fit: cover;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    transition: width 0.3s ease;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo {
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo img {
    width: 0.25rem;
    height: 0.25rem;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .more {
    cursor: pointer;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card:hover .card-btn {
    width: 0.6rem;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot::after {
    background: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dash {
    border-color: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-card .card-btn {
    background: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot::after {
    background: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dash {
    border-color: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-card .card-btn {
    background: #b89b70;
  }
  #cexy .dsj .timeline-pager {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
  }
  #cexy .dsj .timeline-pager button {
    width: 0.42rem;
    height: 0.42rem;
    border: 2px dashed #b4c4e0;
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
  }
  #cexy .dsj .timeline-pager button:hover {
    background: #d8e4ff;
    border-color: #2054c2;
  }
  #cexy .banner-wapper {
    width: 100%;
    position: relative;
    height: 1.7rem;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  #cexy .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-button-next {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 10%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-button-next::after {
    content: '';
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-button-prev {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: 10%;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-button-prev::after {
    content: '';
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.04rem;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  #cexy .banner-wapper img {
    object-fit: cover;
  }
  #cexy .bxcg {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.95rem;
  }
  #cexy .bxcg .news-content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #cexy .bxcg .news-content .bxcg-item {
    display: flex;
    flex-direction: column;
    height: 2rem;
    outline: 1px solid #D8D8D8;
    border-radius: 16px;
  }
  #cexy .bxcg .news-content .bxcg-item:nth-child(n+3) {
    display: none;
  }
  #cexy .bxcg .news-content .bxcg-item .title {
    font-weight: 700;
    font-size: 14px;
    color: #333333;
    padding: 8px 8px 0 8px;
  }
  #cexy .bxcg .news-content .bxcg-item .ckxq {
    font-weight: 400;
    padding: 8px;
    font-size: 14px;
    color: #064491;
  }
  #cexy .bxcg .news-content .bxcg-item .img-box {
    width: 100%;
    height: 0.94rem;
  }
  #cexy .bxcg .news-content .bxcg-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #cexy .zsjz {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
    height: 0.74rem;
  }
  #cexy .zsjz img {
    object-fit: cover;
  }
  #cexy .xyfg {
    padding: 0 15px;
    margin-top: 0.8rem;
    width: 100%;
  }
  #cexy .xyfg .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item {
    position: relative;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item:nth-child(n+4) {
    display: none;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    height: 100%;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box.video {
    position: relative;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box.video::before {
    position: absolute;
    content: '';
    width: 0.42rem;
    height: 0.42rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #cexy .xxrc {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
  }
  #cexy .xxrc .news-content {
    width: 100%;
  }
  #cexy .xxrc .news-content .news-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item {
    min-width: 1.72rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item:nth-child(n+3) {
    display: none;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper {
    height: 2.97rem;
    width: 100%;
    background: #000000;
    position: relative;
    border-radius: 16px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .img-box img {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .play {
    cursor: pointer;
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
    z-index: 2;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .play.active {
    cursor: pointer;
    background: url('../img/play-active.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .time {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
  }
  #cexy .cejt {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
  }
  #cexy .cejt .news-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #cexy .cejt .news-content .left {
    height: 194px;
    height: 1.94rem;
  }
  #cexy .cejt .news-content .left img {
    object-fit: cover;
    border-radius: 16px;
  }
  #cexy .cejt .news-content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #cexy .cejt .news-content .right .title {
    font-weight: 600;
    font-size: 28px;
    color: #064491;
  }
  #cexy .cejt .news-content .right .content {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #cexy .cejt .news-content .right .more {
    margin-top: 50px;
    cursor: pointer;
    width: 1.08rem;
    height: 0.29rem;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #cexy .hdyg {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
  }
  #cexy .hdyg .news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #cexy .hdyg .news-content .left {
    position: relative;
  }
  #cexy .hdyg .news-content .left .img-box {
    width: 100%;
    height: 1.94rem;
  }
  #cexy .hdyg .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #cexy .hdyg .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #cexy .hdyg .news-content .right {
    display: flex;
    flex-direction: column;
  }
  #cexy .hdyg .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:first-child {
    margin-top: 0;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:first-child .title {
    font-weight: 700;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:hover .title {
    font-weight: bold;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:hover .time {
    color: #064491;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #999999;
  }
  #whrj {
    width: 100%;
    margin-top: 1.1rem;
  }
  #whrj .banner {
    height: 460px;
    width: 100%;
    display: none;
    background: #c4bdcc;
    position: relative;
  }
  #whrj .banner img {
    object-fit: cover;
  }
  #whrj .wxcsjnt {
    padding: 0 15px;
    width: 100%;
    margin-top: 0.8rem;
  }
  #whrj .wxcsjnt .news-content {
    display: flex;
    gap: 50px;
  }
  #whrj .wxcsjnt .news-content .cover {
    height: 219px;
  }
  #whrj .wxcsjnt .news-content .cover img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .wxcsjnt .news-content .right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxcsjnt .news-content .right .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #whrj .wxcsjnt .news-content .right .info {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #whrj .wxcsjnt .news-content .right .more {
    cursor: pointer;
    width: 96px;
    height: 24px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .wxfjzghzt {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #whrj .wxfjzghzt .news-content {
    display: flex;
    gap: 50px;
  }
  #whrj .wxfjzghzt .news-content .cover {
    height: 219px;
  }
  #whrj .wxfjzghzt .news-content .cover img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .wxfjzghzt .news-content .right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxfjzghzt .news-content .right .title {
    font-weight: 600;
    font-size: 22px;
    color: #064491;
  }
  #whrj .wxfjzghzt .news-content .right .info {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #whrj .wxfjzghzt .news-content .right .more {
    cursor: pointer;
    width: 96px;
    height: 24px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .banner-wapper {
    width: 100%;
    margin-top: 0.8rem;
    position: relative;
    height: 169px;
    overflow: hidden;
  }
  #whrj .banner-wapper .swiper-button-next {
    width: 20px;
    height: 20px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 10%;
  }
  #whrj .banner-wapper .swiper-button-next::after {
    content: '';
  }
  #whrj .banner-wapper .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: 10%;
  }
  #whrj .banner-wapper .swiper-button-prev::after {
    content: '';
  }
  #whrj .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
  }
  #whrj .banner-wapper .banner-mySwiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }
  #whrj .banner-wapper .banner-mySwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  #whrj .banner-wapper img {
    object-fit: cover;
  }
  #whrj .xwzx {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list {
    display: flex;
    gap: 30px;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list .tav-list-item {
    height: 33px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list .tav-list-item.active {
    font-weight: 700;
    color: #064491;
    border-bottom: 4px solid #064491;
  }
  #whrj .xwzx .news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .xwzx .news-content .left {
    position: relative;
    height: 197px;
  }
  #whrj .xwzx .news-content .left .img-box {
    width: 100%;
    height: 100%;
  }
  #whrj .xwzx .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .xwzx .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #whrj .xwzx .news-content .right {
    display: flex;
    flex-direction: column;
  }
  #whrj .xwzx .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:first-child .title {
    font-weight: bold;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:first-child .time {
    color: #064491;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #999999;
  }
  #whrj .wxsfxtsg {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #whrj .wxsfxtsg .news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .tav-list {
    display: flex;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .tav-list .tav-list-item {
    height: 33px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: 400;
    font-size: 18px;
  }
  #whrj .wxsfxtsg .news-content .tav-list .tav-list-item.active {
    font-weight: 700;
    color: #064491;
    border-bottom: 4px solid #064491;
  }
  #whrj .wxsfxtsg .news-content .news-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .news-item .left {
    height: 197px;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box .img-title {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
    width: 100%;
    border-radius: 0 0 16px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .wxsfxtsg .news-content .news-item .right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .title {
    font-weight: 700;
    font-size: 15px;
    color: #1F2937;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .content {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .more {
    cursor: pointer;
    width: 96px;
    height: 24px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .gdzg {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #whrj .gdzg .news-content {
    position: relative;
  }
  #whrj .gdzg .news-content .gdzg-list {
    height: 420px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item {
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item:nth-child(n+3) {
    display: none;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .img-box {
    width: 100%;
    height: 100%;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content {
    position: absolute;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(11, 47, 95, 0) 0%, #0B2F5F 100%);
    padding: 71px 16px 25px 20px;
    border-radius: 0px 0px 16px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content .title {
    font-weight: 600;
    font-size: 20px;
    color: #E6B36E;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content .ckxq {
    font-size: 15px;
    color: #FFFFFF;
  }
  #whrj .zzzq {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #whrj .zzzq .news-content {
    position: relative;
  }
  #whrj .zzzq .news-content .zzzq-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  #whrj .zzzq .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #whrj .zzzq .news-content .tav-list .tav-list-item {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #whrj .zzzq .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #whrj .zzzq .news-content .zzzq-item {
    height: 374px;
    outline: 1px solid #D8D8D8;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
  }
  #whrj .zzzq .news-content .zzzq-item:nth-child(n+3) {
    display: none;
  }
  #whrj .zzzq .news-content .zzzq-item .title {
    padding-left: 12px;
    font-size: 15px;
  }
  #whrj .zzzq .news-content .zzzq-item .info {
    padding-left: 12px;
    font-size: 14px;
    color: #666666;
  }
  #whrj .zzzq .news-content .zzzq-item .ckxq {
    padding-left: 12px;
    font-size: 14px;
    color: #064491;
  }
  #whrj .zzzq .news-content .zzzq-item .img-box {
    width: 100%;
    height: 228px;
  }
  #whrj .zzzq .news-content .zzzq-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #xfcs {
    width: 100%;
    padding: 0 15px;
    margin-top: 1.1rem;
  }
  #xfcs .banner {
    display: none;
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #xfcs .banner img {
    object-fit: cover;
  }
  #xfcs .xfcsjjh {
    width: 100%;
    margin-top: 0.8rem;
  }
  #xfcs .xfcsjjh .news-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #xfcs .xfcsjjh .news-content .content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #xfcs .xfcsjjh .news-content .content .cover {
    height: 230px;
    margin-bottom: 30px;
  }
  #xfcs .xfcsjjh .news-content .content .cover img {
    object-fit: cover;
  }
  #xfcs .xfcsjjh .news-content .content .right .title {
    font-size: 22px;
    color: #064491;
    margin-bottom: 30px;
  }
  #xfcs .xfcsjjh .news-content .content .right .info {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #xfcs .xfcsjjh .news-content .content .right .more {
    cursor: pointer;
    margin-top: 20px;
    width: 96px;
    height: 24px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #xfcs .xfcsjjh .news-content .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item {
    background: #FFFFFF;
    border-radius: 8px;
    width: 167px;
    height: 48px;
    border: 1px solid #F5F1EC;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 4px;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .title {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .right {
    width: 20px;
    height: 20px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .icon {
    width: 28px;
    height: 28px;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item:hover {
    background: #FCFAF8;
  }
  #xfcs .csdt {
    width: 100%;
    margin-top: 0.8rem;
  }
  #xfcs .csdt .news-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #xfcs .csdt .news-content .left {
    position: relative;
    height: 197px;
  }
  #xfcs .csdt .news-content .left .img-box {
    width: 100%;
    height: 100%;
  }
  #xfcs .csdt .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #xfcs .csdt .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #xfcs .csdt .news-content .right {
    display: flex;
    flex-direction: column;
  }
  #xfcs .csdt .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:first-child {
    margin-top: 0;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:first-child .title {
    font-weight: 700;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:first-child .time {
    color: #064491;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #999999;
  }
  #xfcs .xfcscsxd {
    width: 100%;
    margin-top: 0.8rem;
  }
  #xfcs .xfcscsxd .news-content {
    position: relative;
    height: 250px;
  }
  #xfcs .xfcscsxd .news-content .swiper-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-next::after {
    content: '';
  }
  #xfcs .xfcscsxd .news-content .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-prev::after {
    content: '';
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide {
    height: 183px;
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .content {
    background: #FCFAF8;
    height: 100%;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .content .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 7px;
    line-height: 24px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .img-box {
    width: 100%;
    height: 95px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #xfcs .csry {
    width: 100%;
    margin-top: 0.8rem;
  }
  #xfcs .csry .news-content {
    position: relative;
    height: 250px;
  }
  #xfcs .csry .news-content .swiper-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
  }
  #xfcs .csry .news-content .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #xfcs .csry .news-content .swiper-button-next::after {
    content: '';
  }
  #xfcs .csry .news-content .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #xfcs .csry .news-content .swiper-button-prev::after {
    content: '';
  }
  #xfcs .csry .csry-mySwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 1px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide {
    height: 183px;
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .content {
    background: #FCFAF8;
    height: 100%;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .content .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding: 7px;
    line-height: 24px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .img-box {
    width: 100%;
    height: 95px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #zzjg {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #zzjg .column {
    display: flex;
    padding-top: 50px;
    gap: 50px;
  }
  #zzjg .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #zzjg .column .columntab {
    display: flex;
    gap: 50px;
  }
  #zzjg .news-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #ztp {
    width: 100%;
    padding: 0 15px;
    margin-top: 0.8rem;
  }
  #ztp .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #ztp .news-content img {
    border-radius: 0;
  }
  #ztp .news-content .content .title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    text-align: center;
  }
  #ztp .news-content .content .info {
    font-weight: 400;
    font-size: 13px;
    color: #666666;
  }
  #ztp .news-content .img-box {
    position: relative;
  }
  #ztp .news-content .img-box .swiper-button-next {
    width: 20px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    right: 8px;
    display: flex;
    pointer-events: auto;
  }
  #ztp .news-content .img-box .swiper-button-next::after {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  #ztp .news-content .img-box .swiper-button-prev {
    width: 20px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    background-size: cover;
    left: 8px;
    display: flex;
    pointer-events: auto;
  }
  #ztp .news-content .img-box .swiper-button-prev::after {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  #ztp .news-content .img-box.video-play::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #zcfglist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #zcfglist .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  #zcfglist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #zcfglist .column .columntab {
    display: flex;
    gap: 40px;
  }
  #zcfglist .column .columntab .tab {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    position: relative;
  }
  #zcfglist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 18px;
    color: #064491;
  }
  #zcfglist .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #zcfglist .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #zcfglist .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #zcfglist .news-list .news-list-item:first-child .right .title {
    font-weight: 700;
  }
  #zcfglist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #zcfglist .news-list .news-list-item .right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #zcfglist .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
    line-height: 22px;
  }
  #linelist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #linelist .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  #linelist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #linelist .column .columntab {
    display: flex;
    gap: 25px;
  }
  #linelist .column .columntab .tab {
    width: 84px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    color: #333333;
    position: relative;
  }
  #linelist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #064491;
  }
  #linelist .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #linelist .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #linelist .news-list .news-list-item:first-child .right .title {
    font-weight: 700;
  }
  #linelist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #linelist .news-list .news-list-item .right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #linelist .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
    line-height: 22px;
  }
  #line2list {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #line2list .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  #line2list .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #line2list .column .columntab {
    display: flex;
    gap: 40px;
  }
  #line2list .column .columntab .tab {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    position: relative;
  }
  #line2list .column .columntab .tab.active {
    font-weight: 600;
    font-size: 18px;
    color: #064491;
  }
  #line2list .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #line2list .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #line2list .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #line2list .news-list .news-list-item:first-child .right .title {
    font-weight: 700;
  }
  #line2list .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #line2list .news-list .news-list-item .right {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #line2list .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
    line-height: 22px;
  }
  #syfglist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #syfglist .column {
    display: flex;
    gap: 50px;
  }
  #syfglist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
    margin-bottom: 30px;
  }
  #syfglist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #syfglist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #syfglist .news-content .tav-list .tav-list-item {
    width: 0.52rem;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #syfglist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #syfglist .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 30px;
  }
  #syfglist .news-content .news-grid .news-grid-item {
    position: relative;
    height: 1rem;
  }
  #syfglist .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    height: 1.98rem;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box.video-play {
    position: relative;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box.video-play::before {
    position: absolute;
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #syfglist .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #syfglist .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #gridlist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #gridlist .column {
    display: flex;
    gap: 50px;
  }
  #gridlist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
    margin-bottom: 30px;
  }
  #gridlist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #gridlist .news-content .tav-list .tav-list-item {
    width: 0.52rem;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gridlist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gridlist .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 30px;
  }
  #gridlist .news-content .news-grid .news-grid-item {
    position: relative;
    height: 1rem;
  }
  #gridlist .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    height: 1.98rem;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box.video-play {
    position: relative;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box.video-play::before {
    position: absolute;
    content: '';
    width: 0.17rem;
    height: 0.17rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #gridlist .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #gridlist .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #zzzqlist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #zzzqlist .column {
    display: flex;
    gap: 50px;
  }
  #zzzqlist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
    margin-bottom: 30px;
  }
  #zzzqlist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #zzzqlist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 15px;
    color: #333333;
  }
  #zzzqlist .news-content .tav-list .tav-list-item {
    padding: 0 20px;
    height: 0.26rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #zzzqlist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #zzzqlist .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 10px;
    margin-top: 20px;
  }
  #zzzqlist .news-content .news-list .news-list-item {
    height: 374px;
    display: flex;
    flex-direction: column;
    outline: 1px solid #D8D8D8;
    border-radius: 16px;
  }
  #zzzqlist .news-content .news-list .news-list-item .img-box {
    height: 232px;
  }
  #zzzqlist .news-content .news-list .news-list-item .img-box img {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
  }
  #zzzqlist .news-content .news-list .news-list-item .content {
    padding: 10px;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .title {
    font-weight: 700;
    font-size: 15px;
    color: #333333;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .desc {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .ckxq {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    color: #064491;
  }
  #bxcglist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #bxcglist .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  #bxcglist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #bxcglist .column .columntab {
    display: flex;
    gap: 25px;
  }
  #bxcglist .column .columntab .tab {
    width: 84px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    color: #333333;
    position: relative;
  }
  #bxcglist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #064491;
  }
  #bxcglist .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #bxcglist .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #bxcglist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #bxcglist .news-list .news-list-item .left .img-box {
    width: 140px;
    height: 78px;
  }
  #bxcglist .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #bxcglist .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #bxcglist .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
  }
  #list {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #list .column {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  #list .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
  }
  #list .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #list .news-list .news-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #list .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #list .news-list .news-list-item .left .img-box {
    width: 140px;
    height: 78px;
  }
  #list .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #list .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #list .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 15px;
    color: #1F2937;
  }
  #xxrclist {
    margin-top: 1.1rem;
    width: 100%;
    padding: 15px;
  }
  #xxrclist .column {
    display: flex;
    gap: 50px;
  }
  #xxrclist .column .columnname {
    font-weight: 600;
    font-size: 22px;
    color: #285292;
    margin-bottom: 30px;
  }
  #xxrclist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #xxrclist .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 10px;
  }
  #xxrclist .news-content .news-list .news-list-item {
    height: 387px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box {
    height: 297px;
    position: relative;
    background: #000000;
    border-radius: 16px;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box img {
    position: absolute;
    top: 50%;
    height: 184px;
    transform: translateY(-50%);
    border-radius: 0;
    object-fit: cover;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box::after {
    content: '';
    position: absolute;
    right: 16px;
    bottom: 17px;
    width: 42px;
    height: 42px;
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #xxrclist .news-content .news-list .news-list-item .content {
    padding: 10px;
  }
  #xxrclist .news-content .news-list .news-list-item .content .title {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
  }
  #xxrclist .news-content .news-list .news-list-item .content .time {
    font-weight: 400;
    margin-top: 12px;
    font-size: 15px;
    color: #064491;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  #whrj .zzzq .news-content .tav-list .tav-list-item {
    padding-left: 0.14rem;
    padding-right: 0.14rem;
  }
}
@media screen and (min-width: 769px) {
  #images {
    height: 0;
    overflow: hidden;
  }
  .viewer-container {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .viewer-container .viewer-flip-horizontal,
  .viewer-container .viewer-flip-vertical,
  .viewer-container .viewer-one-to-one,
  .viewer-container .viewer-play,
  .viewer-container .viewer-reset,
  .viewer-container .viewer-rotate-left,
  .viewer-container .viewer-rotate-right,
  .viewer-container .viewer-zoom-in,
  .viewer-container .viewer-zoom-out {
    display: none;
  }
  .viewer-container .viewer-title {
    color: #fff;
  }
  .viewer-container .viewer-navbar {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .viewer-container .viewer-navbar .viewer-list {
    margin: 0 auto;
    transform: translateX(0) !important;
  }
  .viewer-container .viewer-toolbar .viewer-next,
  .viewer-container .viewer-toolbar .viewer-prev {
    position: fixed !important;
    top: 50%;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
  }
  .viewer-container .viewer-toolbar .viewer-next:before,
  .viewer-container .viewer-toolbar .viewer-prev:before {
    display: none;
  }
  .viewer-container .viewer-toolbar .viewer-prev {
    left: 20px;
    background: url(../img/l.png) no-repeat center center;
    background-size: 80% auto;
  }
  .viewer-container .viewer-toolbar .viewer-next {
    right: 20px;
    background: url(../img/r.png) no-repeat center center;
    background-size: 80% auto;
  }
  .viewer-container .viewer-title {
    font-size: 16px;
  }
  .viewer-container .viewer-close:before {
    background: url(../img/close.png);
    background-size: 100% auto;
  }
  .viewer-container {
    z-index: 999999 !important;
  }
  .viewer-title {
    display: none;
  }
  .waterfall-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }
  .waterfall-box .load-more {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 126px;
    height: 44px;
    background: #064491;
    border-radius: 4px 4px 4px 4px;
    color: #fff;
    font-size: 18px;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .waterfall-box .load-more img {
    width: 16px;
    height: 16px;
  }
  .water-item {
    position: relative;
    break-inside: avoid;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
  .water-item:hover .btn {
    visibility: visible;
  }
  .water-item:hover .img-title {
    visibility: visible;
  }
  .water-item .btn {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(-50%, -50%);
  }
  .water-item .btn .img-save {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../img/icon-xz.png') no-repeat center;
    background-size: cover;
  }
  .water-item .btn .img-priview {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../img/icon-qp.png') no-repeat center;
    background-size: cover;
  }
  .img-box {
    width: 100%;
  }
  .img-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
  }
  .img-title {
    padding: 8px 10px;
    font-size: 14px;
    visibility: hidden;
  }
  /* 默认：标题在图片下方（不需要额外类） */
  .water-item .img-title {
    background: #fff;
  }
  /* 加类 title-top：标题悬浮在图片上方 */
  .water-item.title-top {
    overflow: visible;
  }
  .water-item.title-top .img-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 12px 12px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
  }
  .news-wapper {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .news-wapper .news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-wapper .news-title .title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 3px;
    color: #064491;
  }
  .news-wapper .news-title .more {
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  .news-wapper .news-title .more:hover {
    background: url('../img/show-more-act.png') no-repeat center;
    background-size: cover;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .mobile #main-wapper.main-offset {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none !important;
  }
  #main-wapper {
    width: 100%;
    transition: margin-left 0.3s ease, width 0.3s ease;
  }
  #main-wapper.main-blur {
    filter: blur(5px);
  }
  #search {
    width: 1340px;
    margin: 0 auto;
    min-height: 320px;
  }
  #search .form-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 40px;
    color: #064491;
    line-height: 57px;
    letter-spacing: 3px;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #search .form-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #search .form-item .btn {
    width: 140px;
    height: 64px;
    background: #064491;
    border-radius: 0px 16px 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    cursor: pointer;
  }
  #search .form-item input {
    width: 1200px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 16px 0px 0px 16px;
    padding-left: 21px;
    border: 1px solid #D1D5DB;
  }
  #search #result .news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #search #result .news-list .news-list-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    gap: 20px;
  }
  #search #result .news-list .news-list-item:hover .right .title {
    font-weight: 700;
    color: #064491;
  }
  #search #result .news-list .news-list-item:hover .right .time {
    font-weight: 700;
    color: #064491;
  }
  #search #result .news-list .news-list-item .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #search #result .news-list .news-list-item .right .title {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
  }
  #search #result .news-list .news-list-item .right .time {
    color: #999999;
    font-size: 17px;
  }
  #search #result .no-content {
    display: flex;
    flex-direction: column;
  }
  #search #result .no-content .title {
    font-size: 20px;
    color: #333333;
    line-height: 29px;
    padding: 40px 0;
  }
  #search #result .no-content .title span {
    font-weight: 700;
    color: #425F92;
  }
  #search #result .no-content .desc {
    font-size: 20px;
    color: #333333;
    line-height: 29px;
  }
  #search #result .no-content .desc .header-title {
    font-weight: 700;
    font-size: 20px;
  }
  #search #result .no-content .desc ul {
    font-size: 17px;
  }
  .side-fixed-nav {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    z-index: 999999;
  }
  .side-fixed-nav .fixed-nav {
    width: 70px;
    height: 300px;
    background: #064491;
    border-radius: 0px 24px 24px 0px;
    display: flex;
    flex-direction: column;
  }
  .side-fixed-nav .fixed-nav .logo {
    height: 114px;
    border-bottom: 1px solid #E3E9F1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-fixed-nav .fixed-nav .logo img {
    width: 54px;
  }
  .side-fixed-nav .fixed-nav .index-nav {
    height: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-fixed-nav .fixed-nav .index-nav a {
    color: #fff;
  }
  .side-fixed-nav .fixed-nav .index-nav img {
    width: 36px;
    height: 54px;
    cursor: pointer;
  }
  .side-fixed-nav .show-nav {
    width: 155px;
    min-height: 100vh;
    background: linear-gradient(0deg, #064491, #064491), #1E3E70;
    display: flex;
    flex-direction: column;
  }
  .side-fixed-nav .show-nav .logo {
    height: 165px;
    border-bottom: 1px solid #E3E9F1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .side-fixed-nav .show-nav .logo .img-box {
    width: 75px;
    height: 102px;
  }
  .side-fixed-nav .show-nav .index-nav {
    margin-top: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  .side-fixed-nav .show-nav .index-nav ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .side-fixed-nav .show-nav .index-nav li.active {
    font-size: 18px;
  }
  .side-fixed-nav .show-nav .index-nav li.active a {
    color: #fff;
    position: relative;
  }
  .side-fixed-nav .show-nav .index-nav li.active a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .side-fixed-nav .side-collapse-box {
    display: none;
  }
  .side-fixed-nav .side-collapse-box.side-active {
    display: block;
    animation: slideInLeft 0.3s ease forwards;
  }
  .side-fixed-nav .side-collapse-box.side-active a {
    color: #fff !important;
  }
  .side-fixed-hide {
    left: -70px;
  }
  #header-wapper {
    height: 808px;
    width: 100%;
    display: flex;
  }
  #header-wapper .header-content {
    width: 155px;
    background: linear-gradient(0deg, #064491, #064491), #1E3E70;
    display: flex;
    flex-direction: column;
  }
  #header-wapper .header-content .logo {
    height: 165px;
    border-bottom: 1px solid #E3E9F1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header-wapper .header-content .logo .img-box {
    width: 75px;
    height: 102px;
  }
  #header-wapper .header-content .index-nav {
    margin-top: 60px;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  #header-wapper .header-content .index-nav ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #header-wapper .header-content .index-nav a {
    color: #fff;
  }
  #header-wapper .header-content .index-nav li.active {
    font-size: 18px;
  }
  #header-wapper .header-content .index-nav li.active a {
    position: relative;
  }
  #header-wapper .header-content .index-nav li.active a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #fff;
  }
  #header-wapper .banner {
    position: relative;
    overflow: hidden;
    flex: 1;
    height: 808px;
  }
  #header-wapper .banner .header-swiper {
    width: 100%;
    height: 100%;
  }
  #header-wapper .banner .header-swiper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #header-wapper .banner .header-swiper .swiper-pagination {
    display: flex;
    margin: 20px;
  }
  #header-wapper .banner .header-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  #header-wapper .banner .banner-herder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #header-wapper .banner .banner-herder .content {
    margin-right: 100px;
    width: 514px;
    height: 52px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 24px;
  }
  #header-wapper .banner .banner-herder .content .wx-logo:hover {
    position: relative;
  }
  #header-wapper .banner .banner-herder .content .wx-logo:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 169px;
    height: 211px;
    background: url(../img/wx-qrcode.png) no-repeat center;
    background-size: cover;
  }
  #header-wapper .banner .banner-herder .content img {
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #header-wapper .banner .tsxf {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    height: 327px;
    background: url(../img/tsxf.png) no-repeat center;
    background-size: cover;
    z-index: 1;
    transform: translateY(-50%);
  }
  #header-wapper .banner img {
    object-fit: cover;
  }
  #main-wapper #xffy {
    margin-top: 60px;
  }
  #main-wapper #xffy .news-content {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #D8D8D8;
  }
  #main-wapper #xffy .news-content .left {
    width: 650px;
    height: 546px;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 0;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .img-box {
    height: 366px;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .img-box img {
    border-radius: 12px;
    object-fit: cover;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .title {
    font-weight: 700;
    font-size: 18px;
    text-align: justify;
    color: #333333;
    margin-top: 30px;
    position: relative;
    padding-left: 20px;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .title::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #main-wapper #xffy .news-content .left .xffy-swiper .desc {
    font-size: 15px;
    color: #666666;
    text-align: justify;
    margin-top: 10px;
  }
  #main-wapper #xffy .news-content .right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #D8D8D8;
  }
  #main-wapper #xffy .news-content .right .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-left: 28px;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    gap: 5px;
    padding-left: 20px;
    position: relative;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item:hover .title {
    color: #064491;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item .title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #main-wapper #xffy .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #064491;
  }
  #main-wapper #xffy .news-content .right .tzgg {
    padding-left: 30px;
    padding-top: 31px;
    width: 659px;
    height: 230px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-btn {
    align-self: flex-end;
    position: absolute;
    height: 32px;
    width: 100px;
    right: 0;
    bottom: 30px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-btn .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-btn .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide {
    display: flex;
    gap: 20px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .img-box {
    width: 300px;
    height: 168px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .img-box img {
    object-fit: cover;
    border-radius: 12px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content {
    display: flex;
    flex-direction: column;
    width: 319px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .content-header .title-logo {
    font-size: 28px;
    color: #064491;
    letter-spacing: 2px;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .content-header .more {
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .content-header .more:hover {
    background: url('../img/show-more-act.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .title {
    margin-top: 13px;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #main-wapper #xffy .news-content .right .tzgg .tzgg-swiper .swiper-slide .content .desc {
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
  }
  #main-wapper #collect {
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #collect .collect-content {
    margin-top: 30px;
    cursor: pointer;
  }
  #main-wapper #collect .collect-content .img {
    border-radius: 12px;
  }
  #main-wapper #zcfg {
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #zcfg .news-wapper {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
    border-bottom: 1px solid #D8D8D8;
  }
  #main-wapper #zcfg .news-wapper .news-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    align-items: flex-;
    flex: 1;
  }
  #main-wapper #zcfg .news-wapper .news-title .title {
    letter-spacing: 2px;
    font-size: 28px;
  }
  #main-wapper #zcfg .news-wapper .news-content {
    width: 986px;
  }
  #main-wapper #zcfg .news-wapper .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 28px;
  }
  #main-wapper #zcfg .news-wapper .news-content .news-list .news-list-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  #main-wapper #zcfg .news-wapper .news-content .news-list .news-list-item:hover .title {
    color: #064491;
  }
  #main-wapper #ztp {
    width: 1340px;
    margin: 0 auto;
    margin-top: 30px;
  }
  #main-wapper #ztp .news-content img {
    border-radius: 0;
  }
  #main-wapper #ztp .news-content .content {
    width: 762px;
    height: 90px;
    background: rgba(47, 47, 47, 0.74);
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    gap: 70px;
  }
  #main-wapper #ztp .news-content .content .left {
    width: 182px;
    height: 100%;
    background: #AA363E;
    font-weight: 600;
    font-size: 24px;
    color: #FFDADC;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  }
  #main-wapper #ztp .news-content .content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #main-wapper #ztp .news-content .content .right .title {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
  }
  #main-wapper #ztp .news-content .content .right .info {
    font-size: 18px;
  }
  #main-wapper #ztp .news-content .img-box.video-play::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #ztp .news-content .ztp-mySwiper .swiper-button-next {
    width: 40px;
    height: 120px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px 8px 8px 8px;
    right: 16px;
    pointer-events: auto;
    display: flex;
  }
  #main-wapper #ztp .news-content .ztp-mySwiper .swiper-button-next::after {
    font-size: 24px;
    text-align: center;
    color: #fff;
  }
  #main-wapper #ztp .news-content .ztp-mySwiper .swiper-button-prev {
    width: 40px;
    height: 120px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px 8px 8px 8px;
    background-size: cover;
    left: 16px;
    pointer-events: auto;
    display: flex;
  }
  #main-wapper #ztp .news-content .ztp-mySwiper .swiper-button-prev::after {
    font-size: 24px;
    text-align: center;
    color: #fff;
  }
  #main-wapper #lsyg {
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #lsyg .news-wapper {
    display: flex;
    height: 483px;
    gap: 40px;
    position: relative;
    margin-top: 230px;
  }
  #main-wapper #lsyg .news-wapper .news-title .title {
    letter-spacing: 2px;
    font-size: 40px;
  }
  #main-wapper #lsyg .news-wapper .news-title .more {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
  #main-wapper #lsyg .news-wapper .news-content {
    display: flex;
    gap: 120px;
  }
  #main-wapper #lsyg .news-wapper .news-content .left {
    flex: 1;
    height: 270px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #main-wapper #lsyg .news-wapper .news-content .right {
    width: 650px;
    height: 365px;
  }
  #main-wapper #lsyg .news-wapper .news-content .right img {
    object-fit: cover;
  }
  #main-wapper #syxl {
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #syxl .news-wapper {
    display: flex;
    margin-top: 230px;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 13px;
    height: 566px;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item .img-box {
    position: relative;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item .img-box .title {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
    height: 46px;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item .img-box.video-play::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item img {
    border-radius: 12px;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(1) .img-box img {
    object-fit: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(2) {
    grid-row: 1;
    grid-column: 3;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(2) img {
    height: 181px;
    object-fit: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(3) {
    grid-row: 1;
    grid-column: 4;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(3) img {
    height: 181px;
    object-fit: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(4) img {
    height: 181px;
    object-fit: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(5) img {
    height: 181px;
    object-fit: cover;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(6) {
    grid-row: 2 / span 2;
    grid-column: 3 / span 2;
  }
  #main-wapper #syxl .news-wapper .news-content .news-list .news-list-item:nth-child(6) img {
    height: 371px;
    width: 660px;
    object-fit: cover;
  }
  #main-wapper #qjxf {
    width: 100%;
    height: 760px;
    margin-top: 230px;
    position: relative;
  }
  #main-wapper #qjxf #qjxfcanvas {
    height: 760px;
  }
  #main-wapper #qjxf .news-title {
    position: absolute;
    top: 60px;
    left: 298px;
    z-index: 2;
  }
  #main-wapper #qjxf .news-title .title {
    font-weight: 600;
    font-size: 40px;
    color: #064491;
  }
  #main-wapper #xfrw {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #main-wapper #xfrw .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 40px 68px;
    height: 566px;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item:first-child {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item {
    outline: 1px solid #DEDEDE;
    border-radius: 16px;
    display: flex;
    padding: 30px;
    align-items: center;
    gap: 33px;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .img-box {
    width: 184px;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .img-box img {
    height: 186px;
    width: 184px;
    border-radius: 0;
    object-fit: cover;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content .name {
    font-weight: 600;
    font-size: 36px;
    color: #333333;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content .desc {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content .line {
    width: 30px;
    height: 3px;
    background: #B56930;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content .gudic {
    font-size: 16px;
    color: #666666;
  }
  #main-wapper #xfrw .news-content .news-list .news-list-item .content .more {
    font-size: 20px;
    color: #064491;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  #main-wapper #jsfxycexy {
    margin-top: 230px;
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #jsfxycexy .news-wapper {
    display: flex;
    position: relative;
    margin-top: 230px;
  }
  #main-wapper #jsfxycexy .news-wapper .news-title {
    position: absolute;
    top: 0;
    width: 802px;
    z-index: 2;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    height: 756px;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item {
    display: flex;
    flex-direction: column;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item .icon-content {
    position: absolute;
    width: 136px;
    height: 145px;
    top: 55px;
    left: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item .icon-content .icon {
    width: 100px;
    height: 100px;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item .icon-content .title {
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(1) {
    grid-column: 1 / span 2;
    position: relative;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(1) .info {
    position: absolute;
    bottom: 68px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    width: 802px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
    height: 203px;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(2) {
    position: relative;
    background: url('../img/green.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(2) .icon {
    background: url('../img/icon-query.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(3) {
    position: relative;
    background: url('../img/red.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(3) .icon {
    background: url('../img/icon-xygk.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(4) {
    position: relative;
    background: url('../img/brown.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(4) .icon {
    background: url('../img/icon-dsj.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(5) {
    position: relative;
    background: url('../img/blue.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #jsfxycexy .news-wapper .news-content .news-list .news-list-item:nth-child(5) .icon {
    background: url('../img/icon-cejt.png') no-repeat center;
    background-size: cover;
  }
  #main-wapper #xfcs {
    margin-top: 230px;
    width: 1492px;
    margin: 0 auto;
  }
  #main-wapper #xfcs .news-wapper {
    display: flex;
    position: relative;
    margin-top: 230px;
  }
  #main-wapper #xfcs .news-wapper .news-title {
    position: absolute;
    top: 0;
    width: 802px;
  }
  #main-wapper #xfcs .news-wapper .news-content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  #main-wapper #xfcs .news-wapper .news-content .left {
    display: flex;
    gap: 86px;
  }
  #main-wapper #xfcs .news-wapper .news-content .left .content {
    width: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main-wapper #xfcs .news-wapper .news-content .left .content .info {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #main-wapper #xfcs .news-wapper .news-content .left .cover {
    flex: 1;
  }
  #main-wapper #xfcs .news-wapper .news-content .left .cover img {
    border-radius: 12px;
    object-fit: cover;
  }
  #main-wapper #xfcs .cfcs-swiper {
    width: 100%;
    margin-top: 36px;
    position: relative;
  }
  #main-wapper #xfcs .cfcs-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xfcs .cfcs-swiper .swiper-button-next::after {
    content: '';
  }
  #main-wapper #xfcs .cfcs-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #main-wapper #xfcs .cfcs-swiper .swiper-button-prev::after {
    content: '';
  }
  #main-wapper #xfcs .cfcs-swiper .xfcs-swiper-container {
    position: relative;
    overflow: hidden;
    width: 1340px;
    margin: 0 auto;
  }
  #main-wapper #xfcs .cfcs-swiper .xfcs-swiper-container .swiper-slide .img-box {
    position: relative;
  }
  #main-wapper #xfcs .cfcs-swiper .xfcs-swiper-container .swiper-slide .img-box .slide-content {
    position: absolute;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
    bottom: 0;
    padding: 7px 13px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 0 0 16px 16px;
  }
  #main-wapper #xfcs .cfcs-swiper .xfcs-swiper-container .swiper-slide img {
    border-radius: 16px;
  }
  #footer {
    height: 162px;
    margin-top: 280px;
    width: 100%;
    background: linear-gradient(0deg, rgba(6, 68, 145, 0.85), rgba(6, 68, 145, 0.65)), url('../img/footer-bg.png') no-repeat center;
    background-color: #1E3E70;
    background-size: cover;
    display: flex;
  }
  #footer a {
    color: #fff;
  }
  #footer .left {
    border-right: 1px solid #E3E9F1;
    padding-right: 28px;
    width: 524px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #footer .left .logo {
    width: 197px;
    height: 71px;
  }
  #footer .right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #footer .right .link-list {
    border-bottom: 1px solid #E3E9F1;
    padding: 30px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    gap: 35px;
  }
  #footer .right .copyright {
    padding: 28px 30px;
    font-size: 15px;
    color: #FFFFFF;
  }
  #header {
    height: 112px;
    width: 100%;
    background: linear-gradient(180deg, rgba(6, 68, 145, 0.1), rgba(6, 68, 145, 0.5)), url('../img/header-bg.png') no-repeat center;
    background-color: #023A79;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  #header .logo {
    width: 484px;
    display: flex;
    justify-content: center;
  }
  #header .logo img {
    width: 194px;
    height: 71px;
  }
  #header .nav-list {
    font-size: 18px;
    color: #FFFFFF;
    gap: 30px;
    display: flex;
    align-items: center;
  }
  #header .nav-list .nav-list-item {
    color: #fff;
  }
  #header .nav-list .nav-list-item.active {
    position: relative;
    font-weight: bold;
  }
  #header .nav-list .nav-list-item.active::after {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #fff;
  }
  #header .search img {
    width: 30px;
    height: 30px;
  }
  .card {
    width: 200px;
    height: 60px;
  }
  #lxwm .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #lxwm .banner img {
    object-fit: cover;
  }
  #lxwm .lxwm-content {
    width: 1340px;
    margin: 0 auto;
    height: 375px;
    display: flex;
    margin-top: 100px;
    align-items: center;
    outline: 1px solid #E5E5E5;
    border-radius: 16px;
  }
  #lxwm .lxwm-content .left {
    width: 908px;
    height: 315px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
  }
  #lxwm .lxwm-content .left .title {
    width: 100%;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    font-size: 28px;
    color: #064491;
  }
  #lxwm .lxwm-content .left .content {
    margin-top: 37px;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
  }
  #lxwm .lxwm-content .left .content p {
    display: flex;
    margin-bottom: 24px;
  }
  #lxwm .lxwm-content .left .content p img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  #lxwm .lxwm-content .right {
    flex: 1;
  }
  #lxwm .lxwm-content .right img {
    width: 271px;
    height: 315px;
    object-fit: cover;
  }
  #lsyg {
    width: 100%;
  }
  #lsyg .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #lsyg .banner img {
    object-fit: cover;
  }
  #lsyg .plyls {
    margin-top: 100px;
  }
  #lsyg .plyls .news-content {
    display: flex;
    gap: 120px;
    height: 478px;
  }
  #lsyg .plyls .news-content .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 670px;
    justify-content: space-between;
  }
  #lsyg .plyls .news-content .left .title {
    font-weight: 600;
    font-size: 40px;
    color: #064491;
  }
  #lsyg .plyls .news-content .left .tav-list {
    display: flex;
    gap: 30px;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item {
    cursor: pointer;
    width: 290px;
    height: 60px;
    border-radius: 12px;
    border: 1px solid #97C0FF;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    display: flex;
    gap: 10px;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item img {
    width: 36px;
    height: 36px;
  }
  #lsyg .plyls .news-content .left .tav-list .tav-list-item.active {
    background: #ECF3FF;
  }
  #lsyg .plyls .news-content .left .desc {
    color: #666666;
    font-size: 16px;
    text-align: justify;
    line-height: 230%;
    text-indent: 2em;
  }
  #lsyg .plyls .news-content .left .more {
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #lsyg .plyls .news-content .right {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #lsyg .plyls .news-content .right .swiper-btn {
    position: absolute;
    right: 51px;
    bottom: 13px;
    width: 100px;
  }
  #lsyg .plyls .news-content .right .swiper-btn .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .plyls .news-content .right .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #lsyg .plyls .news-content .right .swiper-btn .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .plyls .news-content .right .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #lsyg .plyls .news-content .right .plyls-mySwiper {
    width: 446px;
    height: 433px;
  }
  #lsyg .plyls .news-content .right .plyls-mySwiper .img-box {
    width: 100%;
    height: 100%;
  }
  #lsyg .plyls .news-content .right .plyls-mySwiper .img-box img {
    object-fit: cover;
  }
  #lsyg .syls {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
    position: relative;
  }
  #lsyg .syls .news-wapper {
    margin-bottom: 50px;
  }
  #lsyg .syls .swiper-btn {
    position: absolute;
    left: 50%;
    width: 100px;
    bottom: -35px;
    transform: translate(-50%);
  }
  #lsyg .syls .swiper-btn .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .syls .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #lsyg .syls .swiper-btn .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #lsyg .syls .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #lsyg .syls .timeline-scroll-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  #lsyg .syls .timeline-scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  #lsyg .syls .timeline-scroll-box::-webkit-scrollbar-thumb {
    background: #b4c4e0;
    border-radius: 4px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap {
    display: flex;
    min-width: 1200px;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 147px;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: #c5d2e6;
    z-index: 1;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 8px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-year {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 28px;
    color: #B2823E;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-desc {
    width: 155px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 30px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 16px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dash {
    width: 2px;
    height: 42px;
    border-left: 2px solid #99a9c4;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card {
    width: 234px;
    height: 170px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #fff;
    position: relative;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    transition: width 0.3s ease;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo {
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo img {
    width: 25px;
    height: 25px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .more {
    cursor: pointer;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card:hover .card-btn {
    width: 60px;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot::after {
    background: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dash {
    border-color: #b89b70;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-card .card-btn {
    background: #2054c2;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot {
    border: 1px solid #2054c2;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot::after {
    background: #2054c2;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dash {
    border-color: #2054c2;
  }
  #lsyg .syls .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-card .card-btn {
    background: #2054c2;
  }
  #lsyg .syls .timeline-pager {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
  }
  #lsyg .syls .timeline-pager button {
    width: 42px;
    height: 42px;
    border: 2px dashed #b4c4e0;
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
  }
  #lsyg .syls .timeline-pager button:hover {
    background: #d8e4ff;
    border-color: #2054c2;
  }
  #lsyg .ldgs {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
    position: relative;
  }
  #lsyg .ldgs .news-wapper .news-title {
    justify-content: center;
  }
  #lsyg .ldgs .news-content {
    height: 1325px;
    outline: 1px solid #D8D8D8;
    border-radius: 16px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #lsyg .ldgs .news-content .outer-view {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    padding: 0 30px;
  }
  #lsyg .ldgs .news-content .outer-view .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .ldgs .news-content .outer-view .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #lsyg .ldgs .news-content .outer-view .swiper-button-next::after {
    content: '';
  }
  #lsyg .ldgs .news-content .outer-view .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #lsyg .ldgs .news-content .outer-view .swiper-button-prev::after {
    content: '';
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper {
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
    width: 100%;
    margin: 0 auto;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide {
    width: 170px !important;
    height: 250px !important;
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide:hover {
    background: #FCFAF8;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide .ldgs-item {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide .ldgs-item .title {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide .ldgs-item .avatar {
    width: 127px;
    height: 127px;
  }
  #lsyg .ldgs .news-content .outer-view .ldgs-mySwiper .swiper-slide .ldgs-item .avatar img {
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .msyx {
    background: #FCFAF8;
    width: 100%;
    height: 620px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
  }
  #lsyg .ldgs .news-content .msyx .title-content {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 37px 80px;
    gap: 50px;
    flex-direction: row-reverse;
  }
  #lsyg .ldgs .news-content .msyx .title-content .left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  #lsyg .ldgs .news-content .msyx .title-content .left .titlewapper .title {
    font-size: 28px;
    font-weight: 600;
    color: #064491;
  }
  #lsyg .ldgs .news-content .msyx .title-content .left .titlewapper .line {
    width: 400px;
    margin-top: 8px;
    height: 2px;
    background: #B56930;
  }
  #lsyg .ldgs .news-content .msyx .title-content .left .titlewapper .info {
    font-size: 16px;
    margin-top: 20px;
    color: #666666;
  }
  #lsyg .ldgs .news-content .msyx .title-content .left .content {
    width: 800px;
    height: 177px;
    font-size: 18px;
    color: #333333;
    line-height: 31px;
    text-align: justify;
  }
  #lsyg .ldgs .news-content .msyx .title-content .right {
    flex: 1;
  }
  #lsyg .ldgs .news-content .msyx .title-content .right img {
    width: 100%;
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .msyx .ljgd {
    font-weight: 600;
    font-size: 20px;
    color: #064491;
    align-self: flex-end;
    margin-bottom: 80px;
    margin-right: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
  #lsyg .ldgs .news-content .msyx .ljgd img {
    width: 26px;
    height: 25px;
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .bottom {
    display: flex;
    gap: 30px;
    height: 248px;
  }
  #lsyg .ldgs .news-content .bottom .content {
    width: 249px;
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  #lsyg .ldgs .news-content .bottom .content .line {
    width: 30px;
    height: 3px;
    background: #B56930;
  }
  #lsyg .ldgs .news-content .bottom .content .title {
    font-size: 28px;
    font-weight: 600;
    color: #064491;
  }
  #lsyg .ldgs .news-content .bottom .content .info {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
  }
  #lsyg .ldgs .news-content .bottom .content .jrzt {
    font-size: 20px;
    color: #064491;
    display: flex;
    gap: 12px;
  }
  #lsyg .ldgs .news-content .bottom .content .jrzt img {
    width: 26px;
    height: 25px;
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .bottom .pjfs {
    width: 518px;
    background: #FCFAF8;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #lsyg .ldgs .news-content .bottom .pjfs .cover {
    height: 190px;
    width: 169px;
    margin-top: 22px;
  }
  #lsyg .ldgs .news-content .bottom .pjfs .cover img {
    object-fit: cover;
  }
  #lsyg .ldgs .news-content .bottom .wxds {
    background: #FCFAF8;
    flex: 1;
    height: 100%;
    border-radius: 16px;
    display: flex;
  }
  #lsyg .ldgs .news-content .bottom .wxds .cover {
    width: 160px;
    height: 190px;
    margin-top: 22px;
  }
  #lsyg .ldgs .news-content .bottom .wxds .cover img {
    object-fit: contain;
  }
  #lsyg .ldgs .news-content .bottom .wxds .right {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-left: 67px;
  }
  #lsyg .ldgs .news-content .bottom .wxds .right .item {
    width: 200px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lsyg .ldgs .news-content .bottom .wxds .right .item .cover {
    width: 200px;
    height: 50px;
  }
  #lsyg .qjxf {
    width: 100%;
    margin-top: 230px;
    height: 760px;
  }
  #lsyg .syfg {
    margin-top: 230px;
  }
  #lsyg .syfg .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #lsyg .syfg .news-content .tav-list .tav-list-item {
    width: 90px;
    height: 37px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .syfg .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .syfg .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item {
    position: relative;
    width: 322px;
    height: 181px;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item:nth-child(6) {
    grid-row: 2 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box.video {
    position: relative;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .img-box.video::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #lsyg .syfg .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #lsyg .keyl {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #lsyg .keyl .news-content {
    width: 100%;
  }
  #lsyg .keyl .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #lsyg .keyl .news-content .tav-list .tav-list-item {
    width: 90px;
    height: 37px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lsyg .keyl .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cexy {
    width: 100%;
  }
  #cexy .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #cexy .banner img {
    object-fit: cover;
  }
  #cexy .xygk {
    margin-top: 100px;
  }
  #cexy .xygk .news-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  #cexy .xygk .news-content .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  #cexy .xygk .news-content .info .left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 670px;
    justify-content: space-between;
  }
  #cexy .xygk .news-content .info .left .title {
    font-weight: 600;
    font-size: 40px;
    color: #064491;
  }
  #cexy .xygk .news-content .info .left .desc {
    color: #666666;
    font-size: 16px;
    text-align: justify;
    line-height: 230%;
    text-indent: 2em;
  }
  #cexy .xygk .news-content .info .left .more {
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xygk .news-content .info .right {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #cexy .xygk .news-content .menu-list {
    display: flex;
    gap: 22px;
  }
  #cexy .xygk .news-content .menu-list .menu-list-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 60px;
    background: #ECF3FF;
    border-radius: 12px;
    border: 1px solid #97C0FF;
    gap: 11px;
    font-weight: 600;
    font-size: 22px;
    color: #333333;
  }
  #cexy .xygk .news-content .menu-list .menu-list-item img {
    width: 34px;
    height: 24px;
    object-fit: cover;
  }
  #cexy .dsj {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
    position: relative;
  }
  #cexy .dsj .news-wapper {
    margin-bottom: 50px;
  }
  #cexy .dsj .swiper-btn {
    position: absolute;
    left: 50%;
    width: 100px;
    bottom: -35px;
    transform: translate(-50%);
  }
  #cexy .dsj .swiper-btn .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #cexy .dsj .swiper-btn .swiper-button-next::after {
    content: '';
  }
  #cexy .dsj .swiper-btn .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    right: 0;
  }
  #cexy .dsj .swiper-btn .swiper-button-prev::after {
    content: '';
  }
  #cexy .dsj .timeline-scroll-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    scrollbar-width: none;
  }
  #cexy .dsj .timeline-scroll-box::-webkit-scrollbar {
    height: 4px;
  }
  #cexy .dsj .timeline-scroll-box::-webkit-scrollbar-thumb {
    background: #b4c4e0;
    border-radius: 4px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap {
    display: flex;
    min-width: 1200px;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 147px;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 2px;
    background: #c5d2e6;
    z-index: 1;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0 8px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-year {
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 28px;
    color: #B2823E;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-desc {
    width: 155px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-top: 30px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    padding-top: 16px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dot::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-dot-line .timeline-dash {
    width: 2px;
    height: 42px;
    border-left: 2px solid #99a9c4;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card {
    width: 234px;
    height: 170px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    background: #fff;
    position: relative;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    color: #fff;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    letter-spacing: 2px;
    overflow: hidden;
    transition: width 0.3s ease;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo {
    height: 40px;
    border-bottom: 1px solid #E7E7E7;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .logo img {
    width: 25px;
    height: 25px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card .card-btn .more {
    cursor: pointer;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item .timeline-card:hover .card-btn {
    width: 60px;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot {
    border: 1px solid #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dot::after {
    background: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-dash {
    border-color: #b89b70;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(odd) .timeline-card .card-btn {
    background: #2054c2;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot {
    border: 1px solid #2054c2;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dot::after {
    background: #2054c2;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-dash {
    border-color: #2054c2;
  }
  #cexy .dsj .timeline-scroll-box .timeline-wrap .timeline-item:nth-child(even) .timeline-card .card-btn {
    background: #2054c2;
  }
  #cexy .dsj .timeline-pager {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
  }
  #cexy .dsj .timeline-pager button {
    width: 42px;
    height: 42px;
    border: 2px dashed #b4c4e0;
    background: transparent;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
  }
  #cexy .dsj .timeline-pager button:hover {
    background: #d8e4ff;
    border-color: #2054c2;
  }
  #cexy .banner-wapper {
    width: 100%;
    position: relative;
    height: 420px;
    margin-top: 100px;
    overflow: hidden;
  }
  #cexy .banner-wapper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 10%;
  }
  #cexy .banner-wapper .swiper-button-next::after {
    content: '';
  }
  #cexy .banner-wapper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: 10%;
  }
  #cexy .banner-wapper .swiper-button-prev::after {
    content: '';
  }
  #cexy .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }
  #cexy .banner-wapper .banner-mySwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  #cexy .banner-wapper img {
    object-fit: cover;
  }
  #cexy .bxcg {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #cexy .bxcg .news-content {
    position: relative;
  }
  #cexy .bxcg .news-content .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #cexy .bxcg .news-content .swiper-button-next::after {
    content: '';
  }
  #cexy .bxcg .news-content .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #cexy .bxcg .news-content .swiper-button-prev::after {
    content: '';
  }
  #cexy .bxcg .bxcg-mySwiper {
    width: 1280px;
    height: 360px;
    position: relative;
    overflow: hidden;
    padding: 1px;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide {
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item {
    display: flex;
    flex-direction: column;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item .title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    padding: 0 15px;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item .info {
    margin-top: 10px;
    font-size: 14px;
    padding: 0 15px;
    color: #666666;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item .ckxq {
    font-size: 14px;
    color: #064491;
    padding: 0 15px;
    margin-top: 34px;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item .img-box {
    width: 100%;
    height: 174px;
  }
  #cexy .bxcg .bxcg-mySwiper .swiper-slide .bxcg-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #cexy .zsjz {
    width: 1340px;
    margin: 0 auto;
    margin-top: 100px;
    height: 120px;
  }
  #cexy .zsjz img {
    object-fit: cover;
  }
  #cexy .xyfg {
    margin-top: 230px;
  }
  #cexy .xyfg .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item {
    position: relative;
    width: 322px;
    height: 181px;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item:nth-child(6) {
    grid-row: 2 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box.video {
    position: relative;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .img-box.video::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #cexy .xyfg .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #cexy .xxrc {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #cexy .xxrc .news-content {
    width: 100%;
  }
  #cexy .xxrc .news-content .news-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 34px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item {
    height: 643px;
    width: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper {
    height: 551px;
    background: #000000;
    position: relative;
    border-radius: 16px;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .play {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 68px;
    height: 68px;
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
    z-index: 2;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .img-wapper .play.active {
    cursor: pointer;
    background: url('../img/play-active.png') no-repeat center;
    background-size: cover;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .title {
    font-size: 16px;
    color: #333333;
  }
  #cexy .xxrc .news-content .news-list .news-list-item .time {
    font-size: 15px;
    color: #999999;
  }
  #cexy .cejt {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #cexy .cejt .news-content {
    display: flex;
    gap: 30px;
  }
  #cexy .cejt .news-content .left {
    width: 560px;
    height: 315px;
  }
  #cexy .cejt .news-content .left img {
    object-fit: cover;
  }
  #cexy .cejt .news-content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #cexy .cejt .news-content .right .title {
    font-weight: 600;
    font-size: 28px;
    color: #064491;
  }
  #cexy .cejt .news-content .right .content {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #cexy .cejt .news-content .right .more {
    margin-top: 50px;
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #cexy .hdyg {
    width: 1340px;
    margin: 0 auto;
    margin-top: 120px;
  }
  #cexy .hdyg .news-wapper .news-title .title {
    font-size: 28px !important;
  }
  #cexy .hdyg .news-content {
    width: 100%;
    height: 315px;
    display: flex;
    gap: 30px;
  }
  #cexy .hdyg .news-content .left {
    position: relative;
    flex: 1;
  }
  #cexy .hdyg .news-content .left .img-box {
    width: 100%;
    height: 100%;
  }
  #cexy .hdyg .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #cexy .hdyg .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #cexy .hdyg .news-content .right {
    width: 750px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
  }
  #cexy .hdyg .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:first-child {
    margin-top: 0;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:hover .title {
    font-weight: bold;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item:hover .time {
    color: #064491;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
  }
  #cexy .hdyg .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #999999;
  }
  #whrj {
    width: 100%;
  }
  #whrj .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #whrj .banner img {
    object-fit: cover;
  }
  #whrj .wxcsjnt {
    width: 1340px;
    margin: 0 auto;
    margin-top: 100px;
  }
  #whrj .wxcsjnt .news-content {
    border: 1px solid #D5D8DF;
    border-radius: 16px;
    display: flex;
    gap: 50px;
  }
  #whrj .wxcsjnt .news-content .left {
    width: 789px;
    height: 500px;
  }
  #whrj .wxcsjnt .news-content .left img {
    object-fit: cover;
  }
  #whrj .wxcsjnt .news-content .right {
    flex: 1;
    padding-right: 50px;
  }
  #whrj .wxcsjnt .news-content .right .title {
    font-size: 40px;
    color: #064491;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D5D8DF;
  }
  #whrj .wxcsjnt .news-content .right .info {
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #whrj .wxcsjnt .news-content .right .more {
    margin-top: 96px;
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .wxfjzghzt {
    width: 1340px;
    margin: 0 auto;
    margin-top: 100px;
  }
  #whrj .wxfjzghzt .news-content {
    display: flex;
    gap: 50px;
  }
  #whrj .wxfjzghzt .news-content .left {
    order: 2;
    width: 550px;
    height: 366px;
  }
  #whrj .wxfjzghzt .news-content .left img {
    object-fit: cover;
    border-radius: 0 16px 16px 0;
  }
  #whrj .wxfjzghzt .news-content .right {
    flex: 1;
  }
  #whrj .wxfjzghzt .news-content .right .title {
    font-size: 40px;
    color: #064491;
  }
  #whrj .wxfjzghzt .news-content .right .info {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #whrj .wxfjzghzt .news-content .right .more {
    margin-top: 96px;
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .banner-wapper {
    width: 100%;
    position: relative;
    height: 420px;
    margin-top: 100px;
    overflow: hidden;
  }
  #whrj .banner-wapper .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: 10%;
  }
  #whrj .banner-wapper .swiper-button-next::after {
    content: '';
  }
  #whrj .banner-wapper .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: 10%;
  }
  #whrj .banner-wapper .swiper-button-prev::after {
    content: '';
  }
  #whrj .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
  }
  #whrj .banner-wapper .banner-mySwiper .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #fff;
    border-radius: 0;
  }
  #whrj .banner-wapper .banner-mySwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
  }
  #whrj .banner-wapper img {
    object-fit: cover;
  }
  #whrj .xwzx {
    width: 1340px;
    margin: 0 auto;
    margin-top: 120px;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list {
    display: flex;
    gap: 30px;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list .tav-list-item {
    width: 100px;
    height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
  }
  #whrj .xwzx .news-wapper .news-title .tav-list .tav-list-item.active {
    color: #064491;
    border-bottom: 4px solid #064491;
  }
  #whrj .xwzx .news-content {
    width: 100%;
    height: 315px;
    display: flex;
    gap: 30px;
  }
  #whrj .xwzx .news-content .left {
    position: relative;
    flex: 1;
  }
  #whrj .xwzx .news-content .left .img-box {
    width: 100%;
    height: 100%;
  }
  #whrj .xwzx .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .xwzx .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #whrj .xwzx .news-content .right {
    width: 750px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
  }
  #whrj .xwzx .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:first-child {
    margin-top: 0;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:hover .title {
    font-weight: bold;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item:hover .time {
    color: #064491;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
  }
  #whrj .xwzx .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    color: #999999;
  }
  #whrj .wxsfxtsg {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #whrj .wxsfxtsg .news-content {
    width: 100%;
    padding: 50px 40px;
    outline: 1px solid #D5D8DF;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .tav-list {
    display: flex;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .tav-list .tav-list-item {
    width: 100px;
    height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-weight: 600;
    font-size: 24px;
  }
  #whrj .wxsfxtsg .news-content .tav-list .tav-list-item.active {
    color: #064491;
    border-bottom: 4px solid #064491;
  }
  #whrj .wxsfxtsg .news-content .news-item {
    display: flex;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .news-item .left {
    flex: 1;
    height: 315px;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box .img-title {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
    width: 100%;
    border-radius: 0 0 16px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFF;
  }
  #whrj .wxsfxtsg .news-content .news-item .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .wxsfxtsg .news-content .news-item .right {
    width: 670px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .title {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .content {
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #whrj .wxsfxtsg .news-content .news-item .right .more {
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #whrj .gdzg {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #whrj .gdzg .news-content {
    position: relative;
  }
  #whrj .gdzg .news-content .gdzg-list {
    height: 420px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item {
    height: 100%;
    position: relative;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .img-box {
    width: 100%;
    height: 100%;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content {
    position: absolute;
    bottom: 0;
    height: 160px;
    background: linear-gradient(180deg, rgba(11, 47, 95, 0) 0%, #0B2F5F 100%);
    padding: 71px 16px 25px 20px;
    border-radius: 0px 0px 16px 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content .title {
    font-weight: 600;
    font-size: 20px;
    color: #E6B36E;
  }
  #whrj .gdzg .news-content .gdzg-list .gdzg-item .content .ckxq {
    font-size: 15px;
    color: #FFFFFF;
  }
  #whrj .zzzq {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #whrj .zzzq .news-content {
    position: relative;
  }
  #whrj .zzzq .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #whrj .zzzq .news-content .tav-list .tav-list-item {
    padding: 0 20px;
    height: 37px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #whrj .zzzq .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #whrj .zzzq .zzzq-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  #whrj .zzzq .zzzq-list .zzzq-item {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #DEDEDE;
    display: flex;
    flex-direction: column;
    height: 566px;
  }
  #whrj .zzzq .zzzq-list .zzzq-item .title {
    padding: 0 17px 0 19px;
    margin-top: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #whrj .zzzq .zzzq-list .zzzq-item .info {
    padding: 0 17px 0 19px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
  }
  #whrj .zzzq .zzzq-list .zzzq-item .ckxq {
    font-size: 14px;
    color: #064491;
    padding: 0 17px 0 19px;
    margin-top: 23px;
  }
  #whrj .zzzq .zzzq-list .zzzq-item .img-box {
    width: 100%;
    height: 420px;
  }
  #whrj .zzzq .zzzq-list .zzzq-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #xfcs {
    width: 100%;
  }
  #xfcs .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #xfcs .banner img {
    object-fit: cover;
  }
  #xfcs .xfcsjjh {
    width: 1340px;
    margin: 0 auto;
    margin-top: 100px;
  }
  #xfcs .xfcsjjh .news-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #xfcs .xfcsjjh .news-content .content {
    display: flex;
    gap: 50px;
  }
  #xfcs .xfcsjjh .news-content .content .left {
    order: 2;
    width: 550px;
    height: 366px;
  }
  #xfcs .xfcsjjh .news-content .content .left img {
    object-fit: cover;
    border-radius: 0 16px 16px 0;
  }
  #xfcs .xfcsjjh .news-content .content .right {
    flex: 1;
  }
  #xfcs .xfcsjjh .news-content .content .right .title {
    font-size: 40px;
    color: #064491;
  }
  #xfcs .xfcsjjh .news-content .content .right .info {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
    text-align: justify;
    text-indent: 2em;
    text-justify: distribute;
  }
  #xfcs .xfcsjjh .news-content .content .right .more {
    margin-top: 96px;
    cursor: pointer;
    width: 108px;
    height: 29px;
    background: url('../img/show-more.png') no-repeat center;
    background-size: cover;
  }
  #xfcs .xfcsjjh .news-content .menu-list {
    display: flex;
    gap: 24px;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item {
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #F5F1EC;
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 120px;
    cursor: pointer;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .right {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item .icon {
    width: 52px;
    height: 52px;
  }
  #xfcs .xfcsjjh .news-content .menu-list .menu-list-item:hover {
    background: #FCFAF8;
  }
  #xfcs .csdt {
    width: 1340px;
    margin: 0 auto;
    margin-top: 120px;
  }
  #xfcs .csdt .news-content {
    width: 100%;
    height: 315px;
    display: flex;
    gap: 30px;
  }
  #xfcs .csdt .news-content .left {
    position: relative;
    flex: 1;
  }
  #xfcs .csdt .news-content .left .img-box {
    width: 100%;
    height: 100%;
  }
  #xfcs .csdt .news-content .left .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #xfcs .csdt .news-content .left .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000000 100%);
  }
  #xfcs .csdt .news-content .right {
    width: 750px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
  }
  #xfcs .csdt .news-content .right .news-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px;
    border-bottom: 1px solid #D8D8D8;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:first-child {
    margin-top: 0;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:hover .title {
    font-weight: bold;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item:hover .time {
    color: #064491;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    flex: 1;
  }
  #xfcs .csdt .news-content .right .news-list .news-list-item .time {
    font-size: 14px;
    width: 100px;
    color: #999999;
  }
  #xfcs .xfcscsxd {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #xfcs .xfcscsxd .news-content {
    position: relative;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-next::after {
    content: '';
  }
  #xfcs .xfcscsxd .news-content .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #xfcs .xfcscsxd .news-content .swiper-button-prev::after {
    content: '';
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper {
    width: 1280px;
    position: relative;
    overflow: hidden;
    padding: 1px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide {
    height: 264px;
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .content {
    padding: 15px;
    background: #FCFAF8;
    height: 100%;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .content .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .img-box {
    width: 100%;
    height: 174px;
  }
  #xfcs .xfcscsxd .xfcscsxd-mySwiper .swiper-slide .xfcscsxd-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #xfcs .csry {
    width: 1340px;
    margin: 0 auto;
    margin-top: 230px;
  }
  #xfcs .csry .news-content {
    position: relative;
  }
  #xfcs .csry .news-content .swiper-button-next {
    width: 32px;
    height: 32px;
    background: url(../img/right.png) no-repeat center;
    background-size: cover;
    right: -10px;
  }
  #xfcs .csry .news-content .swiper-button-next::after {
    content: '';
  }
  #xfcs .csry .news-content .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: url(../img/left.png) no-repeat center;
    background-size: cover;
    left: -10px;
  }
  #xfcs .csry .news-content .swiper-button-prev::after {
    content: '';
  }
  #xfcs .csry .csry-mySwiper {
    width: 1280px;
    position: relative;
    overflow: hidden;
    padding: 1px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide {
    height: 264px;
    border-radius: 16px;
    outline: 1px solid #D8D8D8;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .content {
    padding: 15px;
    background: #FCFAF8;
    height: 100%;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .content .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .img-box {
    width: 100%;
    height: 174px;
  }
  #xfcs .csry .csry-mySwiper .swiper-slide .csry-item .img-box img {
    object-fit: cover;
    border-radius: 16px 16px 0 0;
  }
  #zscx {
    width: 100%;
  }
  #zscx .banner {
    height: 460px;
    width: 100%;
    background: #c4bdcc;
    position: relative;
  }
  #zscx .banner img {
    object-fit: cover;
  }
  #zscx .zscx-search {
    width: 1340px;
    margin: 0 auto;
    margin-top: 93px;
    padding: 56px 80px;
    height: 410px;
    background: #FFFFFF;
    box-shadow: 3px 12px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  #zscx .zscx-search form {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #zscx .zscx-search form .form-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
  }
  #zscx .zscx-search form .form-item .label {
    font-weight: 700;
    font-size: 24px;
    color: #333333;
  }
  #zscx .zscx-search form .form-item input {
    height: 73px;
    padding-left: 27px;
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #D8D8D8;
    width: 1052px;
  }
  #zscx .zscx-search form .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
  }
  #zscx .zscx-search form .btn img {
    width: 32px;
    height: 32px;
  }
  #zscx .zscx-search form .btn div {
    width: 260px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #064491;
    border-radius: 12px 12px 12px 12px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
  }
  #zscx .result-search {
    width: 1340px;
    margin: 0 auto;
    margin-top: 93px;
    padding: 56px 80px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 12px 32px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
  }
  #zscx .result-search img {
    width: 600px;
    height: 400px;
  }
  #zscx .result-search .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
  }
  #zscx .result-search .btn img {
    width: 32px;
    height: 32px;
  }
  #zscx .result-search .btn div {
    width: 260px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    background: #064491;
    border-radius: 12px 12px 12px 12px;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
  }
  #wznr {
    width: 1340px;
    margin: 0 auto;
    display: flex;
    gap: 70px;
    margin-top: 60px;
  }
  #wznr .left {
    flex: 1;
    min-width: 0;
    /* 关键修正点 */
    overflow: hidden;
    /* 超出部分裁掉 */
    position: relative;
  }
  #wznr .left .title {
    font-weight: 700;
    font-size: 28px;
    color: #1F2937;
    line-height: 45px;
  }
  #wznr .left .desc {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
    line-height: 22px;
  }
  #wznr .left .time {
    color: #999999;
  }
  #wznr .left .author {
    font-size: 15px;
    color: #999;
    line-height: 22px;
    position: relative;
    padding-left: 13px;
  }
  #wznr .left .author::after {
    position: absolute;
    content: '';
    left: 0;
    top: 3px;
    height: 16px;
    width: 4px;
    background: #4571BF;
  }
  #wznr .left .articleContent {
    margin-top: 20px;
    color: #333333;
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
  }
  #wznr .left .articleContent p {
    line-height: 34px;
  }
  #wznr .left .articleContent p a {
    text-decoration: underline;
    color: #0000ee;
  }
  #wznr .left .articleContent p img {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
  }
  #wznr .left .articleContent p:has(>img:no-child, >span:no-child) {
    margin-bottom: 0 !important;
  }
  #wznr .left .articleContent > p:last-of-type {
    margin: 0 0 18px 0;
  }
  #wznr .left .articleContent .mySwiper {
    position: relative;
    margin-bottom: 20px;
  }
  #wznr .left .articleContent .video-cover {
    position: relative;
    margin-bottom: 20px;
  }
  #wznr .left .articleContent .video-cover::before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat;
    background-size: contain;
  }
  #wznr .left .paginAction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 58px;
    margin-top: 30px;
  }
  #wznr .left .paginAction a {
    color: #999999;
  }
  #wznr .right {
    width: 300px;
  }
  #wznr .right .news-wapper {
    width: 100%;
  }
  #wznr .right .news-wapper .news-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
  }
  #wznr .right .news-wapper .news-title .title {
    font-size: 30px;
  }
  #wznr .right .news-wapper .news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #wznr .right .news-wapper .news-list .news-list-item {
    font-weight: 400;
    padding-bottom: 25px;
    border-bottom: 1px solid #EEE;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
  }
  #wznr .right .news-wapper .news-list .news-list-item:hover {
    font-weight: 700;
    color: #064491;
  }
  #zzjg {
    width: 1340px;
    margin: 0 auto;
  }
  #zzjg .column {
    display: flex;
    margin: 50px 0;
    gap: 50px;
  }
  #zzjg .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #zzjg .column .columntab {
    display: flex;
    gap: 50px;
  }
  #zzjg .news-content {
    padding: 0 108px;
  }
  #zzjg .news-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #xfrwlist {
    width: 1340px;
    margin: 0 auto;
  }
  #xfrwlist .column {
    display: flex;
    margin: 50px 0;
    gap: 50px;
  }
  #xfrwlist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #xfrwlist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #xfrwlist .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #xfrwlist .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #xfrwlist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #xfrwlist .news-list .news-list-item .left .img-box {
    width: 320px;
    height: 180px;
  }
  #xfrwlist .news-list .news-list-item .left .img-box img {
    object-fit: contain;
    border-radius: 0;
  }
  #xfrwlist .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xfrwlist .news-list .news-list-item .right .title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
  }
  #xfrwlist .news-list .news-list-item .right .desc {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
  }
  #xfrwlist .news-list .news-list-item .right .ckxq {
    font-size: 20px;
    color: #2F578D;
  }
  #xfrwlist .news-list .news-list-item .right::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #xffy {
    width: 1340px;
    margin: 0 auto;
  }
  #xffy .banner {
    width: 1340px;
    margin: 0 auto;
    height: 720px;
    position: relative;
  }
  #xffy .banner .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: #D8D8D8;
    border-radius: 0;
  }
  #xffy .banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #285292;
  }
  #xffy .banner .banner-wapper {
    width: 100%;
    position: relative;
    height: 688px;
    margin-top: 50px;
    overflow: hidden;
  }
  #xffy .banner .banner-wapper .banner-mySwiper {
    width: 100%;
    height: 100%;
  }
  #xffy .banner .banner-wapper img {
    object-fit: cover;
    border-radius: 16px;
  }
  #xffy .content-wapper {
    display: flex;
    gap: 40px;
  }
  #xffy .content-wapper .left-wapper {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #xffy .content-wapper .left-wapper .news-list-item .right {
    flex: 1;
  }
  #xffy .content-wapper .news-list {
    flex: 1;
  }
  #xffy .content-wapper .news-list a {
    color: #333333;
  }
  #xffy .content-wapper .news-list .right {
    width: 100%;
  }
  #xffy .content-wapper .right {
    width: 300px;
  }
  #xffy .content-wapper .right .news-wapper {
    width: 100%;
  }
  #xffy .content-wapper .right .news-wapper .news-title {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 20px;
  }
  #xffy .content-wapper .right .news-wapper .news-list .news-list-item {
    padding-bottom: 25px;
  }
  #xffy .content-wapper .right .title {
    font-size: 30px;
  }
  #xffy .content-wapper .right .news-list .news-list-item {
    color: #333333;
  }
  #xffy .content-wapper .right .news-list .news-list-item:hover {
    color: #064491;
    font-weight: 700;
  }
  #xffy .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    gap: 100px;
  }
  #xffy .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #xffy .column .columntab {
    display: flex;
    gap: 50px;
  }
  #xffy .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #xffy .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #xffy .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #xffy .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #xffy .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #xffy .news-list .news-list-item:hover .right .title {
    color: #064491;
    font-weight: 700;
  }
  #xffy .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #xffy .news-list .news-list-item .left .img-box {
    width: 320px;
    height: 180px;
    position: relative;
  }
  #xffy .news-list .news-list-item .left .img-box.video-play::before {
    position: absolute;
    content: ' ';
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat;
    background-size: contain;
  }
  #xffy .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #xffy .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #xffy .news-list .news-list-item .right .title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
  }
  #xffy .news-list .news-list-item .right .desc {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
  }
  #xffy .news-list .news-list-item .right .ckxq {
    font-size: 20px;
    color: #2F578D;
  }
  #xffy .news-list .news-list-item .right::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #zcfglist {
    width: 1340px;
    margin: 0 auto;
  }
  #zcfglist .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    gap: 100px;
  }
  #zcfglist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #zcfglist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #zcfglist .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #zcfglist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #zcfglist .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #zcfglist .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #zcfglist .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #zcfglist .news-list .news-list-item:hover .right .title {
    font-weight: 700;
    color: #064491;
  }
  #zcfglist .news-list .news-list-item:hover .right .time {
    font-weight: 700;
    color: #064491;
  }
  #zcfglist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #zcfglist .news-list .news-list-item .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #zcfglist .news-list .news-list-item .right .title {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
  }
  #zcfglist .news-list .news-list-item .right .time {
    color: #999999;
    font-size: 17px;
  }
  #linelist {
    width: 1340px;
    margin: 0 auto;
  }
  #linelist .column {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    gap: 50px;
  }
  #linelist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #linelist .column .columntab {
    display: flex;
    gap: 15px;
  }
  #linelist .column .columntab .tab {
    width: 133px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    border-radius: 8px;
    color: #333333;
    position: relative;
  }
  #linelist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #285292;
  }
  #linelist .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #linelist .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #linelist .news-list .news-list-item:hover .right .title {
    font-weight: 700;
    color: #064491;
  }
  #linelist .news-list .news-list-item:hover .right .time {
    font-weight: 700;
    color: #064491;
  }
  #linelist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #linelist .news-list .news-list-item .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #linelist .news-list .news-list-item .right .title {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
  }
  #linelist .news-list .news-list-item .right .time {
    color: #999999;
    font-size: 17px;
  }
  #line2list {
    width: 1340px;
    margin: 0 auto;
  }
  #line2list .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    gap: 100px;
  }
  #line2list .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #line2list .column .columntab {
    display: flex;
    gap: 50px;
  }
  #line2list .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #line2list .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #line2list .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #line2list .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #line2list .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #line2list .news-list .news-list-item:hover .right .title {
    font-weight: 700;
    color: #064491;
  }
  #line2list .news-list .news-list-item:hover .right .time {
    font-weight: 700;
    color: #064491;
  }
  #line2list .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #line2list .news-list .news-list-item .right {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  #line2list .news-list .news-list-item .right .title {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
  }
  #line2list .news-list .news-list-item .right .time {
    color: #999999;
    font-size: 17px;
  }
  #syfglist {
    width: 1340px;
    margin: 0 auto;
  }
  #syfglist .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    gap: 100px;
  }
  #syfglist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #syfglist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #syfglist .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #syfglist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #syfglist .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #syfglist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #syfglist .news-content .tav-list .tav-list-item {
    width: 90px;
    height: 37px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #syfglist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #syfglist .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  #syfglist .news-content .news-grid .news-grid-item {
    position: relative;
    width: 322px;
    height: 181px;
  }
  #syfglist .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item:nth-child(6) {
    grid-row: 2 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item:nth-child(7) {
    grid-row: 4 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item:nth-child(12) {
    grid-row: 5 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box.video-play {
    position: relative;
  }
  #syfglist .news-content .news-grid .news-grid-item .img-box.video-play::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #syfglist .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #syfglist .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #gridlist {
    width: 1340px;
    margin: 0 auto;
  }
  #gridlist .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    gap: 100px;
  }
  #gridlist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #gridlist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #gridlist .news-content .tav-list .tav-list-item {
    width: 90px;
    height: 37px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gridlist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gridlist .news-content .news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  #gridlist .news-content .news-grid .news-grid-item {
    position: relative;
    width: 322px;
    height: 181px;
  }
  #gridlist .news-content .news-grid .news-grid-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item:nth-child(6) {
    grid-row: 2 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item:nth-child(7) {
    grid-row: 4 / span 2;
    grid-column: 1 / span 2;
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item:nth-child(12) {
    grid-row: 5 / span 2;
    grid-column: 3 / span 2;
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box {
    width: 100%;
    height: 100%;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box img {
    object-fit: cover;
    border-radius: 16px;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box.video-play {
    position: relative;
  }
  #gridlist .news-content .news-grid .news-grid-item .img-box.video-play::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #gridlist .news-content .news-grid .news-grid-item .tag {
    position: absolute;
    height: 26px;
    background: #064491;
    color: #fff;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px 12px 12px 5px;
    left: 12px;
    top: 12px;
    z-index: 2;
  }
  #gridlist .news-content .news-grid .news-grid-item .title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    left: 12px;
    bottom: 12px;
  }
  #zzzqlist {
    width: 1340px;
    margin: 0 auto;
  }
  #zzzqlist .column {
    display: flex;
    margin: 50px 0;
    gap: 50px;
  }
  #zzzqlist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #zzzqlist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #zzzqlist .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #zzzqlist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #zzzqlist .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #zzzqlist .news-content .tav-list {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
  }
  #zzzqlist .news-content .tav-list .tav-list-item {
    height: 37px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #zzzqlist .news-content .tav-list .tav-list-item.active {
    background: #064491;
    color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #zzzqlist .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px 33px;
    margin-top: 20px;
  }
  #zzzqlist .news-content .news-list .news-list-item {
    height: 556px;
    display: flex;
    flex-direction: column;
    outline: 1px solid #D8D8D8;
    border-radius: 16px;
  }
  #zzzqlist .news-content .news-list .news-list-item .img-box {
    height: 420px;
  }
  #zzzqlist .news-content .news-list .news-list-item .img-box img {
    border-radius: 16px 16px 0 0;
    object-fit: cover;
  }
  #zzzqlist .news-content .news-list .news-list-item .content {
    padding: 20px 15px;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .desc {
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    color: #666666;
  }
  #zzzqlist .news-content .news-list .news-list-item .content .ckxq {
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    color: #064491;
  }
  #bxcglist {
    width: 1340px;
    margin: 0 auto;
  }
  #bxcglist .column {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    gap: 50px;
  }
  #bxcglist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #bxcglist .column .columntab {
    display: flex;
    gap: 15px;
  }
  #bxcglist .column .columntab .tab {
    width: 133px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    border-radius: 8px;
    color: #333333;
    position: relative;
  }
  #bxcglist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: #285292;
  }
  #bxcglist .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #bxcglist .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #bxcglist .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #bxcglist .news-list .news-list-item .left .img-box {
    width: 320px;
    height: 180px;
  }
  #bxcglist .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #bxcglist .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #bxcglist .news-list .news-list-item .right .title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
  }
  #bxcglist .news-list .news-list-item .right .desc {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
  }
  #bxcglist .news-list .news-list-item .right .time {
    font-size: 14px;
  }
  #bxcglist .news-list .news-list-item .right::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #list {
    width: 1340px;
    margin: 0 auto;
  }
  #list .column {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    gap: 50px;
  }
  #list .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #list .news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #list .news-list .news-list-item {
    padding-bottom: 35px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    gap: 20px;
  }
  #list .news-list .news-list-item:last-child {
    border-bottom: none;
  }
  #list .news-list .news-list-item .left .img-box {
    width: 320px;
    height: 180px;
  }
  #list .news-list .news-list-item .left .img-box img {
    object-fit: cover;
    border-radius: 0;
  }
  #list .news-list .news-list-item .right {
    position: relative;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #list .news-list .news-list-item .right .title {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
  }
  #list .news-list .news-list-item .right .desc {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-align: justify;
  }
  #list .news-list .news-list-item .right .time {
    font-size: 14px;
  }
  #list .news-list .news-list-item .right::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 10px;
    background: #CECECE;
  }
  #xxrclist {
    width: 1340px;
    margin: 0 auto;
  }
  #xxrclist .column {
    display: flex;
    margin: 50px 0;
    gap: 50px;
  }
  #xxrclist .column .columnname {
    font-weight: 600;
    font-size: 40px;
    color: #285292;
  }
  #xxrclist .column .columntab {
    display: flex;
    gap: 50px;
  }
  #xxrclist .column .columntab .tab {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    position: relative;
  }
  #xxrclist .column .columntab .tab.active {
    font-weight: 600;
    font-size: 24px;
    color: #064491;
  }
  #xxrclist .column .columntab .tab.active::after {
    position: absolute;
    content: '';
    height: 4px;
    background: #285292;
    width: 100%;
    left: 0;
    bottom: -10px;
  }
  #xxrclist .news-content .news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 57px 24px;
  }
  #xxrclist .news-content .news-list .news-list-item {
    height: 643px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box {
    height: 551px;
    border-radius: 16px;
    position: relative;
    background: #000000;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 184px;
    border-radius: 0;
    object-fit: cover;
  }
  #xxrclist .news-content .news-list .news-list-item .img-box::after {
    content: '';
    position: absolute;
    right: 34px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: url('../img/play.png') no-repeat center;
    background-size: cover;
  }
  #xxrclist .news-content .news-list .news-list-item .content {
    margin-top: 10px;
  }
  #xxrclist .news-content .news-list .news-list-item .content .title {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
  }
  #xxrclist .news-content .news-list .news-list-item .content .time {
    font-weight: 400;
    margin-top: 12px;
    font-size: 15px;
    color: #999999;
  }
}
@media screen and (min-width: 769px) and (min-width: 1300px) and (max-width: 1500px) {
  #main-wapper.main-offset {
    margin-left: 70px;
    width: calc(100% - 70px);
  }
}
@media screen and (min-width: 769px) and (min-width: 1300px) and (max-width: 1600px) {
  #footer .left {
    width: 300px !important;
  }
}
