.article-page {
  display: flex;
}
.content {
  max-width: 728px;
}
.content h1 {
  font-size: 36px;
  margin: 20px 0;
}
.article {
  font-size: 16px;
  line-height: 1.5;
  font-family: 'PT Sans', sans-serif;
  padding-bottom: 200px;
  text-align: justify;
  background-color: #fff;
  padding: 10px;
}
.article h2 {
  font-weight: bold;
  font-size: 20px;
}
.article p {
  margin: 10px 0;
  font-weight: 400;
}
.article a {
  color: #420bf8;
  text-decoration: none;
}
.article video,
.article p img {
  width: 100% !important;
  height: auto;
}
.article td {
  word-break: break-all;
}
.article .mce-preview-object {
  width: 100% !important;
  height: auto !important;
}
.article p img[style*='float'] {
  width: 50%;
  height: auto;
}
.mce-object-iframe,
.article iframe {
  width: 100% !important;
  height: auto !important;
}
.page-action {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.page-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
  cursor: pointer;
}
.page-action a:hover {
  text-decoration: underline;
}
.page-action .pre {
  background-color: #ababab;
  width: 20%;
  border-bottom: 2px transparent solid;
  margin-right: 5px;
}
.page-action .pre:hover svg {
  border-bottom: 2px #fff solid;
}
.page-action .next {
  color: #fff;
  background-color: #dc1a0b;
  width: 80%;
  font-size: 24px;
  flex: 1;
}
.page-action .next span {
  margin-right: 15px;
}
.detail-list {
  display: flex;
  flex-flow: row wrap;
  margin: 40px -5px 0 -5px;
}
.detail-list .col {
  width: 50%;
  padding: 5px;
}
.right {
  width: 300px;
  margin-left: 30px;
  flex-shrink: 0;
}
.right .advert-wrap {
  position: sticky;
  top: 60px;
}
.ads-ins-wrap {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .content h1 {
    padding: 0 10px;
    font-size: 24px;
    margin: 20px 0;
  }
  .page-action {
    padding: 0 10px;
  }
  .detail-list {
    width: 100%;
    padding: 0 10px;
  }
  .detail-list .col {
    width: 100%;
  }
  .right-module {
    display: none;
  }
}
