.list-wrap {padding:0}
/*表格*/
.data-table {width:100vw;border-collapse: collapse}
.data-table td, .data-table th {padding: 2px 5px;border:1px dotted #ddd}
.data-table.statistics {line-height: 2rem;font-size: .7rem}
.data-table.statistics th {border:1px solid #ccc;background-color: rgba(200,200,200,.3)}
.data-table.statistics td {color: #ff3300}
.data-table.letter {line-height: 2rem;font-size: .7rem}
.data-table.letter th, .data-table.letter td {border:none;border-bottom: 1px dotted #ddd}
.data-table.letter th {color: #3072cf}
.data-table.letter td {color: #999}
.data-table.letter a {display:block;max-width: 80vw;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: .75rem;color: #555}
/*图片*/
.image-wrap {padding:0;margin: 1rem 0}
.image-wrap img {width: 100%;height: auto;object-fit: contain}
/*卡片*/
.card.interactive {margin: .5rem 0 !important}


  .channel-title h2 {
    padding: 0.5rem;
    margin: 0;
    font-size: .85rem;
    color: #1d5eb8;
  }