.title{
  padding: 18px 16px;
  font-family: SourceHanSansCN-Normal,PingFangSC-Medium;
  font-size: 16px;
  line-height: 22px;
  color: #2A2A2A;
  letter-spacing: 0;
  background:#fff;
  text-align: justify;
}
.title p{
  font-family: SourceHanSansCN-Normal,PingFangSC-Medium;
  font-size: 20px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin: 0 0 18px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #2A2A2A;
}
table tr td,table tr th {
  border: 1px solid #2A2A2A;
  font-size: 14px;
  padding: 5px;
  word-break: break-all;
  word-wrap: break-word;
}