body {
  background: url(../images/index/body-bg.png) repeat-y;
  background-size: 100%;
}
.hxqh {
  font-family: 'SourceHanSansCN-Medium';
}
.hxqh-header {
  height: 40px;
  background-color: #4c2d82;
  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  z-index: 1000;
}
.hxqh-header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.hxqh-header-left span {
  color: #fff;
}
.hxqh-header-right {
  display: flex;
  align-items: center;
  color: #fff;
}
.hxqh-header-right a {
  color: #fff;
}
.hxqh-header .hhr {
  cursor: pointer;
}
.hxqh-header .hhr-break {
  padding: 0 6px;
}
.hxqh-header .hhr-code {
  position: relative;
  cursor: pointer;
}
.hxqh-header .hhr-code-wrapper {
  position: absolute;
  display: none;
  width: 150px;
  height: 150px;
  box-sizing: border-box;
  left: calc(50% - 75px);
  top: 30px;
  border: 4px solid #ffab48;
}
.hxqh-header .hhr-code-wrapper img {
  width: 100%;
  height: 100%;
}
.hxqh-header .hhr-code-wrapper::after {
  position: absolute;
  left: calc(50% - 5px);
  top: -10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffab48;
}
.hxqh-header .hhr-code:hover .hhr-code-wrapper {
  display: block;
}
.hxqh-header_disappear {
  display: none !important;
}
.hxqh-nav {
  position: relative;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.1s ease;
  background-color: #fff;
  z-index: 999;
}
.hxqh-nav .container {
  padding: 0;
}
.hxqh-nav .header-shrink {
  background-color: #4c2d82;
}
.hxqh-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  user-select: none;
}
.hxqh-nav-content .nav-min-trigger {
  display: none;
  font-size: 20px;
  padding: 0 20px;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
  line-height: 60px;
}
.hxqh-nav-content .nav-min-trigger svg {
  vertical-align: text-bottom;
}
.hxqh-nav-content .logo {
  display: block;
  width: 208px;
  height: 60px;
  background: url(../images/hxqh_logo.png) center center no-repeat;
  -o-background-size: auto 60%;
  background-size: auto 60%;
}
.hxqh-nav .nav-max {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.hxqh-nav .nav-max .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
.hxqh-nav .nav-max .menu-item {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.hxqh-nav .nav-max .menu-item-link {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding: 0 1.2rem;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hxqh-nav .nav-max .menu-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  max-height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: max-height 0.3s ease;
  z-index: 999;
}
.hxqh-nav .nav-max .menu-wrapper-bar {
  width: 100%;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  border-top: 1px solid #f2ede8;
}
.hxqh-nav .nav-max .menu-left {
  width: 340px;
  padding: 1rem 0;
  text-align: center;
}
.hxqh-nav .nav-max .menu-left img {
  height: 80px;
}
.hxqh-nav .nav-max .menu-sub {
  width: 660px;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  padding-left: 4rem;
  border-left: 2px solid rgba(255, 171, 72, 0.5);
}
.hxqh-nav .nav-max .menu-sub-item {
  width: 33%;
  height: 2rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
}
.hxqh-nav .nav-max .menu-sub-item a {
  display: inline-block;
  position: relative;
  border-left: 3px solid #4c2d82;
  padding: 0 0.6rem;
  cursor: pointer;
}
.hxqh-nav .nav-max .menu-sub-item a:hover {
  color: #ffab48;
}
.hxqh-nav .nav-max .menu-item:hover {
  border-bottom: 4px solid #ffab48;
}
.hxqh-nav .nav-max .menu-item:hover .menu-item-link {
  color: #ffab48;
}
.hxqh-nav .nav-max .menu-item:hover .icon {
  color: #ffab48;
}
.hxqh-nav .nav-max .menu-item:hover .menu-wrapper {
  max-height: 1000px;
  transition: max-height 1.5s ease-in-out;
}
.hxqh-nav_fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc;
  animation: slide-down 0.5s linear;
}
@keyframes slide-down {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.hxqh-subbanner {
  position: relative;
  max-height: 250px;
  width: 100%;
  overflow: hidden;
}
.hxqh-subbanner img {
  width: 100%;
  object-fit: cover;
}
.hxqh-subbanner h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  font-size: 42px;
}
.hxqh-article {
  padding: 2rem;
}
.hxqh-article-title {
  text-align: center !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
}
.hxqh-article-origin {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.75;
  margin: 0 0 2rem;
  text-align: center;
}
.hxqh-article-origin-time {
  margin-right: 2rem;
}
.hxqh-article-content p {
  /*text-indent: 2em;*/
  padding: 1rem !important;
  line-height: 1.75 !important;
  color: #444 !important;
  font-size: 18px !important;
  margin: 0 !important;
}
.hxqh-article-content p strong span {
  font-size: 2rem !important;
  color: #333;
}
.hxqh-article-content p span {
  font-family: 'SourceHanSansCN-Medium' !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
}
.hxqh-article-content img {
  max-width: 1000px;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.hxqh-article table td {
  min-width: 80px;
  padding: 3px 5px;
  border: 1px solid;
}
.hxqh-table .layui-table {
  text-align: center;
  border-color: #ffab48;
}
.hxqh-table .layui-table thead {
  background-color: #aaa;
}
.hxqh-table .layui-table thead th {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.hxqh-table .layui-table tbody td {
  line-height: 25px;
}
.hxqh-common-bg {
  background-color: #f0f0f0;
}
.hxqh-common-title {
  position: relative;
  border-bottom: 1px solid #e0dde6;
}
.hxqh-common-title h4 {
  display: inline-block;
  height: 34px;
  padding: 0 15px 0 5px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  border-bottom: 3px solid #4c2d82;
  font-weight: 600;
}
.hxqh-common-title h4 svg {
  vertical-align: bottom;
}
.hxqh-common-title a {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
}
.hxqh-common-title a span {
  margin-left: 4px;
  font-size: 16px;
}
.hxqh-common-title a:hover {
  color: #f08200;
}
.hxqh-common-title a:hover svg path {
  fill: #f08200;
}
.hxqh-common-title__ft18 h4 {
  font-size: 18px;
}
.hxqh-common-button {
  background: transparent;
  cursor: pointer;
  color: #f08200;
  border: 1px #f08200 solid;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hxqh-common-list {
  padding: 1rem 0;
}
.hxqh-common-item {
  position: relative;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #e0dde6;
  padding-right: 80px;
  padding-left: 12px;
  color: #333;
  box-sizing: border-box;
}
.hxqh-common-item a {
  overflow: hidden;
  /* 隐藏超出部分 */
  display: -webkit-box;
  /* 使用Webkit的盒模型 */
  -webkit-box-orient: vertical;
  /* 垂直排列内容 */
  -webkit-line-clamp: 1;
  /* 设置显示的行数 */
  line-clamp: 1;
}
.hxqh-common-item_date {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  font-size: 12px;
  color: #666;
}
.hxqh-common-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #f08200;
}
.hxqh-common-tabs .hct-head {
  padding: 1.5rem 1.5rem 0;
  border-bottom: 1px solid #e0dde6;
}
.hxqh-common-tabs .hct-list {
  display: flex;
}
.hxqh-common-tabs .hct-item {
  cursor: pointer;
  margin-right: 1rem;
}
.hxqh-common-tabs .hct-item h4 {
  display: inline-block;
  height: 34px;
  padding: 0 5px;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
}
.hxqh-common-tabs .hct-item_active {
  border-bottom: 3px solid #4c2d82;
}
.hxqh-common-tabs .hct-item_active h4 {
  font-weight: 600;
}
.hxqh-common-tabs .hct-content {
  padding: 0 1.5rem;
}
.hxqh-common-tabs .hct-content-box {
  display: none;
}
.hxqh-common-tabs .hct-content-box_active {
  display: block;
}
.hxqh-common-mtb__2rem {
  margin: 2rem 0;
}
.hxqh-common-ptb__2rem {
  padding: 2rem 0;
}
.hxqh-common-bg__white {
  background-color: #fff;
}
.hxqh-common-fontsize__middle {
  font-size: 16px;
}
.hxqh-common-h4 {
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.hxqh-common-link {
  color: blue;
  text-decoration: underline;
}
.body-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1001;
}
.foot {
  width: 100%;
}
.foot-top {
  background-color: #fff;
  padding: 30px 0;
  color: #333;
}
.foot-top .footHeader {
  display: flex;
  height: 75px;
  width: 100%;
  border-bottom: #a9a9a9 1px solid;
  margin-bottom: 18px;
  font-size: 25px;
}
.foot-top .footHeader .footHinfo {
  width: 16.6%;
  padding: 0px 15px;
  color: #333;
  line-height: 75px;
}
.foot-top .footHeader .specialHinfo {
  width: 32%;
}
.foot-top .footsInfo {
  display: flex;
}
.foot-top .footsInfo .follow-us li:hover .qr-code {
  display: block;
}
.foot-top .footsInfo .follow-us li:hover .qr-code img {
  width: 100%;
  height: 100%;
}
.foot-top .footsInfo .footsList {
  width: 16.6%;
  padding: 0px 15px;
  color: #666;
  font-size: 14px;
}
.foot-top .footsInfo .specialFlist {
  width: 32%;
}
.foot-top .footsInfo .footsList li {
  line-height: 24px;
}
.foot-top .footsInfo .footsList a {
  color: #666;
}
.foot-top .footsInfo .footsList a:hover {
  color: #f5a623;
}
.foot-top .footsInfo .footsList .vchar {
  width: 30px;
  height: 30px;
}
.foot-top .footsInfo .follow-us li {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.foot-top .footsInfo .footsList .vchar img {
  height: 30px;
  width: 30px;
}
.foot-top .footsInfo .footsList .icon {
  display: inline-block;
  vertical-align: text-top;
}
.foot-top .footsInfo .footsList .qr-code {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -58px;
  top: 40px;
  border: 4px #f5a623 solid;
  display: none;
}
.foot-bottom {
  padding: 1rem;
  display: flex;
  text-align: center;
  background-color: #53565a;
  color: #fff;
}
.foot-bottom p {
  margin-bottom: 0;
}
.foot-bottom .fbc {
  display: flex;
  justify-content: center;
}
.foot-bottom .fbc-left {
  margin-right: 10px;
}
.foot-bottom .fbc-right {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.foot-bottom .fbc-right-gs {
  margin-right: 10px;
}
.triangle-top {
  width: 0;
  height: 0;
  border-top: transparent solid;
  border-right: transparent solid;
  border-left: transparent solid;
  border-bottom: #f5a623 solid;
  border-width: 10px;
  position: absolute;
  top: -24px;
  left: 60px;
}
.triangle-top img {
  width: 100%;
  height: 100%;
}
.pagination {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.pagination-box {
  display: inline-block;
  height: 35px;
  margin: 10px 0;
}
.pagination-box .pre-page,
.pagination-box .next-page {
  padding: 0 30px;
  border-color: #533687;
  border-radius: 8px;
}
.pagination-box .dotted {
  cursor: text;
}
.pagination-box .disabled {
  cursor: not-allowed !important;
  color: #ccc;
  border-color: #ccc;
}
.pagination-box .current-page {
  border-color: #533687;
  background-color: #533687;
  color: #fff;
}
.pagination-box .skip-page {
  color: #533687;
  margin-left: 10px;
  height: 100%;
  display: inline-block;
  margin-top: 10px;
}
.pagination-box .skip-page-input {
  width: 40px;
  height: 30px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #eee;
  outline: none;
  transition: border 0.3s linear;
}
.pagination-box .skip-page-input:focus {
  border-color: #533687;
}
.pagination-box .skip-page-btn {
  outline: none;
  height: 30px;
  margin-left: 10px;
  padding: 0 10px;
  color: #533687;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  cursor: pointer;
}
.pagination a {
  display: inline-block;
  padding: 0 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #eee;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  text-decoration: none;
  color: #533687;
  background-color: #fff;
  transition: all 0.3s ease;
  width: auto;
}
.pagination .total-count {
  color: #533687;
}
.subpage {
  width: 100%;
  padding-left: 200px;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.subpage .subpage-menu {
  float: left;
  width: 200px;
  margin-left: -200px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 171, 72, 0.2);
}
.subpage .subpage-menu-item {
  text-align: center;
  line-height: 30px;
  margin: 1.5rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage .subpage-menu-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  border-right: 3px solid transparent;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.subpage .subpage-menu-item a:hover {
  color: #ffab48;
  border-right: 3px solid rgba(255, 171, 72, 0.7);
}
.subpage .subpage-menu-header {
  position: relative;
  margin: 0;
  line-height: 80px;
  padding: 0 2rem;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
  background-color: #4c2d82;
  cursor: pointer;
}
.subpage .subpage-menu-header .smh-trigger-close {
  float: right;
  display: none;
}
.subpage .subpage-menu-header .smh-trigger {
  display: none;
  position: absolute;
  top: 0;
  left: -48px;
  width: 48px;
  height: 48px;
  border-radius: 40%;
  background: url(../images/side_niu4.png) center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.subpage .subpage-menu-header .smh-trigger-show {
  left: 101%;
  animation: smh-trigger 2s ease-in-out 1;
}
.subpage .subpage-menu-item-active a {
  color: #ffab48;
  border-right: 3px solid rgba(255, 171, 72, 0.7);
}
.subpage .subpage-content {
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.subpage .subpage-content-title {
  width: 100%;
  line-height: 80px;
  border-bottom: 1px solid rgba(255, 171, 72, 0.2);
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.subpage .subpage-content-p {
  line-height: 30px;
  margin: 2rem 0;
  color: #333;
  font-size: 1.2rem;
}
.subpage .subpage-content-p p {
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
  text-indent: 2em;
  text-align: justify;
}
.subpage .subpage-content-img img {
  width: 100%;
}
.hxlist {
  padding: 2rem 0 1rem;
}
.hxlist .hxlist-box {
  width: 100%;
}
.hxlist .hxlist-item {
  position: relative;
  top: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.hxlist .hxlist-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 100px;
  padding-left: 30px;
  box-sizing: border-box;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hxlist .hxlist-item a span {
  float: right;
  margin-right: -90px;
}
.hxlist .hxlist-item a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: calc(50% - 2px);
  left: 15px;
  background-color: #999;
  transition: top 0.3s ease-in-out;
}
.hxlist .hxlist-item a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 100%;
  left: 15px;
  background-color: #ffab48;
  transition: top 0.3s ease-in-out;
}
.hxlist .hxlist-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.hxlist .hxlist-item:hover {
  top: -4px;
  box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);
}
.hxlist .hxlist-item:hover a {
  color: #ffab48;
}
.hxlist .hxlist-item:hover a::before {
  top: -100%;
  background-color: #ffab48;
}
.hxlist .hxlist-item:hover a::after {
  top: calc(50% - 2px);
  background-color: #ffab48;
}
.hxlist .hxlist-pagination {
  margin-top: 2rem;
  text-align: right;
}
/* ===== 响应式适配 ===== */
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 970px) {
  body .hxqh-nav-xs {
    z-index: 1002;
  }
  body .hxqh-nav-xs .nav-min-trigger {
    display: block;
  }
  body .hxqh-nav-xs .nav-max {
    overflow-y: auto;
    position: fixed;
    transform: translateX(-1000px);
    top: 0;
    bottom: 0;
    width: 300px;
    background-color: #4c2d82;
  }
  body .hxqh-nav-xs .nav-max .menu {
    display: block;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-item {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-item-link {
    color: #fff;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-item:hover {
    border-bottom: none;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-item:hover .menu-item-link {
    color: #ffab48;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-item:hover .menu-wrapper {
    max-height: none;
    transition: none;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-wrapper {
    display: none;
    position: relative;
    max-height: unset;
    top: unset;
    left: unset;
    background-color: transparent;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-wrapper-bar {
    border: none;
    padding: 10px;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-wrapper .menu-left {
    display: none;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-wrapper .menu-sub-item {
    width: 100%;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-wrapper .menu-sub-item a {
    color: #fff;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-sub {
    display: block;
    padding: 10px;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-sub .menu-sub-item {
    margin-bottom: 0;
    font-size: 14px;
  }
  body .hxqh-nav-xs .nav-max .menu .menu-sub .menu-sub-item:hover a {
    color: #f5a623;
  }
  body .hxqh-mobnav {
    animation: nav-slide-down 0.3s linear forwards;
  }
  @keyframes nav-slide-down {
    from {
      transform: translateX(-1000px);
    }
    to {
      transform: translateX(0px);
    }
  }
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
  body .hxqh-header {
    display: none;
  }
  body .hxqh-subbanner {
    width: 100%;
    height: 120px;
  }
  body .hxqh-subbanner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  body .hxqh-subbanner h3 {
    top: 30%;
    font-size: 26px;
  }
  body h1,
  body .h1 {
    font-size: 2rem;
  }
  body h2,
  body .h2 {
    font-size: 1.5rem;
  }
  body h3,
  body .h3 {
    font-size: 1.25rem;
  }
  body .shadow-box {
    padding: 0 10px;
  }
  body .section-padding {
    padding: 2.5rem 0;
  }
  body .container {
    padding: 0 0.5rem;
  }
  body .subpage {
    padding: 0;
  }
  body .subpage .subpage-menu {
    display: none;
  }
  body .subpage .subpage-content {
    width: 100%;
    padding: 1rem;
  }
  body .hxqh-common-tabs .hct-item h4 {
    font-size: 14px;
  }
  body .hxqh-common-tabs .hct-head {
    padding: 1rem 1rem 0;
  }
  body .hxqh-common-tabs .hct-item {
    margin-right: 5px;
  }
  body .hxqh-article-content table td {
    min-width: 40px;
    padding: 2px 3px;
  }
  .foot-top .footHeader {
    height: auto;
    font-size: 16px;
  }
  .foot-top .footHeader .footHinfo {
    padding: 0 4px;
    line-height: 2;
    font-weight: 600;
  }
  .foot-top .footsInfo .footsList {
    padding: 0 4px;
  }
  .foot-top .footsInfo .specialFlist p {
    left: 0 !important;
  }
  .foot-top .footsInfo .follow-us {
    position: relative;
  }
  .foot-top .footsInfo .follow-us li:hover .qr-code {
    left: 0;
  }
  .foot-top .footsInfo .follow-us li:hover .qr-code img {
    width: 70px;
    height: auto;
  }
  .foot-top .footsInfo .follow-us .vchar img {
    display: none;
  }
  .foot-top .footsInfo .follow-us .qr-code {
    border: none;
    display: block;
    width: auto;
    left: 0;
  }
  .foot-top .footsInfo .follow-us .qr-code .triangle-top {
    display: none;
  }
  .foot-top .footsInfo .follow-us .qr-code img {
    width: 70px;
  }
  .foot-bottom .fbc {
    flex-wrap: wrap;
  }
  .foot-bottom .fbc-right {
    width: 100%;
    justify-content: center;
  }
  .foot-bottom .fbc-left {
    width: 100%;
  }
}
.fujian {
  width: 100%;
  padding: 30px 20px;
  --main-color1: #533687;
  --main-color2: #f5a623;
}
.fujian .annex {
  margin-top: 20px;
}
.fujian .annex-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #efeff4;
  margin-bottom: 20px;
}
.fujian .annex-list .list-link {
  flex: 1;
  margin-right: 10px;
  position: relative;
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fujian .annex-list .list-link::after {
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.fujian .annex-list .list-download {
  width: 60px;
  flex-shrink: 0;
  font-size: 12px;
  color: var(--main-color2);
  cursor: pointer;
}
.fujian .annex-list:hover .list-link {
  color: var(--main-color2);
}
.fujian .annex-list:hover .list-link::after {
  background-color: var(--main-color2);
}
.stamp-btn {
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  border: 1px solid var(--main-color2);
  color: var(--main-color2);
}
.title-left-bar {
  position: relative;
  display: flex;
  height: 21px;
  width: 100%;
  margin-bottom: 20px;
}
.title-left-bar .title {
  margin-left: 17px;
  font-size: 16px;
  color: #333333;
  font-family: MicrosoftYaHei-Bold;
  letter-spacing: 0;
  font-weight: 700;
}
.title-left-bar .time {
  font-size: 14px;
  color: #999999;
}
.title-left-bar .more {
  flex: 1;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  text-align: right;
}
.title-left-bar .more a,
.title-left-bar .more span {
  display: inline-block;
  border: 1px solid var(--main-color2);
  color: var(--main-color2);
  padding: 0 15px;
  border-radius: 5px;
}
.title-left-bar .more span {
  border: 1px solid #ccc;
  color: #ccc;
}
.title-left-bar::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 7px;
  height: 100%;
  background-color: var(--main-color1);
  border-radius: 2px;
}