@charset "UTF-8";

:root {
  --bs-gutter-x: 1.5rem;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.public-width {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-main {
  width: 100%;
  min-height: 558px;
  margin-top: 3rem;
  background-color: #26282d;
}

.footer-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-main p {
  margin: 0;
}

.footer-main a {
  text-decoration: none;
}

.footer-left {
  width: 430px;
}

.footer-left-logo {
  width: 186px;
  height: 52px;
  margin-top: 172px;
}

.footer-left-title {
  margin-top: 80px;
  margin-left: 12px;
}

.footer-left-title ul li {
  display: inline-block;
  margin-left: 50px;
}

.footer-left-title li a {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.35);
}

.footer-left-title a:hover {
  color: #ffffff;
}

.footer-r-lifirst {
  font-size: 18px;
  color: #ffffff;
}

.footer-r {
  display: flex;
  margin-top: 60px;
  margin-left: 12px;
}

.footer-r-phone {
  margin-top: 15px;
  font-size: 30px;
  color: #ffffff;
}

.footer-r-email {
  margin-top: 1px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.35);
}

.footer-r-code {
  margin-left: 110px;
}

.footer-r-code li {
  display: inline-block;
  width: 86px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.footer-r-code li img {
  width: 86px;
  height: 86px;
}

.footer-ml {
  width: 86px;
  margin-left: 88px;
  text-align: center;
}

.footer-link-top {
  height: 1px;
  margin-top: 60px;
  border-top: solid rgba(255, 255, 255, 0.35) 1px;
}

.footer-banquan {
  margin-top: 60px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
}

.cm-navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 16px;
  padding-right: 16px;
  color: var(--bs-body-color, #212529);
  transition: color 0.15s ease-in-out;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: var(--bs-primary, #0d6efd);
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none !important;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: var(--bs-primary, #0d6efd);
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(var(--bs-dark-rgb, 0, 0, 0), 0.5);
}

.cm-media-img, .cm-d-flex-img {
  max-width: 180px;
  max-height: 120px;
  object-fit: cover;
  border-radius: var(--bs-border-radius);
}

@media screen and (max-width: 767.98px) {
  .cm-media-img, .cm-d-flex-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-video-card {
  border: 1px solid var(--bs-border-color, #dee2e6);
  border-radius: var(--bs-border-radius);
  padding: 6px;
  background-color: var(--bs-body-bg, #fff);
}

.cm-video-card .card-img-top {
  border-radius: calc(var(--bs-border-radius) - 4px);
}

.cm-home-news-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: -1px;
}

.cm-home-news-tabs .nav-link {
  color: var(--bs-body-color, #212529);
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0.75rem 1.1rem 0.7rem;
  background: transparent;
  font-weight: 600;
}

.cm-home-news-tabs .nav-link.active {
  background: transparent;
  color: var(--bs-primary, #0d6efd);
  border-bottom-color: var(--bs-primary, #0d6efd);
}

.cm-home-news-tabs .nav-link:hover,
.cm-home-news-tabs .nav-link:focus {
  color: var(--bs-primary, #0d6efd);
}

.cm-home-news-search {
  color: var(--bs-primary, #0d6efd);
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 0;
}

.cm-home-news-panel {
  min-height: 320px;
}

.cm-home-news-subnav .container {
  padding-left: 0;
  padding-right: 0;
}

.cm-home-news-subnav nav,
.cm-home-news-subnav .row,
.cm-home-news-subnav .col {
  margin-left: 0;
  margin-right: 0;
}

.cm-home-news-panel .pagination {
  margin-top: 1.5rem;
}

.cm-link {
  color: var(--bs-body-color, #212529);
  text-decoration: none;
}
.cm-link:hover {
  color: var(--bs-primary, #0d6efd);
}

.cm-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cm-article-tag {
  display: inline-flex;
  align-items: center;
  height: 1.875rem;
  padding: 0 0.875rem;
  border-radius: 999px;
  background-color: #dcebff;
  border: 1px solid #8eb8ff;
  color: #165fb8;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
}

.cm-article-tag:hover,
.cm-article-tag:focus {
  color: #0f56ac;
  background-color: #cfe4ff;
  border-color: #73a7ff;
  text-decoration: none;
}

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

.btn-link,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}

.es-highlight em {
  color: var(--bs-danger, #dc3545);
  font-style: normal;
  font-weight: bold;
}
