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;
}
.con-box .con-left li {
  background: #fff;
  padding: 0.3rem 0.6rem;
  margin-bottom: 0.2rem;
}
.con-box .con-left .middle_contain_left_title {
  text-align: center;
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  line-height: 0.44rem;
}

.con-box .con-left .middle_title_text {
  margin-top: 0.3rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e7e7e7;
}

.con-box .con-left .middle_title_text .status {
  display: inline-block;
  border-radius: 0.05rem;
  font-size: 0.16rem;
  padding: 0.02rem 0.06rem;
  margin-right: 0.2rem;
}

.reply-box {
  width: 100%;
  padding: 0.2rem;
  margin-top: 0.2rem;
  border: 1px solid #da2927;
  border-radius: 0.05rem;
}
.reply-box .hf-title {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #da2927;
}
.reply-box .hf-title img {
  width: 0.26rem;
  margin-right: 0.1rem;
}
.reply-box .hp-li {
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.1rem;
}
.reply-box .hp-li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.reply-box .cl-box {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #333;
}
.reply-box .cl-box span:nth-child(2) {
  color: #da2927;
  margin: 0 0.4rem 0 0.1rem;
}
.reply-box .cl-box span:nth-child(3) {
  color: #999;
  margin: 0 0.4rem 0 0.1rem;
}

.desc {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  color: #333;
  line-height: 0.28rem;
}

.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;
}

.con-box .con-left .middle_title_text .span {
  font-size: 0.14rem;
  color: #999;
  margin-right: 0.2rem;
}
.con-box .con-left .middle_title_text .bold {
  font-weight: bold;
  color: #333;
  font-size: 0.16rem;
}
.con-box .con-left .middle_title_text_bot {
  border-bottom: none;
  border-top: 1px solid #e7e7e7;
  padding-top: 0.25rem;
  padding-bottom: 0;
}

.con-box .con-left .artical-main {
  width: 100%;
  color: #333;
  line-height: 0.3rem;
  font-size: 0.16rem;
  margin-top: 0.3rem;
}
.swiper-container {
  margin-top: 0.2rem;
}
.swiper-container .swiper-button-next {
  background: url(../img/swiper-button-next1.png) no-repeat;
  width: 0.45rem;
  height: 0.62rem;
  margin-top: -0.31rem;
  right: 0;
  background-size: contain;
}
.swiper-container .swiper-button-prev {
  background: url(../img/swiper-button-prev1.png) no-repeat;
  width: 0.45rem;
  height: 0.62rem;
  margin-top: -0.31rem;
  left: 0;
  background-size: contain;
}
.swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 4.8rem;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-pagination-bullet {
  background: #fff;
}

.table-box a {
  width: 100%;
  font-size: 0.16rem;
  color: #666666;
  padding: 0.15rem 0;
  border-bottom: 1px solid #e9e9e9;
}
.table-box a:hover {
  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: 0.56rem;
}
.irem-ul li:nth-child(2) a:first-child {
  margin-bottom: 0.08rem;
}

.irem-ul .img-wrap img {
  width: 100%;
  height: 100%;
}

.notice-box {
  padding: 0.15rem 0.25rem;
  width: 100%;
  background: linear-gradient(180deg, #ffe3e3 0%, #ffffff 32%);
  border-radius: 0.05rem;
  border: 1px solid #ffe7e7;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.28rem;
}

.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;
}

@media (max-width: 768px) {
  .con-box .wp1440 {
    flex-wrap: wrap;
  }
  .con-box .con-left {
    width: 100%;
    padding: 0;
  }

  .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 li {
    background: #fff;
    padding: 0.1rem 0.1rem;
    margin-bottom: 0.2rem;
  }
  .con-box .con-left .middle_contain_left_title {
    font-size: 0.26rem;
  }
  .reply-box .cl-box span{
    flex-shrink: 0;
  }
}
