.column-tit004 {
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
}
.column-tit004 a {
    display: flex;
    flex-direction: column;
        align-items: center;
}
.column-tit004 a .tit-line {
    height: 0.04rem;
    width: 0.32rem;
    background-color: #ff8400;
    margin-top: 0.1rem;
}
.column-tit004 a,
.column-tit004 p {
  color: #333;
  font-size: 0.24rem;
  line-height: 1;
}

@media (max-width: 960px) {

  .column-tit004 a,
  .column-tit004 p {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit004.css.map */