#content {
  padding: 16px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont_r {
  width: 1154px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #E5E5E5;
}
#content .cont_r h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
#content .cont_r .cont_text {
  margin-bottom: 8px;
}
#content .cont_r .cont_text:last-child {
  margin-bottom: 0;
}
#content .cont_r .cont_text p {
  font-size: 16px;
  font-family: r;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}
#content .cont_r .cont_text p:last-child {
  margin-bottom: 0;
}
#content .cont_r .cont_text .suo {
  text-indent: 1em;
}
