.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;
}
.page {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .total {
  font-weight: 400;
  font-size: 16px;
  color: #6d6d6d;
  height: 24px;
  margin-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .nums {
  display: flex;
  align-items: center;
}
.page .nums .page-item {
  min-width: 24px;
  padding: 0 8px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.page .nums .page-item.pre {
  padding: 0;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.pre a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.pre a svg {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.page .nums .page-item.next {
  padding: 0;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.next a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
.page .nums .page-item.next a svg {
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.page .nums .page-item.page-active {
  color: #2254f5;
}
.page .gopage {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-left: 18px;
  white-space: nowrap;
}
.page .gopage input {
  width: 56px;
  height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  margin: 0 8px;
  text-align: center;
}
.function-box {
  width: 33.3%;
  flex-shrink: 0;
}
.function-box .package {
  padding: 30px 20px;
  background: #03173b;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.function-box .package .package-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.function-box .package .package-desc {
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 30px;
}
.function-box .package .clauses {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.function-box .package .clauses + .clauses {
  margin-top: 20px;
}
.function-box .package .btn {
  width: 100%;
  height: 48px;
  border-radius: 100px;
  margin-top: 40px;
  box-shadow: none;
  font-weight: bold;
  transition: all 0.3s;
  background: #4177ff;
  color: #fff;
}
.function-box .package .btn:hover {
  opacity: 0.8;
}
.function-box .package .btn:active {
  opacity: 0.9;
}
.function-box .toc-header {
  margin-top: 20px;
  border-radius: 6px;
  color: #161b42;
  border: 1px solid #e1ecf8;
}
.function-box .toc-header .toc-header-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding: 20px;
  border-bottom: 1px solid #e1ecf8;
}
.function-box .toc-header .toc-header-list {
  padding: 20px 10px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle {
  font-weight: 400;
  font-size: 16px;
  padding: 5px 10px;
  display: flex;
  line-height: 24px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s;
  background: #fff;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle .toc-header-point {
  width: 8px;
  margin-right: 8px;
  flex-shrink: 0;
  position: relative;
  height: 24px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle .toc-header-point::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #4177ff;
  border-radius: 4px;
  top: 8px;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle.active,
.function-box .toc-header .toc-header-list .toc-header-subtitle:hover {
  background: #e9f0ff;
}
.function-box .toc-header .toc-header-list .toc-header-subtitle + .toc-header-subtitle {
  margin-top: 6px;
}
.function-box .recent-posts {
  margin-top: 20px;
}
.function-box .recent-posts .recent-posts-title {
  font-weight: bold;
  font-size: 20px;
  color: #161b42;
  line-height: 24px;
}
.function-box .recent-posts .recent-posts-item {
  border-radius: 6px;
  border: 1px solid #e1ecf8;
  margin-top: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}
.function-box .recent-posts .recent-posts-item:hover {
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.12156863);
}
.function-box .recent-posts .recent-posts-item .recent-posts-img {
  width: 100%;
  max-height: 248px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.function-box .recent-posts .recent-posts-item .tag-box {
  display: flex;
  padding: 0 20px;
  margin-bottom: 15px;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag {
  height: 28px;
  background: #e9f0ff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  gap: 10px;
  overflow: hidden;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag .svg {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}
.function-box .recent-posts .recent-posts-item .tag-box .tag .ellipsis-text {
  flex: 1;
}
.function-box .recent-posts .recent-posts-item .recent-posts-item-title {
  font-weight: bold;
  font-size: 18px;
  color: #161b42;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 20px;
  margin-bottom: 30px;
}
.function-box .recent-posts .recent-posts-item .tag-end {
  border-top: 1px solid #e1ecf8;
  padding-top: 20px;
  margin: 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
}
.function-box .recent-posts .recent-posts-item .tag-end .updated-at {
  color: #161b42;
}
.function-box .ahead {
  display: none;
  margin-top: 20px;
  background: #e9f0ff;
  border-radius: 6px;
  padding: 20px;
  flex-direction: column;
  gap: 15px;
}
.function-box .ahead .ahead-title {
  font-weight: bold;
  font-size: 20px;
  color: #161b42;
  line-height: 24px;
}
.function-box .ahead .ahead-content {
  font-weight: 500;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
}
.function-box .ahead .input-box {
  padding-top: 15px;
}
.function-box .ahead .input-box input {
  height: 48px;
  background: #ffffff;
  border-radius: 100px;
  width: 100%;
  padding: 0 20px;
}
.function-box .ahead .btn-subscribe {
  height: 48px;
  background: #4177ff;
  border-radius: 100px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.function-box .sticky-right {
  position: sticky;
  top: 70px;
}
.function-box .left-recent {
  display: none;
}
.function-box .right-recent {
  display: block;
}
.second-swiper-share-box {
  display: flex;
}
.second-swiper-share-box .second-swiper {
  flex: 1;
  overflow: hidden;
  padding-right: 20px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box {
  display: flex;
  gap: 20px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #e1ecf8;
  background-color: #fff;
  padding: 20px;
  transition: box-shadow 0.3s ease;
  /* 设置阴影和边框颜色的过渡效果 */
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box:hover {
  box-shadow: 6px 6px 24px 0px rgba(0, 0, 0, 0.12156863);
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box + .news-box {
  margin-top: 20px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img {
  width: 258px;
  height: 160px;
  border-radius: 6px;
  flex-shrink: 0;
  overflow: hidden;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 129 / 80;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content {
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5em;
  color: #161b42;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newTil {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newCon {
  font-weight: 400;
  margin-top: 10px;
  display: -webkit-box;
  /* 作为伸缩盒子模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列子元素 */
  -webkit-line-clamp: 2;
  /* 显示的行数，限制为2行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  height: 3em;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .date-icon {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #6f7394;
  flex-shrink: 0;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .date-icon .svg {
  display: block;
  margin-right: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag-box {
  display: flex;
  gap: 10px;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag-box.taglist-tag {
  overflow: hidden;
  justify-content: flex-end;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag {
  height: 28px;
  background: #e9f0ff;
  border-radius: 4px 4px 4px 4px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag .svg {
  flex-shrink: 0;
}
.second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .dateCon .tag span {
  font-weight: 400;
  color: #161b42;
  max-width: 150px;
}
.second-swiper-share-box .second-swiper .no-data {
  display: flex;
  flex-direction: column;
  padding-top: 170px;
  align-items: center;
}
.second-swiper-share-box .second-swiper .no-data img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 280px;
}
.second-swiper-share-box .second-swiper .no-data .no-data-text {
  font-weight: 400;
  font-size: 14px;
  color: #4e5774;
  line-height: 22px;
}
@media screen and (max-width: 1200px) {
  .function-box {
    width: 33.3%;
  }
  .function-box .recent-posts .recent-posts-item .tag-end {
    font-size: 14px;
  }
  .page .total {
    margin-right: 10px;
  }
  .page .gopage {
    margin-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  .function-box {
    width: 100%;
  }
  .function-box .right-recent {
    display: none;
  }
  .function-box .left-recent {
    display: block;
    margin-top: 40px;
  }
  body .newsdetail-content {
    flex-wrap: wrap;
  }
  .second-swiper-share-box {
    gap: 40px 0;
    flex-direction: column;
  }
  .second-swiper-share-box .second-swiper {
    padding-right: 0;
    overflow: visible;
  }
  .second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-img {
    width: 220px;
    height: auto;
  }
  .second-swiper-share-box .second-swiper .blog-slider-result .news-box .news-content .newCon {
    font-size: 14px;
  }
}
