@media all and (max-width: 720px) { 
  .news_body_box_content .table-box {
    width: 100%;
    font-size: 14px;
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .table-box .table-head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333;
    font-size: 18px;
  }
  .table-box .table-body {
    font-size: 13px;
  }
  .table-box .table-body .tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #eeeeee;
    box-sizing: border-box;
    height: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .table-box .table-body .tr .td {
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* pc端 */
@media all and (min-width: 720px) {
  .news_body_box_right_table {
    width: 100%;
    margin-top: 20px;
  }

  .news_body_box_right_table thead tr th {
    font-size: 16px;
    text-align: left;
  }
  .news_body_box_right_table tbody tr {
    border-bottom: 1px dashed #eeeeee;
  }
  .news_body_box_right_table tbody tr td {
    height: 61.5px;
    color: #666;
    font-size: 14px;
    padding-right: 20px;
    vertical-align: middle;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
