.time-icon {
  flex-shrink: 0;
}
.news-banner {
  width: 100%;
  height: 412px;
  padding-bottom: 40px;
  background: url("/images/news/news-bg.png") no-repeat center 80px;
  background-size: 2540px 332px;
}
.news-banner .news-search {
  padding-top: 220px;
}
.news-banner .news-search .news-title {
  font-weight: 900;
  font-size: 42px;
  color: #333333;
  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;
}
.left-items .type-text {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.left-items .left-item a {
  padding: 30px;
  width: 100%;
  min-height: 220px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
}
.left-items .left-item a .left-item-pic {
  width: 32%;
  max-width: 262px;
  max-height: 160px;
  overflow: hidden;
  flex-shrink: 0;
}
.left-items .left-item a .left-item-pic img {
  width: 100%;
  height: auto;
  aspect-ratio: 18 / 11;
  max-height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.left-items .left-item a .left-item-right {
  flex: 1;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.left-items .left-item a .left-item-right .title {
  font-weight: bold;
  font-size: 16px;
  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: 14px;
  color: #48536b;
  line-height: 1.5em;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 6em;
}
.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: 300;
  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 {
  width: 100%;
  border-radius: 8px;
  background: url("/images/news/one-for-one-bg-news.png") no-repeat center;
  background-size: 100% 314px;
  padding: 20px 6.7% 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
}
.one-for-one .logo {
  width: 80.1%;
  display: block;
  margin: 0 auto;
}
.one-for-one .line {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.one-for-one .line p + p {
  margin-top: 20px;
}
.one-for-one .free-trial {
  position: relative;
  width: 69%;
  margin: 30px auto 0;
}
.one-for-one .free-trial .btn-bg {
  display: block;
  width: 100%;
}
.one-for-one .free-trial .free-trial-text {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.one-for-one .free-trial .free-trial-text span {
  background: linear-gradient(28deg, #1e4dff 30%, #2ddcff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.one-for-one .free-trial .cost {
  position: absolute;
  right: 1%;
  top: -22%;
  width: 45.5%;
}
.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: 14px;
  color: #1b2c50;
  text-align: left;
  margin-top: 15px;
  line-height: 22px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
.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;
}
.directory .contents {
  position: relative;
}
.directory .contents::after {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 1px;
  height: var(--after-height, calc(100% - 22px));
  background-color: #ebebeb;
}
.hot-title {
  position: relative;
  margin-left: 14px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  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: 12px;
  color: #48536b;
  cursor: pointer;
}
.hot-title .more svg {
  width: 14px;
  margin-left: 5px;
}
@media (max-width: 1023px) {
  .left-items .left-item a {
    min-height: 160px;
  }
  .left-items .left-item a .left-item-right .text {
    height: 3em;
    -webkit-line-clamp: 2;
  }
  .one-for-one .free-trial .free-trial-text span {
    font-size: 12px;
  }
}
.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;
}
