:root,
body {
  --primary: #f55500;
  --primary-rgb: 255, 85, 0;
  --on-primary: #fff;
  --primary-dark: #642f2c;
  --primary-dark-rgb: 100, 47, 44;
  --primary-light: #ddf1f2;
  --secondary: var(--primary-dark);
  --sectodary-rgb: var(--primary-dark-rgb);
  --on-secondary: #fff;
  --body-color: #444;
  --border-radius-btn: 24px;
  --border-radius: 24px;
  --border-radius-lg: 24px;
  --border-radius-xs: 16px;
}

/* -------------------------------
 * 公共类
-------------------------------- */
.margin-auto {
  margin: auto;
}

.margin-0 {
  margin: 0 !important;
}

.margin-30 {
  margin: 30px !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.padding-0 {
  padding: 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.scroll-lock,
.scroll-lock body {
  overflow: hidden;
}

.body-fixed body {
  /* position: fixed;
  width: 100%; */
}

.img-src {
  font: 0/0 a;
}

.img-src > img {
  max-width: 100%;
  max-height: 100%;
}

.img-top,
.img-middle,
.img-bottom {
  font-size: 0;
  text-align: center;
}

.img-top:after,
.img-middle:after,
.img-bottom:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
}

.img-top:after,
.img-top > img {
  vertical-align: top;
}

.img-middle:after,
.img-middle > img {
  vertical-align: middle;
}

.img-bottom:after,
.img-bottom > img {
  vertical-align: bottom;
}

.no-link {
  cursor: default !important;
}

.text-underline {
  text-decoration: underline !important;
}

.lockscroll,
.lockscroll body {
  height: 100vh !important;
  overflow: hidden !important;
}

.col-offset-left-xs-1 {
  padding-left: calc(8.333% + 15px);
}

.phone-horizontal {
  display: none;
}

@media screen and (max-width: 812px) and (min-width: 480px) and (orientation: landscape) {
  body * {
    display: none;
    pointer-events: none;
  }

  body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background: var(--secondary);
    color: #fff;
    backface-visibility: hidden;
  }

  .phone-horizontal {
    background: url(./img/phone-horizontal.png) no-repeat center top;
    background-size: 65px 65px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 295px;
    height: 109px;
    z-index: 2001;
    color: #fff;
    display: block;
  }

  .phone-horizontal .tit {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
  }
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

/* -------------------------------
* 全局项
-------------------------------- */
/* html,body {
    -ms-touch-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
body {
  font: 400 14px/1.65 IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, PingFang SC,
    Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif,
    sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

button {
  outline: none !important;
  border-radius: var(--border-radius-btn);
}

/* 背景颜色 */
.global-nav .first-level-menu > li:hover > a,
.global-nav .second-level-menu > li:hover > .link-wrap,
.global-nav .three-level-menu > li:hover a,
.guide-header .link-wrap,
.nav-aside li.active a,
.nav-aside li:hover a,
.mail-box .btn.main-color {
  background: var(--secondary);
}

.filter-box .select-item .bootstrap-select > .dropdown-menu li a:focus,
.filter-box .select-item .bootstrap-select > .dropdown-menu li a:hover {
  background: var(--primary);
}

.label-element {
  background: rgba(255, 190, 12, 0.9);
}

/* 文字颜色 */
.swiper-carousel-text h3,
.card-list .card-item .card-label,
.download-info h3,
.mail-box > .title {
  color: var(--secondary);
}
.pagination-block li.num a:hover,
.pagination-block li.num.active a {
  color: var(--primary);
}
.page-kv.no-image .page-title-h1 {
  color: var(--primary);
}

.related-news-list.has-hr,
.footer-top .item h3 span {
  border-color: var(--secondary) !important;
}

.pagination-block li.num a:hover:after,
.pagination-block li.num.active a:after {
  border-color: var(--primary) !important;
}

.swiper-pagination-ccbf .swiper-pagination-bullet-active,
.pagination-block li .control:hover,
.retuen-list a:hover {
  background: var(--secondary);
}

.swiper-carousel-text .more i,
.swiper-carousel-text .more span,
.layout-element .info a:hover,
.card-list .card-item .read-more:hover,
.card-list.has-img .card-item .link-list a:hover {
  color: var(--secondary);
}

.footer-top .item h3,
.swiper-pagination-ccbf .swiper-pagination-bullet-active,
.card-list.has-hr,
.timeline-list.has-hr {
  border-color: var(--secondary) !important;
}

.page-title-h1 {
  /* color: var(--secondary); */
}

.color-main,
.c-primary {
  color: var(--primary);
}
.c-secondary {
  color: var(--secondary);
}

.video-show #header {
  z-index: 0;
}

/* header */
#header {
  position: relative;
  z-index: 10;
}

#header .first-part {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

#header.v-fixed .second-part {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

@media (max-width: 991px) {
  #header.v-fixed .first-part .right {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }
}

#header .first-part .left {
  flex-grow: 1;
  display: inline-flex;
  align-items: flex-end;
}
#header .first-part .logo-wrap {
  padding: 0;
  margin: 0;
}
#header .first-part .logo {
  overflow: hidden;
  padding-right: 25px;
  position: relative;
  height: 100%;
  /* border-right: 1px rgba(68,68,68,.1) solid; */
}

#header .first-part:has(.info) .logo:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgba(68, 68, 68, 0.1);
  position: absolute;
  right: 0;
  top: 0;
}

/* #header .first-part .logo:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  clear: both;
  vertical-align: middle;
} */

#header .first-part .logo img {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
}

#header .first-part .info {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  margin-left: 25px;
}

#header .first-part .info span {
  display: flex;
  align-items: flex-start;
}

#header .first-part .info span:not(:last-child) {
  margin-bottom: 8px;
}

#header .first-part .info span .i {
  font-size: 18px;
  color: var(--secondary);
  line-height: 1;
  margin-right: 5px;
  margin-top: 2px;
  font-style: normal;
}

#header .first-part .info span em {
  font-style: normal;
  font-weight: 400;
}

#header .first-part .right {
  flex-shrink: 0;
  text-align: right;
}

#header .first-part::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100%;
  background-image: var(--logo-element-svg);
  background-size: 100%;
  opacity: 0.6;
  pointer-events: none;
}

#header .first-part .right .i-nav-toggle {
  display: none;
}

#header .first-part .right .link-wrap {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
}

#header .first-part .right .link-wrap .i {
  margin-left: 15px;
  font-size: 24px;
  transition: color 0.3s ease;
  position: relative;
}

#header .first-part .right .link-wrap .i:hover {
  color: var(--secondary);
}

#header .first-part .right .count-down {
  font-size: 14px;
  line-height: 1.5;
}

#header .first-part .right .count-down span {
  font-size: 26px;
  line-height: 1.1;
  color: var(--primary);
  font-weight: 800;
  margin: 0 8px;
}

#header .first-part .wechat-box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: 50%;
  top: 40px;
  z-index: 3;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: var(--border-radius-btn);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#header .first-part .i-wechat.open {
  color: var(--secondary);
}

#header .first-part .i-wechat.open .wechat-box {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

#header .first-part .wechat-box:before {
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

#header .first-part .wechat-box .qr-code {
  overflow: hidden;
  padding: 7px;
  background: #fff;
  border-radius: var(--border-radius-btn);
}

.wechat-box .qr-code img {
  max-width: 100%;
  max-height: 100%;
}

#header .second-part {
  background: var(--primary);
}

#header .second-part .container {
  display: flex;
  color: #fff;
}

#header .second-part .mobile-nav {
  display: none;
}

#header .second-part .left {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 30px;
}

#header .second-part .left .link-wrap {
  display: none;
}

#header .second-part .wechat-box {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#header .second-part .link-wrap .i:hover {
  color: rgba(0, 0, 0, 0.3) !important;
}

#header .second-part .i-wechat.open .wechat-box {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

#header .second-part .wechat-box .i-close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

#header .second-part .i-wechat .wechat-box:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

#header .second-part .wechat-box .qr-code {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  border-radius: var(--border-radius-btn);
  overflow: hidden;
  padding: 5px;
  background: #fff;
}

#header .second-part .nav-list {
  list-style: none;
  padding-left: 0;
  margin-left: -15px;
  margin-bottom: 0;
}

#header .second-part .nav-list li {
  float: left;
  position: relative;
}

#header .second-part .nav-list li.open > a {
  background: #fff;
  color: var(--secondary);
}

#header .second-part .nav-list li.open .sub-nav-list {
  display: block;
  height: auto;
  pointer-events: initial;
}

#header .second-part .nav-list .item {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  padding: 16px 15px;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (min-width: 900px) {
  #header .second-part .nav-list .item {
    border-radius: var(--border-radius-btn);
  }
}

#header .second-part a:hover {
  background: #fff;
  color: var(--secondary);
  box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#header .second-part .sub-nav-list {
  /* display: none; */
  width: 245px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  color: #444;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: -3px 3px 4px -1px rgba(0, 0, 0, 0.1);
  /* display: none; */
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  border-radius: var(--border-radius-btn);
}

#header .second-part .sub-nav-list ul,
#header .second-part .sub-nav-list li {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}

#header .second-part .sub-nav-list ul {
  padding-top: 12px;
  padding-bottom: 12px;
}

#header .second-part .sub-nav-list li {
  display: block;
  width: 100%;
}

#header .second-part .sub-nav-list a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header .second-part .sub-nav-list li a:hover {
  background: var(--primary);
  color: #fff;

  box-shadow: none;
}

#header .second-part .right {
  flex-shrink: 0;
  overflow: hidden;
}

#header .second-part .home-wrap,
#header .second-part .func-wrap {
  float: left;
  font-size: 0;
  overflow: hidden;
}

#header .second-part a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  padding: 16px 15px;
  float: left;
  /* border-radius: var(--border-radius-btn); */
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

#header .second-part .i-search {
  font-size: 16px;
}

#header .second-part .lang {
  position: relative;
  padding-left: 16px;
}

#header .second-part .lang:before {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  #header .first-part {
    padding: 0;
    flex-wrap: wrap;
  }

  #header .first-part .left {
    width: 100%;
    flex-shrink: 0;
    padding: 12px 0;
  }

  #header .first-part .logo {
    flex-shrink: 0;
    padding-right: 13px;
  }

  #header .first-part .logo img {
    height: 45px;
  }

  #header .first-part .info {
    font-size: 11px;
    line-height: 1.27;
    margin-left: 13px;
    margin-bottom: -3px;
  }

  #header .first-part .info span:not(:last-child) {
    margin-bottom: 3px;
  }

  #header .first-part .info span .i {
    font-size: 14px;
    margin-top: 0;
  }

  #header .first-part .right {
    width: calc(100% + 48px);
    padding: 0 24px;
    margin-left: -24px;
    display: flex;
    justify-content: space-between;
    background: var(--primary);
    color: #fff;
  }

  #header .first-part .right .i-nav-toggle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    flex-shrink: 0;
  }

  #header .first-part .right .link-wrap {
    display: none;
  }

  #header .first-part .right .count-down {
    font-size: 12px;
    line-height: 40px;
  }

  #header .first-part .right .count-down span {
    font-size: 16px;
    color: #fac76f;
    margin: 0 5px;
  }

  #header .second-part {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  #header .second-part.show {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    pointer-events: initial;
  }

  #header .second-part .container {
    color: #444;
    flex-direction: column;
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 100%;
    overflow: hidden;
  }

  #header .second-part .mobile-nav {
    padding: 10px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #f2f2f2 solid;
  }

  #header .second-part .mobile-nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    flex-shrink: 0;
    color: var(--secondary);
  }

  #header .second-part .mobile-nav .lang {
    font-size: 16px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  #header .second-part a {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 15px;
  }

  #header .second-part .left {
    width: 100%;
    padding-right: 0;
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    flex-shrink: initial;
    z-index: 1;
  }

  #header .second-part .nav-list {
    margin-left: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
  }

  #header .second-part .nav-list li {
    float: none;
    position: relative;
  }

  #header .second-part .nav-list li.has-sub > a:after {
    content: '\e6a4';
    font-family: 'i';
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    transform-origin: center;
    transition: transform 0.3s ease;
  }

  #header .second-part .nav-list .item {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 20px;
    float: none;
    color: #444;
    border-bottom: 1px #f2f2f2 solid;
    box-shadow: none !important;
    position: relative;
  }

  #header .second-part .nav-list > li.open > a {
    color: var(--secondary);
  }

  #header .second-part .nav-list > li.open > a:after {
    transform: translateY(-50%) rotateZ(-90deg);
  }

  #header .second-part .sub-nav-list {
    width: 100%;
    position: relative;
    top: 0;
    box-shadow: none !important;
    z-index: 1;
    border-radius: var(--border-radius-btn);
  }

  #header .second-part .sub-nav-list a {
    font-size: 14px;
    padding: 8px 30px;
    float: none;
  }

  #header .second-part .sub-nav-list li:first-child a {
    padding-top: 20px;
  }

  #header .second-part .sub-nav-list li:last-child a {
    padding-bottom: 20px;
    border-bottom: 1px #f2f2f2 solid;
  }

  #header .second-part .left .link-wrap {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  #header .second-part .left .link-wrap a {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding: 10px 7px;
    margin-top: 5px;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  #header .second-part .left .link-wrap a:first-of-type {
    margin-left: -7px;
  }

  #header .second-part .right {
    width: 100%;
    background: var(--secondary);
    color: #fff;
    padding: 0 10px;
  }

  #header .second-part .right a {
    padding: 13px 10px;
  }

  #header .second-part .right .func-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  #header .first-part .right {
    width: calc(100% + 30px);
    padding: 0 15px 0 10px;
    margin-left: -15px;
  }

  #header .second-part .container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

/* footer */
#footer {
  position: relative;
  padding-top: 2px;
  color: var(--on-primary);
  background: var(--primary-dark);
}

/* #footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(241, 145, 25, 1) 0%,
    rgba(247, 188, 117, 1) 50%,
    rgba(241, 132, 111, 1) 100%
  );
} */

#footer > .container {
  padding-top: 35px;
  padding-bottom: 30px;
}

#footer .item {
  font-size: 12px;
  line-height: 1.6;
}

#footer .item h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  margin: 0 0 15px 0;
  color: var(--primary);
}

#footer .color-main {
  color: var(--primary);
}

#footer .item p {
  margin-bottom: 5px;
}

#footer .item strong {
  font-weight: 800;
}

#footer .item .box {
  margin-bottom: 5px;
}

#footer .item .box p {
  margin-bottom: 0;
}

#footer .item .link-list {
  margin-bottom: 0;
}

#footer .item .link-list {
  list-style: none;
  /* overflow: hidden; */
  padding-left: 0;
}

#footer .item .link-list li {
  display: block;
}

#footer .item .link-list .link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
}

#footer .item .link-list .link:hover {
  color: var(--secondary);
}

#footer .item .link-list .link:hover:before {
  color: var(--secondary);
}

#footer .item .link-list .link:before {
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}

#footer .wechat-box {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: calc(100% + 15px);
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: var(--border-radius-btn);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

#footer .item .link-list .wechat-box .i-close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  border: none;
  background: none;
  color: #fff !important;
  opacity: 1;
  font-size: 20px;
  display: none;
  margin: 0;
}

#footer .wechat-btn.open,
#footer .item .link-list .wechat-btn.open:before {
  color: var(--secondary);
}

#footer .wechat-btn.open .wechat-box {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

#footer .wechat-box:before {
  position: absolute;
  top: 50%;
  left: -7px;
  z-index: -1;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#footer .wechat-box .qr-code {
  overflow: hidden;
  padding: 7px;
  background: #fff;
  border-radius: var(--border-radius-btn);
}

#footer .item .ipt-wrap {
  position: relative;
  background-color: #fff;
  border-radius: var(--border-radius-btn);
  overflow: hidden;
}

#footer .item .ipt-wrap .ipt {
  width: 100%;
  height: 40px;
  color: #444;
  padding: 8px 52px 8px 12px;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #b1b1b1;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1b1b1;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1b1b1;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b1b1;
}

#footer .item .ipt-wrap .i {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  background: var(--primary);
  /* border-radius: var(--border-radius-btn); */
}

#footer .copy-wrap {
  /* background: #e5e5e5; */
  padding: 15px 0;
}

#footer .copy-wrap .container {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.5;
}

#footer .copy-wrap .left-part {
  overflow: hidden;
  flex-grow: 1;
}

#footer .copy-wrap .left-part p {
  max-width: 80%;
  overflow: hidden;
  margin-bottom: 0;
}

#footer .copy-wrap .left-part span,
#footer .copy-wrap .left-part a {
  display: inline-block;
  margin: 0 6px;
}

#footer .copy-wrap .left-part p > :first-child {
  margin-left: 0;
}

#footer .copy-wrap .right-part {
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#footer .copy-wrap .right-part span {
  line-height: 1;
  margin-bottom: 2px;
}

#footer .copy-wrap .right-part .logo-como {
  margin-left: 10px;
}

#footer .copy-wrap .right-part .logo-como:after {
  content: '';
  display: block;
  width: 63px;
  height: 18px;
  background: url(./img/como.svg) no-repeat center;
}

@media (max-width: 768px) {
  #footer .item {
    margin-bottom: 30px;
  }

  #footer .col-xs-12:last-child .item {
    margin-bottom: 0;
  }

  #footer .item .ipt-wrap {
    width: 78%;
  }

  #footer .copy-wrap .container {
    flex-direction: column;
  }

  #footer .copy-wrap .left-part p {
    max-width: 100%;
  }

  #footer .copy-wrap .right-part span {
    margin-top: 1px;
  }

  #footer .copy-wrap .right-part {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  #footer .item .link-list .link,
  #footer .item .link-list .link:before {
    /* color: #444 !important; */
    color: inherit;
  }

  #footer .wechat-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: none;
    background: rgba(0, 0, 0, 0.9);
    border-radius: var(--border-radius-btn);
    box-shadow: none;
    z-index: 10;
  }

  #footer .wechat-box:before {
    display: none;
  }

  #footer .wechat-box:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  #footer .item .link-list .wechat-box .i-close {
    display: block;
  }

  #footer .wechat-btn.open .wechat-box {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  #footer .wechat-box:before {
    position: absolute;
    top: 50%;
    left: -7px;
    z-index: -1;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }

  #footer .wechat-box .qr-code {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    border-radius: var(--border-radius-btn);
    overflow: hidden;
    padding: 5px;
    background: #fff;
  }
}

/* modal */
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 650px;
  }

  .modal-dialog-centered_sm {
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 120px);
  }

  .modal.download .modal-dialog {
    width: 450px;
  }
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-content {
  padding: 40px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  border: none;
}

.modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
  background: rgba(51, 51, 51, 0.5);
}

@media (max-width: 767px) {
  .modal.download .modal-dialog {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
  }

  .modal-dialog-centered_sm {
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
  }

  .modal-content {
    position: static;
    padding: 20px;
    border-radius: 4px;
  }

  .modal-content .close-btn {
    top: 0;
    right: 15px;
  }

  .modal.person .modal-dialog {
    padding: 0 15px;
  }

  .modal.person .modal-content {
    height: calc(100vh - 80px);
    margin-top: 50px;
  }
}

/* 邮件 */
.mail-modal {
  padding-right: 0 !important;
}

.mail-modal .modal-content {
  padding: 40px 40px 30px;
}

.mail-box {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.mail-box > .title {
  margin: 0 0 30px 0;
  font-size: 24px;
  font-weight: 800;
}

.mail-box .tip {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.mail-box .form-group {
  margin-bottom: 15px;
}

.mail-box .error-tips {
  font-size: 12px;
  color: var(--secondary);
}

.mail-box .form-group .content .radio-box {
  padding-top: 0;
  padding-bottom: 0;
}

.mail-box .form-group.has-error .radio-inline {
  color: var(--secondary);
}

.mail-box .form-group .content .checkbox.m-l a {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.mail-box .form-group .content .checkbox a {
  text-decoration: underline;
}

.mail-box .form-group:last-child {
  margin-bottom: 10px;
}

.mail-box .form-group.loose {
  margin-bottom: 30px;
}

.mail-box .form-group.inline {
  font-size: 0;
}

.mail-box .form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  border-radius: var(--border-radius-btn);
  font-size: 14px;
  color: #333;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
}

.mail-box .form-control.inline {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
}

@media (max-width: 767px) {
  .mail-box .form-control.inline {
    width: 150px;
  }
}

.mail-box .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 8px -2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 8px -2px rgba(0, 0, 0, 0.3);
}

.mail-box .radio-box {
  padding: 11px 0;
}

.radio-box input[type='radio'] {
  position: relative;
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  outline: none !important;
}

.radio-box input[type='radio']:after {
  content: '';
  position: absolute;
  top: 2.62px;
  left: 3px;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  display: none;
}

.radio-box input[type='radio']:checked:after {
  display: block;
}

.mail-box .select-item {
  position: relative;
}

.mail-box .select-item select {
  position: absolute;
  left: 12px;
  top: 0;
  width: calc(100% - 12px);
  height: 100%;
  border: none;
  background: none;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.mail-box input.form-control::-moz-placeholder {
  color: #999;
}

.mail-box input.form-control::-webkit-input-placeholder {
  color: #999;
}

.mail-box input.form-control:-ms-input-placeholder {
  color: #999;
}

.mail-box .select-item .caret {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 36px;
  border: none;
  margin: 0;
  border-radius: var(--border-radius-btn);
  background: #f2f2f2;
  pointer-events: none;
}

.mail-box .select-item .caret:after {
  content: '\e6a4';
  position: absolute;
  top: 50%;
  right: 50%;
  font-family: 'i';
  font-size: 12px;
  -webkit-transform: rotate(90deg) translate(-60%, -40%);
  -ms-transform: rotate(90deg) translate(-60%, -40%);
  transform: rotate(90deg) translate(-60%, -40%);
}

.mail-box .form-group .title {
  margin-bottom: 0;
}

.mail-box .checkbox {
  margin: 10px 0 0 0;
  color: #999;
}

.mail-box .checkbox label {
  min-height: auto;
}

.mail-box .has-error .checkbox label {
  color: var(--secondary);
}

.mail-box .checkbox input[type='checkbox'] {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: var(--border-radius-btn);
  border: 1px solid #ccc;
  margin-top: -3px;
  margin-right: 3px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.mail-box .checkbox input[type='checkbox']:after {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  content: '\e6c7';
  font-family: 'i';
  font-size: 12px;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.mail-box .checkbox input[type='checkbox']:checked:after {
  display: block;
}

.mail-box .ver-code {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 90px;
  height: 38px;
  border: 1px solid #ccc;
  border-radius: var(--border-radius-btn);
  overflow: hidden;
}

.mail-box .refresh {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-top: -2px;
  border: none;
  border-radius: var(--border-radius-btn);
  color: #333;
  background: #f2f2f2;
}

.mail-box .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 28px;
  background: #f2f2f2;
  border: none;
  border-radius: 0 !important;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 800;
}

.mail-box .btn-larger {
  padding: 0 128px;
}

.mail-box .btn.main-color {
  color: #fff;
}

@media (max-width: 767px) {
  .mail-modal .modal-dialog,
  .notice-modal .modal-dialog {
    padding: 0 15px;
  }

  .mail-modal .modal-content,
  .notice-modal .modal-content {
    padding: 20px;
    margin-top: 50px;
  }

  #subscription .modal-content {
    height: auto;
  }

  #subscription .modal-content {
    position: relative;
  }

  #subscription .modal-content .close-btn {
    position: absolute;
    top: -60px;
  }

  .mail-box .btn-larger {
    padding: 0 65px;
  }
}

#subscription .mail-box > .title {
  margin-bottom: 40px;
}

/* 公告 */
.notice-modal {
  color: #444;
}

.notice-modal .title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
  color: var(--secondary);
  margin: 0 0 15px 0;
}

.notice-modal .tip {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.notice-modal .center-box {
  text-align: center;
}

.notice-modal .confrim-btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  padding: 16px 15px;
  min-width: 170px;
  background: var(--secondary);
  border: 0;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  margin: 0 auto;
  margin-top: 20px;
}

/* -------------------------------
 * Main
-------------------------------- */

#main {
  position: relative;
}

@media (max-width: 768px) {
  #main {
    z-index: 2;
  }
}

@media (max-width: 767px) {
  #main {
  }
}

/* -------------------------------
 * 单页
-------------------------------- */

/* page */

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
}

@media (min-width: 1200px) {
  .container {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .container {
    /* margin-left: 15px;
        margin-right: 15px; */
    padding-left: 15px;
    padding-right: 15px;
  }
}

.content-body.row > .col-md-9.set-center {
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .content-body.row > .col-md-9 {
    padding-left: 45px;
  }

  .content-body.row > .col-md-9.set-center {
    padding-left: 30px;
    padding-right: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
}

@media (min-width: 769px) {
  .content-body.row > .col-md-9.pa-right {
    padding-left: 15px;
    padding-right: 45px;
  }
}

/* page-kv */
.page-kv {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  height: 300px;
  overflow: hidden;
}

.page-kv .filter-box {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 5px;
}

.page-kv img,
.banner-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.banner-wrap .show-xs {
  /* max-width: 100%;
  max-height: 100%; */
}

.page-kv .page-kv-info,
.banner-wrap .page-kv-info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.page-kv .page-title {
  flex-wrap: wrap;
}

.page-kv .time {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.page-kv p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
  margin: 25px 0 0 0;
}

.page-kv .page-title,
.banner-wrap .page-title {
  display: flex;
  align-items: center;
  padding: 25px 18px 23px 18px;
  background-color: rgba(var(--primary-dark-rgb), 0.9);
  position: relative;
  border-radius: var(--border-radius-lg);
}

.page-kv.no-image {
  height: auto;
}

.page-kv.no-image .page-kv-info {
  position: static;
}

.page-kv.no-image .page-title {
  padding-left: 0;
  border-top: none;
  /* border-bottom: 2px solid; */
  background: none;
  padding-top: 50px;
  padding-bottom: 20px;
}

.page-kv.no-image .page-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  /* background: linear-gradient(to right,rgba(241,145,25,1) 0%,rgba(247,188,117,1) 50%,rgba(241,132,11,1) 100%); */
  background: var(--secondary);
}

.page-kv.no-image.no-hr .page-title {
  padding-bottom: 0;
}
.page-kv.no-image.no-hr .page-title:after {
  display: none;
}

.page-kv.no-image .page-title:before {
  display: none;
}

.page-kv .page-title-h1,
.banner-wrap .page-title-h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.33;
  font-weight: 800;
}

@media (min-width: 769px) {
  .float-right-md {
    float: right;
  }

  .float-left-md {
    float: left;
  }
}

@media (max-width: 767px) {
  .page-kv {
    height: 100vw;
  }
}

/* banner-wrap */
.banner-wrap {
  position: relative;
}

.banner-wrap .banner-swiper .swiper-slide {
  /* padding-bottom: 33.333333%; */
  overflow: hidden;
  aspect-ratio: 3/1;
}

/* .banner-wrap img {
  min-height: calc(100% + 2px);
}

.banner-wrap .show-xs {
  max-height: calc(100% + 2px);
} */

.banner-wrap .page-kv-info {
  bottom: 80px;
}

.banner-wrap .page-title {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 25px 18px 20px 18px;
  line-height: 1.625;
  border: 0;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.banner-wrap .page-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  /* background: linear-gradient(to right,rgba(241,145,25,1) 0%,rgba(247,188,117,1) 50%,rgba(241,132,11,1) 100%); */
  /* background: linear-gradient(to right, #f1840b 0%, #efc86e 50%, #f1840b 100%); */
}

.banner-wrap .page-title p {
  margin-bottom: 10px;
  margin-top: 8px;
}

.banner-wrap .page-title p:last-of-type {
  margin-bottom: 0;
}

.banner-swiper .link {
  display: inline-block;
  background: var(--primary-dark);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
  padding: 15px;
  width: 35.138889%;
  max-width: 506px;
  min-width: 180px;
  border-top-left-radius: var(--border-radius-lg);
}

.banner-swiper .link i {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
  border-radius: 50%;
  margin-right: 8px;
}

.banner-swiper .my-pagination {
  overflow: hidden;
  margin-left: 16px;
  margin-top: 15px;
  display: inline-block;
  font-size: 0;
}

.banner-swiper .my-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  margin: 0 4px;
}

.banner-swiper .my-pagination span.active {
  opacity: 1;
}

.banner-swiper > .container {
  position: relative;
}

.banner-swiper .swiper-pagination {
  bottom: 50px;
  left: 26px;
}

.banner-swiper .swiper-pagination-bullet {
  margin: 0 4px;
  background: #fff;
  opacity: 0.3;
}

.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner-swiper .swiper-button {
  width: 60px;
  height: 60px;
  background: rgba(68, 68, 68, 0.15);
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 30px;
  pointer-events: initial;
  transition: background 0.3s ease;
}

.banner-swiper .swiper-button:hover {
  background: rgba(68, 68, 68, 0.6);
}

.banner-swiper .swiper-button.swiper-button-disabled {
  background: rgba(68, 68, 68, 0.15);
  opacity: 0.5;
  cursor: not-allowed;
}

.banner-swiper .swiper-button-next {
  left: auto;
  right: 30px;
}

@media (max-width: 991px) {
  .banner-wrap .banner-swiper .swiper-slide {
    /* padding-bottom: 120%; */
    aspect-ratio: 5/6;
  }

  .banner-wrap .page-title .page-title-h1 {
    font-size: 24px;
  }

  .banner-wrap .page-title {
    padding: 25px 15px 23px 15px;
  }

  .banner-wrap .page-title p {
    font-size: 14px;
  }

  .banner-swiper .link {
    padding: 7px 20px 7px 15px;
    width: auto;
  }

  .banner-swiper .link i {
    width: 36px;
    height: 36px;
  }

  .banner-swiper .my-pagination {
    margin-top: 50px;
  }

  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .banner-swiper .swiper-button {
    display: none;
  }
}

/* loghi-wrap */
.loghi-wrap {
  display: flex;
  width: 100%;
}

.loghi-wrap .loghi-left-title {
  width: 14.236111%;
  max-width: 205px;
  flex-shrink: 0;
  background: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.loghi-wrap .loghi-left-title h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0;
}

.loghi-wrap .cycle-slideshow {
  flex-grow: 1;
  height: 90px;
  background-color: var(--primary-light);
}

.loghi-wrap .cycle-slideshow li {
  width: 120px;
  padding: 10px 0;
  margin-left: 20px;
}

.loghi-wrap .cycle-slideshow li a {
  display: block;
  width: 100%;
  padding-bottom: 58.333333%;
  position: relative;
  overflow: hidden;
}

.loghi-wrap .cycle-slideshow li img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .loghi-wrap {
    flex-wrap: wrap;
  }

  .loghi-wrap .loghi-left-title {
    width: 100%;
    max-width: 100%;
    background: #e6e6e6;
    color: var(--secondary);
    font-size: 12px;
    display: block;
    text-align: left;
  }

  .loghi-wrap .cycle-slideshow {
    width: 100%;
  }

  .loghi-wrap .cycle-slideshow {
    height: 50px;
  }

  .loghi-wrap .cycle-slideshow li {
    width: 66px;
    padding: 5px 0;
    margin-left: 10px;
  }
}

/* mixed-img-info */
.mixed-img-info {
  padding: 80px 0;
  overflow: hidden;
}

.middle-container {
  --logo-element-size: 300px;
  position: relative;
  width: 100%;
  max-width: 970px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.middle-container::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 40%;
  top: 40%;
  width: var(--logo-element-size);
  height: var(--logo-element-size);
  background: no-repeat center / contain;
  background-image: var(--logo-element-svg);
  pointer-events: none;
}
@media (min-width: 768px) {
  .middle-container {
    --logo-element-size: 400px;
  }
  .middle-container::after {
    left: 80%;
    top: 5%;
  }
}

.mixed-img-info .img-src {
  width: 41.111111%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  margin-right: 50px;
}

.mixed-img-info .img-src:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 58.108108%;
}

.mixed-img-info .img-src img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mixed-img-info .img-src + .img-info {
  text-align: left;
}

.mixed-img-info .img-info {
  flex-grow: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  max-width: 670px;
}

.mixed-img-info .img-info h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.mixed-img-info .img-info p {
  margin-bottom: 10px;
}

.mixed-img-info .img-info p:last-of-type {
  margin-bottom: 0;
}

.mixed-img-info .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 30px;
  padding: 16px 19px 16px 17px;
  border-radius: var(--border-radius-btn);
}

.mixed-img-info .link .i {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .mixed-img-info {
    padding: 50px 0;
  }

  .middle-container {
    flex-wrap: wrap;
  }

  .mixed-img-info .img-src {
    width: 60%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .mixed-img-info .img-info {
    text-align: center !important;
    font-size: 14px;
  }

  .mixed-img-info .img-info h3 {
    font-size: 24px;
  }
}

/* preview */
.common-title {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.not-pag {
  padding-bottom: 0 !important;
}

.show-md {
  display: block;
}

.show-xs {
  display: none;
}

@media (max-width: 991px) {
  .show-md {
    display: none;
  }

  .show-xs {
    display: block;
  }
}

.preview-wrap {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.preview-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(239, 220, 100, 0.95) 0%,
    rgba(240, 133, 11, 0.7) 50%,
    rgba(239, 220, 100, 0.95) 100%
  );
  background: rgba(0, 0, 0, 0.5);
}

.preview-wrap > img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preview-wrap .list-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -40px;
}

.preview-wrap .list-wrap .item {
  width: 25%;
  flex-shrink: 0;
  padding: 0 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.preview-wrap .item .img-src {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  background: var(--primary-dark);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

.preview-wrap .item .img-src img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.preview-wrap .item strong {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 1px;
  text-align: left;
  text-shadow: 1px -2px 2px rgba(0, 0, 0, 0.1);
}

.preview-wrap .item span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  text-shadow: 1px -2px 2px rgba(0, 0, 0, 0.1);
}

.preview-wrap .link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
  z-index: 1;
  margin-top: 40px;
  transition: color 0.3s ease;
}

.preview-wrap .link:hover {
  color: var(--secondary);
}

.preview-wrap .link .i {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .common-title {
    font-size: 24px;
    margin: 0 0 25px 0;
  }

  .preview-wrap:after {
    background: linear-gradient(
      to right,
      rgba(250, 199, 111, 1) 0%,
      rgba(240, 133, 11, 0.85) 30%,
      rgba(240, 133, 11, 0.85) 70%,
      rgba(250, 199, 111, 1) 100%
    );
    background: rgba(0, 0, 0, 0.5);
  }

  .preview-wrap .list-wrap {
    margin-top: -10px;
  }

  .preview-wrap .list-wrap .item {
    width: 50%;
    padding: 0 7.5px;
    margin-top: 10px;
    flex-direction: column;
  }

  .preview-wrap .item .img-src {
    width: 70px;
    height: 70px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .preview-wrap .item strong {
    font-size: 20px;
    text-align: center;
  }

  .preview-wrap .item span {
    text-align: center;
  }

  .preview-wrap .link {
    margin-top: 20px;
  }
}

/* index 瀑布流 */
.index-grid {
  padding: 70px 0;
  background: #f1f1f1;
}

.index-grid .grid-content {
  display: block;
  padding-bottom: 66.756758%;
  overflow: hidden;
  position: relative;
  color: #fff;
  margin-bottom: 30px;
  background: #eee;
  border-radius: var(--border-radius);
}

.index-grid .grid-item:last-child .grid-content {
  margin-bottom: 0;
}

.index-grid .img-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-grid .img-src img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  max-width: none;
}

.index-grid .show-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
}

.index-grid .show-info .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.index-grid .img-info {
  padding: 15px 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.index-grid .img-info div {
  height: 100%;
  overflow-y: auto;
}

/* .index-grid .img-info:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.26;
  background: url(./img/grid-bg.png) no-repeat;
  background-position: left bottom;
  background-size: auto 76%;
} */

.index-grid .grid-content:hover .img-info {
  transform: none;
}

.index-grid .big-content {
  padding-bottom: 32.077922%;
}

.index-grid .big-content .img-src {
  width: 50%;
  flex-shrink: 0;
}

.index-grid .big-content .show-info {
  display: none;
}

.index-grid .big-content .img-info {
  position: absolute;
  left: auto;
  right: 0;
  width: 50%;
  flex-shrink: 0;
  transform: none;
  display: inline-flex;
  flex-direction: column;
  padding: 20px 20px 20px 30px;
}

.index-grid h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  margin: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.index-grid p {
  font-size: 14px;
  line-height: 22px;
  margin: 3px 0 0 0;
  flex-grow: 1;
  /* max-height: 88px;   */
  /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; */
  overflow: hidden;
}

.index-grid .i {
  font-size: 14px;
  line-height: 1;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px #fff solid;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 5px 0;
}

@media (max-width: 992px) {
  .index-grid {
    padding: 60px 0;
  }

  .index-grid .grid-content {
    padding-bottom: 0;
  }

  .index-grid .img-src {
    position: relative;
    padding-bottom: 66.756758%;
  }

  .index-grid .show-info {
    display: block;
    padding: 10px 17px;
    display: none !important;
  }

  .index-grid .img-info {
    /* display: none!important; */
    position: relative !important;
    width: 100% !important;
    padding: 15px 17px !important;
    height: auto !important;
    transform: none !important;
  }

  .index-grid p {
    max-height: none !important;
  }

  .index-grid .big-content .img-src {
    padding-bottom: 64.155844%;
  }

  .index-grid .big-content .img-src {
    width: 100%;
  }

  .index-grid .big-content .show-info {
    display: block;
  }
}

/* programme-wrap */
.programme-wrap {
  position: relative;
  padding: 50px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.programme-wrap .img-src {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.programme-wrap .img-src:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.programme-wrap .img-src img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}

.programme-wrap .common-title {
  margin-bottom: 20px;
}

.programme-wrap p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 20px;
}

.programme-wrap .link {
  font-weight: 800;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
}

.programme-wrap .link:hover {
  color: var(--secondary);
}

.programme-wrap .link .i {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-right: 8px;
}

.programme-wrap .logo-swiper-list {
  overflow: hidden;
  margin-top: 10px;
}

.programme-wrap .logo-swiper-list .item {
  margin-top: 10px;
  text-align: left;
}

.programme-wrap .item h4 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 20px;
}

.programme-wrap .item:first-child h4 {
  margin-top: 0;
}

.programme-wrap .logo-swiper {
  padding-bottom: 33px;
}

.programme-wrap .logo-swiper.not-pag {
  padding-bottom: 0;
}

.programme-wrap .logo-swiper .swiper-slide {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: var(--border-radius);
}

.programme-wrap .logo-swiper .swiper-slide:after {
  content: '';
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
}

.programme-wrap .logo-swiper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  transform: translate(-50%, -50%);
}

.programme-wrap .swiper-pagination {
  bottom: 0;
}

.programme-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}

@media (max-width: 767px) {
  .programme-wrap .common-title,
  .programme-wrap p,
  .programme-wrap .link {
    padding: 0 15px;
  }

  .programme-wrap .logo-swiper {
    padding-bottom: 26px;
  }
}

/* events-wrap */
.events-wrap {
  position: relative;
  padding: 70px 0;
  background-color: rgba(var(--primary-rgb), 0.3);
}

.events-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(./img/grid-bg.svg) no-repeat;
  background-position: left bottom;
  background-size: auto 65%;
  opacity: 0.8;
}

.events-wrap .events-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}

.events-wrap .events-tab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  color: #000;
  width: 41.666667%;
  border: 0;
  display: flex;
}

.events-wrap .events-tab .nav-item {
  flex-grow: 1;
}

.events-wrap .events-tab .nav-item:nth-child(2) {
  max-width: 50%;
}

.events-wrap .events-tab .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: var(--on-primary);
  background-color: var(--secondary);
  margin-right: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  border: 0;
  padding: 10px 15px;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

.events-wrap .events-tab .nav-item.active .nav-link:after {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: rgba(68, 68, 68, 0.05);
}

.events-wrap .events-tab .nav-item.active .nav-link {
  background: #fff;
  color: var(--secondary);
}

.events-wrap .events-content {
  position: relative;
  display: flex;
}

.events-wrap .events-content .tab-pane.active {
  display: flex !important;
  width: 100%;
  overflow: hidden;
  opacity: 1;
}

.events-wrap .events-content .img-src {
  width: 58.333333%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

/* .events-wrap .events-content .img-src:after{
    content: "";
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 66.865672%;
    overflow: hidden;
} */
.events-wrap .events-content .img-src img {
  /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%,-50%); */
  width: 100%;
}

.events-wrap .events-content .img-info {
  flex-grow: 1;
  padding: 100px 40px 40px 40px;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.625;
}

.events-wrap .events-content .img-info div {
  height: 100%;
  overflow-y: auto;
}

.events-wrap .img-info .link {
  font-weight: 800;
  margin: 20px 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
}

.events-wrap .img-info .link .i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  margin-right: 10px;
  color: #fff;
  background: var(--secondary);
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .events-wrap .events-content .img-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 41.666667%;
    /* overflow-y: auto; */
  }

  .events-wrap .img-info .link {
    margin-bottom: 10px;
  }
}

@media (max-width: 1100px) {
  .events-wrap .img-info .link {
    margin: 25px 0 0 0;
  }
}

@media (max-width: 991px) {
  .events-wrap {
    padding: 50px 0;
  }

  .events-wrap .img-info .link {
    margin: 15px 0 0 0;
  }
}

@media (max-width: 991px) {
  .events-wrap:after {
    background-size: 100% auto;
  }

  .events-wrap .events-tab {
    width: 100%;
    margin-top: 66.811594%;
  }

  .events-wrap .events-tab .nav-link {
    height: 58px;
    font-size: 18px;
  }

  .events-wrap .events-content .tab-pane.active {
    flex-wrap: wrap;
  }

  .events-wrap .events-content .img-src {
    width: 100%;
  }

  .events-wrap .events-content .img-info {
    width: 100%;
    padding: 88px 15px 25px 15px;
  }
}

/* news-wrap */
.news-wrap {
  padding: 80px 0;
  overflow: hidden;
}

.news-wrap .common-title {
  text-shadow: none;
}

.news-wrap > .container {
  text-align: center;
  margin-top: 25px;
}

.news-wrap .link-to {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  font-weight: bold;
}

.news-wrap .link-to:hover {
  color: var(--secondary);
}

.news-wrap .link-to .i {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
}

.news-wrap .news-container {
  width: 69.444444%;
  max-width: 1000px;
  margin: 0 auto;
}

.news-wrap .news-swiper {
  overflow: visible;
}

.news-wrap .swiper-slide {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.15;
  /* transition-property: transform,opacity,-webkit-transform; */
  transition-duration: 0.3s;
}

.news-wrap .swiper-slide:hover h4 {
  color: var(--secondary);
}

.news-wrap .swiper-slide-active,
.news-wrap .swiper-slide-next,
.news-wrap .swiper-slide-next + .swiper-slide {
  opacity: 1;
}

.news-wrap .news-swiper .swiper-slide-active .type,
.news-wrap .news-swiper .swiper-slide-active .img-info,
.news-wrap .news-swiper .swiper-slide-next + .swiper-slide .type,
.news-wrap .news-swiper .swiper-slide-next + .swiper-slide .img-info,
.news-wrap .news-swiper .swiper-slide-next .type,
.news-wrap .news-swiper .swiper-slide-next .img-info {
  opacity: 1;
}

.news-swiper .swiper-button {
  width: 48px;
  height: 48px;
  background: transparent;
  font-size: 13px;
  color: var(--secondary);
  font-weight: 400;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: -120px;
  border: 1px var(--secondary) solid;
  pointer-events: initial;
  transition: background 0.3s ease, color 0.3s ease;
}

.news-swiper .swiper-button:hover {
  color: #fff;
  background: var(--secondary);
}

.news-swiper .swiper-button.swiper-button-disabled {
  background: transparent;
  color: var(--secondary);
  opacity: 0.5;
  cursor: not-allowed;
}

.news-swiper .swiper-button-next {
  left: auto;
  right: -120px;
}

.news-wrap .swiper-pagination {
  bottom: 0;
  display: none;
}

.news-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #444;
  opacity: 0.3;
}

.news-wrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.news-wrap .img-src {
  position: relative;
  padding-bottom: 66.666667%;
  margin-bottom: 15px;
}

.news-wrap .img-src img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: var(--border-radius-lg);
}

.news-wrap .img-src .type {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: auto;
  display: inline-block;
  padding: 7px 8px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--on-primary);
  background-color: var(--primary-dark);
  text-shadow: 1px -2px 2px rgba(0, 0, 0, 0.1);
  /* opacity: 0; */
  border-radius: var(--border-radius-btn);
  transform: translate(-50%, 50%);
  transition: opacity 0.3s ease-in;
}

.news-wrap .img-info {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.news-wrap .img-info h4 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 800;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.news-wrap .img-info span {
  display: block;
  font-weight: 800;
  margin-bottom: 10px;
}

.news-wrap .img-info p {
  margin-bottom: 20px;
  max-height: 84px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.news-wrap .img-info .link {
  font-weight: 800;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease;
  color: var(--secondary);
}

.news-wrap .img-info .link .i {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .news-wrap .news-container {
    width: 80%;
  }

  .news-wrap .news-swiper {
    padding-bottom: 35px;
  }

  .news-wrap .swiper-pagination {
    display: inline-block;
  }

  .news-swiper .swiper-button {
    display: none;
  }

  .news-wrap .swiper-slide-next + .swiper-slide {
    opacity: 0.15;
  }

  .news-wrap .news-swiper .swiper-slide-next + .swiper-slide .type,
  .news-wrap .news-swiper .swiper-slide-next + .swiper-slide .img-info {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .news-wrap .news-container {
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
  }

  .news-wrap .news-swiper {
    padding-bottom: 35px;
  }

  .news-swiper .swiper-button {
    display: none;
  }

  .news-wrap .swiper-slide-next,
  .news-wrap .swiper-slide-next + .swiper-slide {
    opacity: 0.15;
  }

  .news-wrap .news-swiper .swiper-slide-next + .swiper-slide .type,
  .news-wrap .news-swiper .swiper-slide-next + .swiper-slide .img-info,
  .news-wrap .news-swiper .swiper-slide-next .type,
  .news-wrap .news-swiper .swiper-slide-next .img-info {
    opacity: 0;
  }
}

/* ivideo-wrap */
.ivideo-wrap {
  position: relative;
}

.ivideo-wrap .img-src {
  display: block;
  position: relative;
  padding-bottom: 39.583333%;
  overflow: hidden;
}

.ivideo-wrap .img-src:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.4;
}

.ivideo-wrap .img-src img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
}

.ivideo-wrap .img-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.625;
}

.ivideo-wrap .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.ivideo-wrap .img-info h4 {
  font-size: 30px;
  line-height: 1.26;
  font-weight: 800;
  margin: 0 0 10px 0;
  width: 34%;
}

.ivideo-wrap .img-info p {
  width: 34%;
  margin: 0;
}

.ivideo-wrap .link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 800;
  padding: 15px 20px 15px 15px;
  width: 35.138889%;
  max-width: 506px;
  min-width: 180px;
  border-top-left-radius: var(--border-radius-lg);
}

.ivideo-wrap .link .i {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px #fff solid;
  border-radius: 50%;
  margin-right: 8px;
}

.img-src .i-arrow-right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: var(--secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
}

.ivideo-wrap .img-info .i-arrow-right-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: var(--secondary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
}

.ivideo-wrap .swiper-pagination {
  display: inline-block;
  width: auto;
  bottom: 25px;
  left: 13px;
}

.ivideo-wrap .swiper-pagination-bullet {
  margin: 0 4px;
  background: #fff;
  opacity: 0.3;
}

.ivideo-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .ivideo-wrap .img-src {
    padding-bottom: 133.583333%;
  }

  .ivideo-wrap .container {
    justify-content: flex-end;
  }

  .ivideo-wrap .img-info h4 {
    font-size: 24px;
    margin: 0 0 75px 0;
    width: 100%;
    padding: 0 5px;
  }

  .ivideo-wrap .img-info p {
    display: none;
  }

  .ivideo-wrap .link {
    padding: 7px 20px 7px 15px;
    width: auto;
  }

  .ivideo-wrap .swiper-pagination {
    bottom: 15px;
    left: 18px;
  }
}

/* full-ivideo-wrap */
.full-ivideo-wrap {
  /* display: none; */
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in, visibility 0.3se ease-in;
}

.full-ivideo-wrap.show {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.full-ivideo-wrap .i-close {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 2;
  background: rgba(68, 68, 68, 0.5);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  transition: background 0.3s ease;
}

.full-ivideo-wrap .i-close:hover {
  background: var(--secondary);
}

.full-ivideo-wrap .full-ivideo-swiper {
  height: 100%;
}

.full-ivideo-wrap .full-ivideo-swiper .swiper-slide {
  height: 100%;
}

.full-ivideo-wrap .full-ivideo-swiper .container,
.full-ivideo-wrap .full-ivideo-swiper .row {
  height: 100%;
}

.full-ivideo-wrap .full-ivideo-swiper .col-xs-12 {
  display: flex;
  height: 100%;
  align-items: center;
}

.full-ivideo-wrap .full-ivideo-swiper .embed-responsive {
  width: 100%;
  flex-shrink: 0;
}

.full-ivideo-swiper .swiper-button {
  width: 48px;
  height: 48px;
  background: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 30px;
  pointer-events: initial;
  transition: background 0.3s ease;
}

.full-ivideo-swiper .swiper-button:hover {
  background: var(--secondary);
}

.full-ivideo-swiper .swiper-button.swiper-button-disabled {
  background: rgba(68, 68, 68, 0.5);
  opacity: 0.5;
  cursor: not-allowed;
}

.full-ivideo-swiper .swiper-button-next {
  left: auto;
  right: 30px;
}

.full-ivideo-wrap .title-wrap {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
}

.full-ivideo-wrap .title-wrap h4 {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 991px) {
  .full-ivideo-wrap .full-ivideo-swiper .container {
    padding-left: 0;
    padding-right: 0;
  }

  .full-ivideo-swiper .swiper-button {
    display: none;
  }

  .full-ivideo-wrap .title-wrap {
    left: 0px;
    right: 0px;
    padding: 15px 0;
  }
}

/* gallery-wrap */
.news-wrap + .gallery-wrap {
  padding-top: 0;
}

.gallery-wrap {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.gallery-wrap .title-wrap {
  position: relative;
  padding: 0 0 28px 0;
  display: flex;
  align-items: flex-end;
}

.gallery-wrap h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0;
  flex-grow: 1;
}

.gallery-wrap .link-to {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);
}

.gallery-wrap .link-to .i {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin-right: 8px;
}

.gallery-wrap .gallery-swiper {
  padding-bottom: 43px;
}

.gallery-wrap .img-src {
  position: relative;
  padding-bottom: 66.666667%;
  overflow: hidden;
  margin-bottom: 15px;
}

.gallery-wrap .img-src img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: var(--border-radius-lg);
}

.gallery-wrap .img-info p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.gallery-wrap .swiper-pagination {
  bottom: 0;
}

.gallery-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #444;
  opacity: 0.3;
}

.gallery-wrap .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 576px) {
  .gallery-wrap {
    padding: 50px 0;
  }

  .gallery-wrap .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-wrap .link-to {
    align-self: flex-end;
  }
}

/* 侧边栏菜单 */
.nav-aside {
  margin-bottom: 40px;
}

.nav-aside ul {
  display: grid;
  gap: 2px;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: var(--border-radius-lg);
}

.nav-aside li {
  list-style: none;
  background-color: #f1f1f1;
}

.nav-aside li:last-of-type {
  border-bottom: none;
}

.nav-aside li a {
  display: block;
  padding: 15px 20px;
}

.nav-aside li.active a,
.nav-aside li:hover a {
  color: #fff;
}

.asd-element {
  position: relative;
  display: block;
  padding-bottom: 100%;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}

.asd-element img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.asd-element-wrap {
  margin-bottom: 30px;
}

.asd-element-wrap p {
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  /* background-color: #F1F1F1; */
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* fancybox reset */
.fancybox-bg {
  background: #000;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 1;
}

.fancybox-button--close {
  z-index: 99999;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
}

.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-controls {
  position: static;
}

.fancybox-infobar .fancybox-infobar__body {
  display: none;
  background: none;
}

.fancybox-infobar .fancybox-button--right,
.fancybox-infobar .fancybox-button--left {
  position: absolute;
  z-index: 99999;
  width: 48px;
  height: 48px;
  line-height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  font-family: 'i';
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(51, 51, 51, 0.5);
  overflow: hidden;
}

.fancybox-infobar .fancybox-button--left {
  left: 50px;
}

.fancybox-infobar .fancybox-button--right {
  right: 50px;
}

.fancybox-infobar .fancybox-button--left:hover,
.fancybox-infobar .fancybox-button--right:hover {
  background: var(--secondary);
  color: #fff;
}

.fancybox-infobar .fancybox-button--right:after,
.fancybox-infobar .fancybox-button--left:after {
  content: none;
}

.fancybox-infobar .fancybox-button--right:before,
.fancybox-infobar .fancybox-button--left:before {
  position: static;
  background: none;
}

.fancybox-infobar .fancybox-button--left:before {
  content: '\e6a1';
}

.fancybox-infobar .fancybox-button--right:before {
  content: '\e6a0';
}

.fancybox-caption-wrap {
  padding-top: 0;
  background: none;
}

.fancybox-caption-wrap .fancybox-caption {
  position: relative;
  /* padding: 30px 0 20px; */
  text-align: center;
  border-top: none;
  /* background: rgba(0, 0, 0, .9); */
}

@media (min-width: 768px) {
  .fancybox-caption-wrap .fancybox-caption {
    position: relative;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.9);
  }

  .fancybox-caption-wrap .fancybox-caption .readmore {
    display: none;
  }

  .fancybox-caption .caption {
    position: relative;
  }

  .fancybox-caption-wrap .fancybox-caption > a.v-center {
    top: 15px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.fancybox-caption-wrap .fancybox-caption p {
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 0;
}

.fancybox-caption-wrap .fancybox-caption > a {
  position: absolute;
  top: 30px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.fancybox-caption-wrap .fancybox-caption > a i {
  padding-top: 2px;
  margin-right: 5px;
  font-size: 14px;
}

.fancybox-caption-wrap .fancybox-caption > a span {
  font-size: 14px;
  font-weight: 800;
}

/* ---- nicescroll ---- */
.nicescroll-rails {
  box-sizing: content-box !important;
}

.nicescroll-rails,
.nicescroll-cursors {
  -webkit-transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
  transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
}

.nicescroll-cursors {
  background-color: #000;
  border: rgba(255, 255, 255, 0.4) 1px solid;
}

.nicescroll-rails.nicescroll-rails-vr:hover,
.nicescroll-rails.nicescroll-rails-vr:active {
  width: 12px !important;
  background-color: rgba(250, 250, 250, 0.82);
  border-left: rgba(0, 0, 0, 0.18) 1px solid;
}

.nicescroll-rails.nicescroll-rails-vr:hover .nicescroll-cursors,
.nicescroll-rails.nicescroll-rails-vr:active .nicescroll-cursors {
  width: 12px !important;
  border-radius: 6px !important;
}

/* 筛选 */
.filter-box {
  font-size: 0;
  margin-bottom: 30px;
}

.filter-box .select-item {
  display: inline-block;
  margin-right: 10px;
}

.filter-box .select-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  border: none;
  background: none;
}

/* bootstrap-select reset */
.filter-box .select-item .bootstrap-select {
  width: 270px !important;
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle {
  background: #fff !important;
  box-shadow: none !important;
  border: 1px solid #f2f2f2 !important;
  border-radius: var(--border-radius-btn);
  padding: 9px 53px 9px 15px;
  border-radius: var(--border-radius-btn);
  overflow: hidden;
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle .filter-option {
  font-size: 14px;
  color: #333;
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle .bs-caret {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  text-align: center;
  background: #f2f2f2;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle .bs-caret .caret {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  margin: 0;
  width: 15px;
  height: 15px;
  font-family: 'i';
  border: none;
  font-size: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.filter-box .select-item .bootstrap-select > .dropdown-toggle .bs-caret .caret:before {
  display: block;
  content: '\e6a4';
  -webkit-transform: rotate(90deg) scale(0.9);
  -ms-transform: rotate(90deg) scale(0.9);
  transform: rotate(90deg) scale(0.9);
}

.filter-box .select-item .bootstrap-select > .dropdown-menu {
  margin-top: 4px;
  padding: 15px 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--border-radius-btn);
}

.filter-box .select-item .bootstrap-select ul.dropdown-menu {
  background: none;
}

.filter-box .select-item .bootstrap-select > .dropdown-menu li a {
  padding: 10px 16px;
}

.filter-box .select-item .bootstrap-select > .dropdown-menu li a:focus,
.filter-box .select-item .bootstrap-select > .dropdown-menu li a:hover {
  color: #fff;
}

.filter-box .filter-button {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
  background: #f2f2f2;
  border-radius: var(--border-radius-btn);
}

.filter-box .right-btn {
  float: right;
  height: 40px;
  padding: 0 15px;
  border-radius: var(--border-radius-btn);
  border: none;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-box .right-btn span {
  font-size: 14px;
  font-weight: 800;
}

.filter-box .right-btn i {
  margin-right: 3px;
  font-size: 14px;
}

.filter-box .select-item .bootstrap-select ul.dropdown-menu::-webkit-scrollbar {
  width: 4px;
  background: rgba(51, 51, 51, 0.4);
}

.filter-box .select-item .bootstrap-select ul.dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}

.filter-box .select-item .bootstrap-select ul.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.filter-box .select-item .bootstrap-select ul.dropdown-menu::-webkit-scrollbar-thumb:active {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .filter-box .select-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .filter-box .select-item .bootstrap-select {
    width: 100% !important;
  }

  .filter-box .filter-button {
    display: block;
    width: 100%;
  }

  .filter-box .filter-button span {
    font-size: 14px;
    font-weight: 800;
    margin-right: 5px;
  }

  .filter-box .filter-button i {
    font-size: 14px;
  }

  .filter-box .select-item select {
    z-index: 1;
    left: 0 !important;
    width: 100% !important;
    border-radius: var(--border-radius-btn);
  }

  .filter-box .right-btn {
    margin-top: 10px;
    float: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* 同期活动 */
.expand-control .summary {
  display: block;
  margin-bottom: 34px;
  font-size: 14px;
}

.expand-control .container-cms-page {
  display: none;
}

.expand-control.expand .summary {
  display: none;
}

.expand-control.expand .container-cms-page {
  display: block;
}

.expand-control .control-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 7px 16px;
  background: #f2f2f2;
  border: none;
  border-radius: var(--border-radius-btn);
}

.expand-control .control-btn span {
  font-size: 14px;
  font-weight: 800;
  display: none;
}

.expand-control .control-btn i {
  font-size: 12px;
  margin-top: -1px;
  margin-left: 5px;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.expand-control .control-btn.expand i {
  -webkit-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
}

.expand-control .control-btn.expand .expand {
  display: block;
}

.expand-control .control-btn.expand .v-collapse {
  display: none;
}

.expand-control .control-btn.v-collapse .v-collapse {
  display: block;
}

.expand-control .control-btn.v-collapse .expand {
  display: none;
}

.expand-control .control-btn.v-collapse i {
  -webkit-transform: rotate(-90deg) scale(0.8);
  -ms-transform: rotate(-90deg) scale(0.8);
  transform: rotate(-90deg) scale(0.8);
}

/* 新闻列表 */
.news-list {
  padding-bottom: 40px;
}

.news-list.has-hr {
  border-top: 2px var(--primary-dark) solid;
  border-bottom: 1px #f0f0f0 solid;
}

.news-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-list .row .col-sm-6 {
  display: flex;
  /* overflow: hidden; */
}

.news-list .news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 42px;
  padding: 60px 95px 30px 30px;
  color: #444;
  background: #f0f0f0;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  width: 100%;
  /* height: 100%; */
  border-radius: var(--border-radius-btn);
}

.media-list .news-item {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* .news-list .normal-news .news-item {
  padding-right: 90px;
} */

.news-list .news-label {
  position: absolute;
  top: 20px;
  left: 30px;
  font-weight: bold;
  color: var(--primary-dark);
}

.news-list .title {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  /* max-height: 56px; */
  overflow: hidden;
  transition: color 0.3s ease;
}

.news-list .source {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  margin: 10px 0 0 0;
  transition: color 0.3s ease;
}

.news-list .info {
  /* max-height: 84px; */
  flex-grow: 1;
  overflow: hidden;
  transition: color 0.3s ease;
}

.news-list .read-more {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
  transition: color 0.3s ease;
}

.media-list .read-more {
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.media-list .source {
  margin-bottom: 20px;
}

.news-list .news-item a {
  transition: color 0.3s ease;
}

.news-list .news-item a:hover {
  color: var(--primary);
}

.news-list .read-more .i {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}

.news-list .time-label-block {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: -10px;
}

.news-list.has-img .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0;
}

.news-list .news-item .embed-responsive {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  width: 100%;
  padding-bottom: 66.666%;
  border: 0;
  background: #e6e6e6;
}

.news-list .news-item .embed-responsive:before {
  font-family: 'i';
  content: '\e6ae';
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 70px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.news-list .news-item .embed-responsive .img-src {
  position: relative;
  z-index: 1;
}

.news-list.has-img .news-item .info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-list.has-img .news-item .title {
  margin: 15px 20px 20px;
}

.news-list.has-img .news-item .link-list {
  padding: 0 20px 25px;
  margin-bottom: 0;
}

.news-list.has-img .news-item .link-list li {
  margin-bottom: 5px;
  list-style: none;
}

.news-list.has-img .news-item .link-list li:last-child {
  margin-bottom: 0;
}

.news-list.has-img .news-item .link-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list.has-img .news-item .link-list a span {
  margin-right: 5px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .news-list.has-img .news-item .title {
    margin: 20px 20px 15px;
  }

  .news-list.has-img .news-item .link-list {
    padding: 0 20px 20px;
  }
}

.time-label-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70px;
  height: 84px;
  padding-top: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 35px 35px;
  overflow: hidden;
  background: var(--secondary);
}
.time-label-block > span {
  padding: 0 5px;
  display: block;
  line-height: 1;
}
.time-label-block .month {
  font-size: 12px;
}
.time-label-block .day {
  font-size: 28px;
  font-weight: 800;
}
.time-label-block .year {
  height: 24px;
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
}

.time-label-block.hour .star-time,
.time-label-block.hour .over-time {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.time-label-block.hour .line {
  display: inline-block;
  margin: 2px 0;
  padding: 0;
  width: 1.2px;
  height: 8px;
  background: #fff;
  transform: rotateZ(45deg);
}

.news-list.has-img .time-label-block:after {
  display: block;
  border: 0;
}

/* pagination */
.pagination-block {
  padding-left: 0;
  font-size: 0;
  margin-bottom: 60px;
  text-align: center;
}

.pagination-block li {
  position: relative;
  padding-top: 40px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
}

.pagination-block li.num a,
.pagination-block li.ell span {
  display: block;
  text-align: center;
  width: 38px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #808080;
}

.pagination-block li.num a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  top: -1px;
  left: 0;
  border-top: 1px solid transparent;
}

.pagination-block li .control {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

.pagination-block li.disabled .control {
  opacity: 0.15;
}

.pagination-block li.prev a {
  margin-right: 10px;
}

.pagination-block li.next a {
  margin-left: 10px;
}

.pagination-block li .control:before {
  display: block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* page-link */
.page-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  color: var(--body-color);
  padding: 8px 15px;
  background: #f1f1f1;
  border-radius: var(--border-radius-btn);
  margin-bottom: 60px;
}
.page-link:hover {
  background: var(--secondary);
}

.page-link .i {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.page-link:hover {
  color: #fff;
}

.card-list {
  margin-bottom: 60px;
  position: relative;
}

.card-list:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 2;
  background: var(--secondary);
}

.card-list > .title {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 20px 0;
}

.card-list .card-item {
  border-top: 1px #f1f1f1 solid;
  padding: 15px 0;
  display: flex;
  width: 100%;
}

.card-list .card-item .time-label-block {
  margin-right: 20px;
  flex-shrink: 0;
  background: var(--secondary);
}

.card-list .card-item .time-label-block:after {
  border-bottom: 9px solid #fff;
}

.card-list .card-item .title {
  margin: 0;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
}

.card-list .card-item .title a {
  transition: color 0.3s ease;
}

.card-list .card-item a:hover {
  color: var(--secondary);
}

@media (max-width: 767px) {
  .card-list {
    padding-top: 50px;
  }

  .card-list:before {
    top: 0;
  }
}

/* 同期活动列表 */
.timeline-list {
  padding-bottom: 60px;
}

.no-result {
  margin-top: 60px;
  font-size: 20px;
  color: #808080;
  text-align: center;
}

.timeline-list .retuen-list {
  margin-top: 35px;
}

.timeline-list.has-hr {
  /* border-top: 2px solid; */
  padding-top: 42px;
  position: relative;
}

.timeline-list.has-hr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--primary-dark);
}

.timeline-item {
  padding-top: 34px;
}

.timeline-item:first-child {
  padding-top: 0;
  margin-top: -10px;
}

.timeline-item .title-time {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.timeline-item .item {
  padding: 34px 0;
  border-bottom: 1px solid #e6e6e6;
}

.timeline-item .item .header-info {
  padding-right: 15%;
}

.timeline-item .item .header {
  position: relative;
  min-height: 86px;
}

.timeline-item .item .time-label-block {
  position: absolute;
  top: 0;
  left: 15px;
}

.timeline-item .item .header-info .v-label {
  margin-top: -3px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.timeline-item .item .header-info .v-label a {
  /* text-decoration: underline; */
}

.timeline-item .item .header-info .title {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 800;
}

.timeline-item .item .collapse-btn {
  position: absolute;
  top: 20px;
  right: calc(8.333333% + 15px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background: #f2f2f2;
  font-size: 12px;
  border: none;
  border-radius: var(--border-radius-btn);
}

.timeline-item .item .collapse-btn:before {
  display: block;
  -webkit-transform: rotate(90deg) scale(0.8);
  -ms-transform: rotate(90deg) scale(0.8);
  transform: rotate(90deg) scale(0.8);
}

.timeline-item .item.active .collapse-btn:before {
  -webkit-transform: rotate(-90deg) scale(0.8);
  -ms-transform: rotate(-90deg) scale(0.8);
  transform: rotate(-90deg) scale(0.8);
}

.timeline-item .item .wrap {
  padding-top: 34px;
}

.person-list .has-hr {
  padding-top: 2.4em;
}

.person-list .has-hr:before {
  position: absolute;
  content: '';
  top: 0;
  right: 15px;
  width: calc(100% - 30px);
  border-top: 1px solid #e6e6e6;
}

.person-list .title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 20px;
}

.person-list ul {
  padding-left: 0;
  margin-top: -34px;
  margin-bottom: 0;
  font-size: 0;
}

.person-list li {
  margin-top: 34px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  font-size: 0;
}

.person-list li:nth-child(odd) {
  padding-right: 8.333333%;
}

.person-list li:nth-child(even) {
  padding-left: 8.333333%;
}

.person-list li a.no-link {
  cursor: default !important;
}

.person-list li a.no-link:hover .text .name {
  color: #333 !important;
}

.person-list li a.no-link:hover .img-src {
  cursor: default !important;
  border-color: #f2f2f2 !important;
}

.person-list li a:hover .img-src {
  border-color: var(--item-primary-color, var(--primary));
}

.person-list li .text {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
  max-width: calc(100% - 60px);
  min-width: calc(100% - 60px);
}

.person-list li .text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
  font-size: 14px;
}

.person-list li .text .name i {
  margin-left: 3px;
  font-size: 12px;
}

.person-list li .text p {
  margin-bottom: 3px;
  font-size: 14px;
}

.person-list li .img-src {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border: 2px solid #f2f2f2;
  border-radius: var(--border-radius-xs);
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

@media (max-width: 992px) {
  .timeline-item .item .header-info,
  .timeline-item .item .wrap {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .timeline-item .item .header-info {
    padding-left: 30px;
  }

  .timeline-item .item .wrap {
    padding-left: 0;
  }

  .timeline-item .item .row-cms-page {
    display: block;
  }

  .person-list li:nth-child(odd) {
    padding-right: 4%;
  }

  .person-list li:nth-child(even) {
    padding-left: 4%;
  }

  .timeline-item .item .collapse-btn {
    right: calc(8.333333% + 30px);
  }
}

@media (max-width: 767px) {
  .timeline-item {
    padding-top: 30px;
  }

  .timeline-item .item {
    padding: 20px 0;
  }

  .timeline-item .item .time-label-block {
    /* position: static; */
    position: relative;
    margin-left: 15px;
    display: block;
    margin-left: 0;
    /* width: 70px; */
    /* height: 70px; */
  }

  .time-label-block.hour .star-time,
  .time-label-block.hour .over-time {
    /* line-height: 35px; */
    /* font-size: 16px; */
  }

  .timeline-item .item .header-info {
    margin-top: 10px;
    padding-left: 0;
  }

  .timeline-item .item .collapse-btn {
    top: auto;
    right: 15px;
    bottom: -15px;
  }

  .person-list ul {
    margin-top: -20px;
  }

  .person-list li {
    margin-top: 20px;
    width: 100%;
  }

  .person-list li:nth-child(odd) {
    padding-right: 0;
  }

  .person-list li:nth-child(even) {
    padding-left: 0;
  }
}

/* 时间title悬停 */
.page-header-time {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px 0;
  background: #f2f2f2;
  border-bottom: rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.page-header-time.show {
  top: 54px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.page-header-time time {
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 991px) {
  .page-header-time.show {
    top: 40px;
  }
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 650px;
  }

  .modal-dialog-centered_sm {
    margin: 60px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 120px);
  }

  .modal.download .modal-dialog {
    width: 450px;
  }
}

.modal-backdrop.in {
  opacity: 0.8;
}

.modal-content {
  padding: 40px;
  width: 100%;
  background: #fff;
  border-radius: var(--border-radius);
  border: none;
}

.modal-content .close-btn {
  position: absolute;
  top: -40px;
  right: -40px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  border: none;
  background: rgba(51, 51, 51, 0.5);
}

@media (max-width: 767px) {
  .modal.download .modal-dialog {
    width: 100%;
    padding: 0 15px;
    margin: 15px 0;
  }

  .modal-dialog-centered_sm {
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 60px);
  }

  .modal-content {
    position: static;
    padding: 20px;
  }

  .modal-content .close-btn {
    top: 0;
    right: 15px;
  }

  .modal.person .modal-dialog {
    padding: 0 15px;
  }

  .modal.person .modal-content {
    height: calc(100vh - 80px);
    margin-top: 50px;
  }
}

.person-intro {
  position: relative;
  height: 100%;
  font-size: 0;
}

.person-intro .left {
  display: inline-block;
  vertical-align: top;
  padding-right: 30px;
  width: 170px;
  text-align: center;
}

.person-intro .img-src {
  margin: 0 auto 15px;
  width: 128px;
  height: 128px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.person-intro .title {
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary);
}

.person-intro .left p {
  font-size: 12px;
  margin-bottom: 0;
}

.person-intro .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 400px;
  font-size: 14px;
  max-height: calc(100vh - 120px - 80px);
}

.person-intro .right p {
  margin-bottom: 30px;
}

.person-intro .right p:last-child {
  margin-bottom: 0;
}

.download-info h3 {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
}

.download-info .wrap {
  font-size: 0;
  margin-bottom: 10px;
}

.download-info input {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 50px);
  height: 40px;
  padding: 6px 12px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  border-radius: var(--border-radius-btn);
  outline: none !important;
  margin-right: 10px;
}

.download-info .download-btn {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f2f2f2;
  border: none;
  border-radius: var(--border-radius-btn);
}

.download-info .error-text {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
  font-size: 12px;
  color: #d1232a;
}

.has-error .error-text {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .download-info h3 {
    font-size: 18px;
  }

  .person-intro .left,
  .person-intro .right {
    width: 100%;
  }

  .person-intro .left {
    padding: 0;
    margin-bottom: 20px;
  }
}

/* <!-- 侧边分享 --> */
.aside-nav {
  display: inline-block;
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  perspective: 400px;
  transition: transform 0.1s ease-in;
}

.aside-nav.v-fixed {
  transform: translateY(-80%);
}

@media (max-width: 1024px) {
  .aside-nav {
    display: none;
  }
}

.aside-share {
  display: flex;
  flex-direction: column;
}

.aside-share .social-share-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: var(--border-radius-btn);
  font-size: 30px;
  border: 0;
  color: #444;
  background: #f0f0f0;
  margin: 0;
  margin-bottom: 2px;
  font-family: 'i' !important;
  /* transition: color .35s ease-in-out,background .35s ease-in-out;  */
}

.aside-share .social-share-icon:last-child {
  margin-right: 0;
}

.aside-share .social-share-icon:hover {
  background: var(--secondary);
  color: #fff;
}

.social-share-icon:hover .wechat-qrcode {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  transform: translate(0, -50%);
}

.wechat-qrcode {
  position: absolute;
  z-index: -1;
  right: calc(100% + 10px);
  top: 50%;
  transform: translate(20%, -50%);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 350ms;
  padding: 20px;
  color: #000;
  width: 220px;
  overflow: hidden;
  border: 1px #e6e6e6 solid;
}

.wechat-qrcode.open {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
  transform: translate(0, -50%);
}

.qrcode {
  width: 180px;
  height: 180px;
  margin: 0;
  background: #fff;
  padding: 5px;
  border: 1px rgba(#393939, 0.1) solid;
}

.qrcode img {
  width: 100%;
  max-height: none !important;
  margin-top: 0 !important;
}

.wechat-qrcode p,
.wechat-qrcode .help {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.wechat-qrcode p {
  margin: 0;
}

.wechat-qrcode .i-close {
  width: 56px;
  height: 56px;
  font-size: 18px;
  position: absolute;
  color: #000;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 12px;
  background-size: 200% 100%;
  background-position: left center;
  transition: all 0.35s linear;
  cursor: pointer;
}

.wechat-qrcode h4 {
  font-size: 22px;
  line-height: 1.2 !important;
  font-weight: 800;
  margin-bottom: 20px !important;
  color: #000 !important;
  display: none;
}

.qrcode table {
  margin: 0 !important;
}

/* 返回顶部 */
.return-top {
  position: fixed;
  z-index: 1;
  bottom: 35px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-btn);
  font-size: 16px;
  border: 0;
  color: #444;
  background: #f0f0f0;
  background: #f0f0f0;
  border: none;
  border-radius: var(--border-radius-btn);
}

.return-top:hover {
  background: var(--secondary);
  color: #fff;
}

.return-top:before {
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.return-top.v-position {
  position: absolute;
}

@media (max-width: 767px) {
  .return-top {
    right: 10px;
    bottom: 20px;
  }
}

/* 2021.08.04
 * #Footer follow us 显示 qrcode
 */
.pop-qr-code {
  display: none;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pop-qr-code.opening,
.pop-qr-code.open,
.pop-qr-code.closing {
  display: flex;
}
.pop-qr-code.open {
  opacity: 1;
}
@media (max-width: 991px) {
  .pop-qr-code {
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: none;
    background: rgba(0, 0, 0, 0.9);
  }
  .pop-qr-code .i-close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    border: none;
    background: none;
    color: #fff !important;
    opacity: 1;
    font-size: 20px;
  }

  .pop-qr-code .qr-code {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    border-radius: var(--border-radius-btn);
    overflow: hidden;
    padding: 5px;
    background: #fff;
  }
}
@media (min-width: 992px) {
  body > .pop-qr-code.opening,
  body > .pop-qr-code.open,
  body > .pop-qr-code.closing {
    display: none;
  }
  .pop-qr-code {
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    pointer-events: none;
  }
  .pop-qr-code[data-pop-size='sm'] {
    width: 160px;
    height: 160px;
  }
  .pop-qr-code .i-close {
    display: none;
  }
  .pop-qr-code .qr-code {
    overflow: hidden;
    padding: 7px;
    background: #fff;
    border-radius: var(--border-radius-btn);
  }
  .pop-qr-code::before,
  .pop-qr-code::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .pop-qr-code[data-pop-direction='bottom'] {
    top: 100%;
    left: 50%;
    margin-top: 20px;
    transform: translateX(-50%);
  }
  .pop-qr-code[data-pop-direction='bottom']::before {
    top: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  .pop-qr-code[data-pop-direction='bottom-left'] {
    top: 100%;
    right: 0;
    margin-top: 20px;
    margin-right: -7px;
  }
  .pop-qr-code[data-pop-direction='bottom-left']::before {
    top: -7px;
    right: 0;
    transform: translateX(-50%) rotate(45deg);
  }
  .pop-qr-code[data-pop-direction='right'] {
    left: 100%;
    top: 50%;
    margin-left: 20px;
    transform: translateY(-50%);
  }
  .pop-qr-code[data-pop-direction='right']::before {
    top: 50%;
    left: -7px;
    transform: translateY(-50%) rotate(45deg);
  }
  .pop-qr-code[data-pop-direction='right-top'] {
    left: 100%;
    bottom: -10px;
    margin-left: 20px;
  }
  .pop-qr-code[data-pop-direction='right-top']::before {
    bottom: 0;
    left: -7px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.pop-qr-code .qr-code img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* 面包屑导航 */
.breadcrumb-navigation {
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.breadcrumb-navigation-item {
  position: relative;
  display: inline;
}
.breadcrumb-navigation-item::after {
  display: inline;
  content: '\e7e0';
  font-family: 'i';
  width: 12px;
  height: 12px;
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
  color: #b1b1b1;
  vertical-align: middle;
}
.breadcrumb-navigation-item:last-child::after {
  display: none;
}
.breadcrumb-navigation-item a {
  font-size: 12px;
  line-height: 1.34;
  color: #b1b1b1;
  transition: 0.2s color;
}
.breadcrumb-navigation-item a:hover,
.page-kv:not(.no-image) .breadcrumb-navigation a:hover {
  color: var(--secondary);
}
.page-kv:not(.no-image) .container {
  z-index: 2;
}

.page-kv:not(.no-image) .breadcrumb-navigation a,
.page-kv:not(.no-image) .breadcrumb-navigation-item::after {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-kv:not(.no-image) .container .page-title {
  /* margin-bottom: 25px; */
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* 底部导航 */
.footer-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-bottom: 80px;
  border-top: 1px solid #f1f1f1;
}
.footer-navigation.only-next {
  justify-content: flex-end;
}
.footer-navigation-item {
  width: calc(50% - 55px);
}
.footer-navigation-item__link {
  display: block;
  color: #444;
  transition: 0.2s color;
}
.footer-navigation-item__link .top {
  font-size: 12px;
}
.footer-navigation-item__link .top .i {
  margin-right: 5px;
  font-size: 12px;
}
.footer-navigation-item__link p {
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0 0 0;
}
.footer-navigation-item__link:hover {
  color: var(--secondary);
}
.footer-navigation-item:nth-child(2n) .top,
.footer-navigation-item:nth-child(2n) p,
.footer-navigation.only-next .footer-navigation-item .top,
.footer-navigation.only-next .footer-navigation-item p {
  text-align: right;
}

.footer-navigation-item:nth-child(2n) .top .i,
.footer-navigation.only-next .footer-navigation-item .top .i {
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .footer-navigation-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-navigation-item:last-child {
    margin-bottom: 0;
  }
  .footer-navigation {
    flex-direction: column;
  }
}

.index-new-grid {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-auto-columns: 100%;
  grid-gap: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .index-new-grid {
    --columns: 2;
  }
}
.color-card {
  color: #fff;
  background-color: var(--card-bg, var(--primary));
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}
.color-card:hover,
.color-card:focus {
  color: #fff;
}
.color-card__img {
  display: block;
  width: 100%;
}
.color-card__content {
  display: grid;
  gap: 15px;
  padding: 24px;
  background: var(--card-bg, var(--primary)) left bottom no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='80' height='98.63' style='enable-background:new 0 0 80 98.63'%3E%3Cg style='opacity:.2'%3E%3Cpath d='M20.77 48.66c2.08-.12 7.32-.24 8.62-2.32.4-.64-.42-2.07.51-3.37.81-1.14 2.09-1.28 3.44-1.03 1.65.32 3.93-5.5 3.13-7.46-1.16-2.86-4.99-1.77-7.35-1.66-2.39.11-5.16-.02-6.67-2.17-1.81-2.58-1.13-6.42.31-9 1.98-3.56 10.7-9.39 13.67-3.73 1.48 2.83.51 6.55 5.06 6.34 3.19-.15 4.62-2.66 4.62-5.59 0-4.84-2.33-9.69-5.94-13-1.41-1.29-3.01-2.35-4.75-3.08C29.26.02 22.13 1.36 16.3 4.19 2.77 10.77-5.82 28.87 4.69 41.83c3.96 4.89 9.86 7.19 16.08 6.83' style='opacity:.7;fill:%23fc4054;enable-background:new'/%3E%3Cpath d='M48.07 21.73c-1.21 12.22-9.35 11.17-12.95 19.68-.24.58-.37 1.03.18 1.34 4.56 2.6 6.29 4.1 9.84 5.84 1.65.81 3.88 1.35 5.52 1.06 4.29-.76 10.95-2.77 11 3.24 1.86-1.23 2.79-1.91 3.45-3.2 1.55-3.04-1.22-5.78.01-10.05.13-.45.31-.98 1.36-2.99 2.92-5.62 5.81-9.8 6.08-10.22 5.9-8.82 7.76-8.91 7.37-11.06-.86-4.75-10.37-6.49-12.59-6.89-.42-.08-.97-.16-1.57.07-2.46.96-2.29 5.99-2.78 9.41-.47 3.32-1.95 7.92-6.54 13.23-.42.49-1.07.73-1.7.6-.21-.04-.4-.13-.57-.26-2.87-2.38 9.72-15.76 5.92-24.45C57.43.96 47.16-1.56 44.93.99c-2.42 2.77 4.44 9.31 3.14 20.74m6.71 21.47c0 3.16-2.56 5.72-5.72 5.72s-5.72-2.56-5.72-5.72 2.56-5.72 5.72-5.72 5.72 2.56 5.72 5.72' style='fill:%23469693'/%3E%3Cpath d='M77.38 50.51c-2.25-2.34-6.42-3.94-8.94-2.55-1.92 1.06-2.6 3.71-6.32 5.39-.19.09-.38.17-.58.24-.06.27-.2.64-.4.92-.85 1.16-2.36 1.19-3.29 1.13-.89-.05-2.12-.34-3.54-.82-.91-.3-2.95 1.69-.35 8.41.49 1.27 1.26 2.41 1.86 3.63 1.06 2.18 1.74 4.16 2.33 6.52 2.94 11.82-4.55 18.24-.84 22.66 2.93 3.49 10.74 3.29 12.68.3 2.94-4.49-6.65-14.8-4-17.38 1.37-1.33 4.52.85 5.99-.8 1.31-1.46.61-5.15-1.4-6.39-2.28-1.41-4.89 1.17-6.49-.1-1.86-1.48-1.23-7.25 1.6-8.79 3.44-1.87 7.55 3.91 10.97 2.25 3.42-1.64 5.06-10.12.72-14.62' style='fill:%23bf9f40'/%3E%3Cpath d='M52.55 55.25c.31-.44.23-.92-.3-1.06-.54-.14-1.41-.32-2.06-.24-.64.08-1.03.65-1.41 1.66-.51 1.37-.43 2.9-.18 4.99 0 0 .51 3.65 1.65 8.2.08.31.26 1.16.33 1.43.12.51.19.87.24 1.36.03.3.11.89-.14 1.29-.03.05-.21.39-.99.32-1.72-.15-3.86-1.45-5.18-2.55-3.72-3.12-4.27-5.63-5.43-5.48-.66.08-.9 1.14-1.1 2.1-1.32 6.23.73 11.22-.56 12.02-1.16.72-4.92-1.64-6.94-5.59-2.31-4.5-1.83-10.66 1.18-15.06 1.43-2.08 3.48-3.91 5.51-5.16 1.68-1.03 1.88-.84 3.51-2.19.3-.25.92-.92.08-1.23-1.65-.61-5.62-1.08-7.23-1.61-1.14-.37-1.67-.61-2.49-1.06-.44-.24-.77-.66-1.12-.31-3.71 3.61-12.68 2.2-17.71 11.92-5.18 10.01.8 20.33 3.2 24.47 4.98 8.59 14.79 16.7 19.98 14.38 4.08-1.83 3.66-9.37 7.65-9.99 2.69-.42 3.7 2.85 6.24 2.57 4.96-.53 10.18-14.75 5.12-24.25-.4-.76-1.41-3.13-1.68-3.92-1.44-4.2-.83-6.08-.17-7.01' style='opacity:.7;fill:%23004575;enable-background:new'/%3E%3C/g%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}
.color-card:hover .color-card__content {
  transform: translateY(-10px);
}
.color-card__content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.color-card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

/* 同期列表新样式规则 */
.timeline-item .time-label-block {
  background-color: var(--item-primary-color, var(--secondary));
}
.timeline-item .item .header-info .v-label {
  color: var(--item-primary-color, var(--secondary));
}
.timeline-item .cms-item-text a:hover,
.timeline-item .person-list li .text .name:hover {
  color: var(--item-primary-color, var(--primary));
}
.timeline-item .item .header-info .v-label a:after {
  content: '\e6a0';
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 12px;
  font-family: 'i';
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}
