/**
 * base.less
 * 函数调用
 */
/**
 * 全站颜色汇总
 */
.p-tit {
  margin: 24px 0;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
.p-info {
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  color: #999;
}
.p-info .time {
  margin-right: 25px;
}
.p-con {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
}
.p-guide {
  font-size: 14px;
  line-height: 32px;
}
.p-guide .tip {
  color: #999;
}
