.bar-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.bar-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #E5E5E5;
}
.bar-title .txt {
  height: 44px;
  display: flex;
  position: relative;
  border-bottom: 2px solid #D7000F;
}
.bar-title .txt .tit {
  font-weight: bold;
  font-size: 20px;
  color: #D7000F;
  line-height: 26px;
}
.bar-title .txt span {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 26px;
}
