@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;
  width: 200px;
}
.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: contain;
}
.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;
}
.culture-list-wrapper {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.culture-list-wrapper > .title {
  text-align: center;
  font-size: 36px;
  color: #053b6e;
  padding-top: 55px;
}
.culture-list-wrapper .culture-list {
  margin: 50px;
  padding: 15px;
  border: 0px solid #eee;
  display: flex;
  flex-wrap: wrap;
}
.culture-list-wrapper .culture-list li {
  padding: 30px 35px;
  width: 25%;
text-align:center;
}
.culture-list-wrapper .culture-list li  .iconfont {
  font-size: 46px;
  color: #004098;
}
.culture-list-wrapper .culture-list  li .title {
  font-size: 20px;
  color: #000;
}
.culture-list-wrapper .culture-list li .desc {
  color: #888;
}

.whln-wrapper .card{ border:none; box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1); text-align:center;}
.whln-wrapper .card em{font-size:4rem; color:#004098; margin:1rem auto 0;}
.whln-wrapper .card h5{ font-size:1.4rem;}
.whln-wrapper .card p{ color:#666; padding:0 2rem;}
.whln-wrapper .lrcard{flex-direction:row;}
.whln-wrapper .lrcard p strong{ color:#004098;}


@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;
  }
.whln-wrapper .card p{ color:#666; padding:0 1rem;}
  
}

.gallery-list {
  position: relative;
  overflow: hidden;
}

.term{color:#cc0000;font-style:normal;}
