.about-head {
  background-image: url("../Images/newspbg.webp");
}

.news-page {
  padding: 90px 9.375vw;
  background-image: url("../Images/pbbg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.news-page .news-top {
  display: flex;
  margin-bottom: 80px;
  padding-bottom: 60px;
  position: relative;
}
.news-page .news-top::after {
  content: "";
  position: absolute;
  left: -9.375vw;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(0deg, #f9fafe 0%, transparent 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.news-page .news-top .top-left {
  width: 700px;
  height: 570px;
  flex-shrink: 0;
  margin-right: 80px;
}
.news-page .news-top .top-left .top-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-page .news-top .top-left .top-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  color: #333;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a:hover h3 {
  color: #ea1a1a;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a:hover .img-box img {
  transform: scale(1.1);
}
.news-page .news-top .top-left .top-swiper .swiper-slide a .img-box {
  width: 100%;
  height: 394px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a .img-box .date {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 103px;
  height: 28px;
  background-color: #ea1a1a;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a h3 {
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  margin: 30px 0 20px;
  transition: color 0.5s ease-in-out;
}
.news-page .news-top .top-left .top-swiper .swiper-slide a p {
  font-size: 16px;
  line-height: 30px;
}
.news-page .news-top .top-right {
  flex: 1;
  width: calc(100% - 660px);
  height: 570px;
}
.news-page .news-top .top-right .rightlist {
  transform: translateY(-35px);
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news-page .news-top .top-right .top-item {
  width: 100%;
  height: 190px;
  display: block;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #e0ebfb;
}
.news-page .news-top .top-right .top-item.active .date-box {
  background-color: #fff2f2;
}
.news-page .news-top .top-right .top-item.active .title {
  color: #e91502;
}
.news-page .news-top .top-right .top-item.active::after {
  width: 100%;
}
.news-page .news-top .top-right .top-item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff0f0;
  transition: height 0.5s ease-in-out;
  z-index: -1;
  opacity: 0.3;
}
.news-page .news-top .top-right .top-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 130px;
  height: 1px;
  background-color: #ea1a1a;
  transition: width 0.5s ease-in-out;
}
.news-page .news-top .top-right .top-item:hover::before {
  height: 100%;
}
.news-page .news-top .top-right .top-item .date-box {
  width: 131px;
  height: 118px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f9fafe;
  border-radius: 10px;
  font-size: 20px;
  color: #333;
  transition: background-color 0.5s ease-in-out;
}
.news-page .news-top .top-right .top-item .date-box .day {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.news-page .news-top .top-right .top-item .con {
  width: calc(100% - 131px);
}
.news-page .news-top .top-right .top-item .title {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 35px;
  color: #222;
  font-weight: 600;
}
.news-page .news-top .top-right .top-item .desc {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}
.news-page .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.news-page .news-grid .news-card {
  position: relative;
  display: block;
  border: 1px solid #e0ebfb;
  border-radius: 10px;
  padding: 38px 32px;
  text-decoration: none;
  transition: all 0.5 ease-in-out;
  position: relative;
  overflow: hidden;
}
.news-page .news-grid .news-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -2;
}
.news-page .news-grid .news-card::before {
  content: "";
  position: absolute;
  top: calc(50% - 15vw);
  left: calc(50% - 15vw);
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: #ea1a1a;
  transition: all 0.6s ease-in-out;
  z-index: -1;
  opacity: 0.2;
  transform: scale(0);
}
.news-page .news-grid .news-card:hover {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
  border-color: #ea1a1a;
  transform: translateY(-5px);
}
.news-page .news-grid .news-card:hover::before {
  opacity: 0;
  transform: scale(1);
}
.news-page .news-grid .news-card:hover .card-title {
  color: #ea1a1a;
}
.news-page .news-grid .news-card:hover .thumb img {
  transform: scale(1.1);
}
.news-page .news-grid .news-card .thumb {
  width: 100%;
  height: 237px;
  border-radius: 10px;
  overflow: hidden;
  background: #565656;
}
.news-page .news-grid .news-card .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease-in-out;
}
.news-page .news-grid .news-card .date {
  width: 103px;
  height: 28px;
  background-color: #ea1a1a;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.news-page .news-grid .news-card .card-title {
  margin: 0 0 20px;
  font-size: 20px;
  height: 72px;
  line-height: 36px;
  color: #333333;
  font-weight: 600;
  transition: color 0.5s ease-in-out;
}
.news-page .news-grid .news-card .card-desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  margin-bottom: 50px;
}

.news-detail-body {
  height: 100vh;
  overflow: auto;
}

.news-page-detail {
  padding-top: 50px;
}
.news-page-detail .news-detail {
  display: flex;
  align-items: flex-start;
}
.news-page-detail .news-detail .left-btns {
  margin-right: 90px;
  position: sticky;
  top: 100px;
  width: 72px;
  flex-shrink: 0;
}
.news-page-detail .news-detail .left-btns .btn {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 38px 0;
  transition: color 0.5s ease-in-out;
}
.news-page-detail .news-detail .left-btns .btn i {
  font-size: 24px;
  margin-bottom: 10px;
  color: #173fb8;
  display: block;
}
.news-page-detail .news-detail .left-btns .btn:hover {
  color: #173fb8;
}
.news-page-detail .news-detail .left-btns .btn:not(:first-child) {
  border-top: 1px solid #dddddd;
}
.news-page-detail .news-detail .detail-content {
  padding: 5vw;
  background-color: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(197, 217, 235, 0.5);
  border-radius: 10px;
}
.news-page-detail .news-detail .detail-content .title {
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 20px;
}
.news-page-detail .news-detail .detail-content .time {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 40px;
}
.news-page-detail .news-detail .detail-content .time::after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}
.news-page-detail .news-detail .detail-content .content {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}
.news-page-detail .news-detail .detail-content .content p {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 10px;
  color: #333333;
}
.news-page-detail .news-detail .detail-content .content img, .news-page-detail .news-detail .detail-content .content video {
  max-width: 100%;
  height: auto;
}

.about-head-xmt {
  background-image: url(../Images/xmtpbg.webp);
}

.news-page-xmt {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 4.69vw;
  background-image: url(../Images/xmtbg.webp);
}
.news-page-xmt .xmt-container {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  gap: 4.64vw;
  padding: 0;
  padding-bottom: 4vw;
}
.news-page-xmt .xmt-left {
  flex-shrink: 0;
  width: 38.49vw;
}
.news-page-xmt .xmt-left .phone-mockup {
  width: 100%;
  position: relative;
}
.news-page-xmt .xmt-left .phone-mockup .phone-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}
.news-page-xmt .xmt-right {
  flex: 1;
  padding-right: 9.375vw;
}
.news-page-xmt .xmt-right .xmt-header {
  margin-bottom: 2.8vw;
}
.news-page-xmt .xmt-right .xmt-header .main-title {
  font-size: 2.6vw;
  font-weight: 600;
  color: #333;
  line-height: 3.65vw;
}
.news-page-xmt .xmt-right .xmt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.29vw 1.46vw;
}
.news-page-xmt .xmt-card {
  background: #fff;
  box-shadow: 0px 4px 32px 0px rgba(197, 217, 235, 0.5);
  border-radius: 10px;
  padding: 15px;
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.news-page-xmt .xmt-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ea1a1a 0%, #ff6b6b 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.news-page-xmt .xmt-card:hover {
  box-shadow: 0px 4px 32px 0px rgba(197, 217, 235, 0.8);
}
.news-page-xmt .xmt-card:hover::before {
  transform: scaleX(1);
}
.news-page-xmt .xmt-card:hover .card-qrcode img {
  transform: scale(1.05);
}
.news-page-xmt .xmt-card .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 36px;
  border-radius: 18px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 1vw;
  cursor: default;
  transition: all 0.5s ease;
}
.news-page-xmt .xmt-card .card-icon i {
  font-size: 20px;
}
.news-page-xmt .xmt-card .card-icon.wx-icon {
  background: #19da1d;
}
.news-page-xmt .xmt-card .card-icon.xhs-icon {
  background: #e42e45;
}
.news-page-xmt .xmt-card .card-icon.xhs-icon i {
  font-size: 30px;
}
.news-page-xmt .xmt-card .card-icon.dy-icon {
  background: #674c31;
}
.news-page-xmt .xmt-card .card-icon.zfb-icon {
  background: #e48c2e;
}
.news-page-xmt .xmt-card .card-icon.wdwl-icon {
  background-color: #39ae56;
}
.news-page-xmt .xmt-card .card-icon.jrkz-icon {
  background-color: #0022a5;
}
.news-page-xmt .xmt-card .card-content {
  flex: 1;
  color: #999;
}
.news-page-xmt .xmt-card .card-content .card-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.news-page-xmt .xmt-card .card-qrcode {
  width: 6.67vw;
  height: 6.67vw;
  background-color: #ffffff;
  border-radius: 14px;
  border: solid 2px #eaf2fe;
  padding: 15px;
  flex-shrink: 0;
  margin-left: 15px;
}
.news-page-xmt .xmt-card .card-qrcode img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .news-page {
    padding: 70px 6vw;
    background-size: 100% auto;
  }
  .news-page .news-top {
    margin-bottom: 70px;
    padding-bottom: 50px;
  }
  .news-page .news-top::after {
    left: -6vw;
  }
  .news-page .news-top .top-left {
    width: 600px;
    height: 500px;
    margin-right: 60px;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a .img-box {
    height: 340px;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a h3 {
    font-size: 22px;
    line-height: 40px;
    margin: 24px 0 16px;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a p {
    font-size: 15px;
    line-height: 28px;
  }
  .news-page .news-top .top-right {
    height: 500px;
  }
  .news-page .news-top .top-right .top-item {
    height: 170px;
  }
  .news-page .news-top .top-right .top-item::after {
    width: 110px;
  }
  .news-page .news-top .top-right .top-item .date-box {
    width: 115px;
    height: 105px;
    margin-right: 20px;
    font-size: 18px;
  }
  .news-page .news-top .top-right .top-item .date-box .day {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .news-page .news-top .top-right .top-item .title {
    margin: 0 0 12px;
    font-size: 18px;
    line-height: 32px;
  }
  .news-page .news-top .top-right .top-item .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .news-page .news-grid {
    gap: 48px;
  }
  .news-page .news-grid .news-card {
    padding: 32px 28px;
  }
  .news-page .news-grid .news-card::before {
    top: calc(50% - 13vw);
    left: calc(50% - 13vw);
    width: 26vw;
    height: 26vw;
  }
  .news-page .news-grid .news-card .thumb {
    height: 210px;
  }
  .news-page .news-grid .news-card .date {
    width: 95px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .news-page .news-grid .news-card .card-title {
    margin: 0 0 16px;
    font-size: 18px;
    height: 64px;
    line-height: 32px;
  }
  .news-page .news-grid .news-card .card-desc {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
  .news-page-detail {
    padding-top: 40px;
  }
  .news-page-detail .news-detail .left-btns {
    margin-right: 60px;
    width: 64px;
  }
  .news-page-detail .news-detail .left-btns .btn {
    font-size: 16px;
    padding: 32px 0;
  }
  .news-page-detail .news-detail .left-btns .btn i {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .news-page-detail .news-detail .detail-content {
    padding: 4vw;
  }
  .news-page-detail .news-detail .detail-content .title {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .news-page-detail .news-detail .detail-content .time {
    font-size: 15px;
    margin-bottom: 32px;
  }
  .news-page-detail .news-detail .detail-content .time::after {
    margin-top: 32px;
  }
  .news-page-detail .news-detail .detail-content .content {
    font-size: 17px;
    line-height: 34px;
  }
  .news-page-detail .news-detail .detail-content .content p {
    font-size: 17px;
    line-height: 34px;
  }
  .news-page-xmt {
    padding: 2vw 0 0;
  }
  .news-page-xmt .xmt-container {
    gap: 4vw;
  }
  .news-page-xmt .xmt-left {
    width: 35vw;
  }
  .news-page-xmt .xmt-right {
    padding-right: 6vw;
  }
  .news-page-xmt .xmt-right .xmt-header {
    margin-bottom: 2vw;
  }
  .news-page-xmt .xmt-right .xmt-header .main-title {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  .news-page-xmt .xmt-right .xmt-grid {
    gap: 1vw 1vw;
  }
  .news-page-xmt .xmt-card {
    padding: 13px;
  }
  .news-page-xmt .xmt-card .card-icon {
    width: 66px;
    height: 33px;
    border-radius: 16px;
    font-size: 11px;
    margin-bottom: 0.8vw;
  }
  .news-page-xmt .xmt-card .card-icon i {
    font-size: 18px;
  }
  .news-page-xmt .xmt-card .card-icon.xhs-icon i {
    font-size: 28px;
  }
  .news-page-xmt .xmt-card .card-content .card-name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .news-page-xmt .xmt-card .card-qrcode {
    width: 7vw;
    height: 7vw;
    padding: 12px;
    margin-left: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .news-page {
    padding: 6vw 4vw;
    background-size: 100% auto;
    min-height: 50vh;
  }
  .news-page .news-top {
    flex-direction: column;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  .news-page .news-top::after {
    left: -20px;
    width: 60%;
    background: linear-gradient(0deg, #f9fafe 0%, transparent 100%);
  }
  .news-page .news-top .top-left {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .news-page .news-top .top-left .top-swiper {
    height: auto;
    position: relative;
  }
  .news-page .news-top .top-left .top-swiper .bullets {
    position: absolute;
    top: 50vw;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 10px;
    z-index: 2;
  }
  .news-page .news-top .top-left .top-swiper .bullets .swiper-pagination-bullet {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a .img-box {
    height: 60vw;
    max-height: 300px;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a .img-box .date {
    top: 10px;
    left: 10px;
    width: 90px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a h3 {
    font-size: 4vw;
    line-height: 1.5;
    margin: 4vw 0 2.4vw;
  }
  .news-page .news-top .top-left .top-swiper .swiper-slide a p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .news-page .news-top .top-right {
    display: none;
  }
  .news-page .news-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
  }
  .news-page .news-grid .news-card {
    padding: 3vw;
  }
  .news-page .news-grid .news-card::before {
    top: calc(50% - 50vw);
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100vw;
  }
  .news-page .news-grid .news-card .thumb {
    height: 50vw;
    max-height: 300px;
  }
  .news-page .news-grid .news-card .date {
    width: 90px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-page .news-grid .news-card .card-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 32px;
    height: auto;
  }
  .news-page .news-grid .news-card .card-desc {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    height: auto;
  }
  .news-page-detail .news-detail {
    flex-direction: column-reverse;
  }
  .news-page-detail .news-detail .left-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
    position: static;
  }
  .news-page-detail .news-detail .left-btns .btn {
    flex: 1;
    max-width: 120px;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-page-detail .news-detail .left-btns .btn i {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .news-page-detail .news-detail .left-btns .btn:not(:first-child) {
    border-top: none;
    border-left: 1px solid #dddddd;
  }
  .news-page-detail .news-detail .detail-content {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .news-page-detail .news-detail .detail-content .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .news-page-detail .news-detail .detail-content .time {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .news-page-detail .news-detail .detail-content .time::after {
    margin-top: 30px;
  }
  .news-page-detail .news-detail .detail-content .content {
    font-size: 15px;
    line-height: 30px;
  }
  .news-page-detail .news-detail .detail-content .content p {
    font-size: 15px;
    line-height: 30px;
  }
  .news-page-xmt {
    padding: 40px 0 40px;
    background-size: 100% auto;
  }
  .news-page-xmt .xmt-container {
    flex-direction: column;
    height: auto;
    gap: 3vw;
  }
  .news-page-xmt .xmt-left {
    width: 100%;
    margin: 0 auto;
  }
  .news-page-xmt .xmt-left .phone-mockup img {
    transform: translateX(-15vw);
  }
  .news-page-xmt .xmt-right {
    width: 100%;
    padding-right: 0;
    margin-top: -20vw;
  }
  .news-page-xmt .xmt-right .xmt-header {
    margin-bottom: 30px;
    text-align: center;
  }
  .news-page-xmt .xmt-right .xmt-header .main-title {
    font-size: 24px;
    line-height: 36px;
  }
  .news-page-xmt .xmt-right .xmt-grid {
    grid-template-columns: 1fr;
    gap: 3vw;
    padding: 0 4vw;
  }
  .news-page-xmt .xmt-card {
    padding: 16px;
  }
  .news-page-xmt .xmt-card::before {
    height: 3px;
  }
  .news-page-xmt .xmt-card .card-icon {
    width: 60px;
    height: 30px;
    border-radius: 15px;
    font-size: 11px;
    margin-bottom: 12px;
  }
  .news-page-xmt .xmt-card .card-icon i {
    font-size: 16px;
  }
  .news-page-xmt .xmt-card .card-icon.xhs-icon i {
    font-size: 24px;
  }
  .news-page-xmt .xmt-card .card-content .card-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .news-page-xmt .xmt-card .card-qrcode {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin-left: 16px;
  }
}/*# sourceMappingURL=news.css.map */