* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.18rem;
}
.mainBox {
  width: 100%;
  height: 100%;
  background-color: #fafcfe;
}
.mainBox .back1 {
  width: 14.2rem;
  height: 5rem;
  margin: 0.3rem auto;
  position: relative;
}
.mainBox .back1 .swiper {
  width: 100%;
  height: 4.6rem;
}
.mainBox .back1 .swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.mainBox .back1 .swiper .swiper-slide img {
  width: 8.4rem;
  height: 100%;
  /* background-color: red; */
}
.mainBox .back1 .swiper .swiper-slide .right {
  width: 6.3rem;
  height: 3.6rem;
  background-color: #fff;
  box-shadow: 0.02rem 0.03rem 0.07rem 0.01rem rgba(0, 0, 0, 0.16);
  margin-left: -0.5rem;
}
.mainBox .back1 .swiper .swiper-slide .right h2 {
  font-size: 0.2rem;
}
.mainBox .back1 .swiper .swiper-slide .right hr {
  width: 5.42rem;
  margin: 0.21rem 0 0.2rem 0;
}
.mainBox .back1 .swiper .swiper-slide .right p {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 3em;
}
.mainBox .back1 .swiper .swiper-slide .right label {
  color: #666;
  display: block;
  margin: 0.21rem 0 0.38rem 0;
}
.mainBox .back1 .swiper .swiper-slide .right button {
  display: block;
  width: 1.36rem;
  height: 0.4rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  background-color: #029e4f;
  border-radius: 1.21rem 1.21rem 1.21rem 1.21rem;
}
.mainBox .back1 .swiper .swiper-slide .right button>img{
  width: .23rem;
  height: .12rem;
  margin-left: .11rem;
}
.mainBox .back1 .change {
  position: absolute;
  top: 95%;
}
.mainBox .lists {
  width: 14.2rem;
  margin: 0 auto;
}
.mainBox .lists .listOne {
  height: 1.9rem;
  margin: 0 0 0.3rem 0;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(67, 40, 133, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainBox .lists .listOne .bigImg {
  width: 2.4rem;
  height: 1.54rem;
  margin-left: 0.2rem;
  overflow: hidden;
}
.mainBox .lists .listOne .bigImg img {
  width: 2.4rem;
  height: 1.54rem;
  transition: scale 3s;
}
.mainBox .lists .listOne .bigImg:hover img {
  scale: 1.5;
}
.mainBox .lists .listOne h2 {
  color: #333;
  font-size: 0.2rem;
  font-weight: normal;
}
.mainBox .lists .listOne hr {
  margin: 0.18rem 0 0.2rem 0;
}
.mainBox .lists .listOne p {
  color: #666;
  font-family: Microsoft YaHei-Regular;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainBox .lists .listOne:hover h2,
.mainBox .lists .listOne:hover hr {
  color: #039e50;
  font-weight: bold;
  border-color: #039e50;
}
