.centerFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.roundContainer {
  width: 586px;
  height: 586px;
  border-radius: 50%;
  border: 3px dashed #cfa8721f;
}
.roundContainer-2 {
  width: 460px;
  height: 460px;
  border-radius: 50%;
  border: 3px dashed #cfa8721f;
}
.roundContainer-3 {
  width: 362px;
  height: 362px;
  border-radius: 50%;
  border: 20px solid #cfa972;
}
.roundContainer-3-content {
  width: 304px;
  height: 304px;
  background: #0068b7;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  flex-flow: column;
}
.roundContainer-title {
  font-size: 32px;
  font-weight: bold;
}
.roundContainer-content {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
}
.section-row {
  display: flex;
  justify-content: space-between;
}
.section-title {
  width: 397px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 24px;
}
.section-left .section-title {
  background-image: url(../../images/nzj/jtgk02_11.png);
}
.section-right .section-title {
  background-image: url(../../images/nzj/jtgk02_10.png);
}
.section-content {
  font-size: 28px;
  color: #82520c;
  line-height: 40px;
  width: 336px;
  margin: 0 auto;
}
.section-pre{
    width: 324px;
}
.sections{
    position: absolute;
    top: 41px;
}
.section-bottom-row{
    position: absolute;
    top: 440px;
}
.text-center{
    text-align: center;
}
.smallContent{
    font-size: 18px;
    line-height: 1.2;
}
