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%;
  padding: 0.35rem 0.6rem;
  background: #fff;
  overflow: hidden;
}
.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;
}
.swiper-container .swiper-slide a {
  position: relative;
  width: 100%;
  height: 4.8rem;
  font-weight: bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.swiper-container .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.1rem;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
}
.swiper-container .swiper-pagination-bullet {
  background: #fff;
}

.wd-box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.line-wrap {
  width: 10%;
  height: 2rem;
}
.line-wrap .line {
  width: 1px;
  height: 4.5rem;
  background: #eaeaea;
  margin: 0.1rem auto;
}
.wd-box .wd-left,
.wd-box .wd-right {
  width: 45%;
}
.title-001 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-001 h3 {
  font-weight: bold;
  font-size: 0.22rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.title-001 h3 img {
  width: 0.23rem;
  margin-right: 0.07rem;
}
.title-001 a {
  font-size: 0.14rem;
  color: #999999;
}
.wz-ul {
  margin-top: 0.2rem;
}
.wz-ul li a {
  padding: 0 0 0.25rem;
}
.wz-ul li a .title {
  font-size: 0.18rem;
  color: #333333;
  width: 100%;
}
.wz-ul li a .title .status {
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.02rem 0.06rem;
}

.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 ;
}

.wz-ul li a .date {
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.15rem;
}
.wz-ul li a .date span:first-child{
  margin-right: 0.2rem;
}
.tp-box .tabs-ul {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.tp-box .tabs-ul li {
  width: 1.1rem;
  height: 0.36rem;
  background: #eff0f2;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.18rem;
  cursor: pointer;
}
.tp-box .tabs-ul .active {
  background: #da2927;
  color: #fff;
}

.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;
}

.notice-box a{
  display: block;
}

.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;
}

.title-wrap .tabs-ul {
  display: flex;
  align-items: center;
}
.title-wrap .tabs-ul li {
  width: 0.72rem;
  height: 0.26rem;
  background: #f5f5f5;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.12rem;
  cursor: pointer;
  font-size: 0.14rem;
}
.title-wrap .tabs-ul li:last-child {
  margin-right: 0;
}
.title-wrap .tabs-ul .active {
  background: #da2927;
  color: #fff;
}

.table-box {
}
.table-head{
  margin-bottom: 0.1rem;
}
.table-head,.table-body {
  display: flex;
  align-items: center;

}
.table-head li{
  font-size: 0.16rem;
  color: #999999;
  flex-shrink: 0;
}
.table-body{
  padding: 0.1rem 0;
}
.table-body li{
  font-size: 0.16rem;
  color: #333;
  flex-shrink: 0;
}
.table-body img{
  width: 0.22rem;
  height: 0.22rem;

}
.table-box li:nth-child(1) {
  width: 15%;
  text-align: center;
}
.table-box li:nth-child(2) {
  width: 49%;
}
.table-box li:nth-child(3) {
  width: 18%;
  text-align: center;
}
.table-box li:nth-child(4) {
  width: 18%;
  text-align: center;
}

.kong-img {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}

@media (max-width: 768px) {
  .con-box .wp1440 {
    flex-wrap: wrap;
  }
  .con-box .con-left {
    width: 100%;
    padding: 0 0.15rem;
  }
  .swiper-container .swiper-slide a{
    height: 2.6rem;
  }
  .wd-box{
    flex-wrap: wrap;
  }
  .wd-box .wd-left{
    width: 100%;
    margin-bottom: 0.2rem;

  }
  .wd-box .wd-right{
    width: 100%;
  }
  .line-wrap{
    display: none;
  }
  .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;
  }
}
