/* banner标题 */
.newsTitle{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    vertical-align: middle;
    margin-top: 96px;
    margin-bottom: 90px;
    color: #002E6C;
}
.blog_table {
    width: 100%;
    border:1px solid #D9D9D9;
    margin: 16px 0;
}
.blog_table th{
    background-color: #F9F9FB;
    color: #002E6C;
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding:20px;
    border-bottom: 1px solid #D9D9D9;
    background:#F9F9FB;
}
.blog_table tr,td{
    border-bottom: 1px solid #D9D9D9;
}
.blog_table td{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #333;
    padding: 12px 28px;
    border-bottom: 1px solid #D9D9D9;
}
.blog_table {
    width: 100%;
    table-layout: fixed;  /* 固定表格布局 */
    border-collapse: collapse;
}

.custom-news-detail .main td a {
    line-height: 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Rubik Regular';
    color: #007bff;
    text-decoration: none !important;
    word-wrap: break-word;
    word-break: break-word;
}

.blog_table th, .blog_table td {
    padding: 10px;
    //text-align: left;
    word-wrap: break-word;
}

.blog_table th {
    max-width: 200px;  /* 设置最大列宽 */
}
.blog_table .Blogs_ul_point, .blog_table .Blogs_ul_num, .blog_table .Blogs_ul_period {
    padding: 10px 0 10px 20px;
}

  .blog_table .Blogs_ul_point li,
  .blog_table .Blogs_ul_num li,
  .blog_table .Blogs_ul_period li {
    font-family: 'Rubik Regular';
    color: #333333 !important;
    text-align: left; 
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }


.blog_table td {
    max-width: 150px;  /* 为每个单元格设置最大宽度 */
    text-align: left;
 border: 1px solid #ccc; /* 添加边框 */
  padding: 20px; /* 内边距 */
  vertical-align: middle; /* 垂直居中 */
}

  p.ul_fontBold_content {
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Rubik Bolder' !important;
    font-weight: 500 !important;
    color: #333333;
  }

@media (max-width: 953px) {
    .blog_table th, .blog_table td {
        font-size: 14px;  /* 减少字体大小以适应小屏幕 */
    }

    /* 保证列内容不会溢出 */
    .blog_table td {
        max-width: 120px;  /* 更小的最大宽度 */
    }
}
.size{
  font-size: 16px !important;
}
.custom-news-detail {
    margin: 0 auto 40px !important;
}

  .topImg,
  .topImg img {
    width: 100%;
  }
  .frame-detail .common-breadcrumb {
    margin: 36px auto;
    position: static;
  }
  .content {
    display: flex;
    justify-content: space-between;
  }
  .side {
    width: 280px;
    padding: 0 12px;
  }
  .side .upArea {
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8px;
    background-color: #f9f9fb;
    margin-bottom: 16px;
    box-sizing: border-box;
    padding-left: 12px;
  }
  .side .upArea .bld {
    padding-right: 10px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
  }
  .side .upArea li {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .side .upArea li img{
    margin-right: 4px;
  }
  .side .upArea li .date{
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0%;
    color: #333333;
  }
  .side .downArea {
    width: 100%;
    gap: 10px;
    padding: 12px 0;
    border-radius: 8px;
    background-color: #f9f9fb;
    box-sizing: border-box;
  }
  .side .downArea .title {
    height: 48px;
    gap: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 12px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #002e6c;
    vertical-align: middle;
  }
  .side .downArea li {
    cursor: pointer;
    gap: 4px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    border-left-width: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
  }
  .side .downArea li.active,
.side .downArea li:hover {
  background-color: #f2f2f4;
  position: relative;
}

.side .downArea li.active::before,
.side .downArea li:hover::before {
  content: ""; 
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; 
  width: 3px;
  background-color: #00B9F2; 
}

  .articleType {
    display: inline-block;
    height: 20px;
    gap: 10px;
    border-radius: 2px;
    padding: 4px;
    border: 1px solid #00b9f2;
    font-family: 'Rubik Regular';
    font-size: 12px;
    line-height: 12px;
    color: #00b9f2;
  }
  .main {
    width: calc(100% - 60px - 280px);
  }
  .custom-news-detail .main .targetSection {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 0;
    color: #002e6c;
  }
.custom-news-detail .main .secondTitle {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 0;
    color: #002e6c;
  }
  .catalogs {
    display: none;
  }
  .custom-news-detail .main p {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 0 0 10px 0 !important;
  }
  .custom-news-detail .readMore {
    display: flex;
    justify-content: center;
  }
  .custom-news-detail .readMore a {
    display: flex;
    align-items: center;
    height: 44px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    gap: 6px;
    border-radius: 4px;
    border-width: 1px;
    background: #00b9f2;
    color: #fcfcfc !important;
    font-size: 16px;
    font-family: Rubik Bolder;
    font-weight: 500;
  }

  .custom-news-detail .aLineLink {
    font-size: 18px;
    color: #1083ff;
    font-family: 'Rubik Regular';
    text-decoration: underline;
  }

  .custom-news-detail .aLink {
    font-size: 18px;
    color: #1083ff;
    font-family: 'Rubik Regular';
  }
  .custom-news-detail p.collapseBar {
    width: 100%;
    height: 64px;
    padding-top: 16px !important;
    padding-right: 32px !important;
    padding-left: 32px !important;
    gap: 24px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(16, 24, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #002e6c;
    margin-bottom: 16px;
  }
  .custom-news-detail .collapseBar img {
    cursor: pointer;
  }

  .custom-news-detail .collapseBar img.active {
    transform: rotate(180deg);
  }
  .custom-news-detail .smallTitle {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #002e6c;
    padding: 16px 0;
  }
  .collapseContent {
    display: none;
  }
  .custom-news-detail .collapseContent a.aLink {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #007bff;
    margin-bottom: 16px;
  }
  .custom-news-detail .statement {
     /* height: 320px; */
    gap: 24px;
    border-radius: 8px;
    padding: 32px;
    background-color: #f9f9fb;
    margin: 20px 0 40px 0;
  }
  .custom-news-detail .statement .smallTitle {
    padding-bottom: 25px;
  }
  .custom-news-detail .statement .des {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
  }
  .frame-latest-list ul{
    flex-wrap: nowrap !important;
    gap: 32px;
  }
  .swiper-slide, .swiper-wrapper{
 width: 100%;
}
/* 精选文章 */
.frame-latest-list {
background-color: #F9F9FB;
padding-bottom: 50px;
}
  .frame-latest-list .title {
font-family: 'Rubik Regular';
font-weight: 400;
font-size: 40px;
line-height: 60px;
color: #002E6C;
vertical-align: middle;
text-align: center;
padding: 50px 0;
  } 
  .frame-latest-list ul{
    width: 100% !important;
    height: auto !important;
  }
  .frame-latest-list .module-list-result li {
    min-width: 200px;
    width:33% !important;
    height: auto !important;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
  }
  .frame-latest-list .module-list-result li img {
    width: 100%;
    border-radius: 8px;
  }
  .card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px 0;
  }
  .card-head .articleType {
    display: inline-block;
    height: 20px;
    gap: 10px;
    border-radius: 2px;
    padding: 4px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    color: #00b9f2;
    border: 1px solid #00b9f2;
  }
  .card-head .date {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    white-space: nowrap;
  }
  .card-title {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    overflow: hidden;
  }
  .card-summery {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    vertical-align: middle;
    padding-top: 10px;
    max-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis; /* 显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示3行 */
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .showMoreContain {
    display: block;
  }
  .showMore {
    display: flex;
    justify-content: center;
  }
  .showMore > div {
    display: flex;
    align-items: center;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00b9f2;
    cursor: pointer;
  }
  .showMore > div span {
    padding-left: 6px;
  }
  /* 自定义分页器样式 */
.swiper-blog .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
  height: 20px;
  display: none;
}

.swiper-blog .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 4px;
}

.swiper-blog .swiper-pagination-bullet-active {
  background: #00B9F2;
  width: 8px;
  height: 8px;
}

/* .swiper-blog .swiper-pagination-bullet-active {
  width: 6px !important;
  height: 6px !important;
  background: #00B9F2 !important;
} */



  .Blogs_ul_point,
  .Blogs_ul_num,
  .Blogs_ul_period {
    padding: 10px 0 10px 40px;
  }

  .Blogs_ul_point li, .Blogs_ul_point_remark li {
    list-style: disc;
  }

  .Blogs_ul_num li, .Blogs_ul_num_remark li {
    list-style: decimal;
  }
  .Blogs_ul_period li, .Blogs_ul_period_remark li {
    list-style: circle;
  }

  .Blogs_ul_point_remark,
  .Blogs_ul_num_remark {
    padding-left: 20px;
  }

  .Blogs_ul_point li,
  .Blogs_ul_num li,
  .Blogs_ul_period li {
    line-height: 28px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: 'Rubik Regular';
    text-decoration: none !important;
    color: #333333;
    padding-bottom: 10px;
  }

  .Blogs_ul_point_remark li,
  .Blogs_ul_num_remark li {
    line-height: 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Rubik Regular';
    text-decoration: none !important;
    color: #333333;
    padding-bottom: 10px;

  }

  .custom-news-detail .main a {
    line-height: 28px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    font-family: 'Rubik Regular';
    color: #007bff;
    text-decoration: none !important;
    word-wrap: break-word;
    word-break: break-word;
  }
  .custom-news-detail .main a:hover {
    text-decoration: underline;
  }

  .Blogs_ul_point_remark li a.aLineLink,
  .Blogs_ul_num_remark li  a.aLineLink{
    line-height: 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Rubik Regular';
    text-decoration: none !important;
  }


  /* 表格结束 */
  /* 表格内的有序无序排列 */
  .fund_table .newsRooms_ul_num,
  .fund_table .newsRooms_ul_point {
    padding-left: 20px;
  }

  /* 小字remark */
  p.Blogs_remark {
    list-style: disc;
    line-height: 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-family: 'Rubik Regular';
    color: #333333 !important;
    padding-bottom: 10px;
  }


  .noSort li {
    list-style: none !important;
  }

  .BlogsStrong {
    font-weight: 500;
    font-family: 'Rubik Bolder';
  }


  @media screen and (max-width: 953px) {
.custom-news-detail .main a {
    line-height: 24px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'Rubik Regular';
    color: #007bff;
    text-decoration: none !important;
    word-wrap: break-word;
    word-break: break-word;
}

  .Blogs_ul_point li,
  .Blogs_ul_num li,
  .Blogs_ul_period li {
    line-height: 24px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'Rubik Regular';
    text-decoration: none !important;
    color: #333333;
    padding-bottom: 10px;
  }


.frame-latest-list ul{
    gap: 0px;
  }
    .content{
        flex-direction: column;
    }
    .side,.main {
      width: 100%;
    }
    .side{
        padding: 0;
    }
    .newsTitle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 68px;
    margin-bottom: 12px;
    }
    .side .downArea{
        margin-bottom: 16px;
    }
    .custom-news-detail .main p,.custom-news-detail .main .targetSection,.custom-news-detail .main .secondTitle {
        font-size: 16px;
        line-height: 24px;
    }
    .custom-news-detail .readMore a{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 16px 0;
    }
    .custom-news-detail .statement{
        padding: 12px;
    }
    /* 精选文章 */
     .frame-latest-tab ul {
      display: flex;
      flex-direction: row;
    }
    .frame-latest-tab ul li {
      width: auto;
      margin-left: 8px;
      padding: 10px 16px;
      font-size: 14px;
      line-height: 20px;
    }
    .frame-latest-tab ul li:first-child {
      margin-left: 0;
    }
    .card-head .short a {
      font-size: 10px;
    }
    .card-head .date {
      font-size: 11px;
    }
    .frame-latest-list .module-list-result .card-title {
      font-size: 18px;
      line-height: 28px;
    }
    .frame-latest-list .module-list-result .card-summery {
      font-size: 14px;
      line-height: 20px;
    }
    .frame-latest-list .swiper-blog {
       width: 100%;
    overflow-x: hidden;
    }
    .frame-latest-list .ul {
        gap: 12px;
    }
    .swiper-slide{
        width: calc(100% / 1.2) !important; /* 强制幻灯片宽度100% */
    }
    .frame-latest-list .module-list-result li{
         width: calc(100% / 1.2) !important;
    }
.swiper-blog .swiper-pagination {
    display: flex;
}
  .custom-news-detail .smallTitle {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #002e6c;
  }
.custom-news-detail p.collapseBar {
    padding: 16px 24px 16px 24px !important;
}
.collapseContent {
    padding: 0 24px 16px 24px;
}

  .custom-news-detail .collapseContent a.aLink {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #007bff;
    margin-bottom: 16px;
  }
  }