@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.5;
  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: "\2022";
  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: #2764b0;
}
.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 #2764b0;
}
.column-list-wrapper .title {
  background-color: #2764b0;
  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: "\2022";
}

.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: 30px;
  color: #2764b0;
  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%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.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;
}

.file-table th:first-child{
min-width:220px; text-align: center;
}
.file-table th:nth-child(3) ,.file-table th:nth-child(4){
min-width:95px; text-align: center;
}
.file-table td:first-child,.file-table td:nth-child(3) ,.file-table td:nth-child(4){
text-align: center;
}
/*----------hygq----------*/
.hygq-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.hygq-list .entry {
 padding:.5rem;
	flex: 0 0 20%;
	overflow: hidden;
}
.hygq-list .entry .entry-link {
	display: block;
	padding: 15px 10px;
	background-color: #f4f4f4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

@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: #2764b0;
    border-bottom: 4px solid #2764b0;
  }

}

@media (min-width: 992px) {
  .detail-content-wrapper.p-lg-4 {
      padding: 4rem !important;
  }
}
@media only screen and (max-width: 575.9px) {
.hygq-list .entry {
 padding:.2rem .5rem;
	flex: 0 0 50%;
	overflow: hidden;
}
}

/*# sourceMappingURL=style.css.map */
.footer-section {
  line-height: 2;
}

.detail_main_all {
  background: #f6f6f6;
  box-shadow: none !important;
  padding: 0 !important;
}
.detail_main {
  background: #fff;
  width: 1060px;
  margin: 0 auto;
  padding: 80px;
}
.detail_main p {
  text-indent: 2em;
  line-height: 2.2 !important;
}
.detail_main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.detail_main h5 {
  width: 100%;
  font-weight: bold;
}
.detail_main h6 {
  color: #00aeef;
}
.detail_main .detail_tit {
  font-size: 1.375rem;
  color: #00aeef;
  font-weight: bold;
  line-height: 34px;
  display: block;
  width: 100%;
}
.detail_main .detail_tit img {
  margin-right: 10px;
  width: auto;
  display: inline;
}
.detail_main .detail_tit_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.detail_main .detail_tit_right img {
  margin-left: 10px !important;
  margin-right: 0;
}
.detail_text1 img {
  float: right;
  margin-left: 25px;
  vertical-align: top;
  margin-top: .7rem !important;
  margin-bottom: .7rem !important;
}
@media (max-width: 1200px) {
  .detail_main_all {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
  }
  .detail_main {
    width: auto;
    padding: 0px 30px;
  }
}