.Conten {
  width: 9.6rem;
  margin: 0 auto;
  border-bottom: 0.013333rem dashed #999999;
}
.Conten .Contitle {
  width: 9.6rem;
}
.Conten .Contitle span {
  display: block;
  width: 8.8rem;
  margin: 0 auto;
  font-size: 0.453333rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 0.56rem;
}
.Conten .ContLast {
  width: 8.8rem;
  height: 1.066667rem;
  margin: 0 auto;
}
.Conten .ContLast span {
  font-size: 0.346667rem;
  color: #999999;
  text-align: center;
  display: block;
  height: 1.066667rem;
  line-height: 1.066667rem;
}
.textCont {
  width: 9.08rem;
  margin: 0 auto;
  margin-top: 0.386667rem;
}
.textCont p{
  margin-top: 0.4rem;
}
.textCont img{
  margin: 0 auto;
}
.textCont span {
  display: block;
  font-size: 0.346667rem;
  color: #333;
}
.pages {
  width: 9.6rem;
  height: 1.786667rem;
  margin: 0 auto;
  margin-top: 1.973333rem;
  margin-bottom: 2.146667rem;
}
.pages a {
  display: block;
  width: 9.066667rem;
  height: 0.8rem;
}
.pages a .pageprev {
  width: 9.6rem;
  height: 0.8rem;
  background: #f1f1f1;
  border-radius: 0.026667rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages a .pageprev .pageCont {
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pages a .pageprev .pageCont span {
  font-size: 0.32rem;
  display: block;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #333;
  display: flex;
}
.pages a .pageprev .pageCont i {
  display: block;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 7.533333rem;
}
.activ {
  background: #1a56b5 !important;
}
.activ span {
  color: #fff !important;
}
