#main-layout-content {
  background: #fff;
}
.article {
  padding: 4.875rem 0 5.125rem 0;
}
@media (max-width: 1200px) {
  .article {
    padding: 4.875rem 1.25rem 5.125rem 1.25rem;
  }
}
.article-title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  text-align: center;
  color: #000;
  margin-bottom: 1.3125rem;
}
.article-infos {
  font-weight: 400;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #757575;
  margin-bottom: 1.625rem;
}
.article-infos :first-child {
  margin-right: 3.75rem;
}
.article-content {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.1875rem;
  color: #7e7e7e;
  padding: 2.3125rem 0 3.125rem 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
}
.article-content img {
  max-width: 100%;
}
.article-previous {
  color: #7e7e7eff;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.8125rem;
}
.article-next {
  color: #e33902ff;
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.8125rem;
}
.article-back {
  font-weight: 400;
  font-size: 0.875rem;
  color: #fff;
  width: 7.125rem;
  height: 2.375rem;
  border-radius: 1.1875rem;
  background: #e93b02;
  border: none;
}
