.new-details {
  padding-top: max(60px, 0.9rem);
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .new-details {
    padding-bottom: 0;
  }
}
.new-details .location {
  font-family: SourceHanSansCN-Bold;
  font-size: var(--font16);
  color: #333333;
}
.new-details .location a {
  color: #333333;
}
.new-details .box .portion {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: max(15px, 0.3rem);
}
.new-details .box .portion .title {
  max-width: 80%;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .title {
    max-width: 100%;
  }
}
.new-details .box .portion .title .headline {
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  font-size: var(--font58);
  line-height: 1.1;
}
@media (max-width: 576px) {
  .new-details .box .portion .title .headline {
    font-size: 22px;
  }
}
.new-details .box .portion .title .text {
  margin-top: 10px;
  font-family: SourceHanSansCN-Normal;
  color: #999999;
  font-size: var(--font14);
}
.new-details .box .portion .sharebtn {
  position: relative;
  flex-shrink: 0;
  margin-left: max(15px, 0.3rem);
}
.new-details .box .portion .sharebtn:hover .sharecell {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .new-details .box .portion .sharebtn {
    display: none;
  }
}
.new-details .box .portion .sharebtn .btn {
  display: inline-block;
  text-align: center;
}
.new-details .box .portion .sharebtn .btn img {
  display: block;
  margin: auto;
  width: max(22px, 0.28rem);
}
.new-details .box .portion .sharebtn .btn p {
  color: #333333;
  font-size: var(--font12);
}
.new-details .box .portion .sharebtn .sharecell {
  position: absolute;
  right: 100%;
  top: 0;
  min-width: 100%;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.new-details .box .portion .sharebtn .sharecell ul {
  position: relative;
  border-radius: 5px;
  padding: 12px 20px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  background: #ffffff;
}
.new-details .box .portion .sharebtn .sharecell ul::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #ffffff;
}
.new-details .box .portion .sharebtn .sharecell ul li {
  list-style: none;
  margin-bottom: 10px;
}
.new-details .box .portion .sharebtn .sharecell ul li:last-child {
  margin-bottom: 0;
}
.new-details .box .portion .sharebtn .sharecell ul li span,
.new-details .box .portion .sharebtn .sharecell ul li a {
  display: flex;
  align-items: center;
}
.new-details .box .portion .sharebtn .sharecell ul li span .icon,
.new-details .box .portion .sharebtn .sharecell ul li a .icon {
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}
.new-details .box .portion .sharebtn .sharecell ul li span .icon img,
.new-details .box .portion .sharebtn .sharecell ul li a .icon img {
  width: max(22px, 0.28rem);
}
.new-details .box .portion .sharebtn .sharecell ul li span .sp,
.new-details .box .portion .sharebtn .sharecell ul li a .sp {
  font-size: var(--font14);
  color: #666666;
  white-space: nowrap;
}
.new-details .box .content {
  padding-top: max(40px, 0.5rem);
  padding-bottom: max(60px, 1.1rem);
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  /* 8-29 font */
  font-size: var(--font16);
  line-height: 2;
}
/* 8-29 font */
.new-details .box .content p:not(:last-child) {
  margin-bottom: 10px;
}
/* 8-29 */
.new-details .box .content img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.new-details .article-operate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .new-details .article-operate {
    display: none;
  }
}
.new-details .article-operate a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 22px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Normal;
  color: #ffffff;
  font-size: var(--font12);
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.new-details .p-number {
  margin-top: 10px;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  color: #bbbbbb;
  font-size: var(--font14);
}
@media screen and (max-width: 991px) {
  .new-details .p-number {
    display: none;
  }
}
.news {
  padding-top: max(60px, 0.9rem);
  padding-bottom: max(50px, 0.8rem);
}
.news .title .t1 {
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  font-size: var(--font16);
}
.news .title .t2 {
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  font-size: var(--font58);
  line-height: 1.1;
}
.news .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 15px;
}
.news .box .item {
  display: flex;
  align-items: center;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 3.2%;
}
.news .box .item:hover .img img {
  transform: scale(1.05);
}
.news .box .item:hover .text .subtit {
  color: var(--theme);
}
.news .box .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .news .box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.news .box .item .img {
  position: relative;
  width: 36.16636528%;
  padding-bottom: 21.69981917%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .news .box .item .img {
    width: 40%;
    padding-bottom: 24%;
  }
}
.news .box .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
  transition: var(--duration);
}
.news .box .item .text {
  width: 63.83363472%;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 576px) {
  .news .box .item .text {
    width: 60%;
    padding-left: 10px;
  }
}
.news .box .item .text .subtit {
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  font-size: var(--font24);
  line-height: 1.1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--duration);
}
.news .box .item .text .desc {
  margin-top: 8px;
  font-family: SourceHanSansCN-Normal;
  color: #999999;
  font-size: var(--font12);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 576px) {
  .news .box .item .text .desc {
    margin-top: 6px;
  }
}
.news .box .item .text .date {
  margin-top: 12px;
  font-family: SourceHanSansCN-Normal;
  color: #999999;
  font-size: var(--font14);
}
@media screen and (max-width: 576px) {
  .news .box .item .text .date {
    margin-top: 6px;
  }
}
.page {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page .sp {
  display: inline-flex;
  align-items: center;
  margin-right: 0.2rem;
  font-family: SourceHanSansCN-Normal;
  color: #bbbbbb;
  font-size: var(--font14);
}
.page .page-list {
  display: inline-flex;
  align-items: center;
}
.page .page-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 88px;
  height: 22px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: SourceHanSansCN-Normal;
  color: #ffffff;
  font-size: var(--font12);
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page .page-list a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .page {
    justify-content: center;
  }
  .page .sp {
    order: 1;
    margin-left: 10px;
  }
}
.about {
  padding-bottom: max(60px, 0.9rem);
}
.about .intro {
  padding-top: max(60px, 1.2rem);
}
.about .intro .box .title {
  font-family: SourceHanSansCN-Bold;
  color: #333333;
  font-size: var(--font60);
  line-height: 1.3;
  text-align: center;
}
.about .intro .box .desc {
  margin-top: max(20px, 0.5rem);
  font-family: SourceHanSansCN-Regular;
  font-size: var(--font16);
  color: #333333;
}
.about .intro .box .img {
  margin-top: max(20px, 0.6rem);
  text-align: center;
}
.about .intro .box .img img {
  max-width: 100%;
}
.about .development {
  padding-top: 40px;
}
.about .development .subtit {
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: var(--font16);
  color: #333333;
  margin-bottom: 20px;
}
.about .development .process {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .about .development .process {
    padding-left: 5%;
  }
}
.about .development .process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 2px;
  height: 100%;
  border-radius: 0.04rem;
  background: #000000;
}
@media screen and (min-width: 768px) {
  .about .development .process::before {
    left: 50%;
    transform: translateX(-50%);
    width: 0.07rem;
  }
}
.about .development .process ul li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .about .development .process ul li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .about .development .process ul li:nth-child(odd) .item {
    margin-top: -0.9rem;
  }
  .about .development .process ul li:nth-child(odd) .item::before {
    left: -0.2rem;
  }
  .about .development .process ul li:nth-child(even) .item {
    margin-top: -1.8rem;
  }
  .about .development .process ul li:nth-child(even) .item::before {
    left: auto;
    right: -0.2rem;
  }
  .about .development .process ul li:nth-child(even) .item .text {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .about .development .process ul li {
    margin-bottom: 25px;
  }
}
.about .development .process ul li .item {
  position: relative;
  width: 50%;
  padding-left: 4.6875%;
  padding-right: 4.6875%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about .development .process ul li .item {
    width: 100%;
    padding-left: 6%;
    padding-right: 4%;
  }
}
.about .development .process ul li .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: #000000 solid 0.06rem;
  box-sizing: border-box;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .about .development .process ul li .item::before {
    top: 5px;
    left: -8px;
    width: 18px;
    height: 18px;
    border: #000000 solid 2px;
  }
}
.about .development .process ul li .item .text .date {
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  font-size: var(--font30);
}
.about .development .process ul li .item .text .txt {
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  font-size: var(--font16);
}
.about .development .process ul li .item .img {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.about .development .process ul li .item .img:hover img {
  transform: scale(1.05);
}
.about .development .process ul li .item .img img {
  display: block;
  width: 100%;
  transition: var(--duration);
}
.about .development .sp {
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: var(--font16);
  color: #333333;
  margin-top: 20px;
}
.about .partner {
  padding-top: max(50px, 1.2rem);
}
.about .partner .box {
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .about .partner .box {
    padding: 0;
  }
}
.about .partner .box .customize-swiper {
  position: relative;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .about .partner .box .customize-swiper {
    padding: 0 3%;
  }
}
.about .partner .box .customize-swiper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  row-gap: max(20px, 0.32rem);
}
.about .partner .box .customize-swiper ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 15%;
  margin-right: 2%;
}
.about .partner .box .customize-swiper ul li:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .about .partner .box .customize-swiper ul li {
    width: 22.75%;
    margin-right: 3%;
  }
  .about .partner .box .customize-swiper ul li:nth-child(6n) {
    margin-right: 3%;
  }
  .about .partner .box .customize-swiper ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .partner .box .customize-swiper ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .about .partner .box .customize-swiper ul li:nth-child(6n) {
    margin-right: 3.5%;
  }
  .about .partner .box .customize-swiper ul li:nth-child(4n) {
    margin-right: 3.5%;
  }
  .about .partner .box .customize-swiper ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.about .partner .box .customize-swiper ul li .img {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.about .partner .box .customize-swiper ul li .img:hover img {
  transform: scale(1.05);
}
.about .partner .box .customize-swiper ul li .img img {
  max-width: 100%;
  transition: var(--duration);
}
@media (max-width: 576px) {
  .news .box .item .text .desc {
    -webkit-line-clamp: 1;
  }
}
.news,
.new-details,
.about {
  margin-top: var(--header-height);
}
