*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-family: HarmonyOS Sans SC;
}

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 {
  background-color: rgba(0, 94, 217, 1) !important;
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.news-aggregation-page-container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 0 200px;
}

/* top-banner */
.news-top-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: url(http://cdn-yunyin.modao.cc/CMS/article-information/banner-2.png) center bottom/cover no-repeat; */
  background: linear-gradient(272.03deg, #85BFFF 1.51%, #3797FF 98.35%);
}

.news-top-banner.figma {
  background: #A259FF;
}

.news-top-banner.sketch {
  background: linear-gradient(52.14deg, #FFA6B8 22.86%, #FF9528 55.43%, #FF6B41 64.4%, #FFA79F 93.6%);
}

.news-top-banner .container {
  max-width: 1920px;
}

.news-top-banner .container .row {
  padding: 0 200px;
}

.news-top-banner .news-top-banner-icon {
  max-width: 180px;
  display: none;
}

.news-top-banner .news-top-banner-icon img {
  /* max-width: 438px; */
}

.news-top-banner .news-top-banner-img {
  max-width: 613px;
  margin: 40px 0;
  display: none;
}

@media (min-width: 576px) {
  .news-top-banner .news-top-banner-icon {
    display: block;
  }

  .news-top-banner .news-top-banner-img {
    display: block;
  }
}

@media (max-width: 1600px) {
  .news-aggregation-page-container {
    padding: 0 160px;
  }

  .news-top-banner .container .row {
    padding: 0 160px;
  }
}

@media (max-width: 1400px) {
  .news-aggregation-page-container {
    padding: 0 140px;
  }

  .news-top-banner .container .row {
    padding: 0 140px;
  }
}

@media (max-width: 1280px) {
  .news-aggregation-page-container {
    padding: 0 120px;
  }

  .news-top-banner .container .row {
    padding: 0 120px;
  }
}

@media (max-width: 992px) {
  .news-aggregation-page-container {
    padding: 0 80px;
  }

  .news-top-banner .container .row {
    padding: 0 80px;
  }
}

@media (max-width: 768px) {
  .news-aggregation-page-container {
    padding: 0 40px;
  }

  .news-top-banner .container .row {
    padding: 0 40px;
  }
}

/* top-banner-text */
.news-top-banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.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;*/
}

.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;
}

/* 鏂囩珷閮ㄥ垎甯冨眬 */
.news-aggregation-page-container {
  margin-bottom: 92px;
}

.article-container {
  max-width: 1599px;
  margin: 80px auto;
  display: flex;
  justify-content: space-between;
}

.article-container h2 {
  padding-top: 64px;
  margin-bottom: 16px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #111614;
}

.article-container p {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25rem;
  color: #3C485C;
}

.article-content {
  flex: 1;
  min-width: 0;
}

.article-content a {
  margin-top: -16px;
  margin-bottom: 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #1684FC;
  text-decoration: none;
}

.article-content a.content-inner-link {
  font-size: 20px;
}

.article-content a:hover {
  color: rgba(38, 147, 255, 1);
  text-decoration: underline;
}

.article-content .content {
  line-height: 34px;
  overflow: hidden;
}

.article-content .img-container {
  max-width: 600px;
  margin: auto;
}

.article-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.fw-bold {
  font-weight: 700 !important;
}

.left-side {
  width: 376px;
  height: fit-content;
  padding: 32px 16px;
  margin-top: 32px;
  border-radius: 16px;
  flex-shrink: 0;
  /* position: sticky; */
  /* top: 142px; */
  background-color: #f6f7fa;
  display: none;
}

.left-side .menu-title {
  margin-bottom: 24px;
  margin-left: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}


.left-side .menu-container a {
  width: 344px;
  height: 44px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #fff;
  color: #111614;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-side .menu-container a:not(:last-child) {
  margin-bottom: 12px;
}

.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: 100px;
}

.nav-link span {
  margin-right: 8px;
  color: #1684FC;
  font-size: 20px;
  font-weight: 700;
}

.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 {
  box-shadow: 0px 2px 16px 0px #0000000F, 0px 2px 100px 0px #00000014;
  color: #1684fc;
}

.nav-link.sub-is-active {
  border-radius: 8px 8px 0 0;
  background-color: #fff;
}

.right {
  /* height: fit-content;
  position: sticky;
  top: 0; */
}

/* 鍙充晶璧勬簮浣� */
.right-side {
  width: 376px;
  height: fit-content;
  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;
}

.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: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.right-side .right-side-content .content-box {
  width: 141px;
  min-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 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(68, 68, 68, 1);
}

@media (min-width: 1400px) {
  .news-top-banner .news-top-banner-text .news-top-banner-title {
    font-size: 80px !important;
  }
}

@media (min-width: 1280px) {
  .news-top-banner .news-top-banner-text .news-top-banner-title {
    font-size: 60px;
  }

  .left-side {
    display: block;
  }

  .right .right-side {
    display: block;
  }

  .article-content {
    margin-right: 80px;
  }
}

.btn {
  width: 328px;
  height: 44px;
  margin: 0 auto;
  margin-top: 24px;
  display: block;
  background-color: rgba(22, 132, 252, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
  border-radius: .5rem;
  text-transform: none;
}

.btn-arrow {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  animation: btnArrorEffect 3s both infinite;
}

@keyframes btnArrorEffect {
  0% {
    transform: translate(0);
  }

  10% {
    transform: translate(4px);
  }

  20% {
    transform: translate(-2px);
  }

  30% {
    transform: translate(4px);
  }

  40% {
    transform: translate(-2px);
  }

  50% {
    transform: translate(0);
  }
}