@font-face {
  font-family: "FZDHTJW";
  src: url(/2023/css/FZDHTJW.ttf);
}
* {
  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%;
  color: #005197;
  text-decoration: none;
}

.image-link img {
  width: 100%;
  object-fit: cover;
}

.header {
  position: relative;
  height: 405px;
  background: top center/cover url(../jpg/lf1cx7.jpg) no-repeat;
}
.header2 {
  background: top center/cover url(../jpg/tmdqck.jpg) no-repeat;
}
.header .toppest-header {
  padding: 14px 0;
  font-size: 1rem;
}
.header .toppest-header .toppest-link {
  color: #2d548f;
  margin-right: 10px;
  white-space: balance;
  text-align: center;
}
.header .top-header {
  text-align: center;
}
.header .logo-wrapper {
  padding-top: 30px;
  padding-bottom: 15px;
}

#seniorModeTag {
  z-index: 9999999;
  position: fixed;
  top: 100px;
  right: 0;
}

.search-wrapper {
  text-align: center;
}
.search-wrapper .search-outline {
  margin: auto;
  width: 450px;
  background: rgba(255, 255, 255, 0.80);
  border: 1px solid #fff;
  border-radius: 28px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}
.search-wrapper .search-outline:focus-within {
  width: 550px;
}
.search-wrapper .search-outline .search-input {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #333;
  flex: 1;
  padding-left: 20px;
}
.search-wrapper .search-outline .search-input::placeholder {
  color: #666;
}
.search-wrapper .search-outline .btn-search {
  margin-left: auto;
  border: 0;
  outline: 0;
  padding: 0 20px;
}
.search-wrapper .search-outline .btn-search .iconfont {
  color: #005197;
  font-size: 1.75rem;
}

#topNav {
  background-color: #005197;
  padding: 0;
}
#topNav .navbar-brand {
  padding: 15px 0;
}
#topNav .navbar-nav .nav-item {
  padding: 16px;
  position: relative;
}
#topNav .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-size: 1.375rem;
  line-height: 36px;
  color: #fff;
}
#topNav .navbar-nav .nav-item.active {
  background-color: #003c70;
}
#topNav .navbar-nav .nav-item.active::after {
  content: "";
  position: absolute;
  border-bottom: solid 7px #fff;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  bottom: 0;
  left: calc(50% - 8px);
}

.carousel {
  height: 100%;
}
.carousel .carousel-inner {
  height: 100%;
}
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.senior-mode .carousel .carousel-inner .carousel-item img {
  object-fit: contain !important;
}
#bannerCarousel .carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}

#bannerCarousel .carousel-indicators li{
  width: 14px;
  height: 14px;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;float: left;
}
#bannerCarousel .carousel-indicators li.active{
  background-color: #FFBA6D
}
.news-tab.tab-nav {
  flex: 1;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  flex-wrap: nowrap;
  overflow: auto;
}
.news-tab.tab-nav .nav-item {
}
.news-tab.tab-nav .nav-item .nav-link {
  white-space: nowrap;
  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: #0e61bb;
  border-bottom: 4px solid #0e61bb;
}

.tab-nav-wrapper {
  display: flex;
  align-items: baseline;
}
.tab-nav-wrapper .more-tag::before {
  margin-left: 5px;
  font-family: "iconfont";
  content: "\e64e";
}

.news-list-wrapper .entry-wrapper {
  display: flex;
  font-size: 1rem;
  line-height: 2.7;
  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: #0e61bb;
}
.news-list-wrapper .entry-wrapper .date {
  color: #999;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;
}

.file-search-wrapper {
  padding: 2px 4px;
  border: 1px solid #f2f2f2;
  display: flex;
}
.file-search-wrapper .form-inline {
  width: 100%;
}
.file-search-wrapper .form-inline .file-select {
  border: 0;
  background-color: #76b0f2;
  color: #fff;
}
.file-search-wrapper .form-inline .file-input {
  flex: 1;
  border: 0;
}
.file-search-wrapper .form-inline .btn-file-search .iconfont {
  color: #0e61bb;
  font-size: 1.5rem;
}

.column-list-wrapper {
  border: 1px solid #0e61bb;
}
.column-list-wrapper .title {
  background-color: #0e61bb;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  padding: 6px 20px;
}
.column-list-wrapper .title .iconfont {
  font-size: 1.75rem;
  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: "\2022";
}

.news-list-wrapper.column-news-list {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.news-list-wrapper.column-news-list .entry-wrapper:nth-child(5n+6) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.news-list-wrapper.column-news-list .title a:hover {
  color: #0e61bb;
}

.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 > .title {
  font-size: 1.875rem;
  color: #0e61bb;
  padding: 10px 0;
  text-align: center;
}
.detail-content-wrapper .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #c6c6c6;
  padding: 20px 0 10px;
  border-bottom: 1px solid #c6c6c6;
}
.detail-content-wrapper .desc .iconfont {
  font-size: 1.25rem;
  color: #667;
}
.detail-content-wrapper .content-wrapper {
  color: #333;
  padding: 35px 0;
}
.detail-content-wrapper .content-wrapper img {
  max-width: 100%;
}
.detail-content-wrapper .content-wrapper video {
  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;
}

.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-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;
}

.external-link-section {
  background-color: #0e61bb;
}
.external-link-section .external-link-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.external-link-section .external-link-list-wrapper .btn-group {
  flex: 1 0;
}
.external-link-section .external-link-list-wrapper .btn-primary {
  font-size: 1.125rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.external-link-section .dropdown-menu {
  overflow: auto;
  max-height: 300px;
  width: 200px;
}
.external-link-section .dropdown-item {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.25rem 0.5rem;
}

.footer-section {
  background-color: #f2f2f2;
  padding: 25px 0 40px;
  font-size: 0.875rem;
}
.footer-section span {
  display: inline-block;
  color: #333;
  line-height: 36px;
}

.breadcrumb {
  background-color: transparent;
}

.list-column-container {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid #eee;
  border-radius: 4px;
}
.list-column-container .column-title {
  display: flex;
  padding-bottom: 15px;
}
.list-column-container .column-title .title {
  font-size: 1.375rem;
  color: #0070bf;
}
.list-column-container .column-title::before {
  content: "";
  background-color: #005197;
  width: 4px;
  height: 22px;
  margin-top: 7px;
  margin-right: 8px;
}

@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 .nav-link {
    font-size: 1.125rem;
  }
  #topNavbar .navbar-nav .nav-item.active::after {
    content: none;
  }
  .headline-section .headline-wrapper {
    padding: 15px 20px;
  }
  .headline-section .headline-wrapper .headline-title {
    font-size: 2rem;
  }
  .headline-section .headline-wrapper .headline-list {
    display: flex;
    justify-content: center;
  }
  .headline-section .headline-wrapper .headline-list .entry:nth-child(n+2) {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header {
    height: 300px;
  }
  .headline-section .container .headline-wrapper .title a {
    font-size: 1.5rem;
  }
  .news-tab.tab-nav .nav-item .nav-link {
    font-size: 1.25rem;
  }
  .news-tab.tab-nav .nav-item .nav-link.active {
    color: #0e61bb;
    border-bottom: 4px solid #0e61bb;
  }
  .logo-wrapper img {
    max-height: 120px;
    max-width: 90%;
  }
  .search-wrapper .search-outline {
    width: 80%;
  }
  .search-wrapper .search-outline:focus-within {
    width: 95%;
  }
  body.senior-mode  .header { 
    height: 380px;
  }
.wjxx li{ width: 100%; padding: 5px 0; }
.wjxx li span { margin-left: 0;}
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1630px;
  }
}
body.senior-mode .col-sm-1,
body.senior-mode .col-sm-2,
body.senior-mode .col-sm-3,
body.senior-mode .col-sm-4,
body.senior-mode .col-sm-5,
body.senior-mode .col-sm-6,
body.senior-mode .col-sm-7,
body.senior-mode .col-sm-8,
body.senior-mode .col-sm-9,
body.senior-mode .col-sm-10,
body.senior-mode .col-sm-11,
body.senior-mode .col-md-1,
body.senior-mode .col-md-2,
body.senior-mode .col-md-3,
body.senior-mode .col-md-4,
body.senior-mode .col-md-5,
body.senior-mode .col-md-6,
body.senior-mode .col-md-7,
body.senior-mode .col-md-8,
body.senior-mode .col-md-9,
body.senior-mode .col-md-10,
body.senior-mode .col-md-11,
body.senior-mode .col-lg-1,
body.senior-mode .col-lg-2,
body.senior-mode .col-lg-3,
body.senior-mode .col-lg-4,
body.senior-mode .col-lg-5,
body.senior-mode .col-lg-6,
body.senior-mode .col-lg-7,
body.senior-mode .col-lg-8,
body.senior-mode .col-lg-9,
body.senior-mode .col-lg-10,
body.senior-mode .col-lg-11 {
  max-width: 100% !important;
  flex: 0 0 100%;
}

body.senior-mode .container {
  max-width: 960px;
};
body.senior-mode  .image-list-entry img {
  height: auto;
  object-fit: cover;
}
body.senior-mode .detail-right-wrapper .image-news-list-wrapper img {
    height: auto;
}
.search-outline>*:nth-child(1) {
    display: flex;
    flex: 1;
}
body.senior-mode #mainCarousel {
    height: 600px;
}
body.senior-mode .form-inline>*:nth-child(2) {
    flex: 1;
}


.wjxx{ background: #f7f7f7; border: 1px solid #dddddd; padding: 10px 0; margin-bottom: 30px;}
.wjxx ul{ overflow: hidden;}
.wjxx li{ width: 33.33%; float: left; font-size: 16px; padding: 7px 0; }
.wjxx li span{ display: block; margin-left: 30px;}

	.category-select-wrapper {
		  display: flex;
		}
		.category-select-wrapper .title {
		  flex-shrink: 0;
		  width: 90px;
		  padding-right: 10px;
		  font-size: 18px;
		  color: #0070bf;
		  line-height: 38px;
		}
		.cate-list-wrapper {
		  display: flex;
		  flex-wrap: wrap;
		  font-size: 16px;
		  color: #333333;
		}
		.cate-list-wrapper .item {
		  padding: 6px 16px;
		  border: 1px solid transparent;
		}
		.cate-list-wrapper .item.active {
		  position: relative;
		  border: 1px solid #0070bf;
		}
		.cate-list-wrapper .item.active::before {
		  position: absolute;
		  content: "\e677";
		  font-family: "iconfont";
		  color: #fff;
		  bottom: -2px;
		  right: 0;
		  font-size: 12px;
		  z-index: 999;
		}
		.cate-list-wrapper .item.active::after {
		  content: "";
		  position: absolute;
		  border-right: 11px solid #0070bf;
		  border-bottom: 11px solid #0070bf;
		  border-top: 11px solid transparent;
		  border-left: 11px solid transparent;
		  bottom: 0;
		  right: 0;
		}
		
		.content-wrapper img {
		  max-width: 95%;
		}
		.content-wrapper video {
		  max-width: 95%;
		}