* {
  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";
}
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: 80%;
  text-decoration: none;
}
em {
  font-style: normal;
}
.header {
  overflow: auto;
  background: url(../images/header-bg.jpg);
  height: 500px;
}
.toppest-header {
  font-size: 0.85rem;
  color: #6d6d6d;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
  color: #fff;
}
.toppest-header a {
  color: #fff;
}
.toppest-header i {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.mid-header {
  margin-top: 147px;
}
.logo-wrapper {
  padding: 0;
}
.logo-wrapper img {
  height: 81px;
}
.search-wrapper {
  margin: auto;
  width: 320px;
  line-height: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.43);
  border-radius: 12px;
  display: flex;
  transition: 0.5s all ease;
}
.search-wrapper:focus-within {
  width: 360px;
}
.search-wrapper .iconfont {
  border: 0;
  line-height: 45px;
  font-size: 22px;
  color: #0485f4;
  padding-left: 16px;
}
.search-wrapper .iconfont::after {
  content: "";
  margin-left: 10px;
  border-right: 1px solid #0485f4;
}
.search-input {
  padding: 0 10px;
  flex: 1;
  border: 0;
  background-color: transparent;
  outline: 0;
}
.search-btn {
  min-width: 70px;
  color: #fff;
  font-size: 18px;
  background: #0a70c8;
  border-radius: 0px 12px 12px 0px;
}
.search-btn:hover {
  color: #fff;
  background: #043e70;
}
.top-links a:hover {
  text-decoration: underline;
}
.mid-header .btn-search-collapse i.icon-app-search {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/app_search.png) center center no-repeat;
}
.mid-header .collapsed i.icon-app-search {
  background: url(../images/app_sql.png) center center no-repeat;
}

.input-search {
  border: 0;
  border-right: 1px solid #b4dcf8;
  outline: 0;
  margin-left: 0.6rem;
  width: auto;
  padding: 0.5rem;
  flex-grow: 1;
  transition: all 0.3s linear;
}
.btn-search {
  width: 3rem;
  outline: 0;
}
.btn-search:hover .iconfont {
  color: #6cbef8;
}
.btn-search .iconfont {
  font-size: 1.4rem;
  font-weight: bold;
  color: #006dba;
  transition: all 0.3s;
}
.btn-red {
  font-weight: bold;
  padding: 0.15rem 0.5rem;
  height: 2.6rem;
  color: #fff;
  background: #e10000;
}
#topNavbar {
  padding: 0;
  background-color: #0485f4;
}
#topNavbar .container {
  transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
  padding: 10px;
}
#topNavbar .nav-item {
  padding: 18px 0;
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  line-height: 32px;
  background-color: transparent;
}
#topNavbar .active .nav-link {
  color: #fff;
}

#topNavbar .active .nav-link {
  background: transparent;
}
#topNavbar .nav-item:first-child {
  border-left: none;
}
#topNavbar .nav-item:hover,
#topNavbar .nav-item.active {
  color: #fff;
  background: #0a70c8;
}
#topNavbar .active .nav-link:hover {
  background-color: transparent;
}
#topNavbar .nav-link {
  display: inline-flex;
  color: #fff;
  white-space: nowrap;
  font-size: 1.15rem;
  text-align: center;
  padding: 0rem 0.2rem;
  align-items: center;
  justify-content: center;
}
#topNavbar .nav-link .iconfont {
  display: block;
  text-align: center;
  font-size: 25px;
  color: #fff;
  margin-right: 5px;
}
#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;
}
.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;
}
.carousel-indicators li.active {
  background-color: #ff0000;
}
.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;
}
.carousel-caption a {
  color: #fff;
}
.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 16px;
  line-height: 48px;
  gap: 10px;
  color: #666;
  border-bottom: 1px dashed #eee;
}
.news-list-wrapper .entry-wrapper .title {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news-list-wrapper .entry-wrapper .date {
  color: #aaa;
  flex: 0 0 3rem;
  text-align: right;
}
.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: .25rem .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 span {
  display: inline-block;
  padding: 0 5px;
}
.breadcrumb {
  background-color: transparent;
}
.detail-section {
  background-color: #f9f9f9;
}
.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 30px;
  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: 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;
}
.nav li {
   width: auto;
}
.nav li a {
    width: auto;
    padding: 0.5rem 1rem;
    margin: 0;
}
.nav li::before {
    width: 0;
}
@media screen and (max-width: 1199.98px) {
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 575.98px) {
}
