.content{
  width: 70%;
  margin: 0 auto;
}
.tabbarsssss{}
.jputbtn{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .0781rem 0;
}
.jputbtn span{
  white-space: nowrap;
}
.jputbtn .inputs{
  width: .1563rem !important;
  height: .1563rem !important;
  margin: 0 .0521rem;
}
.jputbtn a{
  position: relative;
    display: block;
    
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border: .0052rem solid #ddd;
    border-radius: 0;
    padding: .0104rem .0521rem;
    /* margin-bottom: .5rem; */
    margin-left: .0521rem;
}
.pagintab{
  width: 2.3958rem;
  float: left;
  height: .1823rem;
}
.pagintab ul li a{
 
  height: .1563rem;
  line-height: .1563rem;
}
.pagintab ul li span{
  background-color: #ffffff ;
  border: none;
  height: .0156rem;
  line-height: .0781rem;
}
.pagintlist{
  display: flex;
  justify-content: center;
  padding: .2604rem 0;
  clear: both;
}
.am-pagination>li>a, .am-pagination>li>span{
  padding: 0 .0521rem;
}
.tabbarsss{
  height: .2917rem;
  line-height: .2917rem;
  width: 100%;
  border-bottom: .0052rem solid #dddddd;
}
.tabbarsss i{
  display: inline-block;
  padding:  0 .026rem;
}
.contetext{
  /* background-color: #ffffff; */
  border-bottom: .0052rem solid #dddddd;
  
}
 .contetext ul{
  list-style-type: disc  ;
  padding-top: .1302rem;
  padding-bottom: .1302rem;
  padding-right: .1302rem;
  padding-left: .2604rem;
}
 .contetext ul li{
  line-height: .2604rem;
  width: 100%;
  clear: both;
  
}
.contetext ul li:hover{
  cursor: pointer;
}

.contetext ul li .titles{
  /* font-weight: 700; */
  display: block;
  float: left;
}
.contetext ul li .datas{
  display: block;
  float: right;
  color: #9f9f9f;
}
.am-pagination{
  margin: .0833rem 0;
}
.am-form-field{
  padding: 0;
}
footer .box .yqlj .linkme .onediv span{
  text-decoration: underline;

}
/*屏幕在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){
  .content{
    width: 90%;
  }
  .tabbarsss{
    height: 1.2rem;
    line-height: 1.2rem;
    color: #b8b8b8;
    font-size: .4rem;
    
  }
  .tabbarsss span{
    display: inline-block;
    padding: 0 .1333rem;
  }
  .tabbarsss span a{
    color: #b8b8b8;
  }
  .contetext ul{
    list-style: none;
    padding: 0 0 1.6rem 0;
    
  }
  .contetext{
    border-bottom: .0133rem dashed #cccccc;
  }
  .bordernode{
    border-bottom: none;
  }
  .contetext ul li{
    padding: .8533rem 0;
  }
  .contetext ul li .titles{
    font-size: .4rem;
    line-height: .6667rem;

  }
  .contetext ul li .datas{
    float: left;
    font-size: .3333rem;
    line-height: .6667rem;
  }
}