﻿* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;background: #f1f9f; background-image:none; 
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 300px;
  position: relative;
  background: top center / auto 100% url(../img/header-bg.jpg) no-repeat;
}
.toppest-header {
  background: #e4efff;
  border-bottom: 1px solid #dbdcff;
}
.toppest-link {
  display: inline-block;
  font-size: 14px;
  color: #006dac;
  line-height: 45px;
}
.top-header {
  padding-top: 90px;
  display: flex;
  align-items: center;
}
.logo-wrapper {
  padding-top: 20px;
}
.logo-wrapper img {
 height: 56px;
}
.search-wrapper {
  flex: 1;
}
.search-input {
  outline: none;
}
.search-outline {
  margin-left: auto;
  width: 400px;
  background: #ffffff;
  border: 1px solid #adb4e1;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.search-outline:focus-within {
  width: 450px;
  box-shadow: 0 0 6px #7a89ec;
}
.search-input {
  background: transparent;
  flex: 1;
  line-height: 40px;
  font-size: 14px;
  border: none;
  padding-left: 1rem;
}
.btn-search {
  color: #293aae;
  padding: 0 10px;
}
.btn-search:hover {
  color: #7585ec;
}
.btn-search .iconfont {
  font-size: 25px;
}
.hot-words {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  justify-content: flex-end;
}
.word-hint {
  padding: 0 8px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  background: #293aae;
  border-radius: 4px;
}
.word-link {
  width: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: #dbdbdb;
  border-radius: 4px;
}
#topNavWrapper {
  background: #293aae;
}
#topNavWrapper .navbar {
  margin-top: 80px;
}
#topNavWrapper .navbar-nav {
  padding: 0 80px;
  background: #293aae;
}
#topNavWrapper .navbar-brand {
  color: #fff;
}
#topNavWrapper .navbar-toggler .iconfont {
  color: #fff;
}
.navbar .nav-item {
  flex: 1;
  text-align: center;
}
.navbar .nav-item {
  border-right: 1px solid #3c50d6;
  border-left: 1px solid #0f2199;
}
.navbar .nav-item:first-child {
  border-left: none;
}
.navbar .nav-item:last-child {
  border-right: none;
}
.navbar .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  background: #293aae;
  padding: 8px 0;
}
.navbar .nav-link .iconfont {
  font-size: 30px;
  margin-right: 5px;
}
#mainCarousel {
  height: 360px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
  background-color: #293aae;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
.content-wrapper {
  padding: 10px 66px 38px 66px;
  border: 1px solid #dbdbdb;
}
.column-list {
  padding: 0;
  margin: 0;
}
.column-title-wrapper {
  font-size: 24px;
  line-height: 50px;
  padding-left: 15px;
  border-bottom: 1px dotted #dbdbdb;
  font-weight: bold;
  color: #e74800;
}
.column-list {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
}
.column-list .entry {
  flex: 0 0 25%;
  padding: 3px 8px;
}
.pages .pages-l {
  padding: 8px 0 !important;
}
.pages .pages-l a {
  margin: 0 2px !important;
}
.breadcrumb-wrapper {
  padding-top: 10px;
}

@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  .column-list .entry {
    flex: 0 0 50%;
  }
  .header {
    height: 240px;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .logo-wrapper img {
    height: 40px
  }
  .header {
    height: 140px;
  }
}
@media only screen and (max-width: 350px) {
  .column-list .entry {
    flex: 0 0 100%;
  }
}
