/* 设置每个盒子的标题样式 */
.box-title,.box-title-more{
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}

.box-title-more{
  justify-content: space-between;
}

.box-title-more a{
  color: #999999;
  font-size: 12px;
}

.box-title-more span{
  display: flex;
  align-items: center;
}

.box-title::before,.box-title-more span::before{
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 3px;
  height: 16px;
  background: #4469B3;
}