.mainbox {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 130px;
  padding-top: 30px;
  box-sizing: border-box;
}

.mainbox .bread {
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a {
  text-decoration: none;
  color: #666666;
  font-size: 16px;
}

.mainbox h2 {
  margin-top: 38px;
  text-align: center;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}

.mainbox .line {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  background-color: #1976D2;
}

.mainbox #box {
  width: 100%;
  height: 815px;
}
