.content .layout table {
    border: 1px solid #e3e7e8;
    /* width: 1050px; */
    text-align: center;
    margin-top: 15px;
}

.content .layout table tbody tr td:nth-child(2){
    text-align: center;
}

.content .layout .tr-box {
    background: #ebefff;
}

.content .layout .tr-box td {
    background: #ebefff;
    border: 1px solid #e3e7e8;
    height: 45px;
    /* padding: 0 30px; */
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    text-align: center;
}

.content .layout .tr-box td:nth-child(1) {
    width: 9%;
}

.content .layout .tr-box td:nth-child(2) {
    width: 7%;
    text-align: center;
}

.content .layout .tr-box td:nth-child(3) {
    width: 24%;
}

.content .layout .tr-box td:nth-child(4) {
    width: 14%;
}

.content .layout .tr-box td:nth-child(5) {
    width: 40%;
}

.content .layout table td {
    border: 1px solid #e3e7e8;
    height: 45px;
    padding: 0 30px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}
.navigation-bread {
  padding-top: 25px;
  margin-bottom: 16px;
  overflow: hidden;
}

.navigation-bread i {
  float: left;
  font-style: normal;
  width: 22px;
  height: 16px;
  margin-right: 12px;
  background: url(../images/fill_icon.png) no-repeat;
  margin-top: 2px;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  float: left;
  margin-right: 0px;
}
.navigation-bread .navigation-cur {
  color: #0066ff;
  cursor: default;
}
.navigation-bread>a+a:before {
  content: "> ";
  color: #333333;
}