.article__body {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 56px 95px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .article__body {
    padding: 40px 18px;
    margin-bottom: 16px;
  }
}

.article__meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.article__tags {
  display: flex;
}

.article__tag-link,
.article__tag-link:hover {
  color: white;
  padding: 1px 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  margin-right: 8px;
}

.article__tag-link--blue {
  background: #71c0ff;
}

.article__tag-link--pink {
  background: #ffa290;
}

.article__title {
  color: rgb(68, 68, 68);
  font-size: 32px;
  font-family: PingFangTC-Semibold;
  font-weight: 600;
  margin-bottom: 8px;
}

.article__detail {
  color: rgb(166, 166, 166);
  margin-bottom: 56px;
}

.content__element {
  margin-bottom: 32px;
}

.content__title {
  color: rgb(68, 68, 68);
  font-size: 20px;
  font-family: PingFangTC-Medium;
  font-weight: 500;
}

.content__text {
  line-height: 28px;
}

.content__img {
  max-width: 100%;
}

.news-pagination {
  margin-bottom: 100px;
}

.page-item {
  padding: 20px;
  display: flex;
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}

.page-item__img {
  width: 151px;
  height: 90px;
  margin-right: 24px;
}

.page-item__nav {
  color: rgb(127, 127, 127);
  font-size: 14px;
  font-family: PingFangTC-Regular;
  margin-bottom: 8px;
}

.page-item__title {
  /*width: 321px;*/
  /*height: 56px;*/
  color: rgb(68, 68, 68);
  font-size: 20px;
  font-family: PingFangTC-Medium;
  font-weight: 500;
}

@media (max-width: 769px) {
  .page-item__img {
    display: none;
  }
}
