.art-page #main.art-layout {
  padding-top: 54px;
  padding-bottom: 72px;
}
.art-layout .art-layout-grid {
  display: grid;
  grid-template-columns: 242px minmax(0, 1fr) 360px;
  gap: 82px;
  align-items: start;
}
.art-page .mxone-pannel,
.art-page .mxone-pannel-box,
.art-page .mxone-pannel_hd,
.art-page .mxone-pannel_bd {
  box-sizing: border-box;
}
.art-page .mxone-pannel {
  margin: 0;
}
.art-page .mxone-pannel-bg {
  background: transparent;
}
.art-category-panel .newsbg {
  min-height: 0;
  padding: 34px 0 32px;
  background: #24242b;
  border-radius: 6px;
}
.art-category-panel .news-nav-head {
  margin: 0 0 30px;
  color: #a6a6ad;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.art-category-panel .news-nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.art-category-panel .news-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.art-category-panel .news-nav a {
  display: block;
  padding: 18px 18px;
  color: #c8c8ce;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.art-category-panel .news-nav li.newsactive a,
.art-category-panel .news-nav a:hover {
  color: #ff3428;
}
.art-list-panel .mxone-pannel__head {
  height: auto;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.art-list-panel .mxone-pannel__head.bottom-line:after {
  display: none;
}
.art-list-panel .mxone-pannel__head .title {
  float: none;
  display: block;
  margin: 0;
  color: #d9d9df;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.art-list-panel .mxone-vodlist__media {
  margin: 0;
  padding: 0;
  list-style: none;
}
.art-list-panel .mxone-vodlist__media li {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.art-list-panel .mxone-vodlist__media li:first-child {
  padding-top: 30px;
}
.art-list-panel .mxone-vodlist__media .thumb {
  flex: 0 0 190px;
}
.art-list-panel .mxone-vodlist__thumb {
  display: block;
  width: 190px;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 6px;
  background-color: #24242b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.art-list-panel .mxone-vodlist__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.art-list-panel .detail {
  min-width: 0;
  flex: 1 1 auto;
  padding-top: 0;
}
.art-list-panel .detail .title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.art-list-panel .detail .title a {
  color: #d9d9df;
}
.art-list-panel .detail .title a:hover {
  color: #ff3428;
}
.art-list-panel .detail p {
  margin: 0 0 10px;
  color: #bdbdc4;
  font-size: 14px;
  line-height: 25px;
}
.art-list-panel .detail .font-12 {
  color: #9a9aa2;
  font-size: 12px;
  line-height: 18px;
}
.art-list-panel .text-muted {
  color: #8f8f98;
}
.art-list-panel .split-line {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 16px;
  vertical-align: -2px;
  background: rgba(255,255,255,.18);
}
.art-hot-sidebar {
  padding-top: 3px;
}
.art-hot-title {
  margin-bottom: 42px;
  color: #d9d9df;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.art-hot-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.art-hot-item {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #c7c7ce;
  font-size: 16px;
  line-height: 1.35;
}
.art-hot-item:hover {
  color: #ff3428;
}
.art-hot-num {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-radius: 50%;
  background: #343641;
  color: #d8d8de;
  font-size: 14px;
  line-height: 1;
}
.art-hot-num-1 { background: #ff4141; color: #fff; }
.art-hot-num-2 { background: #ff6f00; color: #fff; }
.art-hot-num-3 { background: #ffb400; color: #fff; }
.art-hot-name {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.art-detail-panel .article-content {
  max-width: none;
  padding: 0;
}
.art-detail-panel .news-title,
.art-detail-panel .page-title {
  margin: 0 0 16px;
  color: #e5e5eb;
  font-size: 30px;
  line-height: 1.35;
}
.art-detail-panel .article-meta {
  margin: 0 0 24px;
  color: #9898a2;
  font-size: 15px;
}
.art-detail-panel .article-body {
  color: #d0d0d6;
  font-size: 18px;
  line-height: 1.85;
}
.art-detail-panel .news-content {
  line-height: 25px;
}
.art-detail-panel .article-body p {
  margin: 0 0 20px;
}
.art-detail-panel .article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px auto;
  border-radius: 6px;
}
.art-detail-panel .article-body iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  margin: 22px auto;
  border: 0 !important;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: #000;
}
.art-detail-panel .art-inline-video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 22px auto;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: #000;
}
html.isvod-white-mode .art-page .art-category-panel .newsbg {
  background: #f4f5f7;
}
html.isvod-white-mode .art-page .art-category-panel .news-nav-head {
  color: #71717a;
}
html.isvod-white-mode .art-page .art-category-panel .news-nav a {
  color: #52525b;
}
html.isvod-white-mode .art-page .art-category-panel .news-nav li.newsactive a,
html.isvod-white-mode .art-page .art-category-panel .news-nav a:hover {
  color: #ff3428;
}
html.isvod-white-mode .art-page .art-list-panel .mxone-pannel__head {
  border-bottom-color: rgba(24,24,27,.10);
}
html.isvod-white-mode .art-page .art-list-panel .mxone-pannel__head .title,
html.isvod-white-mode .art-page .art-hot-title,
html.isvod-white-mode .art-page .art-detail-panel .news-title,
html.isvod-white-mode .art-page .art-detail-panel .page-title {
  color: #18181b;
}
html.isvod-white-mode .art-page .art-list-panel .mxone-vodlist__media li {
  border-bottom-color: rgba(24,24,27,.10);
}
html.isvod-white-mode .art-page .art-list-panel .mxone-vodlist__thumb {
  background-color: #f4f5f7;
}
html.isvod-white-mode .art-page .art-list-panel .detail .title a {
  color: #27272a;
}
html.isvod-white-mode .art-page .art-list-panel .detail .title a:hover,
html.isvod-white-mode .art-page .art-hot-item:hover {
  color: #ff3428;
}
html.isvod-white-mode .art-page .art-list-panel .detail p,
html.isvod-white-mode .art-page .art-hot-item,
html.isvod-white-mode .art-page .art-hot-name {
  color: #52525b;
}
html.isvod-white-mode .art-page .art-list-panel .detail .font-12,
html.isvod-white-mode .art-page .art-list-panel .text-muted,
html.isvod-white-mode .art-page .art-detail-panel .article-meta {
  color: #71717a;
}
html.isvod-white-mode .art-page .art-list-panel .split-line {
  background: rgba(24,24,27,.14);
}
html.isvod-white-mode .art-page .art-hot-num {
  background: #e4e4e7;
  color: #3f3f46;
}
html.isvod-white-mode .art-page .art-hot-num-1,
html.isvod-white-mode .art-page .art-hot-num-2,
html.isvod-white-mode .art-page .art-hot-num-3 {
  color: #fff;
}
html.isvod-white-mode .art-page .art-hot-num-1 { background: #ff4141; }
html.isvod-white-mode .art-page .art-hot-num-2 { background: #ff6f00; }
html.isvod-white-mode .art-page .art-hot-num-3 { background: #ffb400; }
html.isvod-white-mode .art-page .art-detail-panel .article-body,
html.isvod-white-mode .art-page .art-detail-panel .news-content,
html.isvod-white-mode .art-page .art-detail-panel .article-body p {
  color: #3f3f46;
}
@media (max-width: 1500px) {
  .art-layout .art-layout-grid {
    grid-template-columns: 210px minmax(0, 1fr) 320px;
    gap: 50px;
  }
  .art-list-panel .mxone-vodlist__media .thumb,
  .art-list-panel .mxone-vodlist__thumb {
    width: 190px;
    flex-basis: 190px;
  }
}
@media (max-width: 1180px) {
  .art-layout .art-layout-grid {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 34px;
  }
  .art-hot-sidebar {
    display: none;
  }
}
@media (max-width: 899px) {
  .art-page #main.art-layout {
    padding: 8px 0 92px;
  }
  .art-page #main.art-layout > .content {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .art-layout .art-layout-grid {
    display: block;
  }
  .art-category-panel {
    margin-bottom: 16px;
  }
  .art-category-panel .newsbg {
    padding: 16px 14px;
    overflow-x: auto;
    border-radius: 5px;
  }
  .art-category-panel .news-nav-head {
    display: none;
  }
  .art-category-panel .news-nav {
    display: flex;
    gap: 18px;
    width: max-content;
  }
  .art-category-panel .news-nav a {
    padding: 0;
    font-size: 16px;
  }
  .art-list-panel .mxone-pannel__head {
    padding-bottom: 14px;
  }
  .art-list-panel .mxone-pannel__head .title {
    font-size: 18px;
  }
  .art-list-panel .mxone-vodlist__media li {
    gap: 14px;
    padding: 20px 0;
  }
  .art-list-panel .mxone-vodlist__media .thumb,
  .art-list-panel .mxone-vodlist__thumb {
    width: 128px;
    flex-basis: 128px;
  }
  .art-list-panel .detail {
    padding-top: 0;
  }
  .art-list-panel .detail .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .art-list-panel .detail p {
    font-size: 13px;
    line-height: 1.5;
  }
  .art-list-panel .detail .font-12 {
    font-size: 12px;
  }
  .art-list-panel .hidden-sm.hidden-xs {
    display: none;
  }
  .art-detail-panel .article-content {
    padding: 0;
  }
  .art-detail-panel .news-title,
  .art-detail-panel .page-title {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .art-detail-panel .article-meta {
    margin: 0 0 18px;
    font-size: 12px;
    line-height: 1.7;
  }
  .art-detail-panel .split-line {
    height: 12px;
    margin: 0 8px;
    vertical-align: -1px;
  }
  .art-detail-panel .article-body {
    font-size: 14px;
    line-height: 25px;
  }
  .art-detail-panel .article-body p {
    margin: 14px 0;
  }
  .art-detail-panel .image-container,
  .art-detail-panel .image-wrapper {
    width: 100%;
  }
  .art-detail-panel .article-content .article-body p img,
  .art-detail-panel .article-content .news-content p img,
  .art-detail-panel .news-content img,
  .art-detail-panel .article-body img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    margin: 12px auto;
    border-radius: 5px;
  }
  .art-detail-panel .art-inline-video,
  .art-detail-panel .article-body iframe {
    margin: 16px auto;
  }
}
