*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html,
body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  background: #fff7f0;
  text-rendering: optimizeSpeed;
}
ol,
ul {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
span {
  overflow-wrap: break-word;
}
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none;
}
a {
  color: inherit;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}
a:hover,
a:focus {
  color: #CA0E0E;
}
a:active {
  opacity: 0.86;
}
a:focus-visible {
  outline: 2px solid rgba(198, 0, 0, 0.36);
  outline-offset: 2px;
}
button,
input,
textarea,
select {
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  color: inherit;
  outline: none;
}
button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.fix {
  *zoom: 1;
}
.fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .overflow-one {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.cc-wrap {
  width: 1600px;
  max-width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.cc-top {
  height: 170px;
  background: #CA0E0E url("cc_party_header_bg.png") center top / cover no-repeat;
}
.cc-top .cc-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cc-logo {
  display: block;
  width: 881px;
  max-width: 78%;
}
.cc-logo-sj {
  margin-right: 15px;
}
.cc-nav {
  height: 60px;
  background: #CA0E0E;
  position: relative;
  z-index: 20;
}
.cc-nav-list {
  display: flex;
  height: 60px;
}
.cc-nav-item {
  position: relative;
  flex: 1 1 0;
}
.cc-nav a {
  position: relative;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.cc-has-sub > a::before {
  display: none;
  content: none;
}
.cc-nav a:hover,
.cc-nav a:focus,
.cc-nav a.active {
  background: #9B0000;
  color: #ffffff;
}
.cc-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #f8c54c;
}
.cc-sub-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cc-sub-nav {
  position: absolute;
  left: 0;
  top: 60px;
  display: block;
  width: 100%;
  min-width: 160px;
  height: auto;
  background: #9B0000;
  box-shadow: 0 8px 18px rgba(96, 0, 0, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.cc-sub-nav li {
  display: block;
}
.cc-sub-nav a {
  display: block;
  height: auto;
  min-height: 44px;
  padding: 11px 16px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  background: transparent;
}
.cc-sub-nav a:hover,
.cc-sub-nav a:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.cc-has-sub:hover .cc-sub-nav,
.cc-has-sub:focus-within .cc-sub-nav,
.cc-has-sub.open .cc-sub-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cc-mobile-bar {
  display: none;
  height: 54px;
  background: #CA0E0E;
  color: #ffffff;
}
.cc-mobile-title {
  font-size: 16px;
  font-weight: 700;
}
.cc-mobile-btn {
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 22px;
}
.cc-main-inner {
  padding: 40px 0 64px;
}
.cc-inner-page .cc-main-inner {
  padding-top: 30px;
}
.cc-home .cc-main-inner {
  padding-top: 36px;
}
.cc-home-main {
  background-color: #fff;
}
.cc-home-band {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 45px;
  padding-bottom: 60px;
}
.cc-home-band-inner {
  padding-left: 0;
  padding-right: 0;
}
.cc-home-news {
  padding-top: 15px;
}
.cc-home-news-band {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.cc-home-news-band::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 628px;
  background: linear-gradient(180deg, #FFF6EF 0%, #FFFFFF 100%);
  z-index: -1;
}
.cc-home-news-band .cc-home-band-inner {
  background: #fff;
}
.cc-home-model-band {
  background: #fff5ee url("cc_party_body_bg_soft.png") center top / 100% auto no-repeat;
}
.cc-home-links-band {
  background: #ffffff;
}
.cc-panel {
  background: #ffffff;
}
.cc-section-head {
  display: flex;
  height: 60px;
  justify-content: space-between;
  border-bottom: 1px solid #B61206;
}
.cc-section-title {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 138px;
  height: 60px;
  color: #2d2d2d;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}
.cc-section-title span {
  color: #b61206;
}
.cc-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 104px;
  height: 3px;
  background: #CA0E0E;
}
.cc-section-title img {
  width: 26px;
  height: 26px;
  margin-right: 8px;
}
.cc-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #9b3333;
  font-size: 16px;
}
.cc-more img {
  width: 15px;
  height: 15px;
}
.cc-home-top {
  display: grid;
  grid-template-columns: 800px minmax(0, 1fr);
  gap: 60px;
  margin-bottom: 42px;
  padding-right: 60px;
}
.cc-hero {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 530px;
  overflow: hidden;
  background: #eee;
}
.cc-hero .swiper-wrapper,
.cc-hero .swiper-slide,
.cc-hero a {
  height: 100%;
}
.cc-hero .swiper-slide {
  position: relative;
  overflow: hidden;
}
.cc-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cc-hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 130px 18px 30px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
}
.cc-hero-caption .caption {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 64px;
  line-height: 64px;
}
.cc-hero-caption::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: #CA0E0E;
  z-index: -1;
  background: linear-gradient(0deg, #B61206 0%, rgba(182, 18, 6, 0) 100%);
  opacity: 0.7;
}
.caption-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .caption-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.cc-hero .swiper-pagination {
  right: 25px;
  bottom: 22px;
  left: auto;
  width: auto;
}
.cc-hero .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid #FFFFFF;
}
.cc-hero .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
.cc-home-news,
.cc-home-top > *,
.cc-two-col > *,
.cc-dot-list,
.cc-dot-list li,
.cc-news-card > div,
.cc-feature-body,
.cc-media-item > div {
  min-width: 0;
}
.cc-feature {
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 28px;
  min-height: 150px;
  background: url("cc_party_side_title_bg.png") bottom right no-repeat #FFF6EF;
  margin-bottom: 30px;
  padding: 40px 30px 30px 0;
}
.cc-feature-date {
  width: 96px;
  height: 78px;
  background: #B61206;
  color: #ffffff;
  text-align: center;
  padding-top: 13px;
  line-height: 26px;
}
.cc-feature-date strong {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
.cc-feature-date span {
  display: block;
  font-size: 16px;
}
.cc-feature-title {
  margin-bottom: 14px;
  color: #2d2d2d;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  height: 72px;
}
.cc-feature-summary {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 48px;
}
.cc-dot-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 11px;
}
.cc-home-feed-module .cc-dot-list li {
  margin-bottom: 6px;
}
.cc-dot-list li:last-child {
  margin-bottom: 0;
}
.cc-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #CA0E0E;
}
.cc-dot-list a {
  flex: 1 1 auto;
  min-width: 0;
  color: #333333;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 34px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .cc-dot-list a {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.cc-dot-list time {
  flex: 0 0 auto;
  margin-left: 20px;
  color: #b08987;
  font-size: 14px;
}
.cc-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px;
}
.cc-news-card {
  display: grid;
  grid-template-columns: 286px 1fr;
  gap: 30px;
  margin: 30px 0 25px;
}
.cc-news-card .img-a {
  display: block;
  overflow: hidden;
}
.cc-news-card img {
  width: 286px;
  height: 190px;
  object-fit: cover;
  transition: all 0.5s;
}
.cc-news-card-title {
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.cc-news-card-summary {
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 22px;
  height: 66px;
}
.cc-news-card time {
  display: block;
  margin-top: 10px;
  color: #CA0E0E;
  font-size: 14px;
}
.cc-model-section {
  padding: 0;
  margin-bottom: 0;
}
.cc-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  padding-top: 30px;
}
.cc-model-card {
  background: #ffffff;
}
.cc-model-card .card-info {
  overflow: hidden;
  padding: 25px 30px;
}
.cc-model-card .img-w {
  overflow: hidden;
}
.cc-model-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.52;
  object-fit: cover;
  transition: all 0.3s;
}
.cc-model-title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
  margin-bottom: 15px;
}
.cc-model-card time {
  display: block;
  color: #B61206;
}
.cc-links {
  margin-bottom: 0;
}
.cc-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 30px;
}
.cc-link-card {
  display: flex;
  height: 120px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(182, 18, 6, 0.2);
}
.cc-link-card img {
  max-height: 78px;
  max-width: 86%;
}
.cc-hero a,
.cc-news-card .img-a,
.cc-model-card .img-w,
.cc-media-item > a,
.cc-gallery-item .img-s,
.cc-link-card {
  position: relative;
  overflow: hidden;
}
.cc-hero img,
.cc-news-card img,
.cc-model-card img,
.cc-media-item img,
.cc-gallery-item img,
.cc-link-card img,
.cc-article-body img {
  transition: transform 0.55s ease, filter 0.55s ease;
  will-change: transform;
}
.cc-hero a::before,
.cc-news-card .img-a::before,
.cc-model-card .img-w::before,
.cc-media-item > a::before,
.cc-gallery-item .img-s::before,
.cc-link-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -85%;
  z-index: 2;
  width: 52%;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 48%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-22deg);
  transition: left 0.7s ease;
}
.cc-hero a:hover img,
.cc-hero a:focus img,
.cc-news-card .img-a:hover img,
.cc-news-card .img-a:focus img,
.cc-model-card a:hover .img-w img,
.cc-model-card a:focus .img-w img,
.cc-media-item > a:hover img,
.cc-media-item > a:focus img,
.cc-gallery-item a:hover .img-s img,
.cc-gallery-item a:focus .img-s img {
  transform: scale(1.06);
  filter: brightness(1.04);
}
.cc-link-card:hover img,
.cc-link-card:focus img,
.cc-gallery-item a:hover > img,
.cc-gallery-item a:focus > img,
.cc-article-body img:hover {
  transform: scale(1.04);
  filter: brightness(1.04);
}
.cc-hero a:hover::before,
.cc-hero a:focus::before,
.cc-news-card .img-a:hover::before,
.cc-news-card .img-a:focus::before,
.cc-model-card a:hover .img-w::before,
.cc-model-card a:focus .img-w::before,
.cc-media-item > a:hover::before,
.cc-media-item > a:focus::before,
.cc-gallery-item a:hover .img-s::before,
.cc-gallery-item a:focus .img-s::before,
.cc-link-card:hover::before,
.cc-link-card:focus::before {
  left: 135%;
}
@media (prefers-reduced-motion: reduce) {
  .cc-hero img,
  .cc-news-card img,
  .cc-model-card img,
  .cc-media-item img,
  .cc-gallery-item img,
  .cc-link-card img,
  .cc-article-body img {
    transition: none;
  }
  .cc-hero a:hover img,
  .cc-hero a:focus img,
  .cc-news-card .img-a:hover img,
  .cc-news-card .img-a:focus img,
  .cc-model-card a:hover .img-w img,
  .cc-model-card a:focus .img-w img,
  .cc-media-item > a:hover img,
  .cc-media-item > a:focus img,
  .cc-gallery-item a:hover .img-s img,
  .cc-gallery-item a:focus .img-s img,
  .cc-gallery-item a:hover > img,
  .cc-gallery-item a:focus > img,
  .cc-link-card:hover img,
  .cc-link-card:focus img,
  .cc-article-body img:hover {
    transform: none;
    filter: none;
  }
}
.cc-hero a,
.cc-news-card > a,
.cc-model-card a,
.cc-media-item > a,
.cc-gallery-item a {
  display: block;
}
.cc-hero a {
  height: 100%;
}
.cc-hero a,
.cc-news-card > a,
.cc-model-card a,
.cc-media-item > a,
.cc-gallery-item a,
.cc-link-card {
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}
.cc-hero a:hover,
.cc-hero a:focus,
.cc-news-card > a:hover,
.cc-news-card > a:focus,
.cc-model-card a:hover,
.cc-model-card a:focus,
.cc-media-item > a:hover,
.cc-media-item > a:focus,
.cc-gallery-item a:hover,
.cc-gallery-item a:focus,
.cc-link-card:hover,
.cc-link-card:focus {
  opacity: 0.92;
}
.cc-dot-list a:hover,
.cc-dot-list a:focus,
.cc-feature-title:hover,
.cc-feature-title:focus,
.cc-news-card-title:hover,
.cc-news-card-title:focus,
.cc-model-card a:hover .cc-model-title,
.cc-model-card a:focus .cc-model-title,
.cc-media-title:hover,
.cc-media-title:focus,
.cc-gallery-item a:hover .cc-gallery-title,
.cc-gallery-item a:focus .cc-gallery-title,
.cc-text-list a:hover,
.cc-text-list a:focus,
.cc-prev-next a:hover,
.cc-prev-next a:focus,
.cc-breadcrumb a:hover,
.cc-breadcrumb a:focus {
  color: #CA0E0E;
}
.cc-footer {
  min-height: 220px;
  background: #CA0E0E url("cc_party_footer_bg.png") center top / cover no-repeat;
  color: #ffffff;
}
.cc-footer .cc-wrap {
  min-height: 220px;
  display: flex;
  align-items: center;
}
.cc-footer-logo-a {
  margin-right: 30px;
  display: block;
}
.cc-footer-logo {
  width: 309px;
}
.cc-footer-info {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 30px;
}
.cc-footer-info::after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.cc-footer a,
.cc-footer span {
  display: inline-block;
}
.cc-footer-info a {
  color: inherit;
}
.cc-footer-info a:hover {
  color: #fff !important;
}
.cc-footer-info span {
  margin-right: 12px;
}
.cc-footer-info span:last-child {
  margin-right: 0;
}
.cc-footer-badge-link {
  margin-left: auto;
}
.cc-footer-badge {
  display: block;
  width: 80px;
}
.cc-inner-page .cc-main {
  background: url("cc_party_body_bg_inner.png") top center no-repeat;
}
.cc-inner-card {
  min-height: 1280px;
  padding: 32px 30px 58px;
  background: #ffffff;
}
.cc-page-head {
  display: flex;
  height: 56px;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 2px solid #CA0E0E;
}
.cc-page-title {
  position: relative;
  padding-top: 24px;
  color: #2d2d2d;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.cc-page-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 78px;
  height: 3px;
  background: #CA0E0E;
}
.cc-breadcrumb {
  padding-top: 28px;
  color: #999999;
  font-size: 13px;
}
.cc-breadcrumb a {
  color: #666666;
}
.cc-breadcrumb span {
  color: #CA0E0E;
}
.cc-layout {
  display: grid;
  grid-template-columns: 376px 1fr;
  gap: 40px;
  align-items: start;
}
.cc-sidebar {
  background: transparent;
}
.cc-side-title {
  height: 100px;
  padding-left: 56px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  background: #CA0E0E url("cc_party_ribbon_orange.png") center / cover no-repeat;
  border-radius: 10px 10px 0 0;
}
.cc-side-menu {
  padding: 30px 30px 58px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.cc-side-menu li {
  position: relative;
}
.cc-side-menu li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -30px;
  background: #fff3f2;
  display: none;
}
.cc-side-menu a {
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px 0 30px;
  color: #333333;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.cc-side-menu a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #b61206;
}
.cc-side-menu a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 16px;
  background: #B61206;
  border-radius: 3px;
}
.cc-side-menu a:hover,
.cc-side-menu a:focus,
.cc-side-menu li.active a {
  color: #CA0E0E;
}
.cc-side-menu li.active::before {
  display: block;
}
.cc-side-menu li.active a {
  font-weight: bold;
}
.cc-side-menu li.active a::before {
  top: 0;
  height: 100%;
}
.cc-content-card {
  padding: 0 30px 50px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}
.cc-content-card::after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  height: 3px;
  background: #cc0028;
}
.cc-static-title {
  margin-bottom: 34px;
}
.cc-static-article {
  color: #505050;
  font-size: 17px;
  line-height: 2.25;
}
.cc-static-article p {
  margin-bottom: 24px;
  text-indent: 2em;
}
.cc-media-item {
  display: grid;
  grid-template-columns: 334px 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
.cc-media-item:last-child {
  margin-bottom: 0;
}
.cc-media-item > a {
  overflow: hidden;
}
.cc-media-item > div {
  padding-top: 30px;
}
.cc-media-item.cc-media-no-image {
  grid-template-columns: 1fr;
}
.cc-media-item.cc-media-no-image > a {
  display: none;
}
.cc-media-item.cc-media-no-image > div {
  grid-column: 1 / -1;
  margin-left: 0;
  padding-top: 0;
}
.cc-media-item img {
  width: 334px;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
}
.cc-media-title {
  margin-bottom: 18px;
  color: #000000;
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .cc-media-title {
    overflow: visible;
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}
.cc-media-summary {
  margin-bottom: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  max-height: 72px;
}
.cc-media-item time {
  color: #CA0E0E;
  font-size: 14px;
}
.cc-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 12px;
}
.cc-pagination a,
.cc-pagination span {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #999999;
  font-size: 13px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.cc-pagination .active {
  color: #ffffff;
  border-color: #CA0E0E;
  background: #CA0E0E;
}
.cc-article {
  padding: 54px 0 0;
}
.cc-article h1 {
  max-width: 1120px;
  margin: 0 auto 22px;
  color: #2d2d2d;
  font-size: 26px;
  line-height: 1.55;
  text-align: center;
  font-weight: 700;
}
.cc-article-meta {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding-bottom: 32px;
  color: #999999;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
.cc-share {
  position: absolute;
  right: 32px;
  top: 150px;
  display: flex;
  gap: 10px;
}
.cc-share a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.cc-share .wx {
  background: #28b642;
}
.cc-share .wb {
  background: #e84d4d;
}
.cc-article-body {
  padding: 34px 0 0;
  color: #454545;
  font-size: 17px;
  line-height: 2.25;
}
.cc-article-body p {
  margin-bottom: 24px;
  text-indent: 2em;
}
.cc-article-body img {
  display: block;
  width: 653px;
  max-width: 78%;
  margin: 34px auto;
}
.cc-prev-next {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid #eeeeee;
  color: #666666;
  font-size: 14px;
  line-height: 2.2;
}
.cc-prev-next a {
  color: #333333;
}
.cc-text-list li {
  position: relative;
  display: flex;
  min-height: 70px;
  align-items: center;
  padding-left: 36px;
  border-bottom: 1px solid #f0f0f0;
}
.cc-text-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 32px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B61206;
}
.cc-text-list li:hover {
  background: #fff3f2;
}
.cc-text-list li:hover a {
  font-weight: 700;
  color: #CA0E0E;
}
.cc-text-list a {
  flex: 1 1 auto;
  min-width: 0;
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cc-text-list li.hot a {
  color: #CA0E0E;
  font-weight: 700;
}
.cc-text-list time {
  flex: 0 0 auto;
  margin-left: 28px;
  color: #999999;
  font-size: 14px;
}
.cc-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 34px;
}
.cc-gallery-item .img-s {
  overflow: hidden;
}
.cc-gallery-item img {
  width: 100%;
  aspect-ratio: 1.526;
  object-fit: cover;
  transition: all 0.3s;
}
.cc-gallery-title {
  margin-top: 14px;
  color: #2d2d2d;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 30px;
  height: 60px;
}
.cc-fade {
  opacity: 1;
  transform: none;
  animation: ccFadeUp 0.55s ease both;
}
.cc-fade.visible {
  opacity: 1;
  transform: translateY(0);
}
@keyframes ccFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 0 \0) {
  .cc-top .cc-wrap {
    line-height: 170px;
  }
  .cc-logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .cc-nav-list {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .cc-nav-item {
    display: table-cell;
    float: none;
  }
  .cc-nav a {
    display: block;
    line-height: 60px;
    text-align: center;
  }
  .cc-sub-nav {
    display: none;
  }
  .cc-has-sub:hover .cc-sub-nav,
  .cc-has-sub.open .cc-sub-nav {
    display: block;
  }
  .cc-sub-nav li,
  .cc-sub-nav a {
    display: block;
  }
  .cc-sub-nav a {
    line-height: 22px;
    text-align: left;
  }
  .cc-section-head,
  .cc-home-top,
  .cc-feature,
  .cc-news-card,
  .cc-two-col,
  .cc-layout,
  .cc-page-head,
  .cc-media-item,
  .cc-text-list li,
  .cc-footer .cc-wrap,
  .cc-mobile-bar .cc-wrap {
    *zoom: 1;
  }
  .cc-section-head::after,
  .cc-home-top::after,
  .cc-feature::after,
  .cc-news-card::after,
  .cc-two-col::after,
  .cc-layout::after,
  .cc-page-head::after,
  .cc-media-item::after,
  .cc-text-list li::after,
  .cc-footer .cc-wrap::after,
  .cc-mobile-bar .cc-wrap::after {
    content: "";
    display: block;
    clear: both;
  }
  .cc-section-head,
  .cc-home-top,
  .cc-feature,
  .cc-news-card,
  .cc-two-col,
  .cc-layout,
  .cc-page-head,
  .cc-media-item {
    display: block;
  }
  .cc-section-title {
    display: block;
    float: left;
    line-height: 42px;
  }
  .cc-more {
    display: block;
    float: right;
  }
  .cc-hero {
    float: left;
    width: 800px;
  }
  .cc-hero .swiper-wrapper,
  .cc-hero .swiper-slide,
  .cc-hero a {
    height: 100%;
  }
  .cc-home-news {
    margin-left: 860px;
    overflow: hidden;
  }
  .cc-home-news .cc-section-head {
    margin-bottom: 28px;
  }
  .cc-home-news .cc-feature {
    width: 100%;
  }
  .cc-feature-date {
    float: left;
    width: 96px;
    height: 78px;
  }
  .cc-feature-body {
    margin-left: 124px;
  }
  .cc-feature-title,
  .cc-feature-summary,
  .cc-dot-list a {
    word-break: break-all;
  }
  .cc-two-col > div {
    float: left;
    width: 48.375%;
    margin-right: 3.25%;
  }
  .cc-two-col > div + div {
    margin-right: 0;
  }
  .cc-news-card > a {
    float: left;
    width: 230px;
  }
  .cc-news-card > div {
    margin-left: 250px;
  }
  .cc-model-grid,
  .cc-link-grid,
  .cc-gallery {
    display: block;
    font-size: 0;
    letter-spacing: -4px;
  }
  .cc-model-card {
    display: inline-block;
    width: 22.75%;
    margin-right: 3%;
    vertical-align: top;
    font-size: 16px;
    letter-spacing: 0;
  }
  .cc-model-card:nth-child(4n) {
    margin-right: 0;
  }
  .cc-model-card img {
    display: block;
    width: 100%;
    height: 240px;
  }
  .cc-link-card {
    display: inline-block;
    width: 31.5%;
    margin-right: 2.75%;
    vertical-align: top;
    letter-spacing: 0;
  }
  .cc-link-card:nth-child(3n) {
    margin-right: 0;
  }
  .cc-footer-logo {
    float: left;
    margin-top: 62px;
  }
  .cc-footer-info {
    float: left;
    margin-top: 64px;
  }
  .cc-footer-badge-link {
    float: right;
    margin-top: 82px;
  }
  .cc-sidebar {
    float: left;
    width: 376px;
  }
  .cc-content-card {
    margin-left: 416px;
  }
  .cc-page-title {
    float: left;
  }
  .cc-breadcrumb {
    float: right;
  }
  .cc-side-title {
    display: block;
    line-height: 100px;
  }
  .cc-side-menu a {
    display: block;
    line-height: 72px;
  }
  .cc-side-menu span {
    float: right;
  }
  .cc-media-item > a {
    float: left;
    width: 334px;
  }
  .cc-media-item > div {
    margin-left: 386px;
  }
  .cc-pagination {
    display: block;
    text-align: center;
  }
  .cc-pagination a,
  .cc-pagination span {
    display: inline-block;
    line-height: 28px;
    vertical-align: top;
  }
  .cc-article-meta {
    display: block;
    text-align: center;
  }
  .cc-article-meta span {
    display: inline-block;
    margin: 0 35px;
  }
  .cc-share a {
    display: inline-block;
  }
  .cc-text-list a {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    line-height: 58px;
  }
  .cc-text-list time {
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 58px;
  }
  .cc-gallery-item {
    display: inline-block;
    width: 31.3%;
    margin-right: 3.05%;
    margin-bottom: 38px;
    vertical-align: top;
    font-size: 16px;
  }
  .cc-gallery-item:nth-child(3n) {
    margin-right: 0;
  }
  .cc-gallery-item img {
    height: 238px;
  }
  .cc-mobile-title {
    float: left;
    line-height: 54px;
  }
  .cc-mobile-btn {
    float: right;
  }
}
.content-top {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
}
.content-top .channle-title {
  font-weight: bold;
  color: #000000;
  float: left;
  position: relative;
  line-height: 50px;
  padding-bottom: 8px;
  font-size: 22px;
}
.content-top .channle-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: #cc0028;
  height: 3px;
}
.content-top .bread-crumbs {
  float: right;
}
@media (max-width: 767px) {
  .content-top {
    padding-top: 10px;
  }
  .content-top .channle-title {
    font-size: 20px;
  }
  .content-top .bread-crumbs {
    float: left;
    width: 100%;
  }
}
.bread-crumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bread-crumbs .bread-item {
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
.bread-crumbs .bread-item a,
.bread-crumbs .bread-item span {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #999;
}
.bread-crumbs .bread-item a:last-child {
  color: #cc0028;
}
.bread-crumbs .bread-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.bread-crumbs .bread-item > span::before {
  color: #999999;
  content: "\f105";
  font-family: 'FontAwesome';
}
.details-page .detail-top {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.details-page .detail-top .title-s {
  color: #333333;
  max-width: 100%;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
}
.details-page .detail-top .top-other {
  margin-top: 25px;
  color: #666666;
  padding: 0;
}
.details-page .detail-top .top-other.top-other-no-share .other-info {
  float: none;
  text-align: center;
}
.details-page .detail-top .top-other .other-info {
  float: left;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.details-page .detail-top .top-other .other-share {
  float: right;
}
.details-page .detail-top .top-other .other-share > div {
  display: inline-block;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .detail-top .other-info span,
.details-page .detail-top .other-info a {
  color: #999999;
}
.details-page .detail-top .other-info .line {
  vertical-align: middle;
  margin-top: -3px;
}
.details-page .main-cont {
  line-height: 1.8;
  text-align: justify;
  color: #333;
  font-size: 16px;
}
.details-page .main-cont .ue_table {
  text-align: center;
}
.details-page .main-cont .ue_table table {
  margin-left: auto;
  margin-right: auto;
}
.details-page .main-cont .cont-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.details-page .main-cont.cont-xilan img {
  max-width: 800px;
  width: 100%;
}
.details-page .main-cont img {
  max-width: 100%;
}
.details-page .main-cont p,
.details-page .main-cont div {
  line-height: 1.8;
  margin-bottom: 20px;
}
.details-page .main-cont p:last-child,
.details-page .main-cont div:last-child {
  margin-bottom: 0;
}
.details-page .main-page {
  margin-top: 30px;
  border-top: 1px solid #cdd7e8;
  padding-top: 30px;
  line-height: 26px;
  color: #666666;
}
.details-page .main-page .a-page {
  margin-bottom: 0.1rem;
}
.details-page .main-page .a-page:last-child {
  margin-bottom: 0;
}
.details-page .main-page .a-page a,
.details-page .main-page .a-page span,
.details-page .main-page .a-page p {
  display: inline;
}
.details-page .main-page .a-page a {
  color: #666666;
}
.details-page .main-page .a-page:hover {
  color: #9B0000;
}
.details-page .main-page .a-page:hover a {
  color: #9B0000;
}
@media (min-width: 768px) {
  .details-page .d-md-block {
    display: inline-block !important;
  }
}
/*分享*/
.social-share {
  /*二维码样式*/
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 26px;
  border: none;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 999;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share-xl .social-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 0 0 8px;
}
.share-xl .social-share a.icon-wechat {
  background: url("cc_party_wechat.png") no-repeat center center;
  background-size: contain;
}
.share-xl .social-share a.icon-weibo {
  background: url("cc_party_weibo.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .details-page .detail-top .top-other {
    margin-top: 15px;
    text-align: center;
  }
  .details-page .detail-top .top-other .other-info,
  .details-page .detail-top .top-other .other-share {
    float: none;
    display: block;
  }
  .details-page .detail-top .top-other .other-share {
    margin-top: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
    width: 100%;
  }
}
/*分页*/
.comp-pages {
  padding-top: 40px;
  padding-bottom: 20px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #9B0000;
  color: #fff;
}
.comp-pages .page-pc span {
  background: #9B0000;
  border: none;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #9B0000;
  display: none!important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
@media (max-width: 767px) {
  .details-page .detail-top .title-s {
    font-size: 20px;
  }
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
}
.sub-channel-title {
  font-weight: bold;
  color: #000000;
  position: relative;
  line-height: 50px;
  font-size: 22px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sub-channel-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 20px;
  background: #B61206;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .sub-channel-title {
    font-size: 20px;
    padding-left: 20px;
  }
}
.cc-model-swiper {
  padding-top: 30px;
  overflow: hidden;
}
.cc-model-swiper .cc-model-card {
  width: auto;
  margin: 0;
  height: auto;
}
.cc-model-swiper .cc-model-card a {
  height: 100%;
  background: #ffffff;
}
