@media (min-width: 1000px) {
 .showa{
    display:block;
}
.showm{
    display:none;
}
  }
@media (max-width: 998px) {
  .showa{
    display:none;
}
.showm{
    display:block;
}
.xfsj{
  padding:0px 20px 20px 20px;
}
.xfsjtitle{
  color:rgb(213,21,25);
  font-size:14px;
  margin-bottom: 10px;
  margin-top:40px;
}
.xfsjsubtitle{
  color:rgb(102,102,102);
  font-size:12px;
  line-height: 18px;
}
.xfsjcontent{
  color:rgb(102,102,102);
  font-size:12px;
  line-height: 18px;
}


  }