.category-wrap {
  display: inline-flex;
  align-items: center;
}
.category-wrap .hash-cate {
  display: inline-flex;
  list-style: none;
  outline: none;
  padding-left: unset;
  margin-bottom: unset;
}
.category-wrap .hash-cate li {
  list-style: none;
  margin-right: 6px;
}
.category-wrap .hash-cate li a {
  box-sizing: border-box;
  padding: 3px;
  font-weight: 500;
}
.category-wrap .hash-cate li a#bo_cate_on {
  color: #72c02c;
  font-weight: 700;
}
.category-wrap .hash-cate li a::before {
  content: "#";
}

.sub-linetit {
  position: relative;
  margin-bottom: 35px;
}
.sub-linetit::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  z-index: 0;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.sub-linetit span {
  position: relative;
  z-index: 1;
  padding-right: 30px;
  background-color: #fff;
  font-size: 30px;
  color: #000;
  font-weight: 700;
}

@media (max-width: 991px) {
  .sub-linetit {
    margin-bottom: 15px;
  }
  .sub-linetit span {
    font-size: 20px;
    padding-right: 15px;
  }
}
@media (max-width: 374px) {
  .sub-linetit span {
    font-size: 15px;
  }
}