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