html,
body {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.line {
  margin: 0 auto;
  background: #015293;
  width: 80px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.bg_gray {
  background: #e0e4e6;
}

.bg_blue {
  background: #5d8be1;
}

header .navbar-nav li {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 550;
}
header .navbar-nav li a:hover {
  color: #003793 !important;
}
header .fixed-top {
  border-bottom: 3px solid #6b93de;
}
header #toTop {
  height: 62px;
}

.search .classA {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  margin-top: 20px;
}
.search .classA li {
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  padding: 3px 0;
}
.search .classA li.active {
  background-color: #0d6efd;
  color: white;
}
.search .classB {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  margin-top: 20px;
}
.search .classB li {
  text-align: center;
  font-size: 14px;
  margin-right: 15px;
  padding: 3px 0;
}
.search .classB li.active {
  background-color: #0d6efd;
  color: white;
}/*# sourceMappingURL=style.css.map */