* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-style: normal;
  font-size: 1rem;
  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: #01595a;
  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;
}
.bg-grey {
  background-color: #e4e4e4 !important;
}
.text-blue {
  color: #2673dd !important;
}
.header {
  overflow: auto;
}
.toppest-header {
  background-color: #1687cf;
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 30px;
  color: #fff;
}
.toppest-header a {
  color: #fff;
}
.toppest-header i {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.mid-header {
  padding: 40px 0;
}
.logo-wrapper {
  padding: 0;
}
.logo-wrapper img {
  height: 81px;
}
.search-wrapper {
  width: 320px;
  line-height: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  transition: 0.5s all ease;
  background: #d8f6ff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.29);
  border-radius: 8px 8px 8px 8px;
}
.search-wrapper:focus-within {
  width: 360px;
}
.search-wrapper .iconfont {
  border: 0;
  line-height: 45px;
  font-size: 1.75rem;
  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: 1.125rem;
  background: #0e7ac3;
  border-radius: 0px 8px 8px 0px;
}
.search-btn:hover {
  color: #fff;
  background: #043e70;
}
#topNavWrapper {
  padding: 0;
}
#topNavWrapper .navbar {
  padding: 0;
  background-color: #007bdb;
}
#topNavWrapper .container {
  transition: all 0.3s ease;
}
#topNavWrapper .navbar-brand {
  padding: 10px;
}
#topNavWrapper .nav-item {
  font-size: 1.25rem;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 32px;
  background-color: #007bdb;
}
#topNavWrapper .active .nav-link {
  color: #fff;
}

#topNavWrapper .active .nav-link {
  background: transparent;
}
#topNavWrapper .nav-item:not(:first-child) {
  border-left: 1px solid #2897ec;
}
#topNavWrapper .nav-item:not(:last-child) {
  border-right: 1px solid #147fd3;
}
#topNavWrapper .nav-item:hover,
#topNavWrapper .nav-item.active {
  color: #fff;
  background: #0161ac;
}
#topNavWrapper .active .nav-link:hover {
  background-color: transparent;
}
#topNavWrapper .nav-link {
  padding: 14px 0;
  display: flex;
  color: #fff;
  white-space: nowrap;
  font-size: 1.25rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#topNavWrapper .nav-link .iconfont {
  display: block;
  text-align: center;
  font-size: 1.5625rem;
  color: #fff;
  margin-right: 8px;
}
#navbarContent {
  overflow: auto;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler .iconfont {
  color: #fff;
  font-size: 1.4rem;
}
.icon-lou {
  background: url(../images/lou.png) center center no-repeat;
}
#navbarContent {
  scrollbar-width: none;
}
#navbarContent::-webkit-scrollbar {
  display: none;
}
.btn-search-collapse .iconfont {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1681cc;
}
.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: 1rem;
  line-height: 2.5;
  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 6rem;
  text-align: right;
}
.column-news-list .entry-wrapper .date {
  flex: 0 0 6.5rem;
}

.news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #666;
}
.external-link-section {
  background: #3385d6;
}
.external-link-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.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-primary {
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: 0;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1a5a9b;
  border: 0;
}
.footer-section {
  padding: 60px 0;
  background-color: #0161ac;
  color: #cae4fe;
  line-height: 40px;
}
.footer-section a {
  color: #cae4fe;
}
.footer-section span {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb {
  background-color: transparent;
}
.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 1.875rem;
  color: #0485f4;
  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: 1.25rem;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  color: #333;
  padding: 35px 0;
  line-height: 2.2;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 100%;
}
.detail-content-wrapper .content-wrapper video {
  max-width: 100%;
}
.detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 1.125rem;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.detail-file-list .file-entry {
  line-height: 2;
  display: flex;
  justify-content: space-between;
}
.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 {
  white-space: nowrap;
  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: #fff;
  padding: 18px 15px;
  margin: 1rem 0 0;
  border-radius: 0;
}
.breadcrumb .iconfont {
  color: #0485f4;
  font-size: 1rem;
}
.main-column-wrapper {
  background-color: #fff;
}
.image-news-list .image {
  height: 230px;
  object-fit: cover;
  width: 100%;
}
.column-title {
  font-size: 1.5rem;
  color: #0a70c8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.column-title::before {
  margin-right: 8px;
  display: inline-block;
  content: "";
  height: 24px;
  width: 10px;
  border-radius: 8px;
  background-color: #0a70c8;
  flex-shrink: 0;
}
.menu-dropdown {
  margin-left: auto;
}
.menu-dropdown .iconfont {
  font-size: 1.25rem;
}
.menu-dropdown .dropdown-toggle {
  font-size: 1rem;
  padding: 4px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: transparent;
}
.menu-dropdown .dropdown-menu {
  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;
}
.sub-column-wrapper {
  margin-top: 10px;
  padding: 10px 15px;
  display: flex;
  flex-wrap: wrap;
  background: #eee;
}
.sub-column-wrapper .entry-wrapper {
  color: #007bdb;
  font-size: 0.9375rem;
  padding: 4px 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.5s transform ease;
}
.sub-column-wrapper .entry-wrapper.curr {
  background-color: #007bdb;
  color: #fff;
}
.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: #007bdb;
}
.sub-column-wrapper .entry-wrapper.curr::before {
  color: #fff;
}
.file-search-wrapper {
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  line-height: 52px;
  margin: 16px 0;
}
.file-search-wrapper .file-select {
  padding: 0 8px;
  height: 54px;
  font-size: 1rem;
  color: #0161ac;
  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: transparent;
  border: 0;
  color: #999;
}
.file-search-wrapper .file-search-btn .iconfont {
  font-size: 1.75rem;
  line-height: 48px;
}
.file-search-wrapper .file-search-btn:hover {
  background-color: #f2f9ff;
}
.file-tab {
  border-bottom: 1px solid #e1e1e1;
}
.file-tab .nav-link {
  padding: 5px 15px;
  font-size: 1.25rem;
  color: #333333;
  line-height: 32px;
}
.file-tab .nav-link.active {
  color: #007bdb;
  border-bottom: 4px solid #007bdb;
}
.file-tab .more-tag .iconfont {
  font-size: 1.5625rem;
  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: 1.5rem;
  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;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
  .mid-header {
    padding: 20px 0;
  }
  .logo-wrapper img {
    height: unset;
    max-width: 95%;
  }
  .search-wrapper {
    margin-top: 20px;
    width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  #topNavWrapper {
    background-color: #007bdb;
  }
}
@media screen and (max-width: 575.98px) {
  .overview-list .entry-wrapper {
    text-align: left;
    padding: 10px 0;
  }
}
i.gzbm-incofont {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  color: #0281df;
  font-size: 40px;
  line-height: 65px;
  text-align: center;
}
.card01 {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .card01 {
    height: auto;
  }
}
/*²ÆÕþÔ¤Ëã2023-2-7*/
.yjs-list p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yjs-list p::before {
  content: "\2022";
  color: #666;
  padding-right: 5px;
}
.category-select-wrapper {
		  display: flex;
		}
		.category-select-wrapper .title {
		  flex-shrink: 0;
		  width: 90px;
		  padding-right: 10px;
		  font-size: 18px;
		  color: #0070bf;
		  line-height: 38px;
		}
		.cate-list-wrapper {
		  display: flex;
		  flex-wrap: wrap;
		  font-size: 16px;
		  color: #333333;
		}
		.cate-list-wrapper .item {
		  padding: 6px 16px;
		  border: 1px solid transparent;
		}
		.cate-list-wrapper .item.active {
		  position: relative;
		  border: 1px solid #0070bf;
		}
		.cate-list-wrapper .item.active::before {
		  position: absolute;
		  content: "\e677";
		  font-family: "iconfont";
		  color: #fff;
		  bottom: -2px;
		  right: 0;
		  font-size: 12px;
		  z-index: 999;
		}
		.cate-list-wrapper .item.active::after {
		  content: "";
		  position: absolute;
		  border-right: 11px solid #0070bf;
		  border-bottom: 11px solid #0070bf;
		  border-top: 11px solid transparent;
		  border-left: 11px solid transparent;
		  bottom: 0;
		  right: 0;
		}
body.senior-mode .col-sm-1,
body.senior-mode .col-sm-2,
body.senior-mode .col-sm-3,
body.senior-mode .col-sm-4,
body.senior-mode .col-sm-5,
body.senior-mode .col-sm-6,
body.senior-mode .col-sm-7,
body.senior-mode .col-sm-8,
body.senior-mode .col-sm-9,
body.senior-mode .col-sm-10,
body.senior-mode .col-sm-11,
body.senior-mode .col-md-1,
body.senior-mode .col-md-2,
body.senior-mode .col-md-3,
body.senior-mode .col-md-4,
body.senior-mode .col-md-5,
body.senior-mode .col-md-6,
body.senior-mode .col-md-7,
body.senior-mode .col-md-8,
body.senior-mode .col-md-9,
body.senior-mode .col-md-10,
body.senior-mode .col-md-11,
body.senior-mode .col-lg-1,
body.senior-mode .col-lg-2,
body.senior-mode .col-lg-3,
body.senior-mode .col-lg-4,
body.senior-mode .col-lg-5,
body.senior-mode .col-lg-6,
body.senior-mode .col-lg-7,
body.senior-mode .col-lg-8,
body.senior-mode .col-lg-9,
body.senior-mode .col-lg-10,
body.senior-mode .col-lg-11 {
  max-width: 100% !important;
  flex: 0 0 100%;
}
body.senior-mode .carousel .carousel-inner .carousel-item img {
  object-fit: contain;
}
#seniorModeTag {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 9999999;
}
body.senior-mode .main-news-tab,
body.senior-mode .file-tab {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}

.search-wrapper>.getmessage:first-child {
    display: flex;
    flex: 1;
    min-width: 0;
}
.file-search-wrapper>.getmessage:nth-child(2) {
    display: flex;
    flex: 1;
    min-width: 0;
}