@charset "UTF-8";
@font-face {
  font-family: "FZDHTJW";
  src: url(./FZDHTJW.ttf);
}
video {
  display: block;
}

* {
  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";
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
  list-style: none;
  border: none;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

a {
  color: #333;
}

a:hover {
  opacity: 85%;
  text-decoration: none;
}

.header .container {
  position: relative;
}
.header .toppest-header {
  right: 0;
  top: 10px;
  position: absolute;
  font-size: 14px;
}
.header .toppest-header .iconfont {
  color: #004098;
}
.header .toppest-header a {
  color: #666;
  margin-right: 5px;
}
.header .mid-header .logo-wrapper {
  margin: 35px 0;
}
.header .mid-header .search-wrapper {
  font-size: 14px;
  line-height: 36px;
  background-color: #efefef;
  border-radius: 19px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: width 0.3s ease;
  width: 240px;
}
.header .mid-header .search-wrapper:focus-within {
  width: 300px;
}
.header .mid-header .search-wrapper .search-input {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #333;
  flex: 1;
  padding-left: 15px;
}
.header .mid-header .search-wrapper .search-input::placeholder {
  color: #999;
}
.header .mid-header .search-wrapper .search-btn {
  border: 0;
  outline: 0;
  padding: 0 15px;
}
.header .mid-header .search-wrapper .search-btn .iconfont {
  color: #004098;
}

#topNavbar {
  background-color: #004098;
  padding: 0;
}
#topNavbar .navbar-brand {
  padding: 15px 0;
}
#topNavbar .navbar-nav .nav-item {
  padding: 14px;
}
#topNavbar .navbar-nav .nav-item:nth-child(n+1) {
  border-left: 1px solid #053b6e;
}
#topNavbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 20px;
  line-height: 36px;
  color: #fff;
}
#topNavbar .navbar-nav .nav-item.active {
  background-color: #053b6e;
}

.banner-section img {
  width: 100%;
}

.breadcrumb {
  background-color: transparent;
  padding: 10px 0;
}

.medal-list .entry-wrapper {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  display: flex;
  align-items: center;
}
.medal-list .entry-wrapper img {
  margin-right: 15px;
  height: 100%;
  object-fit: cover;
}
.medal-list .entry-wrapper .info-entry {
  display: flex;
  margin-bottom: 5px;
}
.medal-list .entry-wrapper .info-entry .title {
  flex-shrink: 0;
  color: #000;
}
.medal-list .entry-wrapper .info-entry .content {
  color: #666;
}

.news-page-list .entry {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  display: flex;
}
.news-page-list .entry img {
  width: 320px;
  height: 190px;
  margin-right: 10px;
  object-fit: cover;
}
.news-page-list .entry .info {
  overflow: hidden;
}
.news-page-list .entry .info .title {
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}
.news-page-list .entry .info .description {
  color: #666666;
  line-height: 36px;
}

.image-page-list .entry {
  box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.33);
}
.image-page-list .entry img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.image-page-list .entry .title-wrapper {
  padding: 10px 15px 25px;
}
.image-page-list .entry .title-wrapper .title {
  color: #000;
  font-size: 20px;
}

.page-title {
  font-size: 36px;
  color: #000000;
  margin-bottom: 36px;
}

.column-nav {
  border-bottom: 2px solid #f5f5f5;
}
.column-nav .nav-item {
  margin-bottom: -2px;
}
.column-nav .nav-item .nav-link {
  padding: 20px 15px;
}
.column-nav .nav-item .nav-link.active {
  border-bottom: 2px solid #004098;
}

.footer-section {
  background-color: #004098;
}
.footer-section .external-link-list {
  display: flex;
  flex-wrap: wrap;
}
.footer-section .external-link-list .title {
  color: #fff;
}
.footer-section .external-link-list .entry {
  padding: 0 8px;
}
.footer-section .external-link-list .entry a {
  color: #659be4;
}
.footer-section span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.footer-section span a {
  color: #fff;
}

.headline-section .container .headline-wrapper {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 18px 40px;
}
.headline-section .container .headline-wrapper .headline-tag {
  position: absolute;
  top: 0;
  left: 0;
  background: top left/100% 100% url(../img/headline-tag.png);
  width: 68px;
  height: 77px;
}
.headline-section .container .headline-wrapper .title {
  font-family: FZDHTJW;
  text-align: center;
}
.headline-section .container .headline-wrapper .title a {
  font-size: 36px;
  color: #000;
}

.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-tab.tab-nav {
  align-items: center;
}
.news-tab.tab-nav .nav-item {
  flex: 0 0 auto;
  padding: 10px 6px;
}
.news-tab.tab-nav .nav-item .nav-link {
  font-size: 20px;
  color: #666;
  padding: 8px 22px;
  border: 0;
  border-radius: 23px;
  background-color: #ededed;
  color: #333;
}
.news-tab.tab-nav .nav-item .nav-link.active {
  color: #fff;
  background-color: #004098;
}
.news-tab.tab-nav .more-tag {
  font-size: 14px;
  color: #666;
}

.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 16px;
  line-height: 42px;
  color: #666;
}
.news-list-wrapper .entry-wrapper::before {
  content: "•";
  color: #666;
  margin-right: 6px;
}
.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 3rem;
  text-align: right;
}

.column-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: #004098;
}
.column-title > .iconfont {
  font-size: 28px;
  color: #004098;
  margin-right: 5px;
}

.column-list-wrapper {
  border: 1px solid #004098;
}
.column-list-wrapper .title {
  background-color: #004098;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  padding: 6px 20px;
}
.column-list-wrapper .title .iconfont {
  font-size: 28px;
  margin-right: 10px;
}
.column-list-wrapper .title .btn-collapse {
  color: #fff;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}
.column-list-wrapper .title .btn-collapse.collapsed {
  transform: rotate(0deg);
}
.column-list-wrapper .list-wrapper {
  padding: 15px 10px;
}
.column-list-wrapper .list-wrapper .entry {
  font-size: 18px;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column-list-wrapper .list-wrapper .entry::before {
  content: "•";
}

.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #aaa;
}

.btn-more-channel .dropdown-menu .dropdown-item {
  max-width: 200px;
}

.detail-content-wrapper {
  background-color: #fcfcfc;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 2px;
}
.detail-content-wrapper > .title {
  font-size: 30px;
  color: #004098;
  padding: 10px 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #c6c6c6;
  padding: 20px 0 10px;
}
.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-content-wrapper .detail-file-list .file-list-title {
  border-bottom: 1px solid #c6c6c6;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.detail-content-wrapper .detail-file-list .file-entry {
  line-height: 2;
  display: flex;
}
.detail-content-wrapper .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) {
  .header .mid-header .logo-wrapper {
    margin: 35px 0 10px;
  }
  .header .mid-header .search-wrapper {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .news-page-list .entry {
    flex-direction: column;
  }
  .news-page-list .entry img {
    width: 100%;
    height: 230px;
    margin-bottom: 14px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  #topNavbar {
    padding: 0 15px;
  }
  #topNavbar .navbar-nav {
    padding-bottom: 20px;
  }
  #topNavbar .navbar-nav .nav-item {
    padding: 8px;
  }
  #topNavbar .navbar-nav .nav-item:nth-child(n+1) {
    border-left: 0;
  }
  #topNavbar .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .logo-wrapper img {
    width: 100%;
  }
  .open-wrapper .title {
    max-width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .image-page-list .entry img {
    height: 220px;
  }
  .headline-section .container .headline-wrapper .title a {
    font-size: 24px;
  }
  .medal-list .entry-wrapper {
    flex-direction: column;
  }
  .medal-list .entry-wrapper img {
    margin-right: 0;
  }
  .news-tab.tab-nav .nav-item .nav-link {
    font-size: 22px;
  }
  .open-wrapper .open-list-wrapper .entry {
    flex: 1 1 100%;
    font-size: 18px;
  }
  .open-wrapper .open-list-wrapper .entry a .iconfont {
    font-size: 35px;
    margin-right: 8px;
  }
}
.overview-section {
  background-color: #f7f7f7;
}
.overview-section .description p {
  text-indent: 32px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.overview-section .overview-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.overview-section .overview-list-wrapper .entry {
  flex: 1;
  margin: 8px 12px;
  white-space: nowrap;
}
.overview-section .overview-list-wrapper .entry a {
  padding: 8px 15px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: flex;
}
.overview-section .overview-list-wrapper .entry a .iconfont {
  text-align: center;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 36px;
  background-color: #004098;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.overview-section .feature-wrapper {
  border-top: 9px solid #bfd4ed;
  border-left: 9px solid #bfd4ed;
  background-color: #fff;
}
.overview-section .feature-wrapper .image-link {
  display: block;
  width: 100%;
}
.overview-section .feature-wrapper .image-link img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.overview-section .feature-wrapper .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bolder;
  color: #000;
}
.overview-section .feature-wrapper .description {
  color: #666;
  max-height: 100px;
  overflow: hidden;
}
.overview-section .feature-list-wrapper .entry {
  display: flex;
  font-size: 18px;
  background: linear-gradient(90deg, #d4f2ff, #f7fcff);
  margin-top: 15px;
  padding: 15px 10px;
}
.overview-section .feature-list-wrapper .entry::before {
  color: #004098;
  margin-right: 5px;
  content: "■";
}

.gallery-section .gallery-wrapper .row {
  margin: 0 -3px;
}
.gallery-section .gallery-wrapper .row .col-12 {
  margin-top: 6px;
  padding: 0 3px;
}
.gallery-section .image-wrapper {
  height: 100%;
  position: relative;
}
.gallery-section .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-section .image-wrapper .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 16px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.banner-section video {
  height: auto;
}

.index-column-title {
  position: relative;
  display: flex;
  border-bottom: 1px solid #005ea9;
  width: 180px;
  margin-bottom: 60px;
}
.index-column-title .title {
  flex: 0 0 auto;
  font-size: 30px;
  color: #555555;
  border-bottom: 5px solid #005ea9;
}
.index-column-title .title-eng {
  position: absolute;
  font-size: 45px;
  line-height: 45px;
  color: #d9d9d9;
  white-space: nowrap;
  top: 50px;
}

.main-carousel-wrapper {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
}

#mainCarousel {
  height: 510px;
}
#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;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #004098;
}
#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;
}

.index-news-list-wrapper {
  margin: -10px 0;
}
.index-news-list-wrapper .entry {
  margin: 10px 0;
  padding: 13px 25px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  transition: all 0.3s ease;
}
.index-news-list-wrapper .entry:hover {
  background-color: #0060a3;
}
.index-news-list-wrapper .entry:hover .date-wrapper {
  color: #fff;
}
.index-news-list-wrapper .entry:hover .content-wrapper .title {
  color: #fff;
}
.index-news-list-wrapper .entry:hover .content-wrapper .title a {
  color: #fff;
}
.index-news-list-wrapper .entry:hover .content-wrapper .description {
  color: #a0cdec;
}
.index-news-list-wrapper .entry .date-wrapper {
  margin-right: 20px;
  color: #222;
  text-align: center;
}
.index-news-list-wrapper .entry .date-wrapper .date {
  font-size: 36px;
  line-height: 65px;
  border-bottom: 1px solid #d1d1d1;
}
.index-news-list-wrapper .entry .date-wrapper .month {
  margin-top: 6px;
  font-size: 16px;
}
.index-news-list-wrapper .entry .content-wrapper {
  overflow: hidden;
}
.index-news-list-wrapper .entry .content-wrapper .title {
  font-size: 20px;
  line-height: 45px;
}
.index-news-list-wrapper .entry .content-wrapper .title a {
  color: #000;
}
.index-news-list-wrapper .entry .content-wrapper .description {
  font-size: 16px;
  color: #a4a4a4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tab-content.index-news {
  margin-top: 38px;
}

.overview-section {
  background: #f7f8f9;
}
.overview-section .description {
  color: #555;
  line-height: 30px;
}
.overview-section .description p {
  text-indent: 32px;
  margin: 10px 0;
}
.overview-section .description a {
  color: #005ea9;
}
.overview-section .overview-list {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
.overview-section .overview-list .entry {
  min-width: 170px;
  flex: 1;
  padding: 15px;
  border: 1px solid #cdcdcd;
  margin: 10px 25px;
}
.overview-section .overview-list .entry a {
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #555;
  font-size: 20px;
}
.overview-section .overview-list .entry a .iconfont {
  border-radius: 50%;
  background-color: #005ea9;
  flex: 0 0 55px;
  line-height: 55px;
  height: 55px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-right: 10px;
}
.overview-section .video-wrapper {
  border: 10px solid #0f6ecd;
  position: relative;
}
.overview-section .video-wrapper video {
  height: auto;
}
.overview-section .video-wrapper .btn-play {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  height: 100px;
  width: 100px;
}
.overview-section .video-wrapper .btn-play img {
  width: 100%;
  height: 100%;
}

.gallery-section .entry-link {
  display: block;
  border: 1px solid #cdcdcd;
}
.gallery-section .entry-link img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.gallery-section .entry-link .info-wrapper {
  padding: 15px 20px;
}
.gallery-section .entry-link .info-wrapper .title {
  font-size: 20px;
  color: #000;
}
.gallery-section .entry-link .info-wrapper .date {
  color: #aaa;
}
.gallery-section .entry-link .info-wrapper .more {
  margin-top: 10px;
  color: #555;
}

.contact-info-wrapper {
  padding: 10px;
}
.contact-info-wrapper .info-entry {
  display: flex;
  line-height: 36px;
}
.contact-info-wrapper .info-entry .title {
  flex-shrink: 0;
  color: #333;
}
.contact-info-wrapper .info-entry .content {
  color: #999;
}
.contact-info-wrapper .main-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
}

.contact-list .entry {
  box-shadow: 0px 0px 10px 0px rgba(162, 162, 162, 0.33);
  padding: 4px;
  border-radius: 4px;
  height: 100%;
}
.contact-list .entry .entry-wrapper {
  background-color: #f7f7f7;
  padding: 15px 25px;
  height: 100%;
}
.contact-list .entry .entry-wrapper .title {
  font-size: 18px;
  color: #004e97;
  margin-bottom: 10px;
}
.contact-list .entry .entry-wrapper .content {
  font-size: 16px;
  line-height: 36px;
}

@media only screen and (max-width: 767px) {
  .index-column-title {
    margin-bottom: 40px;
  }
  .index-column-title .title {
    font-size: 25px;
  }
  .index-column-title .title-eng {
    font-size: 32px;
    line-height: 30px;
    color: #d9d9d9;
    white-space: nowrap;
    top: 44px;
  }
  #mainCarousel {
    height: 350px;
  }
  .overview-section .overview-list {
    margin: 0 -15px;
  }
  .overview-section .overview-list .entry {
    margin: 10px 15px;
  }
}
@media only screen and (max-width: 575px) {
  #mainCarousel {
    height: 260px;
  }
  .gallery-section .entry-link img {
    height: 240px;
  }
}


/*# sourceMappingURL=index.css.map */
