.show {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.show .public-tit {
  width: 15rem;
}

.show .show-swiper1 {
  width: 100%;
  height: 8.2rem;
  overflow: hidden;
}

.show .show-swiper1 .swiper-slide {
  width: 100%;
  height: 9rem;
}

.show .show-swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
}

.show .show-swiper2 {
  width: 15rem;
  margin: .2rem auto .4rem auto;
  overflow: hidden;
}

.show .show-swiper2 .swiper-slide {
  position: relative;
  cursor: pointer;
}

.show .show-swiper2 .swiper-slide img {
  height: 100%;
  width: 100%;
}

.show .show-swiper2 .swiper-slide .show-slide-con {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: .3s;
  height: 100%;
  width: 100%;
}

.show .show-swiper2 .swiper-slide .show-slide-con .show-slide-tit {
  position: absolute;
  left: .2rem;
  bottom: .2rem;
  color: white;
  font-size: .24rem;
  padding-top: .22rem;
  opacity: 0;
  transition: .3s;
}

.show .show-swiper2 .swiper-slide .show-slide-con .show-slide-tit::after {
  content: "";
  height: 1px;
  width: .22rem;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
}

.show .show-swiper2 .swiper-slide-thumb-active .show-slide-con {
  background: none;
}

.show .show-swiper2 .swiper-slide-thumb-active .show-slide-con .show-slide-tit {
  opacity: 0;
}

.show .show-desc {
  width: 15rem;
  margin: 0 auto;
  margin-bottom: .85rem;
  font-size: .22rem;
  text-indent: .44rem;
  font-weight: 500;
  text-align: left;
  color: #444444;
  line-height: 2;
}

.show .show-desc p {
  margin: 0 auto;
}
