#app {
  background: #f8fafc;
  overflow: visible;
}
.new-nav {
  width: 100%;
  padding: 34px 0;
}
.new-nav .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-bottom: 80px;
}
.new-nav .inner .title {
  text-align: center;
  padding: 20px 40px;
  border-radius: 20px;
  color: #726b6b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
}
.new-nav .inner .title-active {
  color: #ffffff;
  background: #d7151a;
}
.new-nav .inner .line {
  width: 3px;
  height: 30px;
  background: #cecdcd;
}
.news {
  width: 100%;
  padding: 0 0 40px 0;
  overflow: visible;
}
.news .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible;
}
.news .inner .section1 {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.news .inner .section1 .section1-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}
.news .inner .section1 .section1-top .section1-top-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news .inner .section1 .section1-top .section1-top-left .line1 {
  width: 4px;
  height: 32px;
  background: #d7151a;
}
.news .inner .section1 .section1-top .section1-top-left .text1 {
  color: #0f172b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 26px;
}
.news .inner .section1 .section1-top .section1-top-right .text2 {
  border-radius: 12.5px;
  background: #f1f5f9;
  padding: 3px 15px;
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
}
.news .inner .section1 .line2 {
  width: 100%;
  height: 2px;
  background: #e2e8f0;
  margin-bottom: 30px;
}
.news .inner .section1 .section1-middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin-bottom: 60px;
}
.news .inner .section1 .section1-middle .item {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 12px 24.7px rgba(161, 161, 161, 0.25);
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.news .inner .section1 .section1-middle .item .img {
  width: 30%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.news .inner .section1 .section1-middle .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.news .inner .section1 .section1-middle .item .img img:hover {
  transform: scale(1.05);
}
.news .inner .section1 .section1-middle .item .img p {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  background: #d7151a;
  padding: 5px 13px;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 12px;
}
.news .inner .section1 .section1-middle .item .content {
  width: 68%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .inner .section1 .section1-middle .item .content .top {
  display: flex;
  align-items: center;
  gap: 2px;
}
.news .inner .section1 .section1-middle .item .content .top .text3 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
.news .inner .section1 .section1-middle .item .content .text4 {
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  transition: 0.5s;
}
.news .inner .section1 .section1-middle .item .content .text5 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
}
.news .inner .section1 .section1-middle .item .content .bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news .inner .section1 .section1-middle .item .content .bottom .text6 {
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.news .inner .section1 .section1-middle .item .content .bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.news .inner .section1 .section1-middle .item:hover .content .text4 {
  color: #d7151a;
}
.news .inner .section1 .section1-bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 65px;
}
.news .inner .section1 .section1-bottom .pre-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #e2e8f0;
  color: #223757;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .inner .section1 .section1-bottom .next-pageBtn {
  height: 37px;
  padding: 0 17px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .inner .section1 .section1-bottom .pages {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news .inner .section1 .section1-bottom .pages .num {
  height: 37px;
  padding: 0 16px;
  border-radius: 10px;
  border: 0.5px solid #223757;
  background: #ffffff;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .inner .section1 .section1-bottom .pages .num-active {
  background: #d7151a;
  box-shadow: 0px 1px 2.3px rgba(127, 127, 127, 0.25);
  color: #ffffff;
}
.news .inner .section2 {
  width: 27%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
  position: sticky;
  top: 90px;
  align-self: flex-start;
}
.news .inner .section2 .section2-top {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(135, 135, 135, 0.25);
}
.news .inner .section2 .section2-top .section2-top-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.news .inner .section2 .section2-top .section2-top-top .line3 {
  width: 4px;
  height: 27px;
  border-radius: 1px;
  background: #d7151a;
}
.news .inner .section2 .section2-top .section2-top-top .text7 {
  color: #0f172b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.news .inner .section2 .section2-top .section2-top-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.news .inner .section2 .section2-top .section2-top-bottom .item {
  padding: 8px;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
.news .inner .section2 .section2-top .section2-top-bottom .item .item-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news .inner .section2 .section2-top .section2-top-bottom .item .item-left .text8 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  transition: 0.5s;
}
.news .inner .section2 .section2-top .section2-top-bottom .item .item-right {
  border-radius: 15px;
  background: #f1f5f9;
  padding: 0 8px;
  color: #62748e;
  font-family: Heebo;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
}
.news .inner .section2 .section2-top .section2-top-bottom .item:hover {
  background: #f8fafc;
}
.news .inner .section2 .section2-top .section2-top-bottom .item:hover .item-left .text8 {
  color: #223757;
  font-weight: 400;
}
.news .inner .section2 .section2-top .section2-top-bottom .item-active {
  border: 0.8px solid #ffe2e2;
  background: #fef2f2;
}
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg {
  fill: none !important;
  stroke: #d7151a !important;
}
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg path,
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg circle,
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg rect,
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg line,
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg polyline,
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left svg polygon {
  fill: none !important;
  stroke: #d7151a !important;
}
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-left .text8 {
  color: #d7151a;
  font-weight: 400;
}
.news .inner .section2 .section2-top .section2-top-bottom .item-active .item-right {
  background: #ffe2e2;
  color: #d7151a;
}
.news .inner .section2 .section2-middle {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1e40;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
}
.news .inner .section2 .section2-middle .section2-middle-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
.news .inner .section2 .section2-middle .section2-middle-top .line3 {
  width: 4px;
  height: 27px;
  border-radius: 1px;
  background: #d7151a;
}
.news .inner .section2 .section2-middle .section2-middle-top .text7 {
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.news .inner .section2 .section2-middle .section2-middle-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item .item-left {
  min-width: 50px;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item .item-left .text9 {
  color: #354765;
  font-family: Inter;
  font-weight: 600;
  font-size: 30px;
  transition: 0.5s;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item .item-right {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item .item-right .text10 {
  color: #cad5e2;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  transition: 0.5s;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item .item-right .text11 {
  color: #62748e;
  font-family: Heebo;
  font-weight: 300;
  font-size: 13px;
  line-height: 19px;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item:hover .item-left .text9 {
  color: #842130;
}
.news .inner .section2 .section2-middle .section2-middle-bottom .item:hover .item-right .text10 {
  color: #ffffff;
}
.news .inner .section2 .section2-bottom {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news .inner .section2 .section2-bottom .text12 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
.news .inner .section2 .section2-bottom .text13 {
  text-align: center;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}
.news .inner .section2 .section2-bottom .btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
  color: #d7151a;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .new-nav .inner {
    margin-bottom: 60px;
    gap: 40px;
  }
  .new-nav .inner .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .new-nav .inner .title {
    padding: 20px;
    font-size: 18px;
  }
  .news .inner .section1 .section1-middle .item {
    flex-direction: column;
    gap: 15px;
  }
  .news .inner .section1 .section1-middle .item .img {
    width: 100%;
  }
  .news .inner .section1 .section1-middle .item .content {
    width: 100%;
    gap: 15px;
  }
}
@media screen and (max-width: 834px) {
  .new-nav .inner {
    margin-bottom: 20px;
  }
  .news .inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .news .inner .section1 {
    width: 100%;
  }
  .news .inner .section2 {
    width: 100%;
    position: relative;
    top: auto;
    align-self: auto;
  }
  .news .inner .section2 .section2-middle {
    display: none;
  }
  .news .inner .section2 .section2-bottom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .new-nav {
    padding: 40px 0 30px 0;
  }
  .new-nav .inner {
    margin-bottom: 0px;
  }
  .new-nav .inner .title {
    width: fit-content;
    font-size: 16px;
    padding: 10px 20px;
  }
  .news .inner .section1 .section1-top .section1-top-left .line1 {
    width: 4px;
    height: 27px;
    border-radius: 1px;
    background: #d7151a;
  }
  .news .inner .section1 .section1-top .section1-top-left .text1 {
    color: #0f172b;
    font-family: "Alibaba PuHuiTi 2.0";
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
  }
  .news .inner .section1 .section1-middle {
    gap: 20px;
    margin-bottom: 40px;
  }
  .news .inner .section1 .section1-bottom {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .new-nav .inner {
    gap: 20px;
  }
}
