.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
* {
  box-sizing: border-box;
  font-family:  Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family:  -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-normal {
  font-family: Source Han Sans-Normal, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Normal, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-light {
  font-family: Source Han Sans-Light, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Light, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-medium {
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-bold {
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #755dfd;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #755dfd;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #755dfd;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #755dfd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a08ffe;
}
.btn-primary:active {
  background-color: #4a2bfc;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #755dfd;
  color: #755dfd;
}
.btn-plain-primary:hover {
  color: #a08ffe;
  border-color: #a08ffe;
}
.btn-plain-primary:hover use {
  fill: #a08ffe;
}
.btn-plain-primary:active {
  color: #4a2bfc;
  border-color: #4a2bfc;
}
.btn-plain-primary:active use {
  fill: #4a2bfc;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #755dfd;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.news .news-box {
  height: 450px;
  width: 100%;
  display: block;
}
.news .newTil {
  font-weight: 500;
  font-size: 24px;
  color: #161b42;
  line-height: 34px;
  margin: 20px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 68px;
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news .newCon {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@keyframes widthSpread {
  0% {
    width: 0;
  }
  40%,
  60% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.news img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .box-header {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: center;
}
.news .boxTil {
  font-weight: 500;
  font-size: 32px;
  color: #161b42;
  height: 106px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 52px;
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news .box-title {
  font-weight: 700;
  font-size: 40px;
  color: #161b42;
  line-height: 60px;
  text-align: center;
}
.news .boxCont {
  font-weight: 400;
  font-size: 22px;
  color: #999999;
  height: 136px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 34px;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.news .box-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}
.news .banner {
  position: relative;
  min-width: 1200px;
}
.news .banner-bg-con {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  background: url(/images/news/news-bg.png/) no-repeat 0 0 / 100% 100%;
}
.news .news-Img {
  height: 240px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.news .banner .fourth-2-bottom {
  background-color: #eff2f5;
  padding: 60px 72px 43px 36px;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  border: 1px solid red;
  border-radius: 16px;
  align-items: center;
}
.news .banner .auto-center {
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}
.news .banner .auto-center .banner-box {
  width: 1200px;
  height: 407px;
  background: #ffffff;
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
}
.news .banner .auto-center .banner-box .banner-title {
  font-weight: 500;
  font-size: 40px;
  color: #161b42;
}
.news .banner .auto-center .banner-box .boxLeft {
  width: 605px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
/* .news .test {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: rebeccapurple;
} */
/* .news .selected {
  background-color: burlywood;
} */
/* .news .first-content,
.second-content,
.third-content,
.fourth-content {
  display: none;
}

  .news .first-content {
  display: block;
} */
.news .check {
  list-style: none;
  display: flex;
  width: 400px;
}
.news .check li {
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid red;
}
/* .news .active {
  background: green;
} */
.news .content-active {
  display: block;
  border: 1px solid green;
}
.news .cont {
  width: 400px;
  height: 300px;
  display: none;
}
.news .banner .ani-box {
  display: inline-block;
  width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.news .banner .ani-text {
  color: #755dfd;
  vertical-align: bottom;
  display: block;
  overflow: hidden;
  animation: widthSpread 3s linear backwards infinite;
}
.news .banner .btn-group {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.news .Blog-img {
  flex: 1;
  padding: 30px 30px 30px 0;
}
.news .Blog-img img {
  border-radius: 10px;
}
.news .goto-img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
  cursor: pointer;
}
.news .goRight {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
.news .search-img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.news .tabs-box {
  width: 1200px;
}
.news .tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.news .test {
  width: 171px;
  height: 46px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news .selected {
  width: 171px;
  height: 46px;
  background: linear-gradient(227deg, #09b7fe 1%, #755dfd 100%);
  border-radius: 213px 213px 213px 213px;
}
.news .first-content,
.second-content,
.third-content,
.fourth-content {
  display: none;
}
.news .first-content {
  display: block;
}
/* .active{
width: 171px;
height: 46px;
background: linear-gradient( 227deg, #09B7FE 1%, #755DFD 100%);
border-radius: 213px 213px 213px 213px;
} */
.news .banner-title {
  font-weight: 700;
  font-size: 50px;
  color: #161b42;
  text-align: center;
  margin-bottom: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .search-box {
  width: 1200px;
  display: flex;
  margin-top: 100px;
  margin-bottom: 60px;
  justify-content: center;
}
.news .search-form {
  width: 600px;
  height: 60px;
  border-radius: 40px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 2px;
  background: #ffffff;
}
.news .Input {
  flex: 1;
  margin: 0 20px;
  font-size: 18px;
  color: #333333;
  background-color: transparent;
}
.news .Input::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.news .dateCon {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 0;
}
.news .dateCon p {
  display: flex;
  align-items: center;
}
.news .go {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(251deg, #09b7fe 1%, #755dfd 100%);
  border-radius: 50%;
  cursor: pointer;
}
.news .go img {
  width: 30px;
  height: 30px;
}
.news .banner-subtitle {
  font-weight: 400;
  width: 700px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.news .boxTo {
  font-weight: 400;
  font-size: 14px;
  color: #755dfd;
  line-height: 14px;
  text-align: center;
  margin-right: 3px;
  cursor: pointer;
}
.news .goto {
  margin-top: auto;
  display: flex;
  gap: 8px;
  width: 80px;
}
.news .subBox {
  width: 1200px;
  display: flex;
  margin-bottom: 60px;
  justify-content: center;
}
.news .banner .news-banner-btn {
  width: 140px;
  height: 40px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.news .banner-img {
  margin: 40px auto 0;
  height: 370px;
  width: 1043px;
}
.news .first-box {
  margin-top: 150px;
  margin-bottom: 150px;
}
.news .first-box .box-header,
.news .first-box .box-title {
  margin-bottom: 20px;
}
.news .first-box .box-subtitle {
  color: #999;
  margin-bottom: 128px;
}
.news .first-box .first-main {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.news .first-box .first-main-left {
  width: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.news .first-box .first-main-right {
  width: 560px;
  background-color: #0c0727;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.news .first-box .first-main-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.news .first-box .first-main-item-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  color: #161b42;
  line-height: 20px;
}
.news .first-box .first-main-item-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 22px;
}
.news .first-box .left-item {
  width: 270px;
  border-radius: 20px;
  background-color: #eff2f5;
  padding: 20px;
}
.news .second-box {
  /* padding-top: 60px; */
  padding-bottom: 60px;
  /* background-color: #eff2f5; */
  min-width: 1200px;
}
.news .second-box .box-header,
.news .second-box .box-title {
  animation: fadeIn 0.5s ease-in-out forwards;
}
.news .second-box .box-header-list {
  margin-bottom: 20px;
}
.news .second-box .box-title-list {
  min-height: 120px;
  margin-bottom: 40px;
}
.news .second-box .btn-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 50px;
}
.news .second-box-btn {
  transition: all 0.3s;
  min-width: 171px;
  height: 46px;
  border-radius: 213px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
}
.news .second-box-btn:not(.active) {
  transition: all 0.3s;
  background: #fff;
  color: #666;
}
.news .second-box-btn:not(.active):hover {
  opacity: 0.8;
}
.news .second-box-btn:not(.active):active {
  opacity: 0.9;
}
.news .second-box-btn.active {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
}
.news .second-box-btn.active:hover {
  opacity: 0.8;
}
.news .second-box-btn.active:active {
  opacity: 0.9;
}
.news .second-box .second-swiper {
  overflow: hidden;
}
.news .newBox {
  display: none;
}
.news .newBox.active {
  display: block;
}
.news .auto-Box {
  height: 100%;
  position: relative;
  z-index: 1;
}
.news .second-box .second-swiper .swiper-slider {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 10px;
}
.news .swiper-slide {
  margin-bottom: 40px;
  flex: 1;
}
.news .second-box .second-swiper-left {
  width: 580px;
  margin-right: 89px;
}
.news .second-box .second-swiper-right {
  flex: 1;
}
.news .second-box .second-swiper-content {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 74px;
}
.news .second-box .second-swiper .active .icon-slide-down {
  transform: rotate(180deg);
}
.news .second-box .second-swiper-article-item {
  padding-right: 33px;
}
.news .second-box .second-swiper-article-title {
  font-weight: 500;
  font-size: 22px;
  color: #161b42;
  line-height: 22px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.news .second-box .second-swiper-article-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  padding-right: 40px;
}
.news .second-box .under-line {
  border-bottom: 1px solid #e0e4ea;
  margin-bottom: 20px;
}
.news .second-box .icon-slide-down {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.news .second-box .icon-slide-down svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .second-box .icon-slide-down use {
  fill: #c0c4cc;
}
.news .second-box .icon-slide-down path {
  fill: #c0c4cc;
}
.news .third-box {
  padding-top: 150px;
  padding-bottom: 100px;
}
.news .third-box .box-header,
.news .third-box .box-title {
  margin-bottom: 20px;
}
.news .third-box .box-subtitle {
  color: #666;
  margin-bottom: 60px;
}
.news .third-box .third-main {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 333px);
  justify-content: center;
}
.news .third-box .third-main-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
}
.news .third-box .third-main-item {
  background-color: #eff2f5;
  border-radius: 20px;
  width: 333px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news .third-box .third-main-item-title {
  font-weight: 500;
  font-size: 20px;
  color: #161b42;
  line-height: 20px;
  margin-bottom: 20px;
}
.news .third-box .third-main-item-subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 20px;
}
.news .third-box .third-main-item-more {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.news .third-box .third-main-item-more use {
  transition: all 0.3s;
}
.news .third-box .third-main-item-more:hover {
  color: #a08ffe;
}
.news .third-box .third-main-item-more:hover use {
  fill: #a08ffe;
}
.news .third-box .third-main-item-more:active {
  color: #4a2bfc;
}
.news .third-box .third-main-item-more:active use {
  fill: #3511fc;
}
.news .third-box .third-main-item-more .icon {
  margin-left: 10px;
}
.news .third-box .third-more-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.news .third-box .third-more-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .third-box .third-more-icon use {
  fill: #755dfd;
}
.news .third-box .third-more-icon path {
  fill: #755dfd;
}
.news .fourth-box {
  padding-top: 100px;
  margin-bottom: 150px;
}
.news .fourth-box .box-header,
.news .fourth-box .box-title {
  margin-bottom: 20px;
}
.news .fourth-box .box-subtitle {
  color: #666;
  margin-bottom: 60px;
}
.news .fourth-box .fourth-1 {
  margin-bottom: 130px;
  display: flex;
  align-items: center;
}
.news .fourth-box .fourth-1-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.news .fourth-box .fourth-1-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .fourth-box .fourth-1-icon use {
  fill: #878698;
}
.news .fourth-box .fourth-1-icon path {
  fill: #878698;
}
.news .fourth-box .fourth-1-left {
  width: 557px;
  height: 352px;
  margin-right: 109px;
}
.news .fourth-box .fourth-1-right {
  width: 493px;
}
.news .fourth-box .fourth-1-title {
  font-weight: 500;
  font-size: 22px;
  color: #161b42;
  line-height: 24px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.news .fourth-box .fourth-1-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-bottom: 20px;
  display: none;
}
.news .fourth-box .fourth-1-item:not(:last-child) {
  border-bottom: 1px solid #e0e4ea;
  margin-bottom: 20px;
}
.news .fourth-box .fourth-1 .active .icon {
  transform: rotate(180deg);
}
.news .fourth-box .fourth-1 .active .fourth-1-text {
  display: block;
}
.news .fourth-box .fourth-2 .box-title {
  margin-bottom: 60px;
}
.news .fourth-box .fourth-2-top {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
}
.news .fourth-box .fourth-2-top-left,
.news .fourth-box .fourth-2-top-right {
  width: 558px;
  padding-top: 40px;
  border-radius: 16px;
}
.news .fourth-box .fourth-2-top-left {
  background-color: #e4f2ff;
}
.news .fourth-box .fourth-2-top-right {
  background-color: #e5e7ff;
}
.news .fourth-box .fourth-2-top-content {
  padding-left: 30px;
  padding-right: 30px;
}
.news .fourth-box .fourth-2-more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.news .fourth-box .fourth-2-more use {
  transition: all 0.3s;
}
.news .fourth-box .fourth-2-more:hover {
  color: #a08ffe;
}
.news .fourth-box .fourth-2-more:hover use {
  fill: #a08ffe;
}
.news .fourth-box .fourth-2-more:active {
  color: #4a2bfc;
}
.news .fourth-box .fourth-2-more:active use {
  fill: #3511fc;
}
.news .fourth-box .fourth-2-icon {
  margin-left: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.news .fourth-box .fourth-2-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .fourth-box .fourth-2-icon use {
  fill: #755dfd;
}
.news .fourth-box .fourth-2-icon path {
  fill: #755dfd;
}
.news .fourth-box .fourth-2-title {
  font-weight: 500;
  font-size: 26px;
  color: #161b42;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.news .fourth-box .fourth-2-text {
  font-weight: 400;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.news .fourth-box .fourth-2-img-1 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.news .fourth-box .fourth-2-img-2 {
  width: calc(100% - 134px);
  margin-left: 83px;
}
.news .fourth-box .fourth-2-img-3 {
  width: 493px;
}
.news .fourth-box .fourth-2-bottom {
  background-color: #eff2f5;
  padding: 60px 72px 43px 36px;
  display: flex;
  width: 1156px;
  margin: 0 auto;
  border-radius: 16px;
  align-items: center;
}
.news .fourth-box .fourth-2-bottom > div {
  flex: 1;
}
.news .fourth-box .fourth-2-bottom .fourth-2-title,
.news .fourth-box .fourth-2-bottom .fourth-2-text {
  text-align: left;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more {
  justify-content: flex-start;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more use {
  transition: all 0.3s;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more:hover {
  color: #a08ffe;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more:hover use {
  fill: #a08ffe;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more:active {
  color: #4a2bfc;
}
.news .fourth-box .fourth-2-bottom .fourth-2-more:active use {
  fill: #3511fc;
}
.news .fifth-box {
  margin-bottom: 150px;
}
.news .fifth-box .box-header {
  margin-bottom: 20px;
}
.news .fifth-box .box-title {
  margin-bottom: 60px;
}
.news .fifth-box-center {
  width: 1181px;
  margin: 0 auto;
}
.news .fifth-box .fifth-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, min-content));
  flex-wrap: wrap;
  gap: 40px;
}
.news .fifth-box .fifth-main-item {
  width: 367px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news .fifth-box .fifth-main-item-img {
  width: 100%;
  height: 240px;
}
.news .fifth-box .fifth-main-item-content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.news .fifth-box .fifth-main-item-title {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  color: #161b42;
  line-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .fifth-box .fifth-main-item-text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .fifth-box .fifth-main-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.news .fifth-box .fifth-main-item-time {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  white-space: nowrap;
}
.news .fifth-box .fifth-main-item-time .circle {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #999;
  flex-shrink: 0;
}
.news .fifth-box .fifth-main-item-detail {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s;
  color: #755dfd;
  cursor: pointer;
}
.news .fifth-box .fifth-main-item-detail use {
  transition: all 0.3s;
}
.news .fifth-box .fifth-main-item-detail:hover {
  color: #a08ffe;
}
.news .fifth-box .fifth-main-item-detail:hover use {
  fill: #a08ffe;
}
.news .fifth-box .fifth-main-item-detail:active {
  color: #4a2bfc;
}
.news .fifth-box .fifth-main-item-detail:active use {
  fill: #3511fc;
}
.news .fifth-box .fifth-detail-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  margin-left: 10px;
}
.news .fifth-box .fifth-detail-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .fifth-box .fifth-detail-icon use {
  fill: #755dfd;
}
.news .fifth-box .fifth-detail-icon path {
  fill: #755dfd;
}
.news .sixth-box {
  margin-bottom: 150px;
}
.news .sixth-box .box-title,
.news .sixth-box .box-header {
  margin-bottom: 20px;
}
.news .sixth-box .box-subtitle {
  color: #666;
  margin-bottom: 60px;
}
.news .sixth-box .auto-center {
  width: 1100px;
  text-align: center;
}
.news .sixth-box .sixth-main-item {
  border: 1px solid #e0e4ea;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.news .sixth-box .sixth-main-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #161b42;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.news .sixth-box .sixth-main-item-text {
  font-weight: 400;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  padding-top: 20px;
  display: none;
}
.news .sixth-box .sixth-arrow-icon {
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.news .sixth-box .sixth-arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news .sixth-box .sixth-arrow-icon use {
  fill: #c0c4cc;
}
.news .sixth-box .sixth-arrow-icon path {
  fill: #c0c4cc;
}
.search-empty {
  margin-top: 200px;
  margin-bottom: 300px;
  text-align: center;
}
.search-empty .search-empty-img {
  width: 186px;
  margin: 0 auto;
}
.search-empty .search-empty-img img {
  width: 100%;
  object-fit: cover;
}
.search-empty .search-empty-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
/* pages */
.pagination {
  display: flex;
  justify-content: center;
  height: 32px;
}
.pagination li {
  flex: 0 0 32px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination li .pre-a svg {
  width: 50%;
  height: 50%;
  display: block;
  fill: #755dfd;
  transform: rotate(90deg);
}
.pagination li .next-a svg {
  width: 50%;
  height: 50%;
  display: block;
  fill: #755dfd;
  transform: rotate(270deg);
}
.pagination li .page-dis svg {
  fill: #666666;
}
.pagination li a {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pagination li.page-active {
  background: #755dfd;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
}
