.public-title {
  text-align: center;
  margin-top: 0.8rem;
}
.public-title p {
  position: relative;
  font-size: 0.48rem;
  color: #808080;
  font-weight:400;
  padding-bottom: 0.266667rem;
  box-sizing: border-box;
  font-family:'SourceHanSansCN';
  margin-bottom: 0.293333rem;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 0.346667rem;
  height: 2px;
  background: #808080;
  bottom: 0;
  left: 50%;
  margin-left: -0.133333rem;
}
.public-title h3 {
  font-size:0.48rem;
  margin-bottom: 0.466667rem;
}
.public-title .tab-box {
  font-size: 0;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.public-title .tab-box a {
  position: relative;
  width: 25%;
  display: inline-block;
  font-size: 0.346667rem;
  color: #737373;
  line-height: 1.0rem;
  height: 1.0rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  box-sizing: border-box;
  margin-top: -1px;
}
.public-title .tab-box a:before {
  position: absolute;
  content: '';
  top: 0.266667rem;
  bottom: 0.266667rem;
  right: 0;
  width: 1px;
  background: #e9e9e9;
}
.public-title .tab-box a:last-child:before {
  display: none;
}
.public-title .tab-box a.active {
  background: #cba46c;
  font-weight: 700;
  color: #fff;
}
.public-title .tab-box a.active:before {
  display: none;
}