.content-wrap {
  background: #FCFCFC;
  display: inline-block;
  width: 16rem;
}
.content {
  padding-bottom: 1rem;
  margin: 0 auto;
  display: block;
  width: 14.5rem;
}
.content .base-title {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #666666;
  font-weight: normal;
  font-family: "微软雅黑";
  line-height: 1rem;
}
.content .base-title:before {
  content: " ";
  width: 0.375rem;
  height: 0.375rem;
  background: #2FC6BD;
  display: inline-block;
  margin-right: 0.375rem;
  vertical-align: 0.1rem;
}
.content .base-desc {
  margin-top: 1rem;
  font-size: 0.6rem;
  color: #333333;
  font-family: "微软雅黑";
  line-height: 0.975rem;
}