.Servicios .Servicios_body {
  width: 12rem;
  margin: auto;
}
.Servicios .Servicios_body .Servicios_step {
  display: flex;
  justify-content: space-around;
  text-align: center;
  border-bottom: 1px solid #bd1a2d;
  margin: 0.65rem 0;
}
.Servicios .Servicios_body .Servicios_step li {
  position: relative;
}
.Servicios .Servicios_body .Servicios_step li .e_img {
  height: 0.6rem;
}
.Servicios .Servicios_body .Servicios_step li .e_img img {
  height: 100%;
}
.Servicios .Servicios_body .Servicios_step li p {
  font-size: 0.22rem;
  padding: 0.3rem 0;
}
.Servicios .Servicios_body .Servicios_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;
}
.Servicios .Servicios_body .Servicios_step li.active p {
  color: #bd1a2d;
}
.Servicios .Servicios_body .Servicios_step li.active span {
  width: 0.47rem;
  background: #bd1a2d;
  border-radius: 0.07rem;
  border: none;
}
.Servicios .Servicios_body .s_content li {
  display: flex;
  border-bottom: 1px dashed #ababab;
  padding: 0.35rem 0;
}
.Servicios .Servicios_body .s_content li .list_img {
  width: 3.93rem;
  height: 1.9rem;
}
.Servicios .Servicios_body .s_content li .list_img img {
  width: 100%;
  height: 100%;
}
.Servicios .Servicios_body .s_content li .text {
  width: 7.46rem;
  margin-left: 0.45rem;
  align-self: center;
}
.Servicios .Servicios_body .s_content li .text .tit {
  font-size: 0.36rem;
  line-height: 0.42rem;
  padding-bottom: 0.1rem;
}
.Servicios .Servicios_body .s_content li .text p {
  font-size: 0.22rem;
  line-height: 0.26rem;
  hyphens: auto;
  /* 
                        
                        display: -webkit-box;
                        word-break: break-all;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 3;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        border: 1px solid; */
}
.Servicios .Servicios_body .page {
  width: 12rem;
  margin: 0.5rem auto 0.6rem;
  font-size: 0.24rem;
}
.Servicios .Servicios_body .page ul {
  display: flex;
  justify-content: right;
}
.Servicios .Servicios_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;
}
.Servicios .Servicios_body .page ul li.active {
  color: #ffffff;
  background: #bd1a2d;
  border: none;
}


/* mmmmm */
.Servicios_body .page {
  display: flex;
  justify-content: right;
}
.Servicios_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;
}
.Servicios_body .page a.current {
  color: #ffffff;
  background: #bd1a2d;
  border: none;
}
.Servicios .Servicios_body .s_content li .list_img{
    overflow:hidden;
}
.Servicios .Servicios_body .Servicios_step .Servicios_list .e_img{
    background-size:contain;
}
.Servicios_step .active .icon1{
    background: url(./servicios_icon1.png) center center no-repeat;
}
.Servicios_step .icon1{
    background: url(./servicios_icon2.png) center center no-repeat;
}
.Servicios_step .active .icon2{
    background: url(./servicios_icon3.png) center center no-repeat;
}
.Servicios_step .icon2{
    background: url(./servicios_icon4.png) center center no-repeat;
}
.Servicios_step .active .icon3{
    background: url(./servicios_icon5.png) center center no-repeat;
}
.Servicios_step .icon3{
    background: url(./servicios_icon6.png) center center no-repeat;
}
.Servicios_step .active .icon4{
    background: url(./servicios_icon7.png) center center no-repeat;
}
.Servicios_step .icon4{
    background: url(./servicios_icon8.png) center center no-repeat;
}
.Servicios_step .active .icon5{
    background: url(./servicios_icon9.png) center center no-repeat;
}
.Servicios_step .icon5{
    background: url(./servicios_icon10.png) center center no-repeat;
}
.Servicios_step .active .icon6{
    background: url(./servicios_icon11.png) center center no-repeat;
}
.Servicios_step .icon6{
    background: url(./servicios_icon12.png) center center no-repeat;
}