a {
  color: #666;
  text-decoration: none;
}
.main-top {
  height: 73px;
  line-height: 73px;
  color: #666;
}
.page-title {
  position: absolute;
  font-size: 6.25rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-container-title {
  font-size: 24px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #282828;
  text-align: center;
}
.title-hr {
  width: 40px;
  height: 2px;
  background: #009cff;
  margin: 0 auto;
}
.title-date {
  font-size: 16px;
  font-family: Adobe Heiti gray;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
.cut-off {
  width: 100%;
  height: 1px;
  border-top: 1px dotted;
  /* overflow: hidden; */
}
.context-container p {
  text-indent: 2em;
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #666666;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 570px) {
  .context-container p {
    margin: 0 10px;
  }
}
.context-img {
  width: 60%;
  margin: 0 auto;
}
.return-list {
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #009cff;
}
.skip {
  font-size: 14px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #999999;
  display: block;
}

.mt-60 {
  margin-top: 3.75rem;
}

.pt-40 {
  margin-top: 2.5rem;
}

.mb-70{
    margin-bottom: 70px;
}