.maxbud_articles_page {
  width: 100%;
  background: #ffffff;
}

.maxbud_articles_main {
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.maxbud_articles_title {
  margin-top: 123px;
  font-size: 60px;
  color: var(--text-color);
  line-height: 72px;
  text-align: center;
}
.maxbud_articles_title,
.maxbud_articles_sub_title {
  max-width: 897px;
}

.maxbud_articles_sub_title {
  margin-top: 24px;
  font-size: 20px;
  color: #1d2939;
  line-height: 30px;
  text-align: center;
}

.articles_content {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.article {
  cursor: pointer;
  max-width: 1154px;
  margin-top: 50px;
  display: flex;
  flex-flow: column;
}

.article .image {
  width: 1154px;
  height: 397px;
  object-fit: cover;
  border-radius: 16px 16px 16px 16px;
}

.article .desc {
  margin-top: 25px;
  font-size: 16px;
  color: var(--sub-text-color);
  line-height: 24px;
  text-align: left;
}

.article .title {
  margin-top: 16px;
  font-size: 30px;
  color: #1d2939;
  line-height: 38px;
}

.article .summary {
  margin-top: 8px;
  font-size: 18px;
  color: var(--sub-text-color);
  line-height: 28px;
}

.maxbud_articles_main .maxbud_download_section {
  margin-top: 96px;
}

.article_pagination {
  margin-top: 96px;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sub-text-color);
  line-height: 30px;
}

.article_pagination .pagination_prev,
.article_pagination .pagination_next {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.article_pagination .pagination_next {
  margin-left: 20px;
}

.article_pagination .pagination_num {
  margin-left: 20px;
  cursor: pointer;
}

.pagination_pages .pagination_quicknext {
  margin-left: 20px;
  cursor: pointer;
}

.pagination_pages .current_page {
  color: var(--text-color);
}
