/* 公共样式 */
.main{
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 20px auto;
  font-size: 14px;
  /* background: pink; */
}
.title{ text-align: center; }
.date{ text-align: right; }
.textUnderline{ text-decoration: underline; }
p{
  text-indent: 2em;
  margin: .2em 0;
  line-height: 1.6;
}
a{ color: #88a8fa; }