.banner-inner {
  height: 205px;
}
.banner-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-detail {
  width: 100%;
  background: #f8fafc;
  padding: 70px 0;
}
.news-detail .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-detail .inner .section1 {
  width: 70%;
  border-radius: 20px;
  background: #ffffff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.news-detail .inner .section1 .section1-top {
  width: 100%;
}
.news-detail .inner .section1 .section1-top .detail-content {
  width: 100%;
}
.news-detail .inner .section1 .section1-top .detail-content p {
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.news-detail .inner .section1 .section1-top .detail-content img {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-detail .inner .section1 .section1-top .detail-content table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0 !important;
  border: 0;
}
.news-detail .inner .section1 .section1-top .detail-content table caption {
  width: 100%;
  text-align: left;
  padding: 24px 30px;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  border: 1px solid #666666;
  background: transparent;
  border-radius: 10px 10px 0 0;
}
.news-detail .inner .section1 .section1-top .detail-content table::-webkit-scrollbar {
  height: 10px;
}
.news-detail .inner .section1 .section1-top .detail-content table th {
  background: transparent;
  color: #fff;
  border: 1px solid #666666;
  padding: 24px 30px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.news-detail .inner .section1 .section1-top .detail-content table tr:first-child td {
  color: #666666;
  font-size: 16px;
  padding: 24px 30px;
  line-height: 30px;
  text-align: center;
}
.news-detail .inner .section1 .section1-top .detail-content table td {
  background: transparent;
  text-align: center;
  border: 1px solid #666666;
  color: #666666;
  font-size: 16px;
  padding: 12px 18px;
  white-space: nowrap;
}
.news-detail .inner .section1 .line {
  width: 100%;
  height: 2px;
  background: #f1f5f9;
}
.news-detail .inner .section1 .section1-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.news-detail .inner .section1 .section1-bottom svg {
  transform: translate3d(0, 0, 0);
  animation: horizontalMove 2s linear infinite;
}
.news-detail .inner .section1 .section1-bottom .text {
  color: #314158;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}
.news-detail .inner .section2 {
  width: 27%;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.news-detail .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);
  gap: 25px;
  display: flex;
  flex-direction: column;
}
.news-detail .inner .section2 .section2-top .text7 {
  color: #90a1b9;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .inner .section2 .section2-top .section2-top-top {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.news-detail .inner .section2 .section2-top .section2-top-top .left {
  width: 59px;
  height: 59px;
}
.news-detail .inner .section2 .section2-top .section2-top-top .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .inner .section2 .section2-top .section2-top-top .right {
  display: flex;
  flex-direction: column;
}
.news-detail .inner .section2 .section2-top .section2-top-top .right .text8 {
  color: #0f172b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.news-detail .inner .section2 .section2-top .section2-top-top .right .text9 {
  color: #62748e;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .inner .section2 .section2-top .text10 {
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .inner .section2 .section2-top .btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #0b1e40;
  background: #0b1e40;
  padding: 15px 0;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
.news-detail .inner .section2 .section2-top .btn:hover {
  background: transparent;
  color: #0b1e40;
}
.news-detail .inner .section2 .section2-middle {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(135, 135, 135, 0.25);
  gap: 25px;
  display: flex;
  flex-direction: column;
}
.news-detail .inner .section2 .section2-middle .text7 {
  color: #90a1b9;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .img img:hover {
  transform: scale(1.05);
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .text11 {
  color: #0f172b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .content .one {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-top .item .content .one .text12 {
  color: #728299;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news-detail .inner .section2 .section2-middle .section2-middle-bottom .item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.news-detail .inner .section2 .section2-middle .section2-middle-bottom .item .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #45556c;
}
.news-detail .inner .section2 .section2-middle .section2-middle-bottom .item .text13 {
  color: #45556c;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
}
.news-detail .inner .section2 .section2-bottom {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  background: #0b1e40;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-detail .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-detail .inner .section2 .section2-bottom .text13 {
  text-align: center;
  color: #d1d5dc;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 25px;
}
.news-detail .inner .section2 .section2-bottom .btn {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d7151a;
  background: #d7151a;
  box-shadow: 0px 2px 6.6px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
  color: #ffffff;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 600;
  font-size: 16px;
  transition: 0.5s;
}
.news-detail .inner .section2 .section2-bottom .btn:hover {
  background: transparent;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .banner-inner .content .text4 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: center;
  }
  .banner-inner .content .bottom {
    margin-top: 20px;
  }
  .banner-inner .content .tag {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .news-detail .inner {
    flex-direction: column;
    gap: 20px;
  }
  .news-detail .inner .section1 {
    width: 100%;
    padding: 20px;
    gap: 15px;
  }
  .news-detail .inner .section2 {
    width: 100%;
  }
  .news-detail .inner .section2 .section2-top {
    display: none;
  }
  .news-detail .inner .section2 .section2-bottom {
    display: none;
  }
  .news-detail .inner .section2 .section2-middle .section2-middle-top .item .img img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 40px 0;
  }
  .news-detail .inner .section1 .section1-bottom .text {
    font-size: 16px;
  }
  .news-detail .inner .section2 .section2-middle {
    padding: 20px;
    gap: 20px;
  }
  .news-detail .inner .section2 .section2-middle .section2-middle-top .item .img img {
    height: 200px;
  }
  .banner-inner .content .text4 {
    font-size: 18px;
    line-height: 25px;
  }
  .banner-inner .content .bottom .one:nth-child(4) {
    display: none;
  }
}
