

#f_statement .section {
  margin-top: 0.6rem;
}

#f_statement .section ul {
  margin: 0.3rem 0 0;
  font-size: 0;
  overflow: hidden;
}

#f_statement .section ul li {
  position: relative;
  float: none;
  width: 100%;
  overflow: hidden;
}

#f_statement .section ul li:nth-child(2n) {
  float: none;
  text-align: left;
}

#f_statement .section ul li:nth-child(n + 3) {
  margin: 0 0 0;
}

#f_statement .section ul li:nth-child(n + 2) {
  margin: 0.3rem 0 0;
}

#f_statement .section ul li:nth-child(2n + 1) {
  clear: both;
}

#f_statement .section ul li a {
  font-size: 0.28rem;
  line-height: 1.625;
  padding-left: 0.1rem;
}

#f_statement .section ul li a::before {
  content: "";
  display: inline-block;
  float: left;
  position: relative;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.15rem solid #0d46a1;
  top: 0.1rem;
  margin: 0 0.05rem 0 0;
}

#f_statement .section ul li a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 0.26rem;

  height: 0.28rem;
  margin: 0 0 0 0.05rem;
  background-size: 0.26rem 0.28rem;
}
