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