.column-tit003 {
  position: relative;
  width: fit-content;
}
.column-tit003 .left {
      position: absolute;
        left: -0.25rem;
        top: -0.02rem;
        width: 0.24rem;
}
.column-tit003 .right {
    position: absolute;
    right: -0.4rem;
      top: -0.13rem;
    width: 0.74rem;
    z-index: -1;
}
.column-tit003 a {
    display: block;
    color: #18514e;
}
.column-tit003 a p {
    font-size: 0.4rem;
    line-height: 1;
    font-family: 'sy';
    font-weight: bold;
    width: fit-content;
    position: relative;
    z-index: 1;
}
.column-tit003 a .bottom {
    display: flex;
    align-items: center;
    margin-top: 0.15rem;
}
.column-tit003 a .bottom .line {
    width: 0.3rem;
    height: 0.02rem;
    background-color: #5ca29c;
}
.column-tit003 a .bottom span {
    font-weight: normal;
    font-size: 0.14rem;
    color: #c8c8c8;
    line-height: 1;
    margin-left: 0.05rem;
    display: inline-block;
    word-break: break-all;
}
@media (max-width: 960px) {
.column-tit003 .left {
        width: 13px;
        left: -10px;
    }
  .column-tit003 .right {
    width: 43px;
    right: -22px;
    top: -10px;
}
  .column-tit003 a p{
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=column-tit003.css.map */