@font-face {
  font-family: FZDHTJW;
  src: url(./FZDHTJW.ttf);
}
@font-face {
  font-family: FZDBSJW;
  src: url(./FZDBSJW.ttf);
}
* {
  list-style: none;
}
html {
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
  background-color: #930505;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.container {
  padding-left: 8px;
  padding-right: 8px;
}
.header {
  background: top center / auto 100% url(../img/header-bg.jpg);
  padding-bottom: 60px;
  position: relative;
}
.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;
}
.header-logo-wrapper {
  padding-top: 7px;
}
.header-subtitle-wrapper {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff8e7;
  line-height: 18px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.header-logo-wrapper img {
  height: 30px;
}
.header-title-wrapper {
  padding: 12px 8px 8px;
}
.header-title-wrapper {
  text-align: center;
  font-size: 22px;
  font-family: FZDBSJW;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.35));
  background: linear-gradient(0deg, #fedf78 0%, #fef9e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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;
}
.column-wrapper {
  font-size: 14px;
  font-family: Microsoft YaHei;
  padding: 18px 10px;
  margin-bottom: 15px;
  background: #fcede5;
  border-radius: 6px;
}
.column-title {
  margin-bottom: 15px;
  padding: 8px 40px;
  font-size: 18px;
  font-family: FZDHTJW;
  color: #ffddb6;
  line-height: 18px;
  text-align: center;
  background: top center / auto 100% url(../img/column-title-bg.png) no-repeat;
}
.column-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.column-list .entry {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 18px;
  padding: 8px 0;
}
.column-list .entry::before {
  content: "\2022";
  color: #930505;
  margin-right: 5px;
}
.column-list .entry .title {
  margin-right: 8px;
  color: #333;
}
.column-list .entry .download-link {
  flex-shrink: 0;
  margin-left: auto;
  background: center / 100% url(../img/download.png) no-repeat;
  width: 24px;
  height: 24px;
}
.column-list.agenda-list .entry {
  align-items: baseline;
}
.agenda-list::before {
  content: "";
  position: absolute;
  background-color: #cb141d;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 6.5px;
  z-index: 1;
}
.agenda-list .entry::before {
  content: "";
  margin: 0;
}
.agenda-list .entry .num {
  margin-right: 5px;
  font-size: 12px;
  color: #ffddb6;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: #cb141d;
  border-radius: 50%;
  z-index: 10;
}
.part-title {
  margin-top: 10px;
  color: #b8090c;
  line-height: 20px;
}
.part-detail {
  color: #333;
}
.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;
}

.pages .pages-l {
  padding: 8px 0 !important;
}
.pages .pages-l a {
  margin: 0 2px !important;
}

.footer {
  position: relative;
  z-index: -1;
  color: #fcede5;
  text-align: center;
  background: top center / auto 100% url(../img/footer-bg.jpg);
  padding-top: 66px;
  margin-top: -60px;
  padding-bottom: 18px;
}
.footer a {
  color: #fcede5;
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  #mainCarousel {
    height: 280px;
  }
}
@media only screen and (max-width: 575px) {
}
@media only screen and (max-width: 350px) {
}
