.g-html {
  color: rgba(0,0,0,0.65);
}

.g-html img {
  max-width: 100% !important;
}

.g-html p {
  min-height: 1rem;
}

.title {
  text-align: center;
}

.time {
  text-align: center;
  margin: 1.2rem 0;
  color: rgba(0,0,0,0.65);
}

.tail {
  text-align: right;
  padding: 2rem 5rem 4rem 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.tail a {
  color: #256FFF;
}