﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}
body {
  font-family: "Microsoft Yahei", "PingFang", "Droid Sans", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  background-position: top center;
  background-size: 100% auto;
  background-color: #eafeff;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
}
ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
a {
  color: #333;
}
a:hover {
  opacity: 85%;
  text-decoration: none;
}
em {
  font-style: normal;
}
.bg-lightgrey {
  background: #f5f7f8 !important;
}
.header {
  overflow: auto;
}
.toppest-header {
  background-color: transparent;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.toppest-header a {
  color: #333;
}
.toppest-header .iconfont {
  font-size: 1.2rem;
  line-height: 40px;
}
.mid-header {
  padding: 50px 0 90px;
}
.logo-wrapper {
  padding: 0;
  margin: 20px 0;
}
.logo-wrapper img {
  height: 77px;
}
.search-wrapper {
  width: 320px;
  line-height: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  transition: 0.5s all ease;
  background: #fff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.29);
  border-radius: 4px;
}
.search-wrapper:focus-within {
  width: 360px;
}
.search-wrapper .iconfont {
  border: 0;
  line-height: 45px;
  font-size: 28px;
  color: #fff;
}
.search-wrapper .iconfont::after {
  content: "";
}
.search-input {
  padding: 0 10px;
  flex: 1;
  border: 0;
  background-color: transparent;
  outline: 0;
}
.search-btn {
  border: 0;
  min-width: 55px;
  color: #fff;
  font-size: 18px;
  background: #177720;
  border-radius: 0px 4px 4px 0px;
}
.search-btn:hover {
  color: #fff;
  background: #084e0f;
}
#topNavbar {
  padding: 0;
}
#topNavbar .container {
  transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
  padding: 10px;
}
#topNavbar .nav-item {
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  background-color: #177720;
}
#topNavbar .active .nav-link {
  color: #fff;
  background: transparent;
}
#topNavbar .navbar-brand {
  font-size: 24px;
}
#topNavbar .nav-link:hover,
#topNavbar .nav-item.active {
  color: #fff;
  background: #059a13;
}
#topNavbar .active .nav-link:hover {
  background-color: transparent;
}
#topNavbar .nav-link {
  padding: 15px 0;
  display: flex;
  color: #fff;
  white-space: nowrap;
  font-size: 22px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#topNavbar .nav-link .iconfont {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-right: 8px;
}
#navbarContent {
  overflow: auto;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler .iconfont {
  color: #fff;
  font-size: 1.4rem;
}
#navbarContent {
  scrollbar-width: none;
}
#navbarContent::-webkit-scrollbar {
  display: none;
}
.nav-tabs {
  flex-wrap: nowrap;
  position: relative;
}
.nav-tabs * {
  flex-shrink: 0;
}
.nav-tabs::-webkit-scrollbar {
  display: none;
}
.nav-tabs {
  scrollbar-width: none;
}
.nav-tabs .nav-item {
  padding: 1rem 0;
}
.nav-tabs .nav-item .nav-link {
  border-left: 1px solid #eee;
}
.nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}
.nav-tabs .nav-link {
  font-size: 1.25rem;
  border: 0;
  padding: 0 0.8rem;
  flex-shrink: 0;
}
.nav-tabs .nav-link a {
  white-space: nowrap;
}
.nav-tabs .active a {
  font-weight: bold;
  color: #006dba;
}
.nav-tabs .nav-underline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6rem;
  height: 4px;
  border-radius: 4px;
  background-color: #006dba;
  will-change: left, width;
  transition: left 0.3s ease, width 0.3s ease;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 16px;
  line-height: 40px;
  gap: 10px;
  color: #666;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .title a {
  color: #666;
}
.news-list-wrapper .entry-wrapper .date {
  color: #999;
  flex: 0 0 3rem;
  text-align: right;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #666;
}
.external-link-section {
  background: #d9d9d9;
  color: #333;
}
.external-link-list-wrapper {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
}
.external-link-section .title {
  font-size: 20px;
  color: #107414;
}
.external-link-list-wrapper .external-link {
  display: inline-block;
  padding: 5px 10px;
}
.external-link-list-wrapper .btn-group {
  flex: 1 0;
}
.external-link-section .dropdown-menu {
  overflow: auto;
  max-height: 300px;
  width: 100%;
}
.external-link-section .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem 0.5rem;
}
.external-link-list-wrapper .btn-secondary {
  background-color: #efefef;
  color: #333;
  border: 0;
  outline: 0;
  box-shadow: 0;
  margin: 12px 11px;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #999;
  border: 0;
}
.footer-section {
  padding: 35px 0 40px;
  background-color: #107414;
  color: #fff;
  line-height: 36px;
}
.footer-section img {
  margin: 2px;
}
.footer-section a {
  color: #fff;
}
.footer-section span {
  display: inline-block;
  padding: 0 5px;
}
.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 30px;
  color: #177720;
  padding: 10px 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  color: #c6c6c6;
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
  font-size: 20px;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  color: #333;
  padding: 35px 0;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 100%;
}
.detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.detail-file-list .file-entry {
  line-height: 2;
  display: flex;
}
.detail-file-list .file-entry .date {
  flex: 0 0;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
  color: #999;
}
.info-open-list .entry-wrapper {
  min-width: 200px;
  height: 55px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 5px 15px;
  flex: 1;
}
.info-open-list .entry-wrapper a {
  padding: 0 16px;
  display: flex;
  align-items: center;
  color: #333;
}
.info-open-list .entry-wrapper .iconfont {
  color: #999;
  font-size: 34px;
  margin-right: 10px;
}
.breadcrumb {
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb .iconfont {
  color: #666;
  font-size: 24px;
}
.main-column-wrapper {
  background-color: #fff;
}
.image-news-list .image {
  height: 230px;
  object-fit: cover;
  width: 100%;
}
.column-entry-wrapper .column-entry {
  padding: 20px 15px;
  border-radius: 4px;
  border: 3px solid #059a13;
}
.column-entry-wrapper .column-entry .title {
  font-size: 20px;
  color: #333333;
}
.column-entry-wrapper .column-entry .btn-column {
  margin-top: 40px;
  padding: 6px 18px;
  font-size: 18px;
  background: #107414;
  color: #fff;
  border-radius: 4px;
}
.zhuanti-title {
  font-size: 22px;
  color: #107414;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* .zhuanti-title::before {
  margin-right: 8px;
  display: inline-block;
  content: "";
  height: 24px;
  width: 10px;
  border-radius: 8px;
  background-color: #107414;
  flex-shrink: 0;
} */
.zhuanti-title .divider {
  flex: 1;
  margin: 10px 0 10px 10px;
  height: 8px;
  background: url(../images/divider.png);
}
.column-title {
  background-color: #f3f3f3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column-title .title {
  text-align: center;
  min-width: 140px;
  position: relative;
  font-size: 20px;
  background-color: #107414;
  color: #fff;
  line-height: 48px;
  padding: 0 18px;
  z-index: 2;
}
.column-title .title::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: -20px;
  border-left: 10px solid #004a03;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #004a03;
}
.menu-dropdown {
  margin-left: auto;
  background-color: #f8f9fa;
}
.menu-dropdown .iconfont {
  font-size: 20px;
}
.menu-dropdown .dropdown-toggle {
  font-size: 16px;
  padding: 2px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: transparent;
}
.menu-dropdown .dropdown-menu {
  max-width: 300px;
  max-height: 400px;
  overflow: auto;
}
.menu-dropdown .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-wrapper.column-news-list .entry-wrapper {
  padding: 3px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n + 6) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #c5c5c5;
}
.contents-list .entry-wrapper {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  padding: 20px;
  margin-top: 30px;
}
.contents-list .entry-wrapper .title-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.contents-list .entry-wrapper .title-wrapper .date {
  color: #999999;
  width: 6rem;
  flex-shrink: 0;
}
.contents-list .entry-wrapper .title-wrapper .title {
  color: #333;
  font-size: 18px;
}
.contents-list .entry-wrapper .desc {
  color: #999;
}
.contents-list .entry-wrapper .btn-more {
  display: inline-block;
  padding: 8px 18px;
  background: #eeeeee;
  color: #666;
  border-radius: 2px;
  margin: 10px 0;
}
.contents-list .entry-wrapper:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.contents-list .entry-wrapper:hover .btn-more {
  background-color: #059a13;
  color: #fff;
}
.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.image-list-entry .title {
  padding: 4px 16px;
  text-align: center;
}
.sub-column-wrapper {
  margin-top: 10px;
  background-color: #f6f6f6;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.sub-column-wrapper .entry-wrapper {
  color: #355e92;
  font-size: 18px;
  padding: 4px 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s transform ease;
}
.sub-column-wrapper .entry-wrapper.curr {
  background-color: #355e92;
  border-radius: 4px;
}
.sub-column-wrapper .entry-wrapper.curr a {
  color: #fff;
}
.sub-column-wrapper .entry-wrapper:hover {
  transform: translateX(-5px);
}
.sub-column-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #355e92;
}
.sub-column-wrapper .entry-wrapper.curr::before {
  color: #fff;
}
.file-search-wrapper {
  border: 1px solid #e9e9e9;
  display: flex;
  line-height: 52px;
  margin: 11px 0 12px;
}
.file-search-wrapper .icon-wrapper {
  background-color: #e9e9e9;
  color: #355e92;
  padding: 0 10px;
}
.file-search-wrapper .icon-wrapper .iconfont {
  font-size: 24px;
}
.file-search-wrapper .file-select {
  padding: 0 8px;
  font-size: 16px;
  color: #555;
  border: 0;
  outline: 0;
  background-color: #fff;
}
.file-search-wrapper .file-input {
  border: 0;
  min-width: 0;
  flex: 1;
  padding: 0 8px;
  outline: 0;
}
.file-search-wrapper .file-search-btn {
  padding: 0 20px;
  outline: 0;
  background-color: #7d9fe3;
  border: 0;
  color: #fff;
}
.file-search-wrapper .file-search-btn:hover {
  background-color: #355e92;
}
.news-tab {
  align-items: baseline;
  border-bottom: 1px solid #f3f3f3;
}
.news-tab .nav-link {
  padding: 8px 24px;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}
.news-tab .nav-link.active {
  color: #fff;
  position: relative;
  background-position: top left;
  background-color: #107414;
  background-image: url(../images/bg-tab-active.png);
  background-repeat: no-repeat;
}
.more-tag {
  padding: 0 8px;
}
.more-tag .iconfont {
  font-size: 25px;
  color: #999;
}
.overview-wrapper {
  padding: 40px;
  background: center center / cover url(../images/bg-overview.jpg);
}
.overview-wrapper .title {
  max-width: 95%;
}
.overview-list .entry-wrapper {
  padding: 0 10px;
  flex: 1;
  color: #000;
  font-size: 24px;
  text-align: center;
}
.overview-list .entry-wrapper::before {
  background: top center / 100% 100% url(../images/overview-icon.jpg);
  content: " ";
  height: 20px;
  width: 20px;
  margin: auto;
  display: inline-block;
}
.left-column-title {
  padding: 12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #059a13;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-column-title .iconfont {
  font-size: 32px;
  margin-right: 10px;
}
.left-column-wrapper {
  background-color: #f9f9f9;
}
.left-column-list .entry-wrapper .link {
  display: flex;
  font-size: 18px;
  padding: 10px 15px;
}
.left-column-list .entry-wrapper .link::after {
  content: "\276F";
  margin-left: auto;
  color: #cdcdcd;
}
.left-column-list .entry-wrapper.active .link,
.left-column-list .entry-wrapper .link:hover {
  color: #333;
  background-color: #9ce5a3;
}
.left-column-list .entry-wrapper.active .link::after,
.left-column-list .entry-wrapper .link:hover::after {
  color: #03ab12;
}
.left-column-list .entry-wrapper + .entry-wrapper {
  border-top: 1px solid #eee;
}
.search-wrapper.column-search-wrapper {
  margin: 0;
  max-width: unset;
}
.search-wrapper.column-search-wrapper .search-btn .iconfont {
  color: #fff;
}
.search-wrapper.column-search-wrapper .search-btn {
  border: 0;
  min-width: 50px;
  background-color: #355e92;
  font-size: 18px;
}
.search-wrapper.column-search-wrapper .search-btn:hover,
.advanced-search-btn:hover {
  background-color: #1064ad;
}
.advanced-search-btn {
  flex-shrink: 0;
  border-radius: 4px;
  padding: 0 18px;
  margin-left: 10px;
  background-color: #355e92;
  color: #fff;
  font-size: 18px;
  outline: 0;
  border: 0;
}
.weather-list-table {
  text-align: center;
  white-space: nowrap;
}
.weather-list-table th {
  background-color: #e4e4e4;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
  .mid-header {
    padding: 40px 0;
  }
  .logo-wrapper img {
    height: unset;
    max-width: 95%;
  }
  #topNavbar {
    background-color: #177720;
  }
}
@media screen and (max-width: 767.98px) {
  .news-tab .nav-link {
    padding: 8px 4px;
  }
  .news-tab .nav-item {
    flex: 1;
  }
}
@media screen and (max-width: 575.98px) {
  body {
       background-size: 360% auto;
  }
  .overview-list .entry-wrapper {
    text-align: left;
    padding: 10px 0;
  }
}
