.time-icon {
  flex-shrink: 0;
}
.news-banner {
  width: 100%;
  height: 340px;
  padding-bottom: 40px;
  background: url("/images/news/news-bg.png") no-repeat center 80px;
  background-size: 100% 260px;
}
.news-banner .news-search {
  padding-top: 180px;
}
.news-banner .news-search .news-title {
  font-weight: bold;
  font-size: 42px;
  color: #1b2c50;
  line-height: 64px;
  text-align: center;
}
.news-banner .news-search .subtitle {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  background: linear-gradient(90deg, #4a72e7 0%, #8bb0f9 61%, #4a72e7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto;
  margin-top: 20px;
}
.news-main .news-main-left {
  flex: 1;
  overflow: hidden;
}
.left-items .type-text {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.left-items .left-item a {
  padding: 20px;
  width: 100%;
  min-height: 220px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  display: flex;
}
.left-items .left-item a .left-item-pic {
  display: flex;
  width: 32%;
  overflow: hidden;
  flex-shrink: 0;
}
.left-items .left-item a .left-item-pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 18 / 11;
  object-fit: cover;
  border-radius: 6px;
}
.left-items .left-item a .left-item-right {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.left-items .left-item a .left-item-right .title {
  font-weight: bold;
  font-size: 20px;
  color: #1b2c50;
  line-height: 24px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 超出隐藏 */
  text-overflow: ellipsis;
  /* 溢出显示省略号 */
}
.left-items .left-item a .left-item-right .text {
  font-weight: 400;
  font-size: 16px;
  color: #48536b;
  line-height: 26px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-items .left-item a .left-item-right .item-line {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.left-items .left-item a .left-item-right .item-line .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.left-items .left-item a .left-item-right .item-line .labels .biaoqian {
  white-space: nowrap;
  font-weight: 400;
  font-size: 12px;
  color: #48536b;
  line-height: 22px;
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 4px;
  padding: 0 6px;
}
.left-items .left-item a .left-item-right .item-line .time {
  flex-shrink: 0;
  margin-left: 10px;
  color: #8892af;
  display: flex;
  align-items: center;
  height: 22px;
}
.left-items .left-item a .left-item-right .item-line .time .time-icon {
  width: 16px;
  font-size: 16px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-items .left-item a .left-item-right .item-line .time .time-icon svg {
  height: 100%;
  width: 100%;
}
.left-items .left-item a .left-item-right .item-line .time .data {
  font-size: 14px;
}
.left-items .left-item + .left-item {
  margin-top: 20px;
}
.left-items.news-left-item-none {
  display: none;
}
.page {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .total {
  font-weight: 400;
  font-size: 14px;
  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: 14px;
  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: 14px;
  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;
}
.one-for-one {
  background: url("/images/news/one-for-one-bg-news.png") no-repeat center;
  background-size: 100% 100%;
  padding: 20px 25px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.one-for-one .logo {
  display: block;
  width: 220px;
}
.one-for-one .line {
  width: 100%;
  max-width: 520px;
  padding-bottom: 30px;
}
.one-for-one .line-items {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  width: 100%;
}
.one-for-one .line-items .line-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}
.one-for-one .line-items .line-item .line-item-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
}
.one-for-one .free-trial {
  background: url("/images/news/one-for-one-btn.png") no-repeat center;
  background-size: 100% 100%;
  width: 84.17%;
  max-width: 298px;
  height: 48px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.one-for-one .free-trial .cost {
  width: 78px;
  position: absolute;
  top: -15px;
  right: -2px;
}
.one-for-one .free-trial a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 10px;
  font-size: 18px;
}
.one-for-one .free-trial a span {
  /* 1. 应用你指定的渐变背景 */
  background: linear-gradient(166deg, #2d5aff 0%, #2ddcff 100%);
  /* 2. 关键：将背景裁剪到文字轮廓内（核心属性，需加-webkit-前缀兼容） */
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 文字设为透明，露出渐变背景 */
  color: transparent;
  font-weight: bold;
}
.one-for-one .free-trial a .emoj {
  width: 20px;
}
.table-of-contents {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  margin-top: 20px;
}
.table-of-contents .contents .item {
  position: relative;
  padding-left: 13px;
  font-weight: 400;
  font-size: 16px;
  color: #1b2c50;
  text-align: left;
  margin-top: 15px;
  line-height: 24px;
}
.table-of-contents .contents .item::after {
  width: 6px;
  height: 6px;
  background: #ebebeb;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 3px);
  left: -3px;
  content: "";
  z-index: 1;
}
.table-of-contents .contents .item-2 {
  margin-top: 20px;
  line-height: 24px;
}
.table-of-contents .contents .item-3 {
  color: #48536b;
  margin-top: 10px;
  margin-left: 20px;
}
.table-of-contents .contents .item a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-of-contents .contents .active {
  color: #2d5aff;
  transition: color 0.3s ease;
}
.table-of-contents .contents .active::after {
  background: #2d5aff;
  transition: background 0.3s ease;
}
.table-of-contents .contents .underline:hover {
  color: #2d5aff;
}
.table-of-contents .contents-tag {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-top: 20px;
  text-overflow: ellipsis;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.table-of-contents .contents-tag .tag {
  font-weight: 400;
  font-size: 12px;
  color: #2d5aff;
  padding: 2px 6px;
  border-radius: 4px;
  background: #eef2ff;
  line-height: 18px;
  max-width: 100%;
}
.table-of-contents .contents-tag .tag a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.table-of-outline {
  border-radius: 8px 8px 8px 8px;
  padding: 20px 10px 20px 20px;
  margin-top: 20px;
  height: 238px;
  display: flex;
  flex-direction: column;
  background: none;
  border: 1px solid #ebebeb;
}
.table-of-outline .hot-title {
  flex: none;
  margin-bottom: 20px;
}
.table-of-outline .contents {
  flex: 1;
  position: relative;
  overflow-y: scroll;
}
.table-of-outline .contents::-webkit-scrollbar {
  width: 6px;
  background-color: #edeff6;
  border-radius: 20px;
}
.table-of-outline .contents::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #d8dbe5;
  border-radius: 20px;
}
.table-of-outline .contents .line-box {
  position: relative;
  padding-left: 0;
  margin: 0;
  padding-left: 18px;
  overflow-x: visible;
}
.table-of-outline .contents .line-box + .line-box {
  padding-top: 20px;
}
.table-of-outline .contents .line-box > .line-clamp,
.table-of-outline .contents .line-box > .line-2,
.table-of-outline .contents .line-box > .line-3 {
  margin-top: 0;
  margin-bottom: 0;
}
.table-of-outline .contents .line-box > .child {
  margin-top: 15px;
}
.table-of-outline .contents .child .line {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
}
.table-of-outline .contents .child .line + .line {
  margin-top: 10px;
}
.table-of-outline .contents .line-box:has(.line-clamp.active)::before {
  background: #ebebeb;
}
.table-of-outline .contents .child .line:has(.line-clamp.active)::before {
  background: #ebebeb;
}
.table-of-outline .contents .line {
  position: relative;
  padding-left: 13px;
  font-weight: 400;
  font-size: 16px;
  color: #1b2c50;
  text-align: left;
  line-height: 22px;
}
.table-of-outline .contents .line-2 {
  margin-top: 20px;
  line-height: 24px;
}
.table-of-outline .contents .line-3 {
  color: #48536b;
  margin-top: 10px;
}
.table-of-outline .contents .line a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-of-outline .contents .line-clamp {
  font-size: 16px;
  line-height: 24px;
  color: #1b2c50;
}
.table-of-outline .contents .line-clamp:hover {
  color: #2d5aff;
}
.table-of-outline .contents .line-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #ebebeb;
  border-radius: 50%;
  z-index: 2;
}
.table-of-outline .contents .line-box + .line-box .line-clamp::before {
  top: 28px;
}
.table-of-outline .contents .child .line-clamp::before {
  top: 8px !important;
}
.table-of-outline .contents .active {
  color: #2d5aff;
  transition: color 0.3s ease;
}
.table-of-outline .contents .active::before {
  background: #2d5aff;
  transition: background 0.3s ease;
}
.hot-title {
  position: relative;
  margin-left: 14px;
  font-size: 18px;
  color: #1b2c50;
  line-height: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot-title::after {
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 4px;
  height: 16px;
  background-color: #2254f5;
  border-radius: 2px;
}
.hot-title .more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #48536b;
  cursor: pointer;
}
.hot-title .more svg {
  width: 14px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .news-banner {
    height: 412px;
    background-size: 100% 332px;
  }
  .news-banner .news-search {
    padding-top: 220px;
  }
  .news-banner .news-search .news-title {
    font-size: 50px;
  }
  .news-banner .news-search .subtitle {
    font-size: 16px;
    line-height: 23px;
  }
  .left-items .left-item a {
    min-height: 160px;
  }
  .left-items .left-item a .left-item-right .text {
    -webkit-line-clamp: 2;
  }
  .table-of-outline {
    display: none;
  }
  .hot-title .more {
    display: none;
  }
  .one-for-one {
    background: url("/images/news/one-for-one-bg-news-big.png") no-repeat 100% 100%;
    background-position: center bottom;
  }
  .one-for-one .logo {
    align-self: flex-start;
    margin-bottom: 38px;
  }
  .one-for-one .line {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px 8px 8px 8px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .one-for-one .free-trial {
    margin-top: 48px;
    height: 60px;
  }
  .one-for-one .free-trial .cost {
    width: 87px;
  }
  .one-for-one .free-trial a {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .news-banner {
    height: 280px;
    background-size: 100% 200px;
  }
  .news-banner .news-search {
    padding-top: 218px;
  }
  .news-banner .news-search .news-title {
    font-size: 32px;
  }
  .news-banner .news-search .subtitle {
    font-size: 16px;
    line-height: 23px;
  }
  .page .gopage,
  .page .total {
    display: none;
  }
}
@media (max-width: 550px) {
  .one-for-one {
    padding: 20px;
  }
  .one-for-one .line {
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    padding-left: 35px;
    padding-right: 35px;
  }
  .one-for-one .logo {
    align-self: center;
    margin-bottom: 20px;
  }
  .one-for-one .free-trial {
    margin-top: 10px;
    height: 50px;
    max-width: 260px;
  }
}
@media (max-width: 350px) {
  .one-for-one {
    background-size: 100% 100%;
  }
  .one-for-one .line {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.share-group {
  position: relative;
}
.share-group .share-group-bg {
  position: absolute;
  top: 49px;
  height: auto;
}
.share-group .share-group-bg .share-items {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 13px;
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  margin-top: 10px;
}
.share-group .share-group-bg .share-items .item:first-child {
  padding-top: 13px;
}
.share-group .share-group-bg .share-items .item:last-child {
  padding-bottom: 13px;
}
.share-group .share-group-bg .share-items .svg {
  width: 30px;
  height: 30px;
  max-width: 30px !important;
  display: block;
  cursor: pointer;
}
.share-group:hover .share-group-bg .share-items {
  height: 424px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #eaecf6;
}
