::-webkit-scrollbar {
  width: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  background: rgba(78, 78, 78, 0.1);
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(78, 78, 78, 0.4);
}

::-webkit-scrollbar {
  height: 100px;
}

::-webkit-scrollbar-corner {
  background: none;
}


::-webkit-scrollbar:horizontal {
  height: 9px;
}

body, li {
  font-family: '微软雅黑';
}

.w-white,
.w-white a {
  color: white;
}

.clearfix {
  clear: both;
}

.clearfix::after,
.clearfix::before {
  display: table;
  content: " ";
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.hid_show {
  text-align: right;
  height: 30px;
}

.new_bg {}

.inner2 {
  min-width: 1200px;
  width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.serach-header {
  position: relative;
  border: 1px solid #4365a0;
  height: 40px;
  width: 100%;
}

.serach-header input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  padding: 0 30px 0 10px;
  background-color: transparent;
  color: #cad6ea;
  border: none;
  outline: none;
}

.serach-header .iconfont {
  position: absolute;
  right: 5px;
  top: 10px;
  color: #cad6ea;
  font-size: 18px;
}

.head-r {
  min-width: 344px;
  color: #cad6ea;
  margin-top: 10px;
}

.search-warpper {
  display: flex;
  margin-top: 55px;
  transform: translateY(-50%);
  align-items: stretch;
}

/* 与 #header 组合提高优先级，避免被 pagination.css 等全局 input 规则污染 */
#header .search-warpper input#search-input,
.search-warpper input#search-input {
  box-sizing: border-box;
  width: 230px;
  height: 35px;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  line-height: normal;
  font-size: 14px;
  color: #fff;
  background: transparent;
  background-color: transparent;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 5px 0 0 5px;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#header .search-warpper input#search-input:focus,
.search-warpper input#search-input:focus {
  outline: none;
  box-shadow: none;
}

#header .search-warpper input#search-input::placeholder,
.search-warpper input#search-input::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

#header .search-warpper input#search-input::-webkit-input-placeholder,
.search-warpper input#search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}

#header .search-warpper input#search-input::-moz-placeholder,
.search-warpper input#search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.88);
}

#header .search-warpper input#search-input:-ms-input-placeholder,
.search-warpper input#search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.search-warpper .btn-search {
  flex-shrink: 0;
  box-sizing: border-box;
  height: 35px;
  width: 45px;
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  background: url(/images/search.png) no-repeat center;
  background-size: 24px 24px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}


.text-white {
  color: #fff;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-right-6 {
  padding-right: 6px;
}

.te .header .sc-form {
  float: left;
  margin-top: 24px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  /* background: linear-gradient(rgba(16, 122, 139, 0.5), rgba(0, 124, 67, 0));
  transition: background-color 0.5s ease; */
  height: 88px;
  border-bottom: 2px solid #ddd;
}

.header::after {
  content: ' ';
  padding-top: 90px;
}



.header-bg {
  /* background: linear-gradient(rgba(16, 122, 139, 0.5), rgba(0, 124, 67, 0)); */
  /* background-color: #008374; */
}

.header::before {
  display: table;
  content: " ";
}


.header .sc-form input {
  float: left;
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid transparent;
  width: 160px;
  margin: unset;
  text-align: left;
}

.header .sc-form input::-webkit-input-placeholder {
  color: #aab2bd;
}

.header .sc-form input:-moz-placeholder {
  /* FF 4-18 */
  color: #aab2bd;
}

.header .sc-form input::-moz-placeholder {
  /* FF 19+ */
  color: #aab2bd;
}

.header .sc-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #aab2bd;
}

.header .sc-form button {
  float: right;
  padding: 0;
  border: none;
  cursor: pointer;
  height: 38px;
  width: 55px;
  background: url(../images/so.png) no-repeat center;
}

.iconfont {
  display: inline-block;
  vertical-align: middle;
}


.header-inner {
  height: 100%;
  background: url(../images/sd-a.png) repeat-x 0 100%;
  height: 88px;
  position: relative;
  z-index: 1;
}

.header .logo {
  margin-top: 5px;
}

.header .logo img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.menu-warpper {
  /* background-color: #1376c7; */
  /* margin-top: 40px; */
  background-color: #386cbe;
}

.menu {
  height: 55px;
  /* background-color: #1376c7; */
  color: #fff;
  /* width: 1200px; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.menu .menu-item {
  float: left;
  position: relative;
  padding-bottom: 10px;
  width: 130px;
}

.menu .menu-item.active a {
  background-color: #2391e8;
}

.menu-item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  /* width: 130px; */
}

.menu-item a:hover {
  background-color: #f99d32;
}

.menu-drop {
  position: absolute;
  top: 55px;
  left: 50%;
  z-index: 900;
  /* width: 120px; */
  /* padding: 0px 20px 10px 0; */
  background-color: #376bbd;
  display: none;
  transform: translateX(-50%);
  width: 130px;


}


.menu-item:hover .menu-drop {
  display: block;
}




.menu-drop li {
  /* float: left; */
  /* width: 130px; */
  /* padding: 0 20px; */
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}

.menu-drop li:hover {
  background-color: #f99d32;
}

.menu .menu-item .menu-drop a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
}

/* .menu .menu-item.active .menu-drop a:hover {
  background-color: #16609a;
} */
.menu .menu-drop a:hover {
  color: #fff;
}

.menu ul li a {
  display: block;
  /* width: 150px; */
  padding: 0 16px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.swiper-banner .swiper-container {
  /* width: 1200px; */
  /* min-width: 1200px;
  width: 1410px; */
  /* height: 325px; */
  height: 520px;
  width: 100%;
  /* height: 60%; */
  position: relative;
}

.swiper-banner .swiper-container2 {
  width: 100%;
  height: 325px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-container2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 60px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: #1376c7 !important;
}

.swiper-container2 .swiper-pagination-bullet-active {
  background-color: #1376c7 !important;
}

.fontColor {
  color: #222;
  font-weight: normal;
}

.link:hover {
  color: #1f54a2 !important;
}

.title {
  border-bottom: #cdcdcd 2px solid;
  height: 80px;
}

.title-l {
  border-bottom: #386cbe 4px solid;
  display: inline-block;
  height: 80px;
  line-height: 80px;
}

.article-date {
  font-size: 12;
  color: #999;
  margin-top: 15px;
}

/* 文章详情 article.html：标题加粗（仅本页 #newsTitle 带类名） */
.main-second-r .hnbq-article-detail-title {
  font-weight: 600;
}

/* 文章详情 article.html：发布日期行略大于默认 .article-date */
.main-second-r .article-date.hnbq-article-detail-date {
  font-size: 14px;
}

/* 正文区域：详情 #newsContext、频道单页 #channel-single-page（字号/行高/段落等与详情一致） */
:is(#newsContext, #channel-single-page) {
  /* 政务类可读性：更大字号、更高行距、更合适的字间距 */
  font-size: 18px;
  line-height: 2.05;
  letter-spacing: 0.03em;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-word;
  overflow-wrap: break-word;
}

:is(#newsContext, #channel-single-page) p {
  margin: 0 0 1.2em;
}

:is(#newsContext, #channel-single-page) p:last-child {
  margin-bottom: 0;
}

/* 小屏适度回落，避免过大 */
@media (max-width: 768px) {
  :is(#newsContext, #channel-single-page) {
    font-size: 16px;
    line-height: 1.95;
    letter-spacing: 0.02em;
  }
}

:is(#newsContext, #channel-single-page) h1,
:is(#newsContext, #channel-single-page) h2,
:is(#newsContext, #channel-single-page) h3,
:is(#newsContext, #channel-single-page) h4,
:is(#newsContext, #channel-single-page) h5,
:is(#newsContext, #channel-single-page) h6 {
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.45;
  text-align: left;
  margin: 1.35em 0 0.6em;
}

:is(#newsContext, #channel-single-page) h1:first-child,
:is(#newsContext, #channel-single-page) h2:first-child,
:is(#newsContext, #channel-single-page) h3:first-child,
:is(#newsContext, #channel-single-page) h4:first-child,
:is(#newsContext, #channel-single-page) h5:first-child,
:is(#newsContext, #channel-single-page) h6:first-child {
  margin-top: 0;
}

:is(#newsContext, #channel-single-page) h1 {
  font-size: 22px;
}

:is(#newsContext, #channel-single-page) h2 {
  font-size: 20px;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #e8ecf2;
}

:is(#newsContext, #channel-single-page) h3 {
  font-size: 18px;
  color: #222;
}

:is(#newsContext, #channel-single-page) h4 {
  font-size: 17px;
  color: #333;
}

:is(#newsContext, #channel-single-page) h5,
:is(#newsContext, #channel-single-page) h6 {
  font-size: 16px;
  color: #444;
}

:is(#newsContext, #channel-single-page) ul,
:is(#newsContext, #channel-single-page) ol {
  margin: 0 0 1.1em;
  padding-left: 1.75em;
  text-align: left;
}

:is(#newsContext, #channel-single-page) li {
  margin-bottom: 0.4em;
}

:is(#newsContext, #channel-single-page) li > ul,
:is(#newsContext, #channel-single-page) li > ol {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

:is(#newsContext, #channel-single-page) blockquote {
  margin: 1em 0;
  padding: 0.85em 1em 0.85em 1em;
  border-left: 4px solid #386cbe;
  background: #f7f9fc;
  color: #444;
  font-size: 15px;
  line-height: 1.75;
}

:is(#newsContext, #channel-single-page) table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

:is(#newsContext, #channel-single-page) th,
:is(#newsContext, #channel-single-page) td {
  border: 1px solid #ddd;
  padding: 10px 12px;
}

:is(#newsContext, #channel-single-page) th {
  background: #f0f4fa;
  font-weight: 600;
  color: #222;
}

:is(#newsContext, #channel-single-page) hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 1.5em 0;
}

:is(#newsContext, #channel-single-page) a {
  color: #1f54a2;
  text-decoration: underline;
  text-underline-offset: 2px;
}

:is(#newsContext, #channel-single-page) a:hover {
  color: #386cbe;
}

:is(#newsContext, #channel-single-page) strong,
:is(#newsContext, #channel-single-page) b {
  font-weight: 600;
  color: #222;
}

:is(#newsContext, #channel-single-page) img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
}

:is(#newsContext, #channel-single-page) video,
:is(#newsContext, #channel-single-page) iframe {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}

:is(#newsContext, #channel-single-page) pre {
  overflow-x: auto;
  margin: 1em 0;
  padding: 12px 14px;
  background: #f5f6f8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

:is(#newsContext, #channel-single-page) code {
  font-size: 0.92em;
  padding: 0.1em 0.35em;
  background: #f0f2f5;
  border-radius: 3px;
}

:is(#newsContext, #channel-single-page) pre code {
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
}

.main-news {
  width: 600px;
}

.borderLf {
  border-left: 1px solid #e5e5e5;
}

a {
  text-decoration: none;
  color: #334;
}

a:hover {
  color: #1f54a2;
}

.pp {
  text-decoration: none;
  color: white;
}

.swiper-news .swiper-container {
  width: 10%;
  height: 400px;
  position: relative;
}


.swiper-banner .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-news .swiper-slide {
  position: relative;
}

.swiper-news .swiper-slide>div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  font-size: 18px;
}

.swiper-news .swiper-button-next,
.swiper-news .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 5px;
}

.swiper-news .swiper-button-next:after,
.swiper-news .swiper-button-prev:after {
  font-size: 24px !important;
  color: #999;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  /* transition: 1s linear 2s;
  transform: scale(1.1, 1.1); */
}

.swiper-banner .swiper-slide a {
  display: block;
  height: 100%;
}

.swiper-banner .swiper-slide-active img, .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}

.swiper-news .swiper-button-prev {
  left: 0;
}

.swiper-news .swiper-button-next {
  right: 0;
}

.topic-list .date {
  width: 80px;
}

/**
从8 改成5
 */
.topic-list .date b {
  padding: 5px 0;
  display: block;
  text-align: center;
}

.topic-list .date b+div {
  padding: 5px 0;
  text-align: center;
  background-color: #fff;
}

.topic-list {
  background-color: #ededed;
}

.img-sm {
  width: 132px;
  height: 90px;
}

.pl30 {
  padding-left: 30px;
}

.img-md {
  width: 100%;
  height: 136px;
}

.color-1 {
  background-color: #6fbc48;
}

.color-2 {
  background-color: #2257a3;
}

.color-3 {
  background-color: #f8b62c;
}

.color-4 {
  background-color: #0062ad;
}

.color-5 {
  background-color: #0ba299;
}

.color-6 {
  background-color: #6fbc48;
}

.color-7 {
  background-color: #f8b62c;
}

footer {
  background-color: #386cbe;
  /* background-color: #eceaea; */
  color: #fff;
  height: 200px;
  padding-top: 30px;
}

footer .footer-left {
  line-height: 26px;
  font-size: 12px;
}

footer .footer-right {
  /* float: right; */
  font-size: 12px;
  text-align: center;
  color: #fff;
}

footer .footer-copyright {
  margin-top: 30px;
  /* background-color: #235bb6; */
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

footer .footer-copyright a {
  color: #fff;
}


.hr {
  border-top: 1px solid #4365a0;
}

.main-second {
  margin: -60px auto 100px;
  box-shadow: 2px 2px 5px 2px #e6e6e6;
  z-index: 9;
  background-color: #fff;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.main-second-l {
  width: 210px;
}

.fs48 {
  font-size: 48px;
}

.main-second-r {
  margin-left: 260px;
}

.main-second-r .title {
  position: relative;
  /* 文章详情标题区：保证标题过长换行时，日期不会被挤到分割线附近 */
  min-height: 100px;
}

.main-second-r .title .crumbs {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  color: #666;
  vertical-align: middle;
  margin-left: 5px;
}

.page a.active {
  background-color: #24a8e6;
  border-color: #24a8e6;
  color: #fff;
}

.main-second-bottom {
  border: 1px solid #ddd;
}

.main-second-menu li {
  position: relative;
}

.main-second-menu li a {
  display: block;
  line-height: 50px;
  border-left: 5px solid transparent;
  position: relative;
  padding: 0 20px;
  color: #666;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
}

.main-second-menu .arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition-duration: 0.2s;
  transform: rotate(270deg);
}

.main-second-menu .arrow.active {
  transform: rotate(0deg);
  transition-duration: 0.2s;
}

/* .main-second-menu a:before {
	content: '>';
	position: absolute;
	right: 0;
	top: 0;
} */
.main-second-menu a.active {
  border-left-color: #2257a3;
  color: #2257a3;
  background: #f0f0f0;
}

.main-second-menu a:hover {
  background-color: #f0f0f0;
}

.main-second-menu .main-second-menu-sub.active {
  display: block;
}

.main-second-menu .main-second-menu-sub {
  display: none;
}

.main-second-menu .main-second-menu-sub li a {
  padding-left: 40px !important;
}

.video {
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  background: url('../images/video.jpg') no-repeat center top;
}

.news-list-second b {
  padding: 10.9px 0;
  display: block;
  text-align: center;
}

.news-list-second b+div {
  padding: 8px 0;
  text-align: center;
  background-color: #fff;
}

.news-list-second li {
  float: none;
}

/* 与 layout.css .mt30 叠加时：上间距 30px → 10px（仅作用于同时带两类的列表） */
.mt30.news-list-second {
  margin-top: 10px;
}

ul li {
  float: none;
}

/*pages*/
.pagination-wrapper {
  margin: 20px 0;
}

.pagination {
  height: 32px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  height: 32px;
  margin-right: 5px;
}

.pagination li a {
  float: left;
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  font-size: 16px;
  border: 1px solid #dddddd;
  color: #555555;
  text-decoration: none;
}

.pagination li a:hover {
  background: #f5f5f5;
  color: #386cbe;
}

.pagination li.thisclass {
  background: #386cbe;
  color: #fff;
}

.pagination li.thisclass a,
.pagination li.thisclass a:hover {
  background: transparent;
  border-color: #386cbe;
  color: #fff;
  cursor: default;
}

.main.content {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  padding: 0 59px;
  line-height: 32px;
  margin-bottom: 70px;
}

.main.content p {
  text-indent: 2em;
}

.container {
  margin-right: auto;
  margin-left: auto;
  min-width: 1200px;
  width: 1200px;
}

footer .linked h5 {
  font-size: 18px;
  font-weight: 400;
}

footer .linked-list {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  padding: 12px 0;
}

footer .linked-list li {
  line-height: 18px;
}

footer .linked-list a {
  color: #fff
}

.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  /* 使用省略号表示被截断的内容 */
  /* line-height: 1.5; */
  /* 设置行高，以便更准确地控制行数 */
  max-height: calc(1.8em * 2);
  /* 通过计算行高和行数来设置最大高度 */
}

/* channel.html：slug=list 为 video 时的视频矩阵 */
.hnbq-channel-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px 22px;
  margin-top: 10px;
}

.hnbq-video-card {
  display: block;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  /* 缩略图不贴卡片外缘：与参考图一致的上左右留白 */
  padding: 12px 12px 14px;
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.hnbq-video-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.1),
    0 4px 10px rgba(0, 0, 0, 0.06);
  /* 覆盖全局 a:hover 链色 */
  color: #000000;
}

.hnbq-video-card-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #e8ecf0;
  border-radius: 4px;
  overflow: hidden;
}

.hnbq-video-card-thumb img,
.hnbq-video-card-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: top;
}

.hnbq-video-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: linear-gradient(135deg, #dde3ea 0%, #cfd6df 100%);
}

.hnbq-video-card-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  margin: -28px 0 0 -28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.hnbq-video-card-play::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
}

.hnbq-video-card-title {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: #000000;
  font-family: PingFang-SC-Regular, sans-serif;
}