 .category  .ast-archive-entry-banner{
  display: none;
}
.category .ast-container{
  display: flex;
  flex-direction: column;
}
.cat-top{
  width: 100%;
  margin: 50px 0px;
}
.cat-line{
  position: relative;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  margin: 30px 0;
}
.ab-line{
  width: 8%;
  height: 6px;
  background-color: #FAD540;
  position: absolute;
  right: 0;
}
.cat-about-container{
  padding: 20px;
  border: 1px solid #ACC2D8;
}
.cat-h2{
  font-weight: bold;
  font-size: 36px;
  color: #004990;
  margin: 20px 0;
}
.cat-about-link{
  text-align: center;
  margin: 30px 0;
}
.cat-about-link a{
  display: inline-block;
  padding: 20px 30px;
  background-color: #004990;
  color: #fff;
}
.cpl-top{
  margin: 30px 0;
}
.cpl-top-border{
  padding: 20px;
  border: 1px solid #ACC2D8;
}
.cpl-top-border h3{
  font-size: 24px;
  font-weight: bold;
  margin: 1em 0;
  color: #595959;
}
.cpl-list{
  padding: 20px;
  margin: 20px 0px;
  border: 1px solid #ACC2D8;
}
.cpl-list h3{
  font-size: 24px;
  font-weight: bold;
  margin: 0.5em 0;
  color: #004990;
}
.cpl-list h4{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpl-view-more{
  font-size: 14px;
  color: #2B5FE3;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.3s ease;
}
.cpl-view-more:hover{
  color: #004990;
  transform: translateX(5px);
}
.cpl-post-list{
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.cpl-post-list li{
  list-style-type: none;
}
.cpl-post-list li a{
  font-size: 16px;
  color: #000000;
}
.cpl-post-list li a:hover{
  color: #2B5FE3;
}
.cb-warning{
  font-size: 24px;
  font-weight: bold;
  color: #FA3B3B;
}
.cb-dsc{
  background-color: #FFE5E5;
  padding: 20px;
  margin: 10px 0;
}
.cat-parent-sec-list nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
}
.cat-parent-sec-list nav a{
  display: inline-block;
  padding: 12px 18px;
  background-color: #F0F8FF;
  color: #004990;
  text-decoration: none;
  border: 1px solid #ACC2D8;
  transition: all 0.3s ease;
  font-weight: bold;
  border-radius: 10px;
}
.cat-parent-sec-list nav a:hover{
  background-color: #004990;
  color: #fff;
  border-color: #004990;
}
.cpsl-cards-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.cpsl-card{
  border: 1px solid #ACC2D8;
  padding: 20px;
  background-color: #fff;
  transition: all 0.5s ease;
  scroll-margin-top: 100px;
}
.cpsl-card.highlight{
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(43, 95, 227, 0.3);
  border-color: #2B5FE3;
  background-color: #F0F8FF;
}
@keyframes pulse-highlight {
  0%, 100% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.08);
  }
}
.cpsl-card-title{
  font-size: 20px;
  font-weight: bold;
  color: #004990;
  margin-bottom: 10px;
}
.cpsl-card-desc{
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.cpsl-article-list{
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.cpsl-article-list li{
  margin-bottom: 12px;
  padding-left: 0;
  border-bottom: 1px solid #004990;
}
.cpsl-article-list li a{
  color: #004990;
  text-decoration: none;
  font-size: 16px;
  display: block;
  line-height: 24px;
}
.cpsl-article-list li a:hover{
  color: #004990;
}
.cpsl-article-meta{
  font-size: 14px;
  padding-bottom: 5px;
}
.cpsl-card-footer{
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.cpsl-btn{
  flex: 1;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cpsl-btn-primary{
  background-color: #004990;
  color: #fff;
  border: 1px solid #004990;
}
.cpsl-btn-primary:hover{
  background-color: #003366;
  color: #fff;
}
@media (max-width: 992px){
  .cpsl-cards-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px){
  .cpsl-cards-grid{
    grid-template-columns: 1fr;
  }
}
.cat-faq{
  margin: 50px 0;
}
.faq-header{
  text-align: center;
  margin-bottom: 30px;
}
.faq-header h2{
  font-size: 36px;
  font-weight: bold;
  color: #004990;
  margin-bottom: 10px;
}
.faq-header p{
  font-size: 16px;
  color: #666;
}
.faq-tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.faq-tab{
  padding: 12px 24px;
  background-color: #fff;
  color: #004990;
  border: 1px solid #ACC2D8;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.faq-tab:hover{
  background-color: #F0F8FF;
}
.faq-tab.active{
  background-color: #004990;
  color: #fff;
  border-color: #004990;
}
.faq-content{
  display: none;
}
.faq-content.active{
  display: block;
}
.faq-item{
  background-color: #fff;
  border: 1px solid #ACC2D8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 20px;
}
.faq-question{
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #004990;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.faq-answer{
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #ACC2D8;
  background-color: #F0F8FF;
  font-size: 14px;
  line-height: 1.8;
  color: #004990;
}
@media (max-width: 768px){
  .faq-tabs{
    gap: 8px;
  }
  .faq-tab{
    padding: 10px 16px;
    font-size: 13px;
  }
  .faq-header h2{
    font-size: 28px;
  }
}

/* 推荐阅读区块样式 */
.cat-hot {
  margin: 50px 0;
}

.cat-hot-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}

.cat-hot-card {
  padding: 24px;
  border: 1px solid #ACC2D8;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
  background-color: #F0F8FF;
}

.cat-hot-card:hover {
  box-shadow: 0 4px 12px rgba(43, 95, 227, 0.15);
}

.cat-hot-title {
  font-size: 18px;
  font-weight: bold;
  color: #004990;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
.cat-hot-title a {
  color: #004990;
  text-decoration: none;
  transition: color 0.3s ease;
}
.cat-hot-title a:hover {
  color: #2B5FE3;
}

.cat-hot-desc {
  font-size: 14px;
  color: #595959;
  line-height: 1.6;
  margin: 0;
}

/* 订阅区块 */
.cat-hot-subscribe {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
  padding: 40px;
  border-radius: 12px;
}

.cat-hot-sub-left {
  flex-shrink: 0;
  width: 50%;
}

.cat-hot-sub-right {
  flex: 1;
}

.cat-hot-sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #004990;
  margin: 0 0 16px 0;
}

.cat-hot-sub-desc {
  font-size: 16px;
  color: #004990;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.cat-hot-sub-btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #2B5FE3;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cat-hot-sub-btn:hover {
  color: #fff;
  background-color: #1e4bc4;
}

.cat-hot-sub-note {
  font-size: 14px;
  color: #004990;
  margin: 16px 0 0 0;
  line-height: 1.6;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .cat-hot-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .cat-hot-card {
    padding: 20px;
  }
  
  .cat-hot-title {
    font-size: 16px;
  }
  

  
  .cat-hot-subscribe {
    flex-direction: column;
    padding: 30px 20px;
    gap: 24px;
  }

  
  .cat-hot-sub-title {
    font-size: 20px;
  }
  
  .cat-hot-sub-desc {
    font-size: 14px;
  }
  
  .cat-hot-sub-btn {
    width: 100%;
    padding: 12px 24px;
  }
}

/* Swiper 轮播推荐阅读样式 */
.cat-hot-swiper {
  margin: 50px 0;
  position: relative;
}

.cat-hot-swiper-container {
  margin: 30px 0;
  overflow: hidden;
}

.cat-hot-swiper-card {
  background-color: #fff;
  border: 1px solid #ACC2D8;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cat-hot-swiper-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  flex-shrink: 0;
}
.cat-hot-swiper-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cat-hot-swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-hot-swiper-content {
  padding: 20px;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cat-hot-swiper-title {
  font-size: 16px;
  font-weight: bold;
  color: #004990;
  margin: 0 0 10px 0;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-hot-swiper-title a {
  color: #004990;
  text-decoration: none;
}

.cat-hot-swiper-desc {
  font-size: 14px;
  color: #595959;
  line-height: 1.6;
  margin: 0;
}

/* 自定义导航按钮 - 白色箭头无背景 */
.cat-hot-swiper-next,
.cat-hot-swiper-prev {
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: #fff;
}

.cat-hot-swiper-next:after,
.cat-hot-swiper-prev:after {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.cat-hot-swiper-next:hover:after,
.cat-hot-swiper-prev:hover:after {
  color: #f0f0f0;
}

/* 响应式设计 */
@media (max-width: 768px) {

  .cat-hot-swiper-img {
    height: 150px;
  }
  
  .cat-hot-swiper-content {
    padding: 16px;
  }
  
  .cat-hot-swiper-title {
    font-size: 14px;
  }
  

  .cat-h2{
    font-size: 24px;
  }
  .cat-hot{
    margin: 0px 0;
  }
  .cat-top{
    margin: 20px 0 0 0;
  }
  .cat-hot-swiper{
    margin: 0;
  }
  .cpl-top-border h3,.cpl-list h3{
    font-size: 18px;
  }
  .cat-parent-sec-list nav a{
    font-size: 15px;
    padding: 5px 10px;
  }
  .cat-faq{
    margin: 0px;
  }
  .faq-item{
    padding: 10px;
  }
  .faq-answer{
     padding: 5px 10px;
  }
  .faq-question{
    font-size: 15px;
    padding: 0;
    margin-bottom: 5px;
  }
  .ab-line{
    width: 20%;
  }
  /* .cpl-top-border p{
    font-size: 15px;
    line-height: normal;
  } */

}