.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;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #4684fe;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4684fe;
  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;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.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);
  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;
  }
}
.news {
  background: url("/images/blog/bg.png") #fff no-repeat center top;
  background-size: 1920px 556px;
}
.news .news-content {
  padding-top: 120px;
}
.news header .nav-box {
  background-color: #fff;
}
.news .banner-title {
  font-weight: bold;
  font-size: 42px;
  color: #161b42;
  text-align: center;
  margin-bottom: 60px;
}
.news .btn-group {
  display: flex;
  justify-content: center;
}
.news .btn-group .btn-group-bg {
  background: #e9f0ff;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #e1ecf8;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .btn-group .second-box-btn {
  min-width: 200px;
  padding: 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #404676;
  transition: all 0.3s;
  border-radius: 100px 100px 100px 100px;
}
.news .btn-group .second-box-btn.active {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  background-color: #4177ff;
}
.news .newBox {
  padding-bottom: 110px;
}
.news .newBox .swiper-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news .newBox .swiper-box .news-box {
  max-width: 380px;
  min-width: 300px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #e1ecf8;
  transition: all 0.3s;
}
.news .newBox .swiper-box .news-box .news-Img {
  width: 100%;
  max-height: 234px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.news .newBox .swiper-box .news-box .news-Img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 190 / 117;
}
.news .newBox .swiper-box .news-box .tag-box-bottom {
  padding: 20px;
  font-size: 16px;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .tag-box {
  display: flex;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .tag-box .tag {
  height: 28px;
  background: #e9f0ff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 400;
  color: #161b42;
  gap: 10px;
  overflow: hidden;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .tag-box .tag .svg {
  flex-shrink: 0;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .tag-box .tag .ellipsis-text {
  flex: 1;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .newTil {
  font-weight: bold;
  font-size: 18px;
  color: #161b42;
  line-height: 1.34em;
  margin-top: 15px;
  margin-bottom: 20px;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .subtitle {
  font-weight: 400;
  color: #161b42;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 6em;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .dateCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f7394;
  line-height: 1.5em;
  padding-top: 20px;
  border-top: 1px solid #e1ecf8;
  margin-top: 20px;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .dateCon .updated-at {
  color: #161b42;
}
.news .newBox .swiper-box .news-box .tag-box-bottom .readMore {
  height: 45px;
  border-radius: 100px;
  border: 1px solid #e1ecf8;
  font-weight: bold;
  color: #161b42;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.news .newBox .swiper-box .news-box:hover {
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.12156863);
}
.news .newBox .swiper-box .news-box:hover .tag-box-bottom .readMore {
  background: #4177ff;
  color: #fff;
}
.news .newBox .no-data {
  display: flex;
  flex-direction: column;
  padding-top: 170px;
  align-items: center;
}
.news .newBox .no-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 280px;
}
.news .newBox .no-data .no-data-text {
  font-weight: 400;
  font-size: 14px;
  color: #4e5774;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .news .auto-center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .news .newBox .swiper-box .news-box {
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 850px) {
  .news .auto-center {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .news .btn-group .second-box-btn {
    min-width: 120px;
    font-size: 14px;
    height: 40px;
  }
  .news .btn-group .second-box-btn.active {
    font-size: 14px;
  }
}
@media screen and (max-width: 710px) {
  .news .newBox .swiper-box .news-box {
    max-width: 100%;
  }
}
