/*
@media screen and (max-width: 500px) {
  table {
    border: 0;
  }  
  table thead {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
        height: auto !important;
  }
  table td {
    border-bottom: 1px solid #DDD;
    display: block;
           width: 25em;
  }
}


@media screen and (max-width: 1000px) {
  table {
    border: 0;
  }  
  table thead {
    display: none;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
        height: auto !important;
  }
  table td {
    border-bottom: 1px solid #DDD;
    display: block;
           width: 25em;
  }
}*/


.n_dtl_txt table {margin: 0px auto !important;}
.n_dtl_txt p img {height: auto;}
video{width: 80%;}

.n_dtl_txt table span{    font-size: .18rem !important;
    font-family: "微软雅黑"  !important;}
