.column-tit001 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
}

/* .column-tit001 .square-box {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.column-tit001 .square-box .big {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: #0065b3;
  z-index: 1;
}

.column-tit001 .square-box .small {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.12rem;
  height: 0.12rem;
  background: #47ab3f;
} */

.column-tit001 a,
.column-tit001 p {
  font-weight: bold;
  color: var(--ruifox-color-primary-1);
  font-size: 0.32rem;
  line-height: 1;
}

@media (max-width: 960px) {

  .column-tit001 a,
  .column-tit001 p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit001.css.map */