.detailstitle{
  margin-top: .3646rem;
  margin-bottom: .1563rem;
  clear: both;
}
.am-pagination>li>a, .am-pagination>li>span{
  padding: 0 .1333rem;
}
/* .tabbar{
  height: .7467rem;
  line-height: .7467rem;
  width: 100%;
  border-bottom: .0133rem solid #dddddd;
}
.tabbar i{
  display: inline-block;
  padding:  0 .0667rem;
} */
.titles{
  text-align: center;
  font-size: .1563rem;
  font-weight: 700;
}
.datas{
  padding-right: .3125rem
}
.oletitle{
  text-align: center;
  margin-bottom: .3125rem;
}
.oletitle span{
 color: #bdbdbd;
}
.titlecone{

}
.titlecone span{
  display: block;
  line-height: .2083rem;
  text-indent: .1042rem;
  padding-bottom: .2083rem;
}
.titlecone .images{
  display: flex;
  justify-content: center;
  /* margin-bottom: ; */
  margin: .2083rem auto;
  width: 70%;
}
.titlecone .images img{
  cursor: pointer;
 
}
.contetext{
  padding-bottom: .2083rem;
  /* margin-bottom: 40px; */
}
.box .yqlj .titles{
    font-weight: 400;
    font-size: .0625rem;
}
/*屏幕在1024px到1199之间（中屏幕电脑）*/
@media screen and (min-width: 1024px) and (max-width: 1280px){
   
  .pagintab{
    width: 3.2292rem;
  }
  
  } 
 /*（适配手机屏幕显示）*/
 @media screen and (min-width: 320px) and (max-width: 1023px){
  .detailstitle{
    margin-top: .9333rem;
    margin-bottom: .4rem;
    clear: both;
  }
  .am-pagination>li>a, .am-pagination>li>span{
    padding: 0 .1333rem;
  }
  /* .tabbar{
    height: .7467rem;
    line-height: .7467rem;
    width: 100%;
    border-bottom: .0133rem solid #dddddd;
  }
  .tabbar i{
    display: inline-block;
    padding:  0 .0667rem;
  } */
  .titles{
    text-align: center;
    font-size: .4rem;
    font-weight: 700;
  }
  .datas{
    padding-right: .8rem;
  }
  .oletitle{
    text-align: center;
    margin-bottom: .8rem;
  }
  .oletitle span{
   color: #bdbdbd;
  }
  .titlecone{
  
  }
  .titlecone span{
    display: block;
    line-height: .64rem;
    text-indent: .2667rem;
    padding-bottom: .5333rem;
  }
  .titlecone .images{
    
    width: 100%;
  }
  .titlecone .images{
    display: flex;
    justify-content: center;
    margin-bottom: .5333rem;
  }
  .titlecone .images img{
    cursor: pointer;
  }
  .contetext{
    padding-bottom: .5333rem;
    /* margin-bottom: 40px; */
  }
 }