._page_detail {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  background-color: #fff;
}
._page_detail .title {
  text-align: center;
  font-weight: bold;
  font-size: 0.63rem;
  color: #000;
}
._page_detail .time-wrapper {
  padding: 0.2rem 0;
  font-size: 0.32rem;
  color: #8c96a0;
  text-align: center;
}
._page_detail .time-wrapper span {
  display: inline-block;
  vertical-align: top;
}
._page_detail .time-wrapper .author {
  margin-left: 0.3rem;
}
._page_detail .content {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 0.52rem;
  font-size: 0.37rem;
}
._page_detail .content img {
  max-width: 100% !important;
}
._page_detail .prev,
._page_detail .next {
  display: block;
  line-height: 1;
  font-size: 0.37rem;
  color: #167C76;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._page_detail .prev {
  margin-top: 0.3rem;
}
._page_detail .next {
  margin-top: 0.2rem;
}

._page_detail .content video{
  max-width: 100% !important;
}