.icon-shicon{ width: 34px;  height: 48px;display:block; background:url(../img/shicon.png) center center no-repeat;}
#topNavbar {
  border-bottom: 1px solid #d5d5d5;
  background-color: #fff;
}
#topNavbar .navbar-nav .nav-item {
  border-bottom: 5px solid transparent;
  padding: 10px 16px 5px;
  position: relative;
}
#topNavbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 1.375rem;
  line-height: 36px;
  color: #1c80c7;
  white-space: balance;
}
#topNavbar .navbar-nav .nav-item .nav-link .iconfont {
  color: #1c80c7;
  font-size: 24px;
}
#topNavbar .navbar-nav .nav-item.active {
  border-color: #1c80c7;
  background-color: transparent;
}
#topNavbar .navbar-nav .nav-item:hover {
  background-color: transparent;
  border-color: #1c80c7;
}

.homepage-header {
  position: relative;
  height: 800px;
  margin-bottom: 20px;
}
.homepage-header .logo-wrapper img {
  height: auto;
  width: auto;
}
.homepage-header .icon-sousuo {
  background-color: transparent;
}
.homepage-header .search-wrapper {
  margin: 30px auto 15px;
  background: rgba(255, 255, 255, 0.66);
  border: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  width: 600px;
  transition: 0.5s ease all;
  position: relative;
}
.homepage-header .search-wrapper .search-prefix {
  padding-left: 12px;
  color: #4ba9ec;
  font-size: 24px;
}
.homepage-header .search-wrapper .search-outline {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
}
.homepage-header .search-wrapper .search-outline > *:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.homepage-header .search-wrapper:focus-within {
  width: 680px;
}
.homepage-header .search-wrapper .search-input {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #333;
  padding-left: 1rem;
  line-height: 60px;
  font-size: 1.125rem;
  min-width: 0;
}
.homepage-header .search-wrapper .search-input::placeholder {
  color: #aeaeae;
}
input:placeholder-shown {
  text-overflow: ellipsis;
}
.homepage-header .search-wrapper .search-btn {
  background-color: #1c80c7;
  border: 0;
  outline: 0;
  padding: 0 20px;
  border-radius: 0px 25px 25px 0px;
}
.homepage-header .search-wrapper .search-btn .iconfont {
  color: #fff;
  font-size: 32px;
  line-height: 60px;
}

.homepage-header .search-wrapper:focus-within .hot-search-wrapper {
  display: block;
  z-index: 9999;
}
.homepage-header .search-wrapper .hot-search-wrapper {
  position: absolute;
  text-align: left;
  padding: 10px 15px 15px;
  display: none;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  background-color: #fff;
  border-radius: 6px;
}
.homepage-header .search-wrapper .hot-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: balance;
}
.homepage-header .search-wrapper .hot-search-wrapper .title {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}
.homepage-header .search-wrapper .hot-search-wrapper .hot-link {
  display: inline-block;
  background: rgba(236, 247, 255, 0.77);
  color: #1c80c7;
  font-size: 0.875rem;
  padding: 4px 12px;
  margin: 0 3px;
  line-height: 1.5;
  border-radius: 14px;
}
.homepage-header .search-wrapper .hot-search-wrapper .addition-hot-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.homepage-header .search-wrapper .hot-search-wrapper .addition-hot-link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  color: #999;
  font-size: 1rem;
  margin: 0 3px;
  line-height: 1.5;
}
.homepage-header
  .search-wrapper
  .hot-search-wrapper
  .addition-hot-link::before {
  content: "\e65c";
  font-size: 1.25rem;
  font-family: "iconfont";
}
.homepage-header
  .search-wrapper .hot-search-wrapper
  .addition-hot-link:nth-child(1)::before {
    color: rgb(236, 26, 26);
}
.homepage-header
  .search-wrapper .hot-search-wrapper
  .addition-hot-link:nth-child(2)::before {
    color: rgb(236, 145, 26);
}
.homepage-header
  .search-wrapper .hot-search-wrapper
  .addition-hot-link:nth-child(3)::before {
    color: rgb(236, 222, 26);
}

.homepage-header .actions-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.homepage-header .actions-list .action {
  font-size: 1.25rem;
  margin: 9px;
  border-radius: 10px;
  padding: 8px 18px;
  color: #fff;
  display: flex;
  align-items: center;
}
.homepage-header .actions-list .action .iconfont {
  margin-right: 5px;
  font-size: 24px;
  color: #fff;
}
.homepage-header .actions-list .action:nth-child(1) {
  background-color: rgba(205, 118, 55, 0.8);
}
.homepage-header .actions-list .action:nth-child(2) {
  background-color: rgba(62, 136, 192, 0.8);
}
.homepage-header .actions-list .action:nth-child(3) {
  background-color: rgba(109, 134, 198, 0.8);
}
.homepage-header .actions-list .action:nth-child(4) {
  background-color: rgba(153, 79, 23, 0.8);
}

.hot-search {
  width: 100%;
  color: #333;
}
.hot-search a {
  color: #333;
}

.toppest-header {
  padding-top: 5px;
  border: 0;
}
.toppest-header .toppest-link {
  margin: 5px 6px;
  color: #fff;
  white-space: nowrap;
}
.toppest-header .toppest-link.bg-blue {
  padding: 5px 10px;
  background: #57ace9;
  border-radius: 8px;
}
.toppest-header .toppest-link.bg-brown {
  padding: 5px 10px;
  background: #d47e38;
  border-radius: 8px;
}

.top-header {
  padding-top: 120px;
}

#homeHeaderCarousel {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#mainCarousel {
  height: 465px;
}
#mainCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#mainCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;border-radius: 50%;
}
#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;
}
#bannerCarousel {
}
#bannerCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
#bannerCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
  border-radius: 50%;
}
#bannerCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#bannerCarousel .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;
}
#bannerCarousel .carousel-caption a {
  color: #fff;
}

.open-list {
  display: flex;
  flex-wrap: wrap;
}
.open-list .entry {
  flex: 1;
  margin: 8px 15px;
}
.open-list .entry .entry-link {
  min-width: 140px;
  font-size: 1.125rem;
  padding: 12px 0;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-list .entry .entry-link .iconfont {
  margin-right: 5px;
  font-size: 32px;
  color: #57a7d3;
}

.banli-column .tab-nav-wrapper {
  border: 0;
}
.banli-column .tab-nav-wrapper .nav-item {
  min-width: 120px;
}
.banli-column .tab-nav-wrapper .nav-item .nav-link {
  text-align: center;
  white-space: balance;
  font-size: 1.375rem;
  color: #333;
  background-color: #d7d7d7;
  border: 0;
  border-radius: 4px 4px 0px 0px;
  margin: 0 11px;
  padding: 8px 12px;
  position: relative;
}
.banli-column .tab-nav-wrapper .nav-item .nav-link::before {
  position: absolute;
  content: " ";
  left: -7px;
  bottom: 0;
  border-top: 15px solid #ababab;
  border-left: 7px solid transparent;
}
.banli-column .tab-nav-wrapper .nav-item .nav-link::after {
  position: absolute;
  content: " ";
  right: -7px;
  bottom: 0;
  border-top: 15px solid #ababab;
  border-right: 7px solid transparent;
}
.banli-column .tab-nav-wrapper .nav-item .nav-link.active {
  color: #fff;
  background-color: #57a7d3;
  border: 0;
}
.banli-column .tab-nav-wrapper .nav-item .nav-link.active::before,
.banli-column .tab-nav-wrapper .nav-item .nav-link.active::after {
  border-top-color: #3384b0;
}

.ban-feature-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.ban-feature-list .entry {
  padding: 8px 12px;
  width: 25%;
}
.ban-feature-list .entry .entry-link img {
  width: 100%;
}

.headline-section .headline-wrapper {
  position: relative;
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
.headline-section .headline-wrapper .headline-tag {
  align-self: center;
  margin-right: 10px;
  background: top left/100% 100% url(../img/headline-tag.png);
  width: 86px;
  height: 40px;
  flex: 0 0 86px;
}
.headline-section .headline-wrapper .headline-content {
  overflow: hidden;
  padding: 0 20px;
  flex: 1;
}
.headline-section .headline-wrapper .headline-title {
  font-family: FZDHTJW;
  text-align: center;
  font-size: 2.5rem;
  color: #1c80c7;
  padding-bottom: 10px;
}
.headline-section .headline-wrapper .headline-title a {
  color: #1c80c7;
}
.headline-section .headline-wrapper .headline-list {
  display: flex;
  justify-content: center;
}
.headline-section .headline-wrapper .headline-list .entry {
  font-size: 1.125rem;
  color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry a {
  color: #666666;
}
.headline-section .headline-wrapper .headline-list .entry + .entry {
  margin-left: 10px;
}
.headline-section .headline-wrapper .headline-list .entry + .entry::before {
  content: "|";
  margin-right: 10px;
}

#mainNewsTab .news-list-wrapper .entry-wrapper {
  border-top: 1px solid #f3f3f3;
  line-height: 3.2;
}
#mainNewsTab .news-list-feature .title-wrapper {
  display: flex;
  align-items: center;
}
#mainNewsTab .news-list-feature .title-wrapper .title {
  font-size: 1.375rem;
  color: #d20000;
}
#mainNewsTab .news-list-feature .title-wrapper .title a {
  color: #d20000;
}
#mainNewsTab .news-list-feature .title-wrapper .date {
  margin-left: 0.75rem;
  color: #999;
  flex: 0 0 auto;
}
#mainNewsTab .news-list-feature .desc {
  margin-bottom: 8px;
  font-size: 1rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-tab.tab-nav .nav-item .nav-link {
  white-space: nowrap;
}
.home-column-title {
  text-align: center;
  padding: 16px 0;
}

.file-search-wrapper {
  margin-bottom: 7px;
}
.file-search-wrapper .form-inline {
  overflow: hidden;
  border: 1px solid #e2e2e2;
  display: flex;
  width: 100%;
  border-radius: 23px;
  line-height: 2.8rem;
}
.file-search-wrapper .form-inline *:nth-child(2) {
  flex: 1;
}
.file-search-wrapper .form-inline .file-select {
  border: 0;
  color: #000;
  background-color: #f3f3f3;
}
.file-search-wrapper .form-inline .file-input {
  border: 0;
}
.file-search-wrapper .form-inline .btn-file-search {
  padding: 0 0.875rem;
  line-height: 2.25rem;
  border-radius: 0;
  background-color: #006eab;
  color: #fff;
}
.file-search-wrapper .form-inline .btn-file-search .iconfont {
  color: #fff;
  font-size: 1.125rem;
}

.service-btn-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.service-btn-list .entry {
  flex: 1;
  padding: 10px;
}
.service-btn-list .entry .entry-link {
  padding: 10px 30px;
  background-color: #fafafa;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  white-space: nowrap;
}
.service-btn-list .entry .entry-link .iconfont-fuwu {
  font-size: 48px;
  color: #405a7a;
  display: block;
  margin: 0 auto 10px;
}

.bsrd img {
  width: 100%;
}

.fwqd {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  padding: 20px;
}
.fwqd .entry {
  font-size: 1.125rem;
  padding: 15px 10px;
  text-align: center;
}
.fwqd .entry .iconfont {
  display: block;
  color: #fff;
  background-color: #57a7d3;
  border-radius: 50%;
  font-size: 36px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  margin-bottom: 6px;
}

.mail-list-wrapper .entry-wrapper {
  position: relative;
  padding: 12px 0;
  padding-left: 35px;
}
.mail-list-wrapper .entry-wrapper + .entry-wrapper {
  border-top: 1px solid #eaeaea;
}
.mail-list-wrapper .entry-wrapper::before {
  position: absolute;
  left: 0px;
  top: 12px;
  color: #57a7d3;
  content: "\e63a";
  font-family: "iconfont";
  font-size: 28px;
  line-height: 1;
}
.mail-list-wrapper .entry-wrapper .title {
  font-size: 1.125rem;
}
.mail-list-wrapper .entry-wrapper .date {
  font-size: 1rem;
  color: #bbb;
}

.mail-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.mail-btn-list .entry {
  padding: 8px 12px;
  flex: 1;
}
.mail-btn-list .entry .entry-link {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 12px 25px;
}
.mail-btn-list .entry .entry-link .iconfont {
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
  color: #57a7d3;
  font-size: 32px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
}

.entry-link {
  white-space: balance;
}

.survey-btn-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.survey-btn-list .entry {
  padding: 8px 13px;
  flex: 1;
}
.survey-btn-list .entry .entry-link {
  white-space: balance;
  height: 100%;
  display: block;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  text-align: center;
  font-size: 1.125rem;
  padding: 29px 24px;
}
.survey-btn-list .entry .entry-link .iconfont {
  display: block;
  margin-right: 10px;
  color: #57a7d3;
  font-size: 48px;
}

.zhao-list-wrapper .entry {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.zhao-list-wrapper .entry img {
  width: 100%;
}
.zhao-list-wrapper .entry .title {
  font-size: 1.125rem;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4274509804);
}

.news-list-wrapper.survey .status {
  align-self: center;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0 10px;
  border-radius: 4px;
}
.news-list-wrapper.survey .status.ongoing {
  background-color: #c8ebff;
  color: #61add7;
}
.news-list-wrapper.survey .status.finished {
  background-color: #ececec;
  color: #999;
}

.zhuanti-flex-wrapper {
  background: #1384d9;
  display: flex;
  align-items: center;
}

.zhuanti-title {
  text-align: center;
  width: 69px;
  font-size: 20px;
  line-height: 24px;
  padding: 0 18px;
}

.zhuanti-title a {
  color: #fff;
}

.zhuanti-swiper-wrapper {
  background-color: #fff;
  position: relative;
  padding: 24px;
  overflow: hidden;
}

.zhuanti-swiper {
  padding-bottom: 15px;
  overflow: hidden;
}

.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}

.zhuanti-swiper-wrapper .swiper-button-prev {
  left: -2px;
  right: auto;
}

.zhuanti-swiper-wrapper .swiper-button-next {
  right: -2px;
  left: auto;
}

.zhuanti-swiper .swiper-slide {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
}
.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.zhuanti-swiper .swiper-slide .info-wrapper {
  padding: 18px 15px 40px;
  display: block;
}
.zhuanti-swiper .swiper-slide .info-wrapper .title {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 15px;
}
.zhuanti-swiper .swiper-slide .info-wrapper .desc {
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zhuanti-swiper .swiper-pagination {
  bottom: 0px;
}
.zhuanti-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
}
.zhuanti-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #57a7d3;
}

.external-link-section {
  padding: 10px 0;
  background-color: #ececec;
}
.external-link-section .external-link-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.external-link-section .external-link-list-wrapper .btn-group {
  flex: 1 0 180px;
}
.external-link-section .external-link-list-wrapper .btn-external-link {
  color: #333;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.external-link-section .dropdown-menu {
  overflow: auto;
  width: 100%;
}
.external-link-section .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem 0.5rem;
}

#shortcutMenu {
  z-index: 1999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s all ease-in;
}
#shortcutMenu .btn-close {
  position: absolute;
  z-index: 9999;
  color: #fff;
  top: 50px;
  right: 100px;
}
#shortcutMenu .btn-close .iconfont {
  font-size: 32px;
}
#shortcutMenu .bg {
  transition: 0.3s all ease-in;
  position: absolute;
  top: 0;
  left: 0;
  right: -200%;
  bottom: -200%;
  border-bottom-right-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#shortcutMenu > .menu-content {
  position: fixed;
  transition: 0.3s all ease-in;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#shortcutMenu > .menu-content .container {
  padding-top: 60px;
}
#shortcutMenu > .menu-content .container .menu-title {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
}
#shortcutMenu.fold {
  top: 0;
  left: 0;
  right: 100vw;
  bottom: 100vh;
}
#shortcutMenu.fold .bg {
  background: rgba(0, 0, 0, 0.1);
}
#shortcutMenu.fold > .menu-content {
  top: 100vh;
}

.shortcut-menu-column {
  height: 100%;
  padding: 20px 16px 40px;
  background-color: #015293;
  border-radius: 6px;
}
.shortcut-menu-column .column-title {
  margin-bottom: 16px;
  padding-left: 0;
}
.shortcut-menu-column .column-title a {
  color: #fff;
}
.shortcut-menu-column .menu-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.shortcut-menu-column .menu-list-wrapper .entry {
  padding: 5px 10px;
  width: 50%;
  color: #fff;
}
.shortcut-menu-column .menu-list-wrapper .entry .link {
  font-size: 1rem;
  color: #fff;
}

#floatCarousel {
  position: fixed;
 height: 150px;
/*  width: 150px; */
  bottom: 50px;
  left: 9px;
  z-index: 99;
}
#floatCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 8px 8px 8px 0;
  margin: 0;
}
#floatCarousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  line-height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
  color: #333;
  font-size: 0.75rem;
  text-indent: 0;
  text-align: center;
}
#floatCarousel .carousel-indicators li.active {
  background-color: #e38c25;
}
#floatCarousel .carousel-inner {
  border-radius: 4px;
}
#floatCarousel .btn-close {
  z-index: 9999;
  position: absolute;
  top: -18px;
  right: -10px;
}
#floatCarousel .btn-close .iconfont {
  color: #888;
  font-size: 20px;
}

#sideButtonList {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#sideButtonList .btn-side {
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transition: 0.3s all ease;
  overflow: hidden;
  margin-bottom: 10px;
}
#sideButtonList .btn-side .iconfont {
  font-size: 32px;
  display: inline-block;
  width: 50px;
  text-align: center;
  line-height: 50px;
}
#sideButtonList .btn-side .title {
  display: inline-block;
  overflow: hidden;
}
#sideButtonList .btn-side .popup {
  padding: 8px;
  border-radius: 5px;
  background-color: #aaa;
  position: absolute;
  top: 10px;
  left: -170px;
  display: none;
}
#sideButtonList .btn-side .popup img {
  width: 140px;
}
#sideButtonList .btn-side:hover {
  width: 150px;
  background-color: #1793ea;
  opacity: 1;
}
#sideButtonList .btn-side:hover .popup {
  display: block;
}

@media only screen and (max-width: 1199px) {
  #topNavbar .navbar-nav .nav-item .nav-link .iconfont {
   display: block;
  }
  #mainCarousel {
    height: 330px;
  }
  #mainNewsTab {
    max-height: 330px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 991px) {
  #mainNewsTab {
    max-height: unset;
    overflow: unset;
  }
  #mainCarousel {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .ban-feature-list .entry {
    width: 50%;
  }
  #topNavbar .navbar-nav .nav-item .nav-link .iconfont {
   display: inline;
  }
  .homepage-header {
    height: 400px;
  }
  .homepage-header .search-wrapper {
    width: 90%;
  }
  .homepage-header .search-wrapper:focus-within {
    width: 97%;
  }
  #mainCarousel {
    height: 300px;
  }
  .homepage-header .logo-wrapper img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .ban-feature-list .entry {
    width: 100%;
  }
  .homepage-header .search-wrapper .search-outline {
    border: 1px solid #1c80c7;
  }
  .homepage-header {
    height: 14rem;
  }
  .homepage-header .search-wrapper .search-btn .iconfont {
    line-height: 48px;
  }
  .homepage-header .search-wrapper .search-input {
    line-height: 48px;
  }
  .top-header {
    padding-top: 10px;
  }
  #mainCarousel {
    height: 240px;
  }
  .headline-section .headline-wrapper .headline-content {
    padding: 0;
  }
  .headline-section .headline-wrapper .headline-title {
    font-size: 2rem;
  }
}
