:root {
  --red: #8b1425;
  --red-hover: #90080e;
  --red-btn: #e84040;
  --gold: #f7e7d1;
  --ink: #232323;
  --title: #444;
  --muted: #a5a5a5;
  --meta: #777;
  --line: #e8e8e8;
  --w: 1200px;
  --font: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: #fff;
  padding-top: 145px;
  min-width: 1200px;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red-hover); }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { width: var(--w); margin: 0 auto; }

.topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 70px;
  background: #fff;
  z-index: 99;
}
.topbar-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; color: var(--ink) !important; }
.brand img { height: 44px; width: auto; }
.utils { display: flex; align-items: center; gap: 20px; color: #838383; }
.utils button, .utils a {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 0; cursor: pointer;
  color: #838383; padding: 0; font-size: 14px;
}
table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width:100%! important;
}

td,th {
    padding: 5px 10px;
    border: 1px solid #DDD;
    text-align: center;
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

table tr.firstRow th {
    border-top-width: 2px;
}

.ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.ue-table-interlace-color-double {
    background-color: #f7faff;
}

td p {
    margin: 0;
    padding: 0;
    text-align: center !important;
    font-size: 16px! important;
        background: #ffffff00! important;
    line-height: 2! important;
}
td p span {
    margin: 0;
    padding: 0;
  text-align: center !important;
    font-size: 16px! important;
     background: #ffffff00! important;
    line-height: 2! important;
}
.utils button:hover, .utils a:hover { color: var(--red); }
.icon { width: 18px; height: 18px; }

.nav {
  position: fixed;
  top: 70px; left: 0; right: 0;
  height: 42px;
  background: var(--red);
  z-index: 98;
}
.nav ul {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav li.is-active { background: var(--gold); }
.nav a {
  display: block;
  color: #fff !important;
  font-size: 16px;
  line-height: 42px;
  padding: 0 6px;
  white-space: nowrap;
  font-weight: 400;
}
.nav li.is-active a { color: var(--red) !important; }
.nav a:hover { color: var(--gold) !important; }
.nav li.is-active a:hover { color: var(--red) !important; }

.page { min-height: 520px; padding-bottom: 50px; }

.hero {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 40px;
}
.carousel {
  position: relative;
  width: 853px;
  height: 470px;
  overflow: hidden;
  background: #111;
  flex: none;
}
.slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .45s;
  background-size: cover;
  background-position: center;
}
.slide.is-on { opacity: 1; z-index: 1; }
.slide-cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 12px 16px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 16px;
}
.slide-cap a { color: #fff !important; }
.pager { color: #ddd; font-size: 13px; }
.statement { width: 310px; flex: none; }
.statement h3 {
  margin: 0 0 12px;
  color: var(--red-hover);
  font-size: 19px;
  font-weight: 400;
}
.statement-box {
  border: 1px solid #edd6d8;
  height: 438px;
  padding: 16px 14px;
  color: #555;
  font-size: 14px;
  line-height: 1.85;
  overflow: hidden;
}
.statement-box strong { color: var(--red); }

.home-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 0 0 40px;
}
.home-row > section { width: 575px; }
.sec-title {
  margin: 0 0 15px;
  color: var(--red-hover);
  font-size: 19px;
  font-weight: 400;
}
.sec-title a { color: var(--red-hover) !important; }
.feat {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 10px;
}
.feat img, .feat .thumb { width: 168px; height: 96px; object-fit: cover; flex: none; }
.feat h4 { margin: 0; font-size: 16px; font-weight: 400; line-height: 1.45; color: #444; }
.news-list li, .plain-list li {
  line-height: 28px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li { font-size: 15px; line-height: 32px; }

.block { padding: 0 0 36px; }
.block h2.sec-title { font-size: 22px; }

.channel-top {
  overflow: hidden;
  height: 395px;
  margin-bottom: 40px;
}
.head-img {
  float: left;
  width: 690px;
  height: 395px;
  position: relative;
  color: #fff !important;
  font-size: 0;
}
.head-img img {
  width: 690px;
  height: 395px;
  object-fit: cover;
}
.head-img p {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.head-right {
  float: right;
  width: 475px;
}
.head-right h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.head-right h3:nth-child(even) {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}
.head-right a { color: #444; }
.head-right a:hover { color: var(--red-hover); }

.list-box { overflow: hidden; margin-bottom: 50px; }
.two-col > article { width: 840px; }
.two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feed-col { width: 840px; float: left; }
.side-col { width: 360px; float: right; }
.side-inner { width: 310px; float: right; }

.feed-item {
  overflow: hidden;
  position: relative;
  padding: 20px 0 15px;
  border-bottom: 1px solid var(--line);
  height: 156px;
  list-style: none;
}
.feed-item .list-img,
.feed-item .thumb,
.feed-item img.thumb {
  float: left;
  width: 240px;
  height: 120px;
  object-fit: cover;
  font-size: 0;
}
.feed-item .list-img img {
  width: 240px;
  height: 120px;
  object-fit: cover;
}
.list-right, .feed-body {
  float: right;
  width: 565px;
  position: relative;
}
.feed-item h3 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 400;
  color: #444;
  line-height: 29px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.feed-item h3 a { font-weight: 400; color: #444; }
.feed-item h3 a:hover { color: var(--red-hover); }
.feed-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-bottom, .meta {
  position: absolute;
  left: 275px;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: space-between;
  color: var(--meta);
  font-size: 14px;
}
.list-right .list-bottom, .feed-body .meta {
  left: 0;
  bottom: 0;
}
.feed-item .list-bottom { left: 275px; }

.more-wrap {
  width: 100%;
  text-align: center;
  margin: 24px 0 190px;
}
.feed-col > ul { list-style: none; margin: 0; padding: 0; }
.more-btn {
  width: 230px; height: 45px;
  color: #8c1525;
  border: 1px solid #8c1525;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.side-card { margin-bottom: 36px; }
.side-feat {
  display: block;
  position: relative;
  width: 310px;
  height: 170px;
  margin-bottom: 10px;
  color: #fff !important;
  font-size: 0;
}
.side-feat img {
  width: 310px;
  height: 170px;
  object-fit: cover;
}
.side-feat p {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  margin: 0;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.side-banner, .side-banner-img {
  width: 310px;
  height: 160px;
  margin: 12px 0 0;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  padding: 12px;
}
.side-banner.plain {
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 160px;
}
.rank-mini li {
  display: flex; gap: 8px; align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.rank-no {
  width: 18px; height: 18px; line-height: 18px; text-align: center;
  background: #eee; color: #555; font-size: 12px; flex: none;
}
.rank-no.top { background: var(--red); color: #fff; }

.crumb { padding: 16px 0 6px; color: #888; font-size: 13px; }
.article-title { font-size: 28px; line-height: 1.4; margin: 8px 0 12px; font-weight: 400; color: #333; }
.article-meta { color: #888; font-size: 13px; margin-bottom: 22px; display: flex; gap: 16px; }
.article-body { font-size: 16px; line-height: 1.95; color: #333; }
.article-body p { margin: 0 0 18px; }
.cite-box {
  background: #faf6f6; border-left: 3px solid var(--red);
  padding: 14px 16px; margin: 20px 0; color: #444; font-size: 15px;
}
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 24px 0; }
.tag { background: #f4f4f4; padding: 4px 10px; font-size: 12px; color: #666; }

.toolbar {
  display: flex; gap: 10px; flex-wrap: wrap; align-items: center;
  padding: 8px 0 16px;
}
.toolbar input, .toolbar select {
  height: 36px; border: 1px solid #ddd; padding: 0 10px; font-size: 14px;
}
.toolbar input { width: 240px; }
.btn {
  height: 36px; padding: 0 16px; border: 0; background: var(--red); color: #fff;
  cursor: pointer; font-size: 14px;
}
.btn:hover { background: #6f101c; }
.btn-ghost { background: #fff; color: var(--red); border: 1px solid var(--red); }
table.rank { width: 100%; border-collapse: collapse; font-size: 14px; }
table.rank th {
  background: var(--red); color: #fff; font-weight: 400; text-align: left;
  padding: 10px 8px;
}
table.rank td { padding: 10px 8px; border-bottom: 1px solid #eee; color: #444; }
table.rank tr:hover td { background: #faf6f6; }
.pager-bar { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; padding: 22px 0; }
.pager-bar button {
  min-width: 36px; height: 32px; border: 1px solid #ddd; background: #fff; cursor: pointer;
}
.pager-bar button.is-on { background: var(--red); color: #fff; border-color: var(--red); }

.notice {
  background: #fff8f8; border: 1px solid #f0d0d1; color: #7a2a2d;
  padding: 10px 14px; font-size: 13px; line-height: 1.7; margin: 12px 0 18px;
}

.brand-hero {
  display: flex; gap: 22px;
  padding: 18px 0 8px;
}
.mark {
  width: 160px; height: 160px; flex: none;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 42px; font-weight: 700;
  background: linear-gradient(160deg, #1e3a5f, #8b1425 70%);
}
.kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 8px; }
.kpi { border: 1px solid var(--line); padding: 14px; }
.kpi b { display: block; font-size: 22px; color: var(--red-hover); font-weight: 400; }
.kpi span { color: #888; font-size: 12px; }

.mask {
  position: fixed; inset: 0; background: rgba(0,0,0,.45);
  display: none; z-index: 120; align-items: center; justify-content: center;
}
.mask.is-open { display: flex; }
.modal { width: 420px; background: #fff; padding: 28px 28px 22px; }
.modal h3 { margin: 0 0 16px; font-size: 20px; font-weight: 400; }
.modal label { display: block; font-size: 13px; color: #666; margin: 10px 0 4px; }
.modal input { width: 100%; height: 38px; border: 1px solid #ddd; padding: 0 10px; }
.modal .row { display: flex; gap: 10px; margin-top: 16px; }
.tabs { display: flex; gap: 18px; margin-bottom: 8px; }
.tabs button { background: none; border: 0; padding: 0; cursor: pointer; color: #888; font-size: 16px; }
.tabs button.is-on { color: var(--red); }

.footer {
  margin-top: 0;
  background: #18191c;
  padding: 45px 0 25px;
  color: #ddd;
}
.footer .wrap { width: 1250px; }
.partners-label { float: left; margin-right: 10px; }
.partners {
  display: flex; flex-wrap: wrap; gap: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 23px;
  font-size: 15px;
  color: #ddd;
}
.partner {
  padding: 0 19px;
  border-right: 2px solid #ddd;
  line-height: 1.8;
  color: #ddd !important;
  font-size: 15px;
}
.partner:hover { color: #fff !important; }
.foot-links {
  display: flex;
  justify-content: center;
  gap: 0;
  padding: 0 0 18px;
  font-size: 16px;
}
.foot-links a {
  color: #ddd !important;
  padding: 0 20px;
  border-right: 2px solid #ddd;
}
.foot-links a:last-child { border-right: 0; }
.foot-links a:hover { color: #fff !important; }
.copy {
  text-align: center;
  color: #4c4d4e;
  font-size: 15px;
  line-height: 1.8;
}

.to-top {
  position: fixed;
  right: calc(50% - 650px);
  bottom: 80px;
  width: 50px; height: 50px;
  background: var(--red-btn);
  color: #fff;
  border: 0; cursor: pointer; font-size: 20px; z-index: 50;
}

.prose { font-size: 15px; line-height: 1.9; color: #333; }
.prose h2 { color: var(--red-hover); font-size: 20px; margin: 28px 0 10px; font-weight: 400; }

.thumb {
  background-size: cover;
  background-position: center;
}
.thumb-lg {
  width: 100%;
  height: 320px;
  object-fit: cover;
  margin: 0 0 22px;
}
img.side-banner {
  width: 310px;
  height: 130px;
  object-fit: cover;
  margin-bottom: 10px;
}

@media (max-width: 1240px) {
  body {
    min-width: 0;
    overflow-x: hidden;
  }
  .wrap,
  .footer .wrap {
    width: auto;
    max-width: 1200px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero {
    display: block;
    padding-top: 12px;
    padding-bottom: 24px;
  }
  .home-row,
  .two-col,
  .brand-hero {
    flex-direction: column;
  }
  .carousel,
  .statement,
  .home-row > section,
  .two-col > article,
  .feed-col,
  .side-col,
  .side-inner {
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .carousel {
    height: min(52vw, 380px);
  }
  .statement-box { height: auto; }
  .channel-top {
    height: auto;
    margin-bottom: 20px;
  }
  .head-img,
  .head-img img,
  .head-right {
    float: none;
    width: 100%;
    height: auto;
  }
  .head-img img { height: min(52vw, 280px); }
  .head-right { padding-top: 10px; }
  .list-box { overflow: visible; }
  .feed-item {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
    column-gap: 12px;
  }
  .list-right,
  .feed-body {
    float: none;
    flex: 1;
    width: auto;
    min-width: 0;
  }
  .list-bottom,
  .meta,
  .feed-item .list-bottom,
  .list-right .list-bottom,
  .feed-body .meta {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    flex: 1 1 100%;
    width: 100%;
    margin-top: 8px;
  }
  .feed-item .list-img,
  .feed-item .thumb,
  .feed-item img.thumb,
  .feed-item .list-img img {
    float: none;
    width: 200px;
    height: 100px;
    flex: none;
  }
  .feed-item h3 {
    white-space: normal;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .side-feat,
  .side-feat img,
  .side-banner,
  .side-banner-img,
  img.side-banner {
    width: 100%;
  }
  .more-wrap { margin-bottom: 48px; }
  .to-top { right: 16px; }
  .nav {
    position: fixed;
  }
  .nav::after {
    content: "";
    position: absolute;
    right: 0; top: 0; bottom: 0;
    width: 24px;
    background: linear-gradient(90deg, transparent, var(--red));
    pointer-events: none;
  }
  .nav ul.wrap { padding-left: 8px; padding-right: 24px; }
  .nav ul {
    justify-content: flex-start;
    gap: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav ul::-webkit-scrollbar { display: none; }
  .nav a { padding: 0 12px; }
  #table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  table.rank { min-width: 640px; }
}

@media (max-width: 768px) {
  body {
    padding-top: calc(98px + env(safe-area-inset-top, 0px));
  }
  .topbar {
    height: calc(56px + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
  }
  .topbar-inner { height: 56px; }
  .brand img { height: 32px; }
  .utils { gap: 14px; }
  .utils button,
  .utils a {
    font-size: 12px;
    gap: 4px;
    min-height: 44px;
  }
  .nav {
    top: calc(56px + env(safe-area-inset-top, 0px));
    height: 42px;
  }
  .nav a { font-size: 15px; line-height: 42px; }
  .nav li {
    height: 42px;
    display: flex;
    align-items: center;
  }
  .hero { padding-top: 12px; padding-bottom: 24px; }
  .carousel { height: 52vw; min-height: 180px; }
  .slide-cap {
    font-size: 14px;
    padding: 10px 12px;
    gap: 8px;
    align-items: flex-start;
  }
  .slide-cap a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
  }
  .statement-box { padding: 14px; font-size: 15px; }
  .home-row { gap: 8px; padding-bottom: 24px; }
  .feat img, .feat .thumb { width: 120px; height: 72px; }
  .news-list li { font-size: 14px; line-height: 28px; }
  .head-right { display: none; }
  .head-img p {
    height: auto;
    min-height: 40px;
    line-height: 1.4;
    font-size: 14px;
    padding: 8px 12px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .feed-item {
    flex-wrap: wrap;
    padding: 12px 0;
  }
  .feed-item .list-bottom,
  .list-bottom {
    flex: 1 1 100%;
    width: 100%;
  }
  .feed-item .list-img,
  .feed-item .thumb,
  .feed-item img.thumb,
  .feed-item .list-img img {
    width: 112px;
    height: 74px;
  }
  .feed-item h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .feed-item p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
  }
  .list-bottom,
  .meta { font-size: 12px; margin-top: 6px; }
  .more-btn {
    width: min(230px, 100%);
    height: 44px;
    font-size: 16px;
  }
  .article-title { font-size: 22px; }
  .article-meta { flex-wrap: wrap; gap: 8px 12px; }
  .thumb-lg { height: 200px; }
  .kpis { grid-template-columns: 1fr 1fr; }
  .mark { width: 96px; height: 96px; font-size: 28px; }
  .toolbar input,
  .toolbar select { width: 100%; }
  .partners-label { float: none; display: block; margin-bottom: 6px; }
  .partners { display: flex; flex-wrap: wrap; }
  .partners { font-size: 13px; }
  .partner { padding: 0 10px; }
  .foot-links { font-size: 14px; flex-wrap: wrap; }
  .foot-links a { padding: 6px 12px; border-right: 0; }
  .copy { font-size: 12px; padding: 0 8px; }
  .modal {
    width: calc(100% - 32px);
    max-width: 420px;
    padding: 22px 18px 18px;
  }
  .to-top {
    right: 12px;
    bottom: 24px;
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
  table.rank th:nth-child(3),
  table.rank td:nth-child(3),
  table.rank th:nth-child(7),
  table.rank td:nth-child(7) { display: none; }
  table.rank { min-width: 520px; font-size: 13px; }
  #table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

@media (max-width: 480px) {
  .utils a { display: none; }
  .utils button { font-size: 0; gap: 0; }
  .utils .icon { width: 20px; height: 20px; }
  .brand img { height: 28px; }
}
