body {
  background: #f6f6f6;
}
.con-box a:hover .title {
  color: #da2927;
}
.con-box .wp1440 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.con-box .con-left {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-top: 0.2rem;
}
.tabs-ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
}
.status {
  display: inline-block;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  padding: 0.02rem 0.06rem;
}
.tabs-ul li {
  width: 1.35rem;
  height: 0.4rem;
  background: #eff0f2;
  border-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.35rem;
  cursor: pointer;
  font-size: 0.18rem;
}
.tabs-ul li:last-child {
  margin-right: 0;
}
.tabs-ul .active {
  background: #da2927;
  color: #fff;
}

.table-box {
  padding: 0.1rem 0.2rem;
}
.table-head {
  margin-bottom: 0.1rem;
  background: #f2f2f2;
  padding: 0.1rem 0;
}
.table-head,
.table-body {
  display: flex;
  align-items: center;
}
.table-head li {
  font-size: 0.2rem;
  color: #333;
  flex-shrink: 0;
  font-weight: bold;
}
.table-body {
  padding: 0.15rem 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.table-body:hover li:nth-child(1) {
  color: #da2927;
}
.table-body li {
  font-size: 0.16rem;
  color: #333;
  flex-shrink: 0;
  text-align: left;
}
.table-body img {
  width: 0.22rem;
  height: 0.22rem;
}
.table-box li:nth-child(1) {
  width: 50%;
  padding-left: 0.1rem;
}
.table-box li:nth-child(2) {
  width: 10%;
  text-align: center;
}
.table-box li:nth-child(3) {
  width: 20%;
  text-align: center;
}
.table-box li:nth-child(4) {
  width: 10%;
  text-align: center;
}
.table-box li:nth-child(5) {
  width: 10%;
  text-align: center;
}

.bread-crumbs {
  width: 14.4rem;
  padding: 0.2rem auto 0;
}

.color1 {
  border: 1px solid #15bc63;
  color: #15bc63;
}
.color2 {
  border: 1px solid #25a5f8;
  color: #25a5f8;
}
.color3 {
  border: 1px solid #ad64d2;
  color: #ad64d2;
}
.color4 {
  border: 1px solid #ff8e36;
  color: #ff8e36;
}
.color5 {
  border: 1px solid #da2927;
  color: #da2927;
}

@media (max-width: 768px) {
  .con-box .wp1440 {
    width: 100%;
    flex-wrap: wrap;
  }
  .con-box .con-left {
    width: 100%;
    padding: 0.15rem;
  }
  .bread-crumbs {
    padding: 0 0.1rem;
  }
  .table-box {
    padding: 0;
  }
  .table-head {
    margin-bottom: 0.05rem;
    padding: 0.06rem 0;
  }
  .table-head li {
    font-size: 0.16rem;
    font-weight: 400;
  }
  .table-box li:nth-child(1) {
    width: 30%;
    padding-left: 0.1rem;
  }
  .table-box li:nth-child(2) {
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-box li:nth-child(3) {
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-box li:nth-child(4) {
    width: 20%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-box li:nth-child(5) {
    width: 15%;
    text-align: center;
  }
  .status {
    font-size: 0.14rem;
    padding: 0.01rem 0.02rem;
}
}
