*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}
.btn.btn-primary {
  border: none;
}

.btn.btn-primary:hover {
  border-color: transparent !important;
  background-color: rgba(38, 147, 255, 1) !important;
}

.btn.btn-primary:active {
  border-color: transparent !important;
  background-color: rgba(0, 94, 217, 1) !important;
    
}

.btn.btn-primary:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.news-aggregation-page-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

/* top-banner */
.news-top-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url(/static/picture/banner-2.png) center bottom/cover no-repeat;
  background-color: rgba(245, 250, 255, 1);
}

/* top-banner-text */
.news-top-banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news-top-banner-content {
  color: rgba(107, 112, 123, 1);
}

.news-top-banner-text .btn {
  max-width: 500px;
  height: 60px;
  padding: 14px 40px;
  background-color: rgba(22, 132, 252, 1);
  border-radius: 6px;
  border: 2px solid rgba(22, 132, 252, 1);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  /*-webkit-line-clamp: 1;*/
}

@media screen and (max-width: 768px) {
  
}

.btn.btn-primary:hover {
  background-color: rgba(38, 147, 255, 1) !important;
}

.btn.btn-primary:active {
  background-color: rgba(0, 94, 217, 1) !important;
}

.btn.btn.btn-primary:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

/* 文章部分布局 */
.article-container {
  max-width: 1599px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

/* 左侧目录 */
.left-side {
  width: 350px;
  height: fit-content;
  padding: 32px 16px;
  border-radius: 16px;
  flex-shrink: 0;
  position: sticky;
  top: 142px;
  background-color: #f6f7fa;
  display: none;
}

@media (min-width: 1280px) {
  .left-side {
    display: block;
  }
}

.left-side .menu-title {
  margin-bottom: 24px;
  margin-left: 12px;
  font-size: 20px;
  font-weight: 700;
}


.left-side .menu-container a {
  height: 42px;
  padding: 0 16px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.left-side .menu-container .sub-menu.active {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

.nav-link {
  color: #333;
  padding: 8px 16px;
}

.nav-link.active:not(.sub-is-active) {
  border-radius: 8px;
}

.left-side .menu-container .sub-menu a.sub-nav-link {
  padding: 0 16px 0 32px;
}


.left-side .menu-container a.nav-link.active {
  background-color: #fff;
  color: #1684fc;
}

.left-side .menu-container .nav-link:hover {
  color: #1684fc;
}

.nav-link.sub-is-active {
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}

/* 中间内容区 */
.article-content {
  flex: 1;
  min-width: 0;
  /* margin: 0 80px; */
}

.article-content p {
    color: rgba(60, 72, 92, 1);
    margin: 20px 10px 20px 20px;
}

.article-content img {
  border-radius: 12px;
}

/* 内容区的详情样式 */
.content-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.content-detail .breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.content-detail .breadcrumb-item.active {
  color: rgba(18, 18, 18, 1);
  font-weight: 500;
}

.content-detail .update-time {
}

.article-content .content {
    line-height: 34px;
    overflow: hidden;
}

.article-content .content img {
    max-width: 100%;
    height: auto;
}

.article-content .content .image {
    margin: 40px 0;
    text-align: center;
}

/* 右侧资源位 */
.right-side {
  width: 350px;
  height: 489px;
  border-radius: 16px;
  flex-shrink: 0;
  padding: 32px 24px;
  position: sticky;
  top: 142px;
  background-color: rgba(233, 243, 255, 1);
  /*background-image: url(http://cdn-yunyin.modao.cc/CMS/article-information/modal-background.png);*/
  background: url(http://cdn-yunyin.modao.cc/CMS/article-information/modal-background.png) center bottom/cover no-repeat;
  text-align: center;
  display: none;
}

@media (min-width: 1440px) {
  .right-side {
    display: block;
  }
}

.right-side .right-side-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
}

.right-side .right-side-content {
  width: 306px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.right-side .right-side-content .content-box {
  width: 141px;
  height: 140px;
  padding: 24px 16px 18px;
  margin-bottom: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.right-side .right-side-content .content-box:nth-child(2n) {
  margin-left: 20px;
}

.right-side .right-side-content .content-box .svg-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border: 1px solid rgba(22, 132, 252, 0.1);
  border-radius: 12px;
}

.right-side .right-side-content .content-box p {
  width: 96px;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(68, 68, 68, 1);
}

.right-side .btn {
  width: 302px;
  height: 48px;
  margin-top: 24px;
  background-color: rgba(22, 132, 252, 1);
  font-size: 18px;
  font-weight: 500;
  border-radius: .5rem;
}

.related-articles {
  margin: 80px 0 240px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related-articles .related-articles-card-groups {
  display: flex;
  justify-content: center;
}

.related-articles .related-articles-card {
  width: 356px;
  height: 411px;
  padding: 16px;
  margin-right: 32px;
  border: 1px solid rgba(86, 93, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0px 30px 100px 0px rgba(33, 39, 158, 0.04);
  transition: all ease-in-out 0.2s;
}

.related-articles .related-articles-card:hover {
    transform: translateY(-3px);
}

.related-articles-card .card-image {
  width: 324px;
  height: 190px;
}

.related-articles-card .card-image img {
  width: 324px;
  height: 190px;
  border-radius: 12px;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.related-articles-card .card-image img:hover {
  box-shadow: 0px 5px 28px 0px rgba(0, 0, 0, 0.06);
}

.related-articles-card .card-title {
  height: 57px;
  margin-top: 32px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

.related-articles-card .card-title:hover {
    color: rgba(22, 132, 252, 1);
}

.related-articles-card .card-description {
  height: 44px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.related-articles-card .card-footer {
  height: 32px;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.related-articles-card .card-footer .card-type {
  width: 56px;
  height: 32px;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: rgba(22, 132, 252, 0.1);
  color: rgba(22, 132, 252, 1);
  font-size: 16px;
  text-align: center;
}

.related-articles-card .card-footer .learn-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgba(22, 132, 252, 1);
  text-decoration: none;
}

.related-articles-card .card-footer .learn-more:hover {
    text-decoration: underline;
}

.related-articles-card .card-footer .learn-more span {
  margin-left: 10px;
  line-height: 10px;
}


/* wx css */
.fixed-link {
    position: fixed;
    top: 84%; 
    right: 32px; 
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1000; 
    transition: top 0.5s ease; 
 }
  
 @media (max-height: 1060px) {
  .fixed-link {
    top: 1100px;
  }
 }
  
 @media (max-width: 1280px) {
  .fixed-link {
    display: none;
  }    
 } 

 .rectangle {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0px 30px 80px 0px rgba(33, 39, 158, 0.04);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  
  .rectangle svg {
    fill: rgba(17, 22, 20, 1);
  }
  
  .rectangle:hover {
    background-color: rgba(22, 132, 252, 1);
  }
  
  .rectangle:hover svg,
  .rectangle svg:hover {
    fill: #fff;
  }
  
  .wechat {
    /* position: relative; */
  }
  
  .wechat-container {
    width: 178px;
    height: 201px;
    padding: 24px 24px 16px;
    border-radius: 12px;
    box-shadow: 0px 8px 20px 0px rgba(33, 39, 158, 0.02), 0px 30px 100px 0px rgba(33, 39, 158, 0.04);
    display: none;
    position: absolute;
    right: 60px;
    bottom: 50px;
    background-color: #fff;
    transition: all ease-in-out 0.5s;
    text-align: center;
  }
  
  .wechat-container img {
    width: 130px;
    height: 130px;
  }
  
  .wechat-container span {
    color: rgba(107, 112, 123, 1);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }    
