.czj-box {
  margin-top: 0.06rem;
  padding: 0 0.2rem;
}
.czj-box .ys-list-box {
  float:left;
  width: 6.62rem;
}
.czj-box .zj-list-box  {
  float: right;
  width: 6.62rem;
}
.czj-box .czj-type-box {
  margin: .15rem 0 .1rem 0;
}
.czj-box .czj-type-box::after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.czj-box .czj-type-box .czj-type-item {
  float: left;
  padding: 0 .25rem;
  margin-right: .14rem;
  height: .3rem;
  line-height: .3rem;
  font-size: .16rem;
  letter-spacing: 1.5px;
  text-align: center;
  box-sizing: border-box;
  color: #333;
  border: solid 1px #ca1c1d;
  border-radius: .15rem;
  -webkit-border-radius: .15rem;
  -moz-border-radius: .15rem;
  -ms-border-radius: .15rem;
  -o-border-radius: .15rem;
}
.czj-box .czj-type-box .czj-type-item.active {
  color: #fff;
  background-color: #ca1c1d;
}

.czj-box .ly-box {
  margin-top: .35rem;
  width: 100%;
}
.ly-box .ly {
  float: left;
  position: relative;
  margin-bottom: 0.36rem;
  padding: 0.45rem 0.25rem 0.15rem 0.25rem;
  width: 8.95rem;
  min-height: 1.33rem;
  box-sizing: border-box;
  border: solid 1px #ffc3c3;
  background-color: #fffcf8;
}
.ly-box .ly .ly-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0.2rem;
  top: -0.16rem;
  padding: 0 0.1rem;
  height: 0.32rem;
  background-color: #fffcf8;
}
.ly-box .ly .ly-title img {
  height: 0.22rem;
}
.ly-box .ly .ly-title span {
  font-size: 0.22rem;
  font-family: fzxbs;
  color: #ca1c1d;
}
.ly-box .ly .ly-title span:nth-child(2) {
  color: #eb8000;
}
.ly-box .ly .ly-list .ly-item {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  padding: 0 0.1rem;
  width: calc((100% - 0.6rem) / 5);
  height: 0.5rem;
  background-color: #fff5e2;
  box-sizing: border-box;
}
.ly-box .ly .ly-list .ly-item:nth-child(5n + 5) {
  margin-right: 0;
}
.ly-box .ly .ly-list .ly-item span {
  font-size: 0.18rem;
  letter-spacing: 1.35px;
  color: #000;
}
.ly-box .ly .ly-list .ly-item:hover span {
  color: #ca1c1d;
}

.ly-box #jsjs-swiper {
  float: right;
  width: 4.24rem;
}
.ly-box #jsjs-swiper .swiper-slide {
  height: 1.33rem;
}
.ly-box #jsjs-swiper .swiper-slide  a {
  display: block;
  width: 100%;
  height: 100%;
}
.ly-box #jsjs-swiper .swiper-slide  a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.ly-box #jsjs-swiper .swiper-slide:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
.ly-box #jsjs-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: solid 1px #ca1c1d;
  box-sizing: border-box;
  background-color: transparent;
}
.ly-box #jsjs-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ca1c1d;
}
@media screen and (max-width: 768px) {
  .czj-box {
    margin-top: 0.15rem;
    padding: 0 0.15rem;
  }


  .czj-box .ys-list-box {
    float:none;
    width: 100%;
  }
  .czj-box .zj-list-box  {
    float: none;
    margin: .15rem 0;
    width: 100%;
  }
  .czj-box .czj-type-box {
    margin: .15rem 0 0 0;
  }
  .czj-box .czj-type-box .czj-type-item {
    padding: 0 .15rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
    letter-spacing: 0.5px;
  }
  .czj-box .zj-list-box .pTit01 li{
    width: 50%;
  }
  .czj-box .ly-box {
    margin-top: 0.3rem;
    width: 100%;
  }
  .ly-box .ly {
    float: none;
    margin-bottom: 0.15rem;
    padding: 0.25rem 0.15rem 0.05rem 0.15rem;
    width: 100%;
  }
  .ly-box .ly .ly-list .ly-item {
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    padding: 0 0.1rem;
    width: calc((100% - 0.15rem) / 2);
    height: 0.5rem;

  }
  .ly-box .ly .ly-list .ly-item:nth-child(5n + 5) {
    margin-right: .15rem;
  }
  .ly-box .ly .ly-list .ly-item:nth-child(2n + 2) {
    margin-right: 0;
  }

  .ly-box #jsjs-swiper {
    float: none;
    margin: .15rem 0;
    width: 100%;
  }
  .ly-box #jsjs-swiper .swiper-slide {
    height: 1.23rem;
  }

}
