.Explorar .Explorar_body {
  width: 12rem;
  margin: auto;
}
.Explorar .Explorar_body .Explorar_step {
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-bottom: 1px solid #bd1a2d;
  margin: 0.65rem 0;
}
.Explorar .Explorar_body .Explorar_step li {
  width: 200px;
  position: relative;
}
.Explorar .Explorar_body .Explorar_step li .e_img {
  height: 0.6rem;
}
.Explorar .Explorar_body .Explorar_step li .e_img img {
  height: 100%;
}
.Explorar .Explorar_body .Explorar_step li p {
  font-size: 0.22rem;
  padding: 0.3rem 0;
}
.Explorar .Explorar_body .Explorar_step li span {
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #ffffff;
  border: 1px solid #bd1a2d;
  border-radius: 50%;
  position: absolute;
  bottom: -0.08rem;
  left: 0;
  right: 0;
  margin: auto;
}
.Explorar .Explorar_body .Explorar_step li.active p {
  color: #bd1a2d;
}
.Explorar .Explorar_body .Explorar_step li.active span {
  width: 0.47rem;
  background: #bd1a2d;
  border-radius: 0.07rem;
  border: none;
}
.Explorar .Explorar_body .e_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Explorar .Explorar_body .e_content li {
  width: 5.86rem;
  margin-bottom: 0.35rem;
}
.Explorar .Explorar_body .e_content li .list_img {
  width: 5.86rem;
  height: 3.41rem;
}
.Explorar .Explorar_body .e_content li .list_img img {
  width: 100%;
  height: 100%;
}
.Explorar .Explorar_body .e_content li p {
  font-size: 0.22rem;
  line-height: 0.26rem;
  padding: 0.15rem 0;
}
.Explorar .Explorar_body .e_content li .date {
  color: #ababab;
  font-size: 0.22rem;
}
.Explorar .Explorar_body .page {
  width: 12rem;
  margin: 0.15rem auto 0.6rem;
  font-size: 0.24rem;
}
.Explorar .Explorar_body .page ul {
  display: flex;
  justify-content: right;
}
.Explorar .Explorar_body .page ul li {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #000000;
  margin-left: 0.1rem;
  box-sizing: border-box;
}
.Explorar .Explorar_body .page ul li.active {
  color: #ffffff;
  background: #bd1a2d;
  border: none;
}


/* mmmm */
.Explorar_body .page {
  display: flex;
  justify-content: right;
}
.Explorar_body .page a {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  border: 1px solid #000000;
  margin-left: 0.1rem;
  box-sizing: border-box;
}
.Explorar_body .page a.current {
  color: #ffffff;
  background: #bd1a2d;
  border: none;
}
.Explorar .Explorar_body .Explorar_step .Explorar_list .e_img{
    background-size:contain;
}
.Explorar_step .active .icon1{
    background: url(./explorar_icon01.png) center center no-repeat;
}
.Explorar_step .icon1{
    background: url(./explorar_icon02.png) center center no-repeat;
}
.Explorar_step .active .icon2{
    background: url(./explorar_icon1.png) center center no-repeat;
}
.Explorar_step .icon2{
    background: url(./explorar_icon2.png) center center no-repeat;
}
.Explorar_step .active .icon3{
    background: url(./explorar_icon3.png) center center no-repeat;
}
.Explorar_step .icon3{
    background: url(./explorar_icon4.png) center center no-repeat;
}
.Explorar_step .active .icon4{
    background: url(./explorar_icon5.png) center center no-repeat;
}
.Explorar_step .icon4{
    background: url(./explorar_icon6.png) center center no-repeat;
}
.Explorar_step .active .icon5{
    background: url(./explorar_icon7.png) center center no-repeat;
}
.Explorar_step .icon5{
    background: url(./explorar_icon8.png) center center no-repeat;
}
.Explorar_step .active .icon6{
    background: url(./explorar_icon9.png) center center no-repeat;
}
.Explorar_step .icon6{
    background: url(./explorar_icon10.png) center center no-repeat;
}
.Explorar_step .active .icon7{
    background: url(./explorar_icon11.png) center center no-repeat;
}
.Explorar_step .icon7{
    background: url(./explorar_icon12.png) center center no-repeat;
}
.Explorar_step .active .icon8{
    background: url(./explorar_icon13.png) center center no-repeat;
}
.Explorar_step .icon8{
    background: url(./explorar_icon14.png) center center no-repeat;
}