body {
  font-family: PingFangSC, PingFang SC;
}

.main {
  min-height: calc(60vh);
}

.nav-pills .nav-link {
  border-radius: initial;
}

.btn {
  border-radius: initial;
}

.page-item:first-child .page-link {
  border-radius: initial;
}

.page-item:last-child .page-link {
  border-radius: initial;
}

.special-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 33px;
  margin-bottom: 20px;
}

.special-intro {
  font-size: 14px;
  color: #2A2A2A;
  line-height: 20px;
  height: 60px;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;

  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  text-overflow: ellipsis;
}

.col-ctx {
  overflow-wrap: break-word;
}

.col-ctx img {
  max-width: 600px !important;
  max-height: 400px !important;
  margin: 0 5px 5px 0;
}

@media (min-width:1200px) {
  .container {
    width: 1250px !important;
  }

  .special-cate {
    gap: 26px;
  }

  .special-cate-item {
    width: 38.25rem;
    height: 17.625rem;
  }

  .col-ctx img {
    max-width: 600px !important;
    max-height: 400px !important;
    margin: 0 5px 5px 0;
  }
}

@media (min-width:768px) {

  .navbar-nav>li.nav-item {
    padding-right: 50px;
  }

  .banner {
    height: 600px;
  }

  .logo {
    width: 300px;
    height: 50px;
  }

  .foot-container {
    padding: 60px 0;
  }
}

@media (max-width:1200px) {
  .special-cate-item {
    margin-bottom: 20px;
  }
}

@media (max-width:992px) {
  html {
    font-size: 13px;
  }

  .special-row {
    height: 100px !important;
  }

  .special-img-item {
    width: 288px !important;
    height: 211px !important;
  }

  .foot-container {
    padding-top: 20px !important;
  }

  .col-ctx img {
    max-width: 300px !important;
    max-height: 200px !important;
    margin: 0 5px 5px 0;
  }
}

@media (max-width:768px) {
  .navbar-collapse {
    background: rgba(0, 0, 0);
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    padding: 30px 0;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .logo {
    width: 150px;
    height: 24px;
  }

  .navbar-collapse.show {
    left: 0;
    /* 显示时滑动到0位置 */
  }

  .navbar-collapse .nav-item,
  .offcanvas-header,
  .btn-login {
    padding: 5px 15px;
  }

  .navbar-collapse .nav-link {
    text-align: left;
    color: #fff;
    font-size: 15px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .navbar-nav .nav-link.show {
    color: #fff;
  }

  .navbar-collapse .dropdown-menu {
    position: relative;
    display: block;
    background-color: initial;
    text-indent: 1em;
    padding: 0;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: initial;
  }

  .navbar-collapse .dropdown-item {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }

  .navbar-shrink {
    height: auto !important;
  }

  .banner {
    height: 170px !important;
  }

  .find-more {
    padding-right: 20px !important;
  }

  .time-view {
    padding: 10px 0;
  }

  .foot-container .p-20 {
    padding-bottom: 10px;
    /* text-align: center; */
  }

  .foot-container .child-item {
    text-indent: 3rem;
  }

  .foot-container .child-item a {
    margin: 0 !important;
  }

  .foot-container .fs-14 {
    height: 20px;
    margin: 13px 0;
  }

  .foot-container .fs-16 {
    height: 22px;
  }

  .foot-container .contacts {
    font-size: 20px;
  }

  .special-title {
    margin: 10px 0;
  }
}