.main {
  padding-top: 69px;
}

.headlines-new {
  position: relative;
  width: 100%;
  height: 110px;
  /* border-bottom: 1px solid var(--border-color); */
  background-color: #ffffff;
  padding: 20px;
}

.headlines-new .content {
  overflow: hidden;
  width: 100%;
}

.headlines-new .content .title {
  display: block;
  overflow: hidden;
  text-align: center;
  color: var(--theme-color);
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-weight: 700; */
  font-size: 30px;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  line-height: 42px;
}

/* .headlines-new .content .title:before {
  display: inline-block;
  margin-top: -7px;
  margin-right: 20px;
  padding: 0 10px;
  width: 70px;
  height: 42px;
  border-radius: 0 15px 0 15px;
  background: var(--theme-color);
  color: #fff;
  content: "头条";
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
} */

.headlines-new .content .detail {
  overflow: hidden;
  /* margin: 10px auto 0; */
  color: var(--text-gray);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

/*focus-swiper*/
.focus-swiper {
  position: relative;
  width: 100%;
  height: 415px;
  background: var(--background);
  user-select: none;
}

.focus-swiper .swiper-slide {
  position: relative;
}

.focus-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}

.focus-swiper .swiper-slide .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focus-swiper .swiper-pagination {
  bottom: 48px !important;
}

.swiper-pagination {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 5px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: white;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--theme-color);
  opacity: 1;
}

.focus-swiper .swiper-button-prev,
.focus-swiper .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  width: 75px;
  /*margin-top: 0;*/
  height: 100%;
}

.focus-swiper .swiper-button-prev {
  left: 0;
}

.focus-swiper .swiper-button-next {
  right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  width: 12px;
  height: 12px;
  display: block;
  border: 7px solid currentColor;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-button-prev::after {
  border-right-color: transparent;
  transform: rotate(-45deg);
  left: 50%;
}

.swiper-button-next::after {
  border-left-color: transparent;
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-next:hover {
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
  opacity: 0.9;
}

.swiper-button-prev:hover {
  color: #fff;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
  opacity: 0.9;
}

/*article*/
.article .head {
  position: relative;
  display: flex;
  gap: var(--space-size);
  height: 60px;
  border-bottom: 1px solid var(--border-color);
  line-height: 60px;
}

.article .head .more {
  position: absolute;
  top: 20px;
  right: 0;
  display: block;
  padding-right: 10px;
  padding-left: 15px;
  height: 20px;
  border-left: 1px solid #999;
  line-height: 21px;
}

.article .head .more a {
  color: #999;
  font-size: 14px;
}

.article .head .item {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--theme-color);
  font-size: 24px;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  color: var(--theme-color);
  /* font-weight: bold; */
  /* background-color: #df0b0a; */
  /* color: var(--theme-color); */
  padding: 0 20px;
}

.article .head .item-link {
  display: flex;
  gap: 25px;
  font-size: 24px;
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
}

.article .head .item-link a {
  color: var(--theme-color);
}

/* .article .head .item:after {
  position: absolute;
  top: 15px;
  right: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: "";
  border-right-color: #fff;
} */

.article .head .item::before {
  float: left;
  margin: 18px 10px 10px 0;
  width: 3px;
  height: 22px;
  background-color: var(--theme-color);
  content: "";
}

.article .article-list {
  padding-top: 10px;
  min-height: 305px;
}

.article .article-list li {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  zoom: 1;
}

.article .article-list li:hover .title {
  color: var(--theme-color) !important;
}

.article .article-list li::after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "";
}

.article .article-list li:before {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: var(--theme-color);
  content: "";
  transform: rotate(45deg);
}

.article .article-list li + li {
  border-top: 1px dashed #e4e4e4;
  /* margin-top: 17px; */
}

.article .article-list li .title {
  float: left;
  display: block;
  overflow: hidden;
  max-width: 95%;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--article-list-font-size);
  font-family: microsoft yahei, 微软雅黑, sans-serif;
}

.article .article-list li .custom-title {
  max-width: 85% !important;
}

.article .article-list li .date {
  float: right;
  color: #999;
  font-size: 14px;
}

/* .article-list li:before {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    content: "";
    transform: rotate(45deg);
} */

.article-list li:hover .title {
  color: var(--theme-color);
}

.article.multi-tab-article .head .item {
  color: var(--text-gray);
  border: none;
}

.article.multi-tab-article .head .item.active {
  color: var(--theme-color);
  border-bottom: 1px solid var(--theme-color);
}

.article.multi-tab-article .body .article-list:not(:first-child) {
  display: none;
}

/*ad-swiper*/
.ad-swiper {
  height: 140px;
}

.ad-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}

/*picture-slide-swiper*/
.picture-slide-swiper {
  margin-top: 40px;
}

.picture-slide-swiper .swiper-slide img {
  height: 125px;
  width: 100%;
  display: block;
  /* object-fit: cover; */
}

.picture-slide-swiper .swiper-slide .title {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}

.thematic {
  display: flex;
  align-items: center;
  /*background: var(--background);*/
}

.thematic .head {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: var(--theme-color);
  padding: 15px;
  column-gap: 10px;
}

.thematic .head span {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: var(--article-title-font-size);
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
  color: white;
  font-size: 28px;
  /* padding: 5px 0; */
}

.thematic .head span {
  /* background: white; */
  color: #ffffff;
}

.thematic .head span {
  color: var(--theme-color);
  background: #ffffff;
}

.thematic .thematic-swiper-wrapper {
  width: calc(100% - 120px);
  height: 120px;
  padding: 10px;
  background-color: #fff;
}

.thematic .thematic-swiper {
  width: 100%;
  height: 100%;
}

.thematic .thematic-swiper a {
  display: block;
  height: 100%;
  background: #df0b0a;
}

.thematic-swiper-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100px;
  color: #ffffff;
}

.thematic .thematic-swiper img {
  width: 100%;
  height: 100%;
  display: block;
  /* object-fit: cover; */
}

/* .link-list {
  padding-bottom: 30px;
} */

.link-list .head {
  width: 100%;
  height: 60px;
  background-image: url(data:image/png;base64,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);
  line-height: 60px;
  text-align: center;
  margin: 20px 14px 16px;
  background-repeat: no-repeat;
  background-position: 50%;
  font-weight: 700;
  font-size: 36px;
  color: var(--theme-color);
  letter-spacing: 5px;
  box-sizing: content-box;
}

.link-list .list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.link-list .list ul li {
  width: calc(25% - 16px);
}

/* .link-list .list ul li:hover {
  background: #015293;
} */

.link-list .list ul li:hover .name {
  color: #0050a5;
}

/* .link-list .list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

.link-list .list ul li .name {
  font-size: 20px;
  /* margin-top: 8px; */
  font-weight: bold;
  color: var(--theme-color);
}

.link-list .list ul li img {
  max-width: 64px;
  max-height: 64px;
  display: block;
  /* object-fit: cover; */
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

.link-list .list ul li:hover img {
  transform: rotateY(360deg);
}

.sub-category-tabs {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0 0;
}

.sub-category-tabs .item {
  font-size: 16px;
  display: block;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  max-width: 9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-category-tabs .item.active {
  border-bottom: 2px solid var(--theme-color);
}

.sub-category-tabs + .body .article-list {
  display: none;
  padding-top: 16px;
}

.sub-category-tabs + .body .article-list:first-child {
  display: block;
}

/* .space-trisection .article .article-list li .title {
    width: 75%;
} */

/* @media screen and (max-width: 768px) {
  .main {
    padding: 10px 0;
  }

  .main-container .horizontal {
    flex-direction: column;
  }

  .focus-swiper {
    height: 229px;
  }

  .headlines-new {
    height: auto;
  }

  .headlines-new .content .title {
    font-size: 20px;
    white-space: wrap;
    text-align: center;
    font-weight: bold;
  }

  .headlines-new .content .detail {
    display: none;
  }

  .ad-swiper {
    height: auto;
    display: none;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }

  .picture-slide-swiper .swiper-slide img {
    height: 87px;
  }

  .thematic .head {
    height: 110px;
    width: 110px;
  }

  .thematic .head span {
    font-size: 20px;
  }
  
  .thematic .thematic-swiper {
    padding: 10px 0 !important;
  }

  .thematic .thematic-swiper-wrapper {
    height: 110px;
  }

  .thematic .thematic-swiper a {
    height: 100%;
    line-height: 80px;
  }

  .horizontal .sidebar {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .horizontal .sidebar .name {
    padding: 15px;
    font-size: 16px !important;
  }

  .horizontal .sidebar .list .item {
    padding: 10px !important;
    font-size: 14px !important;
    text-align: left;
  }

  .horizontal .sidebar .list {
    max-height: 255px;
  }

  .horizontal .article-list-wrapper {
    max-width: 100% !important;
    padding: 15px;
  }

  .article .head .item {
    font-size: 18px;
  }

  .article .head .item-link {
    display: none;
  }

  .article-list li {
    flex-direction: column;
    padding: 10px 0;
    align-items: center;
  }

  .article-list li .content {
    max-width: 100%;
  }

  .article .article-list {
    min-height: 200px;
  }

  .new-articles .article-list li .title {
    width: 95%;
    font-size: 16px;
  }

  .article .article-list li .custom-title {
    width: 70% !important;
  }

  .article .article-list li .title {
    width: 95%;
    font-size: 16px;
  }

  .article-list li .cover-wrap {
    width: 100%;
    height: 180px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .article-list li .content .title {
    font-size: 16px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .article-list li .content .desc {
    -webkit-line-clamp: 2;
  }

  .article-list li .content .attrs {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
  }

  .category-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
  }

  .category-list .item {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
  }

  .topic-list {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    padding:30px !important;
  }

  .topic-list a {
    width: 100% !important;
    height: auto;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination .pagination-item {
    flex: 1;
    text-align: center;
    min-width: 40px;
    padding: 0 !important;
    font-size: 12px !important;
  }

  .items-footer {
    display: none;
  }

  .list {
    width: 60%;
    margin: 0 auto;
  }

  .link-list {
    padding-bottom: 15px;
  } 
  
  .link-list .list ul {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  
  .link-list .list ul li {
    width: 100%;
    align-items: center;
    line-height: 50px !important;
  }
  
  .link-list .list ul li img {
    height: 60px; 
    width: auto;  
  }
} */
