<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #555;
}
a {
  color: #555;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.header {
  height: 500px;
  position: relative;
}
.header .shadow-overlay {
  box-shadow: inset 0 80px 50px -50px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 98;
}
#headerCarousel {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
}
.toppest-header {
  padding-top: 8px;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 99;
}
.toppest-header a {
  color: #fff;
  line-height: 24px;
}
.toppest-header a:hover {
  color: #ddd;
}
.top-header {
  position: relative;
}
.logo-wrapper {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 25px;
}
.logo-wrapper img {
  height: 82px;
}
.search-wrapper {
  margin-top: 65px;
  padding: 0 220px;
  display: flex;
  flex-wrap: nowrap;
  transition: 0.5s all ease;
}
.search-wrapper:focus-within {
  padding: 0 180px;
}
.search-wrapper input {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  flex: 1;
  color: #595959;
  height: 60px;
  padding-left: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-wrapper .btn-search {
  background-color: rgba(0, 110, 171, 0.8);
  border-color: rgba(0, 110, 171, 0.8);
  padding-left: 20px;
  padding-right: 30px;
  border-radius: 0px 8px 8px 0px;
}
#topNav {
  background-color: #006eab;
  top: -1px;
  position: relative;
}
#topNav.fixed-top {
  position: fixed;
}
#topNav .navbar {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#topNav .navbar-nav {
  justify-content: center;
}
#topNav .nav-item {
  position: relative;
  flex-grow: 1;
  text-align: center;
}
#topNav .nav-link.active {
  background-color: #005482;
  position: relative;
}
#topNav .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: calc(50% - 10px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
}
#topNav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
#topNav .nav-link .iconfont {
  font-size: 32px;
  font-weight: normal;
  margin-right: 10px;
}
#topNav .nav-link:hover {
  background-color: #005482;
  opacity: 1;
}
.breadcrumb-wrapper {
  background-color: #f8f8f8;
}
.breadcrumb {
  background-color: transparent;
}
#mainCarousel {
  height: 390px;
}
.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;
}
#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;
}
.headline-section {
  background: #f2f2f2;
  padding: 1.5rem;
}
.headline-title {
  padding: 0.5rem 1rem 1.5rem;
  color: #ff0000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.headline-title a {
  font-size: 36px;
  font-family: FZDHTJW;
  color: #ff0000;
}
.headline-title a:hover {
  opacity: .7;
}
.headline-entry-wrapper {
  display: flex;
}
.headline-entry-wrapper .entry {
  min-width: 20%;
  max-width: 40%;
  text-align: center;
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline-entry-wrapper .entry + .entry {
  border-left: 1px solid #9a9a9a;
}
.headline-entry-wrapper .entry a {
  color: #005888;
}
.column-title-wrapper {
  display: flex;
  align-items: baseline;
  position: relative;
}
.nav-column-title.nav {
  flex-wrap: nowrap;
}
.column-title-wrapper .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #006eab;
  line-height: 32px;
  padding-left: 1rem;
}
.column-title-wrapper .title::before {
  left: 0;
  top: 6px;
  content: "";
  position: absolute;
  width: 5px;
  height: 20px;
  border-radius: 3px;
  background: #006eab;
}
.column-title-wrapper .more-tag {
  margin-left: auto;
}
.column-title-wrapper .more-tag a {
  font-size: 14px;
  color: #888888;
}
.column-title-wrapper .more-tag a:hover {
  color: #aaa;
}
.feature-image-wrapper img {
  width: 100%;
}
.file-database-wrapper .nav-column-title .nav-item {
  flex-grow: 1;
}
.file-database-wrapper .nav-column-title .nav-link {
  text-align: center;
  font-size: 18px;
}
.addition-section .news-list-wrapper .entry-wrapper .title {
  padding-right: 0;
}
.file-search-wrapper {
  position: relative;
  border: 1px solid #ececec;
}
.file-search-wrapper .file-select {
  border: 0;
  border-right: 1px solid #ececec;
  width: calc(35% - 5px);
  border-radius: 0;
}
.file-search-wrapper .file-input {
  margin-left: 3px;
  border: 0;
  width: 65%;
  border-radius: 0;
  padding-right: 2.5rem;
}
.file-database-wrapper.services {
  background: #fafeff;
}
.btn-file-search {
  position: absolute;
  top: calc(50% - 25px);
  right: -3px;
}
.btn-file-search .iconfont {
  font-size: 24px;
  color: #888888;
}
.news-image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-info-container {
  background-color: #f9f9f9;
  padding: 0.5rem 1rem;
  border: 1px solid #e1e1e1;
}
.news-title-wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 76px;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
}
.news-desc-wrapper {
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-date-wrapper {
  color: #898989;
  padding-top: 0.75rem;
  font-size: 1.25rem;
}
.zhuanti-swiper-wrapper {
  position: relative;
}
.zhuanti-swiper-wrapper .text-zhuanti:hover {
  opacity: .8;
}
.zhuanti-swiper-wrapper .text-zhuanti {
  padding:0 1rem;
  height: 100px;
  text-align: center;
  background: top center / cover url(../img/zhuanti-bg.jpg);
}
.zhuanti-swiper-wrapper .text-zhuanti a {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #10568a;
  height: 100%;
  width: 100%;
  display: flex;
  font-weight: bold;
}
.zhuanti-swiper-wrapper .swiper-slide img {
  width: 100%;
}
.zhuanti-swiper-wrapper .swiper-button-prev,
.zhuanti-swiper-wrapper .swiper-button-next {
  top: calc(50% + 5px);
  left: 0;
  right: auto;
  width: 18px;
  height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}
.zhuanti-swiper-wrapper .swiper-button-next {
  left: auto;
  right: 0;
}
.zhuanti-swiper-wrapper .swiper-button-prev::after,
.zhuanti-swiper-wrapper .swiper-button-next::after {
  font-size: 1rem;
  font-weight: bold;
}
.notification-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  padding: 0.5rem 1rem;
}
.notification-swiper-wrapper {
  width: calc(100% - 26px);
  padding: 0 20px 0 10px;
}
.notification-wrapper .icon-wrapper {
  border-right: 2px solid #ccc;
  padding-right: 0.5rem;
}
.notification-wrapper .iconfont {
  font-size: 32px;
  line-height: 32px;
  color: #15499a;
}
.notification-wrapper .swiper-slide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-wrapper .swiper-slide a::before {
  content: "\2022";
  font-size: 1rem;
  margin-right: 0.25rem;
  color: #15499a;
}
.notification-swiper .swiper-wrapper {
  margin-bottom: 0;
  padding: 0 0.5rem;
}
.overview-section {
  background: url(/_files/img/bg-2.jpg);
  background-position: top center;
}
.overview-image-wrapper img {
  width: 100%;
  height: 214px;
  object-fit: cover;
}
.overview-desc-wrapper {
  line-height: 1.8;
}
.icon-images-container {
  display: flex;
  flex-wrap: wrap;
}
.icon-images-container a {
  flex: 0 0 25%;
}
.icon-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-image-wrapper .icon-wrapper {
  font-size: 3rem;
  border-radius: 50%;
  background-color: #006227;
  text-align: center;
  line-height: 0;
  width: 90px;
  height: 90px;
  margin-bottom: 0.5rem;
  transition: 0.5s all ease;
}
.icon-image-wrapper .icon-wrapper .iconfont {
  line-height: 90px;
  font-size: 3rem;
  color: #fff;
}
.icon-image-wrapper .text-wrapper {
  font-size: 18px;
}
.icon-image-wrapper:hover .icon-wrapper {
  background-color: #1a9d4e;
}
.overview-news-wrapper .entry-wrapper {
  display: flex;
  margin: 2rem 0;
}
.overview-news-wrapper .entry-wrapper .entry-info-wrapper {
  padding-right: 0.75rem;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper {
  padding: 0;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.overview-news-wrapper .entry-info-wrapper .entry-info {
  display: flex;
}
.overview-news-wrapper .entry-info-wrapper .info-wrapper {
  overflow: hidden;
  padding-left: 1rem;
  line-height: 2.4rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc {
  padding-top: 1rem;
  line-height: 2rem;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a {
  color: #15499a;
}
.overview-news-wrapper .entry-info-wrapper .entry-desc .hash-tag a:hover {
  color: #aaa;
}
.tabpanel-nav {
  background-color: #eee;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}
.tabpanel-nav .nav-item {
  padding: 0;
}
.tabpanel-nav .nav-link {
  padding: 0.75rem 0;
  font-size: 30px;
}
.tabpanel-nav .nav-link.active {
  position: relative;
  background-color: #1a9d4e;
  color: #fff;
}
.tabpanel-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: calc(50% - 20px);
  border-left: 20px solid transparent;
  border-top: 20px solid #1a9d4e;
  border-right: 20px solid transparent;
}
.tabpanel-nav .nav-item + .nav-item {
  border-left: 1px solid #dedede;
}
.large-image-wrapper {
  text-align: center;
  height: 550px;
  background-position: center;
  background-size: 102% 102%;
  transition: all 0.5s ease;
}
.large-image-wrapper .backdrop-wrapper {
  padding: 6rem 2.5rem 2rem;
  height: 100%;
  transition: all 0.5s ease;
}
.large-image-wrapper.hover {
  background-size: 120% 120%;
}
.large-image-wrapper.hover .backdrop-wrapper {
  backdrop-filter: blur(2px) brightness(50%);
}
.large-image-wrapper .title-wrapper {
  transform: translateY(260px);
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper.hover .title-wrapper {
  transform: translateY(0);
  transition: 0.5s all ease-out;
}
.large-image-wrapper .info-wrapper {
  opacity: 0;
  transition: 0.5s all ease-out;
}
.large-image-wrapper.hover .info-wrapper {
  opacity: 1;
  transition: 0.5s 0.1s all ease-out;
}
.large-image-wrapper .text-wrapper {
  padding-top: 0.5rem;
  font-size: 30px;
  color: #fff;
}
.large-image-wrapper .desc-wrapper {
  line-height: 2;
  max-height: 190px;
  overflow: hidden;
  text-align: left;
  margin: 2rem 0;
  color: #fff;
}
.large-image-wrapper .btn-more {
  padding-left: 2rem;
  padding-right: 2rem;
}
.large-image-wrapper .btn-more:hover {
  background-color: #1a9d4e;
  border-color: #1a9d4e;
  color: #fff;
}
.large-image-wrapper.chan-nongye {
  background-image: url("../img/s-bg-nongye.jpg");
}
.large-image-wrapper.chan-nongfu {
  background-image: url("../img/s-bg-nongfu.jpg");
}
.large-image-wrapper.chan-shuili {
  background-image: url("../img/s-bg-shuili.jpg");
}
.large-image-wrapper.chan-peisong {
  background-image: url("../img/s-bg-peisong.jpg");
}

.nav-column-title {
  border-bottom: 2px solid #e5e5e5;
}
.nav-column-title .nav-item {
  flex-grow: 1;
  padding: 0;
  margin-bottom: -2px;
}
.nav-column-title .nav-link {
  padding: 0.5rem;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.nav-column-title .nav-link.active {
  color: #024d94;
  border-bottom: 2px solid #024d94;
}
.addition-tab-panel {
  position: relative;
}
.addition-tab-panel .more-tag {
  position: absolute;
  top: -42px;
  right: 5px;
}
.addition-tab-panel .featured-wrapper {
  padding: 0.5rem 0;
}
.addition-tab-panel .featured-title a {
  font-size: 24px;
  color: #da0716;
}
.addition-tab-panel .featured-title a:hover {
  color: #861a21;
}
.addition-tab-panel .featured-desc {
  text-indent: 2rem;
}
.addition-tab-panel .featured-desc a {
  color: #888;
}
.addition-tab-panel .featured-desc a:hover {
  color: #aaa;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  padding: 0.5rem 0;
}
.news-list-wrapper .entry-wrapper .title {
  font-size: 16px;
  padding-right: 0.5rem;
}
.news-list-wrapper .entry-wrapper .date {
  margin-left: auto;
  text-align: right;
  flex: 0 0 4rem;
  font-size: 16px;
  color: #898989;
}
.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  margin-right: 0.75rem;
  color: #ababab;
}
.image-entry-wrapper .image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.image-entry-wrapper + .image-entry-wrapper {
  margin-top: 1rem;
}
.image-entry-wrapper .title {
  font-size: 20px;
  padding-bottom: 0.75rem;
}
.image-entry-wrapper .desc {
  max-height: 100px;
  overflow: hidden;
}
.image-entry-wrapper .desc a {
  color: #888;
}
.image-entry-wrapper .desc a:hover {
  color: #aaa;
}
#bannerCarousel {
  height: 100px;
}
#bannerCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#bannerCarousel .carousel-indicators li.active {
  background: #005470;
}
.servicesCarousel {
  height: 205px;
}
.servicesCarousel .carousel-inner {
  padding-bottom: 40px;
}
.servicesCarousel .carousel-inner .carousel-item .entries-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -8px;
}
.servicesCarousel .carousel-indicators {
  justify-content: center;
  padding: 1rem;
  left: 0;
}
.servicesCarousel .carousel-indicators li {
  width: 20px;
  height: 6px;
  background: #d8d7d7;
  border-radius: 3px;
}
.servicesCarousel .carousel-indicators li.active {
  background: #006eab;
}
.service-btn {
  margin-bottom: 12px;
  margin-right: 8px;
  width: 29%;
  color: #333333;
  background: rgba(250, 250, 250, 0.5);
  border: 1px solid #ededed;
}
.service-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-btn a:hover {
  color: #aaa;
}
.service-btn .icon {
  padding-right: 0.25rem;
  font-size: 30px;
  color: #bebebe;
}
.swiper-pagination-bullet {
  margin: 0.5rem;
}
.rating-wrapper {
  display: flex;
  border: 1px solid #ededed;
  background: #fdfdfd;
}
.rating-wrapper .iconfont {
  font-size: 36px;
  line-height: 36px;
  display: block;
}
.rating-wrapper .text-wrapper {
  display: block;
}
.rating-wrapper * {
  color: #666666;
}
.rating-wrapper .rating-btn-wrapper:hover {
  background: #cdcdcd;
}
.rating-wrapper .rating-btn-wrapper {
  flex: 1;
  text-align: center;
  padding: 0.5rem 0;
}
.survey-wrapper .nav-column-title .more-tag a {
  font-size: 14px;
  color: #888;
}
.survey-wrapper .nav-column-title .more-tag a:hover {
  color: #aaa;
}
.survey-entry-wrapper {
  padding: 0.75rem 1rem;
  background: #f6f6f6;
  border: 1px solid #efefef;
}
.survey-entry-wrapper .date {
  font-size: 14px;
  color: #888888;
}
.survey-entry-wrapper .info-wrapper {
  display: flex;
  justify-content: space-between;
}
.survey-entry-wrapper .status {
  padding: 0 0.5rem;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
}
.survey-entry-wrapper .status.ongoing {
  background: #0ea54e;
}
.survey-entry-wrapper .status.finnished {
  background: #888;
}
.navigation-title {
  padding: 1rem;
  text-align: center;
  font-size: 20px;
  width: 23%;
  color: #fff;
  background: #10568a;
}
.navigation-selects-wrapper {
  background: #f6f6f6;
  padding: 0 0.5rem;
  margin: 0;
  flex-grow: 1;
}
.navigation-selects-wrapper &gt; div {
  padding: 0 0.5rem;
}
.navigation-selects-wrapper .dropdown-menu {
  width: 100%;
  max-height: 280px;
  overflow: auto;
}
.btn-navi {
  width: 100%;
  border: 1px solid #dbdbdb;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-navi:hover {
  color: #006eab;
}
.btn-navi.dropdown-toggle::after {
  position: absolute;
  right: 12px;
  top: 18px;
}
.chart-wrapper {
  padding-top: 50px;
  text-align: center;
}
.chart-wrapper img {
  max-width: 80%;
}
.footer-section {
  background-color: #10568a;
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer-section img {
  max-width: 100%;
}
.external-link-wrapper {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1088ca;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #fff;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 30px;
  font-size: 14px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #fff;
}
.footer-info-wrapper a {
  color: #fff;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}
@media only screen and (max-width: 1199px) {
  .header {
    height: 450px;
  }
  #topNav .nav-link .iconfont {
    display: none;
  }
  .large-image-wrapper {
    height: 370px;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 3rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(160px);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 28px;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 100px;
    line-height: 1.5rem;
    margin: 1.25rem 0;
  }
  .navigation-title {
    width: 15%;
  }
}
@media only screen and (max-width: 992px) {
  .header {
    height: 300px;
  }
  .headline-entry-wrapper .entry {
    min-width: 50%;
    max-width: 50%;
  }
  #topNav .nav-link {
    font-size: 18px;
  }
  .top-banner-section {
    height: 220px;
  }
  #mainCarousel {
    height: 320px;
  }
  .top-header {
    text-align: center;
  }
  .top-header .logo-wrapper {
    margin: auto;
  }
  .top-header .search-wrapper {
    flex-grow: 1;
    padding: 1rem 8rem;
  }
  .top-header .search-wrapper:focus-within {
    flex-grow: 1;
    padding: 1rem 6rem;
  }
  .logo-wrapper {
    padding-top: 40px;
  }
  .logo-wrapper img {
    width: 80%;
    max-width: 450px;
    height: auto;
    margin: auto;
  }
  .search-wrapper {
    margin-top: 10px;
  }
  .toppest-header a {
    font-size: 12px;
  }
  .large-image-wrapper .text-wrapper {
    font-size: 26px;
  }
  .addition-section .tab-nav .nav-link {
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
  }
  .addition-tab-panel .more-tag {
    top: -40px;
    right: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .headline-section {
    padding: 1rem 0.5rem;
  }
  .headline-entry-wrapper .entry {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .headline-title {
    padding: 0.5rem 0 1rem;
    white-space: normal;
    overflow: auto;
  }
  .headline-title a {
    font-size: 26px;
  }
  .header .shadow-overlay {
    display: none;
  }
  .header {
    height: 180px;
  }
  .logo-wrapper {
    padding-top: 20px;
  }
  .top-header .search-wrapper {
    margin-top: 10px;
    padding: 0 20px;
  }
  .search-wrapper input {
    background: rgba(255, 255, 255, 0.7);
    padding-left: 0.75rem;
    height: auto;
  }
  .search-wrapper .btn-search {
    padding: 0 10px;
  }
  .top-header .search-wrapper:focus-within {
    padding: 0;
  }
  #topNav .nav-link {
    padding-left: 10%;
    justify-content: flex-start;
  }
  #topNav .nav-link .iconfont {
    display: inline;
  }
  #topNav .nav-link.active::after {
    display: none;
  }
  .top-banner-section {
    height: 160px;
  }
  #mainCarousel {
    height: 240px;
  }
  #topNav .navbar {
    padding: 0;
  }
  #topNav .container {
    padding: 0;
  }
  #topNav .nav-item {
    border: 0 !important;
  }
  #topNav .navbar-brand {
    padding: 0.5rem 1rem;
  }
  #topNav .navbar-toggler {
    padding: 0.5rem 1rem;
  }
  .entry-wrapper .entry-info {
    padding-top: 1rem;
  }
  .overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
    height: 240px;
  }
  #topNav .search-wrapper {
    padding: 0.5rem 3rem 3rem;
    display: flex;
  }
  #topNav .search-wrapper:focus-within {
    padding: 0.5rem 2rem;
  }
  #topNav .search-wrapper .btn-search {
    background-color: #1a9d4e;
    border-color: #1a9d4e;
  }
  .large-image-wrapper {
    height: 500px;
  }
  .large-image-wrapper .backdrop-wrapper {
    padding: 6rem 2rem;
  }
  .large-image-wrapper .title-wrapper {
    transform: translateY(210px);
  }
  .large-image-wrapper .text-wrapper {
    font-size: 30px;
  }
  .large-image-wrapper .desc-wrapper {
    max-height: 140px;
    line-height: 1.9rem;
    margin: 1.75rem 0;
  }
  .navbar-collapse {
    max-height: 300px;
    overflow: scroll;
    box-shadow: inset 0px -70px 50px -50px rgb(0, 0, 100, 0.7);
  }
  .footer-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
  .chart-wrapper img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .top-banner-section {
    height: 120px;
  }
  #mainCarousel {
    height: 180px;
  }
  .icon-images-container a {
    flex: 0 0 50%;
  }
  .icon-images-container a:nth-child(-n + 2) {
    margin-bottom: 1rem;
  }
  .tabpanel-nav .nav-link {
    padding: 0.75rem 1.75rem;
    line-height: 1.5rem;
    font-size: 1.25rem;
  }
  .image-entry-wrapper .image img {
    height: 240px;
    margin-bottom: 0.5rem;
  }
  .addition-tab-panel .news-list-wrapper .entry-wrapper .title {
    padding-right: 0.5rem;
  }
}

@media only screen and (max-width: 350px) {
  .navigation-title {
    padding: 0.75rem;
    font-size: 15px;
  }
}







</pre></body></html>