@font-face {
  font-family: 'Sans';
  src: url("../fonts/SourceHanSansSC-VF.ttf"); }

body {
  font-family: 'Sans' !important; }

.xs-theme .pc-contact {
  height: 3rem;
  background-color: #F09A3E;
  color: #fff;
  font-size: .75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 2.5rem; }
  .xs-theme .pc-contact span {
    margin-left: .625rem; }

.xs-theme .navbar {
  box-shadow: 0px 2px 5px 0px rgba(80, 53, 31, 0.05);
  position: relative;
  padding: 0 1rem; }

.xs-theme .popup-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.1);
  border-top: 5px solid #F09A3E;
  padding: 30px 100px;
  display: none; }
  .xs-theme .popup-menu a {
    display: inline-block; }
  .xs-theme .popup-menu-link {
    font-size: 14px;
    padding: 10px 0;
    color: #000; }
    .xs-theme .popup-menu-link img {
      margin-right: 10px; }
  .xs-theme .popup-menu-link:hover {
    color: #F09A3E;
    cursor: pointer; }
  .xs-theme .popup-menu h4 {
    font-size: 16px;
    margin: 0 10px; }

.xs-theme .navbar-light .navbar-nav .nav-link {
  color: #000; }

.xs-theme .navbar-nav {
  justify-content: space-between; }
  .xs-theme .navbar-nav .nav-item a {
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .xs-theme .navbar-nav .btn {
    padding: .625rem;
    margin-left: 2rem; }
  .xs-theme .navbar-nav a .icon {
    margin-left: .625rem;
    margin-top: 2px; }
  .xs-theme .navbar-nav .icon-active {
    display: none;
    width: 13px;
    height: 13px; }
  .xs-theme .navbar-nav a:hover {
    color: #F09A3E !important; }
    .xs-theme .navbar-nav a:hover .icon-notactive {
      display: none; }
    .xs-theme .navbar-nav a:hover .icon-active {
      display: block; }

.xs-theme .cancat-form-title h2,
.xs-theme .cancat-form-title p {
  color: #fff; }

.xs-theme .cancat-form-content .form-control {
  border: 1px solid #444D62;
  background: #444D62;
  color: #fff; }

.xs-theme .common-header {
  height: 35rem;
  position: relative; }
  .xs-theme .common-header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .xs-theme .common-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%; }
  .xs-theme .common-header h1,
  .xs-theme .common-header p {
    color: #fff; }

.xs-theme .breadcrumb {
  border: none;
  padding: 0.75rem 0; }

.xs-theme .footer {
  padding: 0; }
  .xs-theme .footer li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .xs-theme .footer li a svg {
      margin-right: .625rem;
      display: inline-block;
      margin-top: .2188rem; }

.xs-theme .bg-logo {
  background-image: url("../../assets/img/xs/logo_grey.png");
  background-size: 47.5rem;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 8rem 0; }

.xs-theme hr {
  margin: 0; }

.xs-theme section {
  background-color: #FAF9F8; }

.xs-theme .section-container {
  padding: 0 2rem; }

.xs-theme .alert {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: auto;
  z-index: 100000; }

.xs-theme .table td,
.xs-theme .table th {
  white-space: unset; }

.xs-theme .table thead th,
.xs-theme .table td {
  padding: 0.5rem; }

.xs-theme .modal-content {
  position: relative; }
  .xs-theme .modal-content .close {
    position: absolute;
    top: .625rem;
    right: .625rem; }

.xs-theme .wechat-btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 10; }
  .xs-theme .wechat-btn .btn {
    width: 74px;
    height: 74px;
    text-align: center;
    padding: 0; }
  .xs-theme .wechat-btn div {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: -10px;
    background-color: #fff;
    z-index: 10;
    position: relative; }

.xs-theme .btn-outline-dark {
  background-color: #F09A3E;
  border-color: #F09A3E; }

.xs-theme .img-cover,
.xs-theme .small-img-cover {
  position: relative;
  overflow: hidden; }
  .xs-theme .img-cover img,
  .xs-theme .small-img-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none; }

@media (min-width: 1200px) {
  .xs-theme .container,
  .xs-theme .container-sm,
  .xs-theme .container-md,
  .xs-theme .container-lg,
  .xs-theme .container-xl {
    max-width: 1200px; }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 992px) {
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem; }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

.xs-theme .text-black {
  color: #000; }

@media (max-width: 991.98px) {
  .xs-theme .navbar {
    padding: 0.5rem; }
    .xs-theme .navbar .nav-item a {
      height: 60px;
      color: #000 !important; }
    .xs-theme .navbar .icon {
      display: none; }
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem; }
  .xs-theme .bg-logo {
    background-image: url("../../assets/img/xs/logo_grey.png");
    background-size: 47.5rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 2rem 0; }
  .xs-theme .section-container {
    padding: 0 1rem; }
  .xs-theme .common-header {
    height: 20rem; }
  .xs-theme .mobile-contact {
    height: auto;
    padding: 0 0.5rem;
    border-radius: 2rem;
    margin-right: .625rem;
    background-color: #F09A3E;
    color: #fff;
    font-size: .75rem; }
    .xs-theme .mobile-contact span {
      margin-left: .625rem; }
  .xs-theme .navbar .container {
    padding-left: .625rem;
    padding-right: 0; }
  .xs-theme .btn {
    padding: 0.35rem 1rem; }
  .xs-theme .eclipse-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .xs-theme .navbar {
    padding: 10px 0; }
  .xs-theme .mobile-contact {
    margin-right: 0; }
  .xs-theme .img-cover,
  .xs-theme .small-img-cover {
    position: relative;
    overflow: hidden; }
    .xs-theme .img-cover img,
    .xs-theme .small-img-cover img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      max-width: none; } }

@font-face {
  font-family: 'Sans';
  src: url("../fonts/SourceHanSansSC-VF.ttf"); }

body {
  font-family: 'Sans' !important; }

.xs-theme .pc-contact {
  height: 3rem;
  background-color: #F09A3E;
  color: #fff;
  font-size: .75rem;
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 2.5rem; }
  .xs-theme .pc-contact span {
    margin-left: .625rem; }

.xs-theme .navbar {
  box-shadow: 0px 2px 5px 0px rgba(80, 53, 31, 0.05);
  position: relative;
  padding: 0 1rem; }

.xs-theme .popup-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.1);
  border-top: 5px solid #F09A3E;
  padding: 30px 100px;
  display: none; }
  .xs-theme .popup-menu a {
    display: inline-block; }
  .xs-theme .popup-menu-link {
    font-size: 14px;
    padding: 10px 0;
    color: #000; }
    .xs-theme .popup-menu-link img {
      margin-right: 10px; }
  .xs-theme .popup-menu-link:hover {
    color: #F09A3E;
    cursor: pointer; }
  .xs-theme .popup-menu h4 {
    font-size: 16px;
    margin: 0 10px; }

.xs-theme .navbar-light .navbar-nav .nav-link {
  color: #000; }

.xs-theme .navbar-nav {
  justify-content: space-between; }
  .xs-theme .navbar-nav .nav-item a {
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .xs-theme .navbar-nav .btn {
    padding: .625rem;
    margin-left: 2rem; }
  .xs-theme .navbar-nav a .icon {
    margin-left: .625rem;
    margin-top: 2px; }
  .xs-theme .navbar-nav .icon-active {
    display: none;
    width: 13px;
    height: 13px; }
  .xs-theme .navbar-nav a:hover {
    color: #F09A3E !important; }
    .xs-theme .navbar-nav a:hover .icon-notactive {
      display: none; }
    .xs-theme .navbar-nav a:hover .icon-active {
      display: block; }

.xs-theme .cancat-form-title h2,
.xs-theme .cancat-form-title p {
  color: #fff; }

.xs-theme .cancat-form-content .form-control {
  border: 1px solid #444D62;
  background: #444D62;
  color: #fff; }

.xs-theme .common-header {
  height: 35rem;
  position: relative; }
  .xs-theme .common-header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .xs-theme .common-header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%; }
  .xs-theme .common-header h1,
  .xs-theme .common-header p {
    color: #fff; }

.xs-theme .breadcrumb {
  border: none;
  padding: 0.75rem 0; }

.xs-theme .footer {
  padding: 0; }
  .xs-theme .footer li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .xs-theme .footer li a svg {
      margin-right: .625rem;
      display: inline-block;
      margin-top: .2188rem; }

.xs-theme .bg-logo {
  background-image: url("../../assets/img/xs/logo_grey.png");
  background-size: 47.5rem;
  background-repeat: no-repeat;
  background-position: center right;
  padding: 8rem 0; }

.xs-theme hr {
  margin: 0; }

.xs-theme section {
  background-color: #FAF9F8; }

.xs-theme .section-container {
  padding: 0 2rem; }

.xs-theme .alert {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  width: auto;
  z-index: 100000; }

.xs-theme .table td,
.xs-theme .table th {
  white-space: unset; }

.xs-theme .table thead th,
.xs-theme .table td {
  padding: 0.5rem; }

.xs-theme .modal-content {
  position: relative; }
  .xs-theme .modal-content .close {
    position: absolute;
    top: .625rem;
    right: .625rem; }

.xs-theme .wechat-btn {
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 10; }
  .xs-theme .wechat-btn .btn {
    width: 74px;
    height: 74px;
    text-align: center;
    padding: 0; }
  .xs-theme .wechat-btn div {
    border: 1px solid #eee;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: -10px;
    background-color: #fff;
    z-index: 10;
    position: relative; }

.xs-theme .btn-outline-dark {
  background-color: #F09A3E;
  border-color: #F09A3E; }

.xs-theme .img-cover,
.xs-theme .small-img-cover {
  position: relative;
  overflow: hidden; }
  .xs-theme .img-cover img,
  .xs-theme .small-img-cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: none; }

@media (min-width: 1200px) {
  .xs-theme .container,
  .xs-theme .container-sm,
  .xs-theme .container-md,
  .xs-theme .container-lg,
  .xs-theme .container-xl {
    max-width: 1200px; }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem; } }

@media (min-width: 992px) {
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem; }
  .xs-theme .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; } }

.xs-theme .text-black {
  color: #000; }

@media (max-width: 991.98px) {
  .xs-theme .navbar {
    padding: 0.5rem; }
    .xs-theme .navbar .nav-item a {
      height: 60px;
      color: #000 !important; }
    .xs-theme .navbar .icon {
      display: none; }
  .xs-theme .navbar-expand-lg .navbar-brand img {
    height: 5rem; }
  .xs-theme .bg-logo {
    background-image: url("../../assets/img/xs/logo_grey.png");
    background-size: 47.5rem;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 2rem 0; }
  .xs-theme .section-container {
    padding: 0 1rem; }
  .xs-theme .common-header {
    height: 20rem; }
  .xs-theme .mobile-contact {
    height: auto;
    padding: 0 0.5rem;
    border-radius: 2rem;
    margin-right: .625rem;
    background-color: #F09A3E;
    color: #fff;
    font-size: .75rem; }
    .xs-theme .mobile-contact span {
      margin-left: .625rem; }
  .xs-theme .navbar .container {
    padding-left: .625rem;
    padding-right: 0; }
  .xs-theme .btn {
    padding: 0.35rem 1rem; }
  .xs-theme .eclipse-mobile {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .xs-theme .navbar {
    padding: 10px 0; }
  .xs-theme .mobile-contact {
    margin-right: 0; }
  .xs-theme .img-cover,
  .xs-theme .small-img-cover {
    position: relative;
    overflow: hidden; }
    .xs-theme .img-cover img,
    .xs-theme .small-img-cover img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      max-width: none; } }

.xs-theme .news-page .slice {
  padding: 4.0625rem 3.125rem; }

.xs-theme .news-page .card {
  border-radius: 0;
  border: none; }

.xs-theme .news-page .card-body {
  padding: 0; }
  .xs-theme .news-page .card-body .img-cover {
    width: 100%;
    height: 13rem; }
  .xs-theme .news-page .card-body h5 {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
  .xs-theme .news-page .card-body .card-sm-text {
    font-size: .875rem; }
    .xs-theme .news-page .card-body .card-sm-text span {
      margin: 0 .3125rem; }

.xs-theme .news-page .swiper-slide .card-body .img-cover {
  width: 100%;
  height: 11rem; }

.xs-theme .news-page .search-article-input .form-control,
.xs-theme .news-page .search-article-input .input-group-text,
.xs-theme .news-page .search-cate-input .form-control,
.xs-theme .news-page .search-cate-input .input-group-text {
  border-color: #333C4E;
  border-radius: 0; }

.xs-theme .news-page .search-article-input .input-group-text,
.xs-theme .news-page .search-cate-input .input-group-text {
  background-color: #333C4E;
  color: #fff;
  cursor: pointer; }

.xs-theme .news-page .search-article-input .form-control,
.xs-theme .news-page .search-cate-input .form-control {
  background-color: #E8F0FE;
  color: #fff; }

.xs-theme .news-page .search-cate-input .form-control {
  background-color: #444D62; }

.xs-theme .news-page .cate-accordion {
  color: #F09A3E; }
  .xs-theme .news-page .cate-accordion .border-bt {
    border-bottom: .0625rem solid #E7E4E2; }
  .xs-theme .news-page .cate-accordion > div[aria-expanded="false"] .feather-chevron-right {
    transform: rotate(0);
    transition: cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
  .xs-theme .news-page .cate-accordion > div[aria-expanded="true"] .feather-chevron-right {
    transform: rotate(90deg); }
  .xs-theme .news-page .cate-accordion h6 {
    color: #F09A3E; }

.xs-theme .news-page .badge-wrap .btn {
  height: 1.9375rem;
  line-height: 1.9375rem;
  padding: 0 1rem;
  margin-left: 0;
  margin-right: .625rem;
  margin-bottom: .625rem;
  border-radius: 0; }

.xs-theme .news-page .news-nav-tabs-wrap {
  border: 1px solid #E7E4E2; }
  .xs-theme .news-page .news-nav-tabs-wrap .nav-tabs {
    border-bottom: none; }
  .xs-theme .news-page .news-nav-tabs-wrap .card {
    margin-bottom: 0;
    border-bottom: 1px solid #E7E4E2; }
    .xs-theme .news-page .news-nav-tabs-wrap .card .h6 {
      font-size: 1.2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; }
  .xs-theme .news-page .news-nav-tabs-wrap .card:last-child {
    border-bottom: none; }

.xs-theme .news-page .news-nav-tabs .nav-item {
  border-right: 1px solid #fff;
  flex: 1 1; }

.xs-theme .news-page .news-nav-tabs .nav-link {
  height: 3.125rem;
  font-size: .9375rem;
  border-radius: 0;
  width: 100%; }

.xs-theme .news-page .news-nav-tabs .nav-link.active {
  background-color: #fff;
  border-top-width: 3px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #F09A3E transparent transparent; }

.xs-theme .news-page .small-img-cover {
  width: 52px;
  height: 52px; }

@media (max-width: 991.98px) {
  .xs-theme .news-page .slice {
    padding: .9375rem; }
  .xs-theme .news-page .card-body .img-cover {
    width: 100%;
    height: 14rem; }
  .xs-theme .news-page .card-body h5 {
    font-size: 1rem; }
  .xs-theme .news-page .swiper-slide .card-body .img-cover {
    width: 100%;
    height: 14rem; } }

.xs-theme .newsdetail-page .newsdetail-time {
  border-top: 1px solid #E7E4E2;
  border-bottom: 1px solid #E7E4E2;
  padding: 0.8rem 0;
  margin-top: 1rem;
  font-size: .875rem; }

.xs-theme .newsdetail-page .newsdetail-swiper {
  position: unset; }

.xs-theme .newsdetail-page .swiper-relative {
  position: relative; }

.xs-theme .newsdetail-page .swiper-button-next {
  right: -5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  background-image: url(../../assets/img/xs/icon_30.png); }

.xs-theme .newsdetail-page .swiper-button-prev {
  left: -5rem;
  width: 3.125rem;
  height: 3.125rem;
  background-size: 100% 100%;
  background-image: url(../../assets/img/xs/icon_29.png); }

.xs-theme .newsdetail-page .text-leftline {
  position: relative;
  padding-left: 20px;
  font-size: 1.25rem; }

.xs-theme .newsdetail-page .text-leftline::after {
  content: "";
  width: 5px;
  height: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2E74FF; }

@media (max-width: 991.98px) {
  .xs-theme .newsdetail-page .news-updates {
    padding: 0 5%; }
  .xs-theme .newsdetail-page .swiper-button-next, .xs-theme .newsdetail-page .swiper-button-prev {
    display: none; }
  .xs-theme .newsdetail-page .swiper-pagination-bullets {
    bottom: -0.625rem; }
  .xs-theme .newsdetail-page .swiper-pagination-bullet {
    width: 1.875rem;
    height: .375rem;
    border-radius: 0; }
  .xs-theme .newsdetail-page .swiper-pagination-bullet-active {
    background-color: #F09A3E; } }

/*# sourceMappingURL=newsdetail.css.map */
