@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

/* 当前位置位置 */
.location {
  padding: 16px 0 24px 22px;
  height: 60px;
  line-height: 20px;
  font-size: 14px;
  color: #969696;
  background: url("../images/location.png") no-repeat left 18px;
}

.location a {
  color: #969696;
}

.location span {
  color: #2556d8;
}

/* 头部 */
.head-container {
  position: relative;
  z-index: 456;
  color: #fff;
}

.head-top {
  margin-top: 26px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-top-title {
  font-weight: 700;
  font-size: 58px;
}

.search-wrap {
  position: relative;
  box-sizing: border-box;
  width: 279px;
  height: 38px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.search-wrap .search-input {
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 58px;
  border-radius: 16px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: none;
}
.search-wrap .search-input::placeholder {
  color: #fff;
}
.search-wrap .search-btn {
  position: absolute;
  right: 7px;
  top: 0;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("../images/search_btn.png") center no-repeat;
}

.banner-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}

.city-area {
  position: relative;
  margin-top: 24px;
  height: 70px;
  z-index: 163;
}

.city-items {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 70px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.city-items .city-item {
  margin-left: 16px;
  width: 102px;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
.city-items .city-item > a {
  display: block;
  color: #fff;
}
.city-items .city-item.current {
  font-weight: 700;
  background-color: #ffa620;
}
.city-items .city-item.current > a {
  color: #fff;
}
.city-items:hover {
  height: auto;
  padding: 6px 0 12px;
  overflow: visible;
  border-color: #fff;
  background-color: #fff;
}
.city-items:hover .city-item {
  margin-top: 6px;
}
.city-items:hover .city-item > a {
  color: #333;
}
.city-items:hover .city-item.current > a {
  color: #fff;
}

.nav-area {
  box-sizing: border-box;
  margin-top: 28px;
  height: 76px;
  position: relative;
  z-index: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-items {
  display: flex;
  justify-content: space-between;
}
.nav-items .nav-item {
  position: relative;
  height: 76px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.nav-items .nav-item > a {
  display: block;
  line-height: 60px;
  padding: 0 17px;
  height: 100%;
  font-size: 24px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.nav-items .nav-item.current {
  border-bottom-color: #fff;
}
.nav-items .nav-item.current > a {
  font-weight: 700;
}

/* 底部 */
.footer {
  color: #fff;
  background-color: #191e2a;
}

.footer-wrap {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.footer-items {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.footer-items .footer-item {
  flex: 1;
  overflow: hidden;
}

.contact-info {
  width: 272px;
  flex-shrink: 0;
}

.contact-title {
  line-height: 27px;
  font-size: 18px;
  font-weight: 700;
}

.contact-sub {
  margin-top: 8px;
  line-height: 21px;
  color: #858585;
}

.code-wrap {
  margin-top: 8px;
  display: flex;
}
.code-wrap > p {
  width: 100px;
  height: 101px;
}
.code-wrap > p > img {
  width: 100%;
  height: 100%;
}
.code-wrap > p + p {
  margin-left: 16px;
}

.code-tel {
  margin-top: 16px;
  height: 30px;
  line-height: 30px;
}
.code-tel > span {
  font-size: 20px;
  font-weight: 700;
}

.footer-title {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer-cols {
  margin-top: 24px;
}
.footer-cols .footer-col {
  padding-right: 100px;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-cols .footer-col + .footer-col {
  margin-top: 16px;
}
.footer-cols .footer-col > a {
  color: #c8c8c8;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}

.footer-links {
  display: flex;
  height: 24px;
  line-height: 24px;
}
.footer-links > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
}
.footer-links > a + a {
  margin-left: 64px;
}
.footer-links > a:not(:first-child):before {
  position: absolute;
  content: "";
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  height: 17px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer-txt {
  display: flex;
  margin-top: 16px;
  line-height: 21px;
  color: #a4a4a4;
}
.footer-txt > p {
  margin-right: 16px;
}
.footer-txt a {
  color: #a4a4a4;
}

.sub-page {
  background: #e9effb;
  /* 子页头部 */
  /* 左侧 */
  /* 右侧 */
}
.sub-page .header-area {
  height: 204px;
  background: linear-gradient(3.03deg, rgba(68, 140, 255, 0.9) 23.72%, #2458eb 100%);
}
.sub-page .head-top {
  height: 38px;
  margin-top: 24px;
}
.sub-page .head-top-title {
  font-size: 32px;
  text-shadow: 2px 4px 7px rgba(0, 0, 0, 0.2);
}
.sub-page .city-area {
  height: 41px;
  margin-top: 21px;
}
.sub-page .city-items {
  height: 41px;
  padding: 0 16px;
  align-content: center;
}
.sub-page .city-items:hover {
  padding-top: 0;
  padding-bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
.sub-page .city-items:hover .city-item {
  margin-top: 0;
}
.sub-page .city-items:hover .city-item a {
  color: #fff;
}
.sub-page .city-item {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  width: calc((100% + 5.5px) / 20 - 5.5px);
  margin-left: 0;
  margin-top: 0;
}
.sub-page .city-item + li {
  margin-left: 5.5px;
}
.sub-page .nav-area {
  margin-top: 16px;
  height: 64px;
}
.sub-page .nav-item {
  flex: 1;
  height: 64px;
  overflow: hidden;
}
.sub-page .nav-item.current {
  border-color: #ffa620;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.352) 100%);
}
.sub-page .nav-item a {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-page .main {
  padding: 24px 0;
  display: flex;
}
.sub-page .left {
  width: 200px;
  margin-right: 16px;
}
.sub-page .left-hd {
  height: 72px;
  padding: 0 16px;
  font-size: 18px;
  line-height: 72px;
  background: #fff;
  font-weight: bold;
  color: #fff;
  background: url("../images/dynamic/left_hd_bg.jpg") no-repeat center;
}
.sub-page .left-item {
  height: 48px;
  line-height: 48px;
  background: #fff;
  margin-top: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #091221;
  transition: all 0.3s;
}
.sub-page .left-item.current {
  color: #fff;
  font-weight: bold;
  background: #ffa620;
}
.sub-page .left-item:hover {
  color: #fff;
  font-weight: bold;
  background: #ffa620;
}
.sub-page .right {
  width: 0;
  flex: 1;
  background: #fff;
}
.sub-page .right-hd {
  height: 48px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-page .right-hd > span {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  background: url("../images/right_title_icon.png") no-repeat left center;
}
.sub-page .right-bd {
  padding: 16px;
}
.sub-page .right .search {
  position: relative;
}
.sub-page .right .search-input {
  width: 196px;
  height: 32px;
  border-radius: 48px;
  background: #f7f7f7;
  padding: 0 50px 0 16px;
  font-size: 13px;
}
.sub-page .right .search-input::placeholder {
  color: #999;
}
.sub-page .right .search-btn {
  position: absolute;
  width: 18px;
  height: 17px;
  background: url("../images/search.png") no-repeat center;
  background-size: 100% 100%;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
/* 通用列表 */
.item {
  height: 50px;
  display: flex;
  line-height: 24px;
  padding: 8px 0 18px;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.item-name {
  color: #333;
  font-size: 16px;
  padding-left: 18px;
  position: relative;
  width: 0;
  flex: 1;
}
.item-name::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: linear-gradient(327.45deg, #1f5dff 11.55%, #51a5ff 85.06%);
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-time {
  color: #999;
  font-size: 16px;
  margin-left: 10px;
}

/* 通用详情 */
.view {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}

.article h3 {
  line-height: 48px;
  text-align: center;
  font-size: 32px;
  color: #091221;
  font-weight: bold;
}

.article-sources {
  margin: 24px 0;
  line-height: 48px;
  text-align: center;
  color: #666;
  background-color: #e8f1fe;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-sources p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 16px;
}
.article-sources p + p {
  margin-left: 32px;
}
.article-sources .hidden-sm {
  display: flex;
  align-items: center;
}
.article-sources a {
  width: 24px;
  height: 24px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
}
.article-sources a + a {
  margin-left: 3px;
}
.article-sources a.active {
  color: #fff;
  background: #2556d8;
}

.article-info {
  word-break: break-all;
}

.article-p {
  margin-top: 14px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.article-img {
  display: block;
  margin: 24px auto;
  max-width: 100%;
}

/* 相关附件 */
.file-hd {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 24px 0;
}
.file-hd > span {
  position: relative;
}
.file-hd > span::before {
  position: absolute;
  content: "";
  width: 520px;
  height: 1px;
  background: linear-gradient(90deg, #fff 0%, #2556d8 100%);
  left: -536px;
  top: 50%;
  transform: translateY(-50%);
}
.file-hd > span::after {
  position: absolute;
  content: "";
  width: 520px;
  height: 1px;
  background: linear-gradient(90deg, #2556d8 0%, #fff 100%);
  right: -536px;
  top: 50%;
  transform: translateY(-50%);
}
.file-list {
  display: flex;
  flex-wrap: wrap;
}
.file-item {
  height: 41px;
  display: flex;
  align-items: center;
  padding: 10px;
  width: calc((100% + 16px) / 2 - 16px);
  border-radius: 4px;
  border: 1px solid #c1cef3;
  transition: all 0.3s;
}
.file-item:nth-child(2n) {
  margin-left: 16px;
}
.file-item:nth-child(n+3) {
  margin-top: 16px;
}
.file-item-name {
  width: 0;
  flex: 1;
  padding-left: 28px;
  background: url("../images/file_icon.png") no-repeat left center;
}
.file-item-btn {
  width: 18px;
  height: 18px;
  background: url("../images/download.png") no-repeat center;
  display: none;
}
.file-item:hover {
  background: #eff3ff;
}
.file-item:hover .file-item-name {
  color: #2556d8;
}
.file-item:hover .file-item-btn {
  display: block;
}

/*分页*/
.pager {
  margin-top: 16px;
}
.pager .m-pagination-size .chosen-container-single .chosen-single {
  width: 80px;
  height: 34px !important;
  line-height: 34px !important;
  color: #666;
  font-size: 14px;
  border: 2px solid #ecedf2;
}
.pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 34px !important;
  line-height: 34px !important;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 6px;
}
.pager .m-pagination-page > li > a {
  font-size: 14px;
  padding: 0 11px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #e6e6e6;
  color: #091221;
}
.pager .m-pagination-page > li.active > a {
  border-color: #2556d8;
  color: #2556d8;
  background: #fff;
  font-weight: normal;
}
.pager .m-pagination-size .chosen-container-single .chosen-single div b {
  width: 20px;
  height: 32px;
  background-position: 4px 6px;
}
.pager .m-pagination-size .chosen-container-single .chosen-single div {
  width: 20px;
}
.pager .m-pagination-size .chosen-container {
  height: 34px;
  line-height: 34px;
}
.pager .m-pagination-jump {
  position: relative;
  margin-left: 10px;
}
.pager .m-pagination-jump::before {
  content: "到第";
  position: absolute;
  font-size: 14px;
  color: #091221;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pager .m-pagination-jump::after {
  content: "页";
  position: absolute;
  font-size: 14px;
  color: #091221;
  left: 74px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pager .m-pagination-group > input {
  width: 30px;
  height: 30px;
  font-size: 14px;
  border: 2px solid #e6e6e6 !important;
}
.pager .m-pagination-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 24px;
  margin-left: 10px;
}
.pager .m-pagination-group > button {
  display: none;
}

/*表格信息样式*/
.info-table {
  table-layout: fixed;
  width: 100%;
}
.info-table th {
  height: 41px;
  background: #f7f7f7;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}
.info-table td {
  height: 50px;
  color: #333;
  font-size: 14px;
  text-align: center;
  padding: 0 10px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.info-table td .read-more {
  font-size: 14px;
  color: #2556d8;
}

.mod-table {
  width: 100%;
  table-layout: fixed;
}
.mod-table td {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 8px;
  border: 1px solid rgba(153, 153, 153, 0.2);
}
.mod-table td:nth-child(2n-1) {
  color: #666;
  text-align: right;
  background: #f5f9ff;
}

/* 2025-10-21 */
.city-items .city-item.current {
  background-color: #fff;
}
.city-items .city-item.current > a {
  color: #1f6de8;
}

.sub-page .city-items:hover .city-item.current a {
  color: #1f6de8;
}

.sub-page .left-hd {
  box-sizing: border-box;
  height: 86px;
  border-radius: 4px;
  padding: 0 0 0 28px;
  line-height: 84px;
  color: #1f6de8;
  font-size: 22px;
  border: 2px solid #fff;
  background: url("../images/common/menu_top_bg.jpg") center top no-repeat;
}

.sub-page .left-item {
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  padding-left: 23px;
  height: 60px;
  line-height: 58px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #daecff 100%);
}
.sub-page .left-item:before {
  position: absolute;
  content: "";
  top: 19px;
  right: 19px;
  width: 20px;
  height: 20px;
  z-index: 53;
  background: url("../images/common/menu_ico.png") center no-repeat;
}

.sub-page .left-item.current {
  background: linear-gradient(0deg, #2458eb 0%, #4d8dfb 100%);
}
.sub-page .left-item.current:before {
  background-image: url("../images/common/menu_icoh.png");
}

.sub-page .left-item:hover {
  background: linear-gradient(0deg, #2458eb 0%, #4d8dfb 100%);
}
.sub-page .left-item:hover:before {
  background-image: url("../images/common/menu_icoh.png");
}

.space1 {
  margin-left: 10px;
}

.space2 {
  margin-left: 63px;
}

/* 2025-10-23 */
.sub-page .left-item > a {
  color: #091221;
}
.sub-page .left-item.size2 > a {
  letter-spacing: 62px;
}
.sub-page .left-item.size3 > a {
  letter-spacing: 23px;
}
.sub-page .left-item.size4 > a {
  letter-spacing: 10px;
}
.sub-page .left-item.size5 > a {
  letter-spacing: 4px;
}

.sub-page .left-item.current > a,
.sub-page .left-item:hover > a {
  color: #fff;
}