* {
  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;
}
.logo-wrapper {
  padding: 0;
}
.logo-wrapper img {
  width: 356px;
}
.title-wrapper img {
  margin-top: 108px;
  width: 100%;
}
.mid-header {
  align-items: center;
}
.search-wrapper {
  align-items: center;
  width: 320px;
  line-height: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.43);
  border: 1px solid #4896f1;
  display: flex;
  transition: 0.5s all ease;
}
.search-wrapper:focus-within {
  width: 360px;
}
.search-input {
  padding: 0 10px;
  flex: 1;
  border: 0;
  background-color: transparent;
  outline: 0;
  height: 100%;
}
.search-btn:hover {
  color: #fff;
  background: #043e70;
}
.top-links a:hover {
  text-decoration: underline;
}
.search-btn {
  border-radius: 0;
  padding: 0 15px;
  border: 0;
  outline: 0;
  background-color: #4896f1;
}
.search-btn:hover .iconfont {
  color: #6cbef8;
}
.search-btn .iconfont {
  line-height: 45px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
#topNavbar {
  padding: 0;
  background-color: #3989e1;
}
#topNavbar .container {
  transition: all 0.3s ease;
}
#topNavbar .navbar-brand {
  padding: 10px;
}
#topNavbar .navbar {
  padding: 0;
}
#topNavbar .nav-item {
  text-align: center;
  flex: 1;
  padding: 14px 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
  background-color: transparent;
  border: 0;
}
#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 {
  color: #fff;
  white-space: nowrap;
  padding: 0;
  font-size: 18px;
}
.navbar-toggler {
  border: 0;
}
.navbar-toggler .iconfont {
  color: #fff;
  font-size: 1.4rem;
}
.main-section {
  overflow: auto;
  background-color: #f2f5ff;
}
.icon-entry-wrapper {
  border-radius: 6px;
  transition: 0.3s all ease;
}
.icon-entry-wrapper:hover {
  transform: scale(1.1);
}
.icon-entry-wrapper .icon-wrapper {
  display: block;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.icon-entry-wrapper .icon-wrapper .iconfont {
  color: #fff;
  font-size: 70px;
}
.icon-entry-wrapper .icon-wrapper .title {
  display: block;
  color: #fff;
}
.icon-entry-wrapper .links-wrapper {
  padding: 15px 35px;
}
.icon-entry-wrapper .links-wrapper a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
}
.icon-entry-wrapper .links-wrapper a::before {
  content: "\2022";
}
@media (min-width: 992px) {
  .icon-list .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.icon-list .col-6:nth-child(6n + 1) .icon-entry-wrapper {
  background-color: #ee6666;
}
.icon-list .col-6:nth-child(6n + 2) .icon-entry-wrapper {
  background-color: #5470c6;
}
.icon-list .col-6:nth-child(6n + 3) .icon-entry-wrapper {
  background-color: #6fa555;
}
.icon-list .col-6:nth-child(6n + 4) .icon-entry-wrapper {
  background-color: #3ba272;
}
.icon-list .col-6:nth-child(6n + 5) .icon-entry-wrapper {
  background-color: #fc8452;
}
.icon-list .col-6:nth-child(6n + 6) .icon-entry-wrapper {
  background-color: #9a60b4;
}

.footer-section {
  background: #f2f2f2;
  padding-top: 22px;
  padding-bottom: 50px;
}
.footer-section img {
  max-width: 100%;
}
.external-link-wrapper {
  color: #333;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #333;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 30px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #333;
}
.footer-info-wrapper a {
  color: #333;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}
.menu-dropdown {
  margin-left: auto;
  margin-right: 5px;
  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;
}
.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: #3989e1;
  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 #074479;
  border-right: 10px solid transparent;
  border-top: 24px solid transparent;
  border-bottom: 24px solid #074479;
}
.left-column-title {
  padding: 12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #0a70c8;
  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: #cce5ff;
}
.left-column-list .entry-wrapper.active .link::after,
.left-column-list .entry-wrapper .link:hover::after {
  color: #074479;
}
.left-column-list .entry-wrapper + .entry-wrapper {
  border-top: 1px solid #eee;
}
.lab-list .entry-wrapper {
  border-radius: 8px;
  overflow: auto;
  text-align: center;
}
.lab-list .entry-wrapper .btn-more {
  color: #fff;
  background: #3989e1;
  border-radius: 8px;
  padding: 8px 16px;
  display: inline-block;
}
.lab-list .entry-wrapper .title-wrapper {
  padding: 10px 16px;
  background-color: #cfe8ff;
}
.lab-list .entry-wrapper .content-wrapper {
  padding: 20px;
}
.lab-list .entry-wrapper .image-wrapper img {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.service-title {
  padding-top: 10px;
  font-size: 22px;
  color: #3989e1;
  display: flex;
  align-items: center;
}
.service-title::before {
  content: " ";
  width: 8px;
  margin-right: 10px;
  height: 30px;
  background-color: #3989e1;
  display: inline-block;
  border-radius: 4px;
}
.service-list .entry-wrapper {
  padding: 15px 10px;
  border-bottom: 1px solid #eee;
}
.service-list .title-wrapper a::before {
  content: "\2022";
  color: #aaa;
  display: inline;
}
.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 {
  text-align: right;
  color: #999999;
  width: 7rem;
  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: #0a70c8;
  color: #fff;
}
.breadcrumb {
  background-color: transparent;
  padding: 15px;
  border-radius: 0;
  align-items: center;
  margin-bottom: 0;
}
.breadcrumb .iconfont {
  color: #666;
  font-size: 24px;
}

.detail-content-wrapper {
  background-color: #fff;
}
.detail-content-wrapper .title {
  font-size: 30px;
  color: #074479;
  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;
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
  .footer-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
  .icon-entry-wrapper .icon-wrapper {
    font-size: 18px;
  }
  .icon-entry-wrapper .icon-wrapper .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}