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: 67%;
  overflow: hidden;
  background: #fff;
}
.con-box .con-left .status {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.02rem 0.06rem;
}
.con-box .con-left .table-box {
  padding: 0.1rem 0.2rem;
}
.con-box .con-left .table-head{
  margin-bottom: 0.1rem;
  background: #f2f2f2;
  padding: 0.1rem 0;
}
.con-box .con-left .table-head,.table-body {
  display: flex;
  align-items: center;
}
.con-box .con-left .table-head li{
  font-size: 0.2rem;
  color: #333;
  flex-shrink: 0;
  font-weight: bold;
}
.con-box .con-left .table-body{
  padding: 0.15rem 0;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.con-box .con-left .table-body:hover li:nth-child(1){
  color: #da2927;
}
.con-box .con-left .table-body li{
  font-size: 0.16rem;
  color: #333;
  flex-shrink: 0;
}
.con-box .con-left .table-body img{
  width: 0.22rem;
  height: 0.22rem;

}
.con-box .con-left .table-box li:nth-child(1) {
  width: 50%;
  padding-left: 0.1rem;
}
.table-box li:nth-child(2) {
  width: 20%;
  text-align: center;
}
.table-box li:nth-child(3) {
  width: 15%;
  text-align: center;
}
.table-box li:nth-child(4) {
  width: 15%;
  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 ;
}

.middle_contain_right {
  width: 31%;
  background: #fff;
  padding: 0.3rem 0.22rem;
}

.search-wrap {
  width: 4rem;
  height: 0.44rem;
  background: #da2927;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  padding-left: 0.02rem;
}
.search-wrap input {
  width: 82%;
  height: 0.42rem;
  background: #fff;
  border-radius: 0.05rem;
  padding: 0 0.1rem;
  display: flex;
  align-items: center;
}
.search-wrap .wz-search {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.middle_contain_right .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}

.middle_contain_right .title-wrap .h2-title {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  color: #333;
}

.middle_contain_right .title-wrap .h2-title .line {
  width: 0.04rem;
  height: 0.2rem;
  background: #da2927;
  margin-right: 0.12rem;
}

.irem-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.irem-ul li:nth-child(1) .img-wrap {
  width: 1.98rem;
  height: 1.2rem;
  margin-right: 0.06rem;
}
.irem-ul li:nth-child(2) .img-wrap {
  width: 1.98rem;
  height: 1.2rem;
}

.irem-ul .img-wrap img {
  width: 100%;
  height: 100%;
}

.middle_contain_right .li a {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.16rem;
  color: #666666;
}
.middle_contain_right .li a:hover {
  color: #da2927;
}
.middle_contain_right .margin50 {
  margin-bottom: 0.4rem;
}


.middle_contain_right .qa-box a {
  width: 100%;
  font-size: 0.16rem;
  color: #666666;
  padding: 0.15rem 0;
  border-bottom: 1px solid #E9E9E9;
}
.middle_contain_right .qa-box a:hover {
  color: #da2927;
}

@media (max-width: 768px) {
  .con-box .wp1440 {
    flex-wrap: wrap;
  }
  .con-box .con-left {
    width: 100%;
    padding: 0.1rem 0.15rem 0;
  }
  .con-box .con-left .table-box {
    padding:0;
}
  .con-box .con-left .table-head {
    margin-bottom: 0.05rem;
    padding: 0.06rem 0;
  }
  .con-box .con-left .table-head li {
    font-size: 0.16rem;
    font-weight: 400;
  }
  .middle_contain_right {
    width: 100%;
    margin-top: 0.2rem;
    padding: 0.15rem 0.15rem;
  }
  .search-wrap {
    padding-left: 0.02rem;
  }
  .middle_contain_right .margin50 {
    margin-bottom: 0.2rem;
  }
  .con-box .con-left .table-box li:nth-child(1) {
    width: 40%;
    padding-left: 0.1rem;
  }
  .table-box li:nth-child(2) {
    width: 20%;
    text-align: center;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-box li:nth-child(3) {
    width: 20%;
    text-align: center;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .table-box li:nth-child(4) {
    width: 20%;
    text-align: center;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .con-box .con-left .status {
    font-size: 0.14rem;
    padding: 0.03rem 0.06rem;
}
}
