.headPage {
  border-bottom: 1px solid #e5e5e5;
  height: 74px;
}
.headBox {
  margin: 0 auto;
  width: 1102px;
  height: 74px;
  line-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headBox .title_left {
  height: 100%;
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  color:#333;
 
}

.headBox .breadBox{
  height: 100%;
  font-family: adobekaitistd-regular;
  color: #333;
  font-size: 14px;
}