.common-breadcrumb {
  position: relative;
}
.common-breadcrumb span{
  user-select: none;
  position: relative;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-right: 26px;
}
.common-breadcrumb span.active{
  font-weight: 500;
  color: #CC0000;
}
.common-breadcrumb span a{
  user-select: none;
  position: relative;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  /* margin-right: 26px; */
  text-decoration: none;
}
.common-breadcrumb span.active a{
  font-weight: 500;
  color: #CC0000;
}

.common-breadcrumb span:last-child{
  font-weight: 500;
  color: #CC0000;
}
.common-breadcrumb span:before {
  content:' > ';
  position:absolute;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  right: -17px;
  top: -2px;
  user-select: none;
}
.common-breadcrumb span:last-child:before {
  content:'';
}

.article h1 {
  /* height: 40px; */
  font-size: 28px;
  font-weight: 500;
  color: #222222;
  line-height: 40px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px dashed #333333;
}
.article h3 {
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.article p {
  
}