@import url('../css/head_foot.css');
#content .cont {
  width: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #333;
}
#content .cont h2 {
  font-size: 20px;
  font-family: m;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
  font-weight: bold;
}
#content .cont .text {
  margin-bottom: 16px;
}
#content .cont .text p {
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666;
  line-height: 24px;
  margin-bottom: 8px;
}
#content .cont .text .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
#content .cont .text .suo {
  text-indent: 1em;
}
