.main .breakCrumb {
  height: 80px;
  display: flex;
  align-items: center
}

.main .breakCrumb span,
.main .breakCrumb a {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333
}

.main .breakCrumb a.active {
  color: #FF6E00
}

.main .tab {
  width: 1200px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: flex;
  padding: 0 30px 0 16px;
  align-items: center
}

.main .tab .left {
  width: 48px
}

.main .tab h3 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-left: 15px;
  font-weight: bold
}

.main .tab p {
  margin-left: 51px
}

.main .tab p span {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-left: 30px
}

.main .tab p b {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF6E00
}

.main .tab a.img {
  width: 58px;
  height: 64px;
  margin-left: auto
}

.main .tab a.img .right {
  width: 58px;
  height: 64px
}

.main .content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%
}

.main .content .tableBody {
  width: 100%
}

.main .content .tableBody li {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  width: 10%;
  text-align: center
}

.main .content .tableBody li a:hover {
  background: #FF6E00;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none
}

.main .content .tableBody li a {
  display: inline-block;
  width: 90px;
  height: 34px;
  border-radius: 16px;
  border: 1px solid #FF6E00;
  line-height: 34px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FF6E00
}

.main .content ul {
  display: flex;
  min-height:66px;
  /* height: 66px; */
  align-items: center;
  width: 100%;
  justify-content: space-around;
  border-bottom: 1px solid #EEEEEE
}

.main .content ul.tableHeader {
  height: 48px;
  background: #F5F5F5;
  border-radius: 8px;
  justify-content: space-around;
  border: none
}

.main .content ul.tableHeader li {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  width: 10%;
  text-align: center;
  font-weight: bold
}