@charset "UTF-8";
@font-face {
  font-family: "FZDHTJW";
  src: url(./FZDHTJW.ttf);
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-style: normal;
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.8;
  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;
}

.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 {
  flex: 1;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
}
.news-tab.tab-nav .nav-item {
  min-width: 120px;
}
.news-tab.tab-nav .nav-item .nav-link {
  text-align: center;
  white-space: balance;
  font-size: 1.375rem;
  color: #333;
  padding: 5px 20px;
  border: 0;
  border-radius: 0;
  border-bottom: 4px solid transparent;
}
.news-tab.tab-nav .nav-item .nav-link.active {
  color: #1c80c7;
  border-bottom: 4px solid #1c80c7;
}

.tab-nav-wrapper {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
}
.tab-nav-wrapper .more-tag::before {
  color: #d0d0d0;
  margin-left: 5px;
  font-family: "iconfont";
  content: "\e67d";
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 0px;
  margin: 5px 0;
  border-radius: 0;
  color: #999;
}

.breadcrumb .iconfont {
  color: #999;
  font-size: 24px;
  line-height: 30px;
}

.breadcrumb a {
  color: #999;
}

.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 1.125rem;
  line-height: 2.5;
  color: #333;
}
.news-list-wrapper .entry-wrapper::before {
  content: "•";
  color: #bbb;
  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: #333;
}
.news-list-wrapper .entry-wrapper .title a:hover {
  color: #1f51b9;
}
.news-list-wrapper .entry-wrapper .date {
  font-size: 1rem;
  color: #999;
  flex: 0 0 auto;
  text-align: right;
}

.column-title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 1.375rem;
  color: #1c80c7;
  padding-left: 10px;
}
.column-title .title {
  padding-left: 10px;
  line-height: 1;
  border-left: 6px solid #1c80c7;
}
.column-title > .iconfont {
  font-size: 28px;
  color: #1c80c7;
  margin-right: 5px;
}

.list-column-container {
  border-radius: 6px;
}

.column-list-wrapper {
  border: 1px solid #1f51b9;
}
.column-list-wrapper .title {
  background-color: #1f51b9;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  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: 1.125rem;
  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+1) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.image-list-entry img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.image-list-entry .title {
  background-color: #eee;
  padding: 4px 16px;
  text-align: center;
}

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

.detail-content-wrapper {
  background-color: #fff;
  border-radius: 6px;
}
.detail-content-wrapper > .title {
  font-size: 1.875rem;
  color: #1f51b9;
  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;
  vertical-align: middle;
}
.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: 1.125rem;
  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: 575px) {
  .news-tab.tab-nav .nav-item .nav-link {
    font-size: 1.375rem;
  }
  .news-tab.tab-nav .nav-item .nav-link.active {
    color: #1f51b9;
    border-bottom: 4px solid #1f51b9;
  }
}

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