<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

:root {
  --primary-color: #005ba7;
  --primary-dark: #04355e;
  --primary-light: #086bbd;
  --secondary-color: #6c757d;
  --success-color: #198754;
  --info-color: #0dcaf0;
  --warning-color: #ffc107;
  --danger-color: #dc3545;
  --light-color: #f8f9fa;
  --dark-color: #212529;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.main-ctx {
  min-height: 65svh;
}

#header .door {
  background: linear-gradient(to right, var(--primary-color), transparent, var(--primary-color)), url(../images/door.png);
  background-repeat: no-repeat;
  background-size: 30svw;
  background-position-x: 42svw;
  background-position-y: center;
  width: 100%;
  z-index: 0;
  position: absolute;
  height: 130px;
  mask-image: linear-gradient(to left, #000000, #00000075);
  mix-blend-mode: luminosity;
}

/* 瀵艰埅鏍� */
.navbar {
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.navbar-brand {
  font-size: 1.1rem;
  user-select: none;
  cursor: default;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.9) !important;
}

a.nav-link:focus-visible {
  outline: 0;
}

.navbar-nav .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
}

/* 涓嬫媺鑿滃崟 */
.dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: var(--primary-color);
  color: white;
}

/* .header-slogan {
  font-family: fangsong, '浠垮畫';
  color: #ffc14a;
  font-size: 1.6rem;
  line-height: 1.3rem;
} */
.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff5c;
  border-radius: 0.5rem;
  /* gap: 10px */
}

.header-search input::placeholder {
  color: #cbcbcb;
}

.header-search input {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem 0 0 0.5rem;
  outline: 0;
  box-shadow: 0 0 0px #fff;
  color: #fff;
  transition: all 0.3s ease;
  min-width: 155px;
}

.header-search input:active,
.header-search input:focus {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 5px #fff;
}

.header-search button {
  background: rgba(50, 135, 189, 75%);
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 0 0.5rem 0.5rem 0;
  outline: 0;
  box-shadow: 0 0 0px #fff;
  color: #fff;
  transition: all 0.3s ease;
  min-width: 88px;
}

/* 杞挱鍥� */
.swiper-container {
  width: 100%;
  height: 60svh;
  min-height: 555px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item .desc,
.swiper-slide .desc {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(5, 22, 54, 0.7), transparent);
}

.swiper-slide .desc p {
  font-size: 2rem;
  margin: 2rem;
}

.swiper-pagination,
.swiper-button-prev,
.swiper-button-next {
  /* filter: hue-rotate(155deg); */
}

#newsScrollContent {
  white-space: nowrap;
}

.news-scroll-container {
  height: 15svw;
  min-height: 170px;
}

.news-scroll-item {
  width: 15svw;
  white-space: break-spaces;
}

.news-scroll-item:hover p {
  color: var(--primary-color);
}

.news-scroll-control {
  display: flex;
  align-items: center;
}

.news-scroll-prev,
.news-scroll-next {
  padding: 0.25rem 0.5rem;
  line-height: 1;
}

.bg-light-image {
  background-image: linear-gradient(45deg, #f8f9fa, rgb(249 249 250 / 97%)), url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 50svw;
  background-position-x: calc(100% + 10rem);
  background-position-y: 2rem;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
}

.indicator.active {
  background: #fff;
}

.section-title {
  font-family: '鍗庢枃涓畫', fangsong, '浠垮畫';
}

/* 榛樿鍗＄墖 */
.card {
  border: none;
  border-radius: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
}

.card:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important; */
}

.card-header {
  /* border-radius: 1rem 1rem 0 0 !important; */
  border-bottom: none;
  padding: 1.25rem 1.5rem;
}

.card-body {
  padding: 1.5rem;
}

.card-blur {
  background: transparent;
  backdrop-filter: blur(5px);
  backdrop-filter: brightness(0.99);
}

.b-b-2 {
  border-bottom: 2px solid;
}

/* 鏂伴椈 */
.news-item {
  transition: background-color 0.3s ease;
}

.news-item .date {
  min-width: 80px;
  margin-left: 0.5rem;
}

.notice-item,
.news-item a {
  transition: all 0.3s;
}

.news-item a:hover {
  color: var(--primary-color) !important;
  transform: translateX(8px);
}

/* 鍏憡 */
.notice-item:hover {
  transform: translateX(8px);
}

.date-box {
  min-width: 70px;
  font-size: 0.9rem;
}

.date-box-b-r {
  transition: .5s;
  border-right: #dddddb 1px solid;
  position: relative;
}

.badge {
  font-size: 0.75rem;
  padding: 0.35em 0.65em;
}

.s-divider {
  --rotate: 45deg;
  --left-color: var(--primary-color);
  --right-color: rgba(var(--bs-light-rgb));
  background: linear-gradient(var(--rotate), var(--left-color) 50%, var(--right-color) 50%);
  height: 60px;
}

.s-divider img {
  height: 9svw;
  width: 55%;
  object-fit: none;
  object-position: bottom;
  position: absolute;
  right: 0;
  z-index: -1;
}

/* 宸︿晶鍒楄〃 */
.list-group-item {
  transition: all 0.3s;
}

.list-group-item:hover {
  color: var(--primary-color) !important;
  transform: translateX(8px);
}

.pagination {
  flex-wrap: wrap;
}

.leader-img {
  aspect-ratio: 3/4;
  object-fit: cover;
  width: 80%;
}

/* 璇︽儏椤垫帓鐗� */
[data-info-content] p {
  margin: 0
}

[data-info-content] img {
  max-width: 100%;
}

footer {
  background: linear-gradient(135deg, var(--dark-color) 0%, #343a40 100%) !important;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1rem;
  }

  .navbar-brand .small {
    font-size: 0.75rem;
  }

  .card-body {
    padding: 1rem;
  }

  .swiper-container {
    max-height: 30svh;
    min-height: 250px;
  }

  .swiper-slide .desc p {
    font-size: 1.2rem;
    margin: 2rem;
  }

  .news-scroll-container {
    height: 45svw;
  }

  .news-scroll-item {
    width: 40svw;
  }

  .leader-img {
    width: 30svh;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .card-header h5 {
    font-size: 1rem;
  }

  .btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }

}

.fade-in {
  animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-in-left {
  animation: slideInLeft 0.8s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-right {
  animation: slideInRight 0.8s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.box-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(220, 53, 69, 0.3);
  border-radius: 50%;
  border-top-color: var(--primary-color);
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "&gt;";
  color: var(--primary-color);
}

.breadcrumb-item a {
  color: var(--primary-color);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
}

.scroll-to-top.show {
  display: flex;
}</pre></body></html>