.informationTitle {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #656565;
  text-align: center;
  margin-bottom: 36px;
}

.informationNav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.informationNavItem {
  width: 288px;
  text-align: center;
  color: #656565;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0px;
}
.informationNavItem.active {
  background: #febd2b;
  color: #000000;
  border-radius: 6px;
  font-weight: 600;
}
.businessCooperationMain {
  margin-top: 54px;
}
.businessCooperationMain img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}

.informationMain {
  width: 1248px;
  margin: 70px auto 0 auto;
  padding: 20px;
}

.servicesProjectMain {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicesProjectItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servicesProjectItemContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servicesProjectItemContent h3 {
  font-size: 18px;
  font-weight: 600;
  color: #febd2b;
  margin: 28px 0px;
}
.servicesProjectItemContent h4 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 6px;
}
.servicesProjectItemContentLink {
  font-size: 12px;
  font-weight: 400;
  color: #ffd784;
  line-height: 18px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  background: #FEBD2B1A;
  cursor: pointer;
  border-radius: 40px;
  justify-content: center;
  padding: 3px 15px;
  gap: 6px;
}

.servicesProjectItemContentLink img {
  height: 18px;
  width: 8px;
}

.servicesProjectItemContent p {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}
.servicesProjectItem .servicesProjectItemImg {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.consultingList {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}
.consultingList li {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.consultingListImg {
  width: 538px;
  height: 298px;
  object-fit: cover;
  border-radius: 6px;
}
.consultingListContentBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 100%;
  overflow: hidden;
}
.consultingListTitle {
  font-size: 30px;
  font-weight: 600;
  color: #febd2b;
  margin-bottom: 12px;
  /* 超出显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.consultingListContent {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.consultingListIcon {
  width: 112px;
  height: 36px;
  object-fit: cover;
  margin-top: 24px;
}

.consultingListIconBox {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.tagBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #656565;
}
.tagBox img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.consultingDetailTitle {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.consultingDetailShare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  background: #febd2b;
  border-radius: 30px;
  color: #000;
  margin-bottom: 28px;
}
.consultingDetailShare img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* 媒体查询  适配移动端 */
@media screen and (max-width: 768px) {
  .informationMain {
    width: 100%;
    padding:16px;
    margin-top: 0 !important;
  }
  .informationTitle {
    display: none;
  }
  .businessCooperationMain img {
    height: 195px;
    width: 100%;
    object-fit: cover;
  }
  .informationNavItem {
    width: 72px;
    text-align: center;
    color: #656565;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 0px;
  }
  .informationNavItem.active {
    background: #febd2b;
    color: #000000;
    border-radius: 46px;
    font-weight: 600;
  }
  .businessCooperationMain {
    margin-top: 18px;
  }

  .consultingList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    margin-top: 18px;
  }

  .consultingList li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .consultingListImg {
    width: 343px;
    height: 189px;
    object-fit: cover;
    border-radius: 6px;
  }
  .consultingListTitle {
    font-size: 18px;
  }

  .consultingListTitle {
    font-size: 14px;
    font-weight: 400;
    color: #febd2b;
    line-height: 18px;
    margin-bottom: 6px;
    /* 超出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .consultingListContent {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .consultingListIcon {
    width: 64px;
    height: 20px;
    object-fit: contain;
    margin-top: 6px;
  }

  .consultingListIconBox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .servicesProjectMain {
    display: none !important;
  }
  .servicesProjectCarousel {
    display: block !important;
    margin-top: 18px;
    margin-bottom: 50px;
  }
  .servicesProjectCarouselItemContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .servicesProjectCarouselItem .servicesProjectItemImg {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 0 auto;
  }
  .tagBox {
    display: none;
  }
  .consultingDetailTitle {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .consultingDetailShare {
    font-size: 12px;
    padding: 4px 12px;
    margin-bottom: 18px;
  }
  .consultingDetailShare img {
    width: 16px;
    height: 16px;
  }
}

.servicesProjectCarousel {
  display: none;
}

.carousel-indicators-servicesProject {
  align-items: center;
  bottom: -60px !important;
}
.carousel-indicators-servicesProject button {
  width: 6px !important;
  height: 6px !important;
  background-color: #febd2b !important;
  padding: 0 !important;
  border-radius: 50% !important;
  opacity: 0.5 !important;
  border: none !important;
  cursor: pointer !important;
}
.carousel-indicators-servicesProject button.active {
  width: 10px !important;
  height: 10px !important;
  opacity: 1 !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  background-position: center !important;
  background-image: url("../../static/images/swiper-active.png") !important;
}
.carousel-control-prev-icon-servicesProject{
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 1 !important;
}
.carousel-control-next-icon-servicesProject{
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 1 !important;
}
.servicesProjectCarouselControlPrev{
  opacity: 1 !important;
}
.servicesProjectCarouselControlNext{
  opacity: 1 !important;
}


/* 文章主体 */

.postBox {
  color: #fff;
  /* margin-bottom: 18px; */
}
.postBox h2{
  color: #fff;
  margin: 0 16px 28px;
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 24px;
}
.postTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 28px;
  padding: 0 16px;
  box-sizing: border-box;
}
.postText {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  white-space: pre-wrap;
}
.postText a:not(.no-icon) {
  color: #1ABC9C;
}
.postimage {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
  /* margin-bottom: 47px; */
}
.postDesc {
  font-size: 16px;
  color: #FAFAFA;
  line-height: 22px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 19px;
}
.postDesc span {
  font-weight: 600;
}
.postLine {
  margin: 0 16px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.50);
}