body{
  background: #FFFFFF;
}
.mainbox {
  /*height: 1560px;*/
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  box-sizing: border-box;
  /*background: red;*/
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}
.mainbox .bread a {
  text-emphasis: none;
  color: #666666;
  font-size: 16px;
}

.mainbox .hd {
  width: 100%;
  height: auto!important;
  display: flex;
  flex-direction: column;
}

.mainbox .hd .hdhd {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.mainbox .hd .hdhd .image {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  background: url("../image/icon_ep.png");
}

.mainbox .hd .hdhd h2 {
  color: #1976D2;
}
.mainbox .hd .hdhd .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 .hd .hdbd {
  width: 100%;
  /*height: 227px;*/
  margin-top: 20px;
  background-color: #fff;
}

.mainbox .hd .hdbd table {
  width: 100%;
  height: 100%;
  /*table-layout: fixed;*/
  box-sizing: border-box;
  border-collapse: collapse ;

}

.mainbox .hd .hdbd table tr td {
  /*border-top: 1px solid #CBCDCF;*/
  /*border-right: 1px solid #CBCDCF;*/
  box-sizing: border-box;
  border: 1px solid #D9DADC;
  height: 55px;
}

.mainbox .hd .hdbd table tr td:nth-child(odd) {
  width: 230px;
  padding-right: 30px;
  text-align: right;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  background-color: #F5F7F9;
}

.mainbox .hd .hdbd table tr td:nth-child(even) {
  width: 370px;
  padding-left: 31px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
}

/*.mainbox .hd .hdbd table tr td:nth-child(3) {*/
  /*width: 210px;*/
  /*font-size: 14px;*/
  /*padding-right: 30px;*/
  /*text-align: right;*/
  /*font-size: 14px;*/
  /*font-family: Source Han Sans CN;*/
  /*font-weight: 400;*/
  /*color: #333333;*/
  /*background-color: #F5F7F9;*/
/*}*/

/*.mainbox .hd .hdbd table tr td:last-child {*/
  /*width: 361px;*/
  /*padding-left: 31px;*/
  /*font-size: 14px;*/
  /*font-family: Source Han Sans CN;*/
  /*font-weight: 400;*/
  /*color: #333333;*/
  /*!*border-right: 1px solid #CBCDCF;*!*/
/*}*/

.mainbox .bd {
  display: flex;
  /*height: 986px;*/
  width: 100%;
  flex-direction: column;
  margin-top: 20px;
}

.mainbox .bd .secondarytabBar {
  display: flex;
  justify-content: space-around;
  width: 987px;
  height: 54px;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

.mainbox .bd .secondarytabBar li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /*line-height: 54px;*/
  margin: 0 2px;
  padding: 0 3px;
  box-sizing: border-box;
  background-color: #D2E4F6;
  font-size: 14px;
}
.mainbox .bd .secondarytabBar li a{
  /*display: block;*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

/*.mainbox .bd .secondarytabBar li:hover {*/
  /*background-color: #1976D2;*/
  /*color: #FFFFFF;*/
/*}*/
.mainbox .bd .secondarytabBar .current{
  background-color: #1976D2;
  color: #FFFFFF;
}
.mainbox .bd .secondarytabBar .current a{
  color: #FFFFFF;
}
/*.mainbox .bd .secondarytabBar li:hover a{*/
  /*color: #FFFFFF;*/
/*}*/
.mainbox .bd .contents .content{
  display: none;
}
.mainbox .bd table {
  width: 100%;
  height: 916px;
  table-layout: fixed;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
  margin-top: 15px;
  border-collapse: collapse ;
  border: 1px solid #D9DADC;

}

.mainbox .bd table tr {
  width: 100%;
  box-sizing: border-box;
}

.mainbox .bd table tr th {
  box-sizing: border-box;
  border: 1px solid #D9DADC;
  background: #F5F7F9;
}

.mainbox .bd table tr th:first-child {
  width: 57px;
}

.mainbox .bd table tr th:nth-child(2) {
  width: 98px;
}

.mainbox .bd table tr th:nth-child(3) {
  width: 118px;
}

.mainbox .bd table tr th:nth-child(4) {
  width: 313px;
}

.mainbox .bd table tr th:nth-child(5) {
  width: 99px;
}

.mainbox .bd table tr th:nth-child(6) {
  width: 118px;
}

.mainbox .bd table tr th:nth-child(7) {
  width: 146px;
}

.mainbox .bd table tr th:last-child {
  width: 242px;
}

.mainbox .bd table tr td {
  box-sizing: border-box;
  border: 1px solid #D9DADC;
}

.mainbox .bd table tr td:first-child {
  text-align: center;
}

.mainbox .bd table tr td .score {
  line-height: 1.5;
}

.mainbox .bd table tr td .score span {
  font-size: 24px;
  color: #1976D2;
}



