@import url('../css/reset.css');
body {
  background: #fff;
}
#content .cont {
  width: 100%;
  padding: 16px 20px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E5E5E5;
}
#content .cont h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  margin-bottom: 4px;
}
#content .cont .cont_text {
  margin-bottom: 8px;
  visibility: visible;
}
#content .cont .cont_text p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}
#content .cont .cont_text .fen {
  line-height: 36px;
}
#content .cont .cont_text h4 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 4px;
}
