@import "animation.css";
body {
  background-image: none;
}
footer {
  padding: 2em;
  background: #1e347b;
  color: #ccc;
}
a {
  text-decoration: none;
  color: #333695;
}
a:hover {
  color: #008b0c;
}
header {
  position: relative;
  margin: 0;
  color: #fff;
  padding: 0.8vw;
}
header a {
  color: #fff;
  text-decoration: none;
}
header .site-h1 {
  font-size: 1.6rem;
}
header .site-h2 {
  font-size: 1.2rem;
  color: #eee;
}
#site-header-nav {
  background-color: #123252;
}
#site-header-nav .navbar-toggler {
  margin-left: auto;
}
#site-header-nav a {
  color: #fff;
}
#site-header-nav a:hover {
  background: #354e5a;
}
#site-header-nav .dropdown-menu a.dropdown-item {
  color: #333;
}
#site-header-nav .dropdown-menu a.dropdown-item:hover {
  background: #eee;
}
.media-item .media-item-cover img {
  margin: 0;
}
div.swiper {
  background-color: #4c6893;
}
.box h4 {
  color: #000;
  background: none;
  padding: 0;
}
.box h4:after {
  content: '';
  display: block;
  height: 5px;
  width: 100%;
  background: #334893;
  background: linear-gradient(90deg, #334893 0%, hsl(197.13, 72.6%, 54%) 100%);
}
.web-topic img {
  height: 36px;
  margin-right: 0.4em;
}
/*
#site-main-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  &.shrink {
    .site-logo {
      height:64px;
    }
  }
}*/
.content-box {
  padding: 2em;
}
.content-box img {
  max-width: 100%;
}
/*# sourceMappingURL=style-2024.css.map */