body{
  background: #FFFFFF;
}
.mainbox {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 102px;
  padding-top: 30px;
  box-sizing: border-box;
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a{
  color: #666666;
  font-size: 16px;
  text-decoration: none;
}
.mainbox .topTitle{
  display: flex;
  align-items: center;
  margin: 34px 0px 20px 0px
  /*vertical-align: middle;*/
}
.mainbox  .topTitle .image {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background: url("../image/icon_bd.png");
}
.mainbox .topTitle .redlist{
  width: 70px;
  height: 24px;
  margin-right: 15px;
  margin-left: 22px;
  line-height: 24px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  border-radius: 4px;
  background-color: #E03B3A;
}

.mainbox .topTitle h2{
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
/*.mainbox h2 {*/
  /*margin: 34px 0 19px 20px;*/
  /*font-size: 28px;*/
  /*font-family: Source Han Sans CN;*/
  /*font-weight: bold;*/
  /*color: #333333;*/
/*}*/

.mainbox .project {
  width: 100%;
  /*height: 1043px;*/
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse:collapse;
}

.mainbox .project tbody {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.mainbox .project tbody tr td {
  height: 55px;
  border: 1px solid #CBCDCF;
  box-sizing: border-box;
}


.mainbox .project tbody tr td:nth-child(odd){
  width: 230px;
  text-align: right;
  padding-right: 34px;
  background-color: #F5F7F9;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .project tbody tr td:nth-child(even) {
  padding-left: 34px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}



.mainbox .secondarytabBar {
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 54px;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.mainbox .secondarytabBar li {
  flex: 1;
  height: 100%;
  line-height: 54px;
  width: 106px;
  /*padding: 14px 4px;*/
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
  background-color: #D2E4F6;
  margin-right: 5px;
}

.mainbox .secondarytabBar .current {
  background-color: #1976D2;
  color: #FFFFFF;
}
.mainbox .secondarytabBar .current a{
  display: block;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}

.mainbox .bd {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
}

.mainbox .bd .bdhd {
  display: flex;
  height: 40px;
  line-height: 40px;
}

.mainbox .bd .bdhd li {
  height: 100%;
  margin-right: 54px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
}

.mainbox .bd .bdhd li:hover {
  color: #1976D2;
  border-bottom: 2px solid #1976D2;
  cursor: pointer;
}

.mainbox .bd .ft {
  height: 271px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
  table-layout: fixed;
  text-align: center;
  border-collapse:collapse;
}

.mainbox .bd .ft tr {
  box-sizing: border-box;
}

.mainbox .bd .ft tr th {
  box-sizing: border-box;
  border: 1px solid #a6ceed;
  height: 55px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  color: #333333;
  background-color: #E0EEFA;
}

.mainbox .bd .ft tr td {
  box-sizing: border-box;
  border: 1px solid #a6ceed;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

.mainbox .bd .ft tr td:last-child {
  color: #1976D2;
}

