@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
img{max-width: 100%;}


body a{
  text-decoration: none;
}

header .topest {
  width: 100%;
  background-color: #eee;
}

header .topest .top-header-right {
  font-size: 14px;
}

header .topest .top-header-right a {
  text-decoration: none;
  color: #333;
}

header .bg-header {
  background-color: #f6b848;
}

header .bg-header .header-top {
  width: 1320px;
  display: flex;
  justify-content: space-between;
}

header .bg-header .header-top a {
  text-decoration: none;
}

header .bg-header .header-top .right > * {
  font-size: 16px;
  color: #333;
  margin-left: 10px;
}

header .top-bg {
  width: 100%;
  background-image: url(../images/bg-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

header .top-bg .header-search {
  height: 260px;
}

header .top-bg .header-search .search .btn-primary {
  display: flex;
  align-items: center;
  --bs-btn-color: #b7000c;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #b7000c;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

header .top-bg .header-search .search .line {
  display: inline-block;
  height: 38px;
  border-right: 1px solid #b7000c;
  margin-right: 20px;
}

header .top-bg .header-search .search .iconfont {
  font-size: 28px;
  color: #b7000c;
}

header .navigation {
  height: 76px;
  width: 100%;
  background-color: #b7000c;
  background-image: url(../images/bg-navigation.png);
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

header .navigation .bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}

header .navigation .bar a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  display: inline-block;
}

header .navigation .bar a:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}

header .navigation .bar .current:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}

.main-title {
  width: 100%;
  background-color: #f4f4f4;
}

.main-title .main-title-top {
  color: #111;
}

.main-title .main-title-bottom {
  color: #444;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mySwiper2 {
  height: 480px;
  width: 100%;
}

.mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.mySwiper2 .swiper-slide p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 80%;
  margin-bottom: 0;
  padding: 10px 0;
  color: #ffffff;
  z-index: 999;
  text-indent: 1em;
}

.mySwiper2 .swiper-slide:after {
  content: "";
  position: absolute;
  z-index: 111;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  background: rgba(0, 0, 0, 0.4);
}

.mySwiper2 .swiper-pagination {
  position: absolute;
  max-width: 20%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  left: auto !important;
  right: 10px;
  z-index: 9999;
  bottom: 16px !important;
}

.mySwiper2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.mySwiper {
  height: 115px;
  padding: 10px 0;
  width: 100%;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

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

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.dzyw .notice-top,
.notice-dynamic .notice-top {
  width: 100%;
  overflow: hidden;
}

.dzyw .notice-top li,
.notice-dynamic .notice-top li {
  list-style-type: none;
}

.dzyw .notice-top a,
.notice-dynamic .notice-top a {
  text-decoration: none;
  color: #000;
}

.dzyw .notice-top .tab-nav,
.notice-dynamic .notice-top .tab-nav {
  height: 40px;
  position: relative;
}

.dzyw .notice-top .tab-nav .nav-link,
.notice-dynamic .notice-top .tab-nav .nav-link {
  margin-top: 5px;
  position: absolute;
  left: 45px;
  color: #fff;
  font-size: 24px;
  z-index: 99;
}

.dzyw .notice-top .tab-nav span,
.notice-dynamic .notice-top .tab-nav span {
  background-color: #bc0000;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 171px;
  height: 36px;
  border-radius: 0 35px 0 0;
  z-index: 98;
}

.dzyw .notice-top .tab-nav div,
.notice-dynamic .notice-top .tab-nav div {
  background-color: #ffe5c9;
  position: absolute;
  top: 35px;
  left: 5px;
  width: 631px;
  height: 6px;
  z-index: 97;
}

.dzyw .notice-top .tab-nav .tab-nav-title,
.notice-dynamic .notice-top .tab-nav .tab-nav-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 36px;
  background-color: #f59937;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: 99;
}

.dzyw .notice-top .tab-nav .tab-nav-title .iconfont,
.notice-dynamic .notice-top .tab-nav .tab-nav-title .iconfont {
  font-size: 20px;
  color: #fff;
}

.dzyw .tab-body,
.notice-dynamic .tab-body {
  margin-top: 20px;
}

.dzyw .tab-body .active,
.notice-dynamic .tab-body .active {
  display: block;
}

.dzyw .tab-body .show,
.notice-dynamic .tab-body .show {
  display: block !important;
}

.dzyw .tab-body .news-list ul,
.notice-dynamic .tab-body .news-list ul {
  padding-left: 0;
}

.dzyw .tab-body .news-list ul li,
.notice-dynamic .tab-body .news-list ul li {
  padding-left: 25px;
  height: 42px;
  line-height: 42px;
  display: flex;
  justify-content: space-between;
  background: url(../images/icon-num.png) no-repeat 0 center, linear-gradient(to left, transparent 0%, transparent 50%, #999 50%, #999 100%) repeat-x bottom/10px 1px;
}

.dzyw .tab-body .news-list ul li a,
.notice-dynamic .tab-body .news-list ul li a {
  width: 80%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.dzyw .tab-body .news-list ul li span,
.notice-dynamic .tab-body .news-list ul li span {
  width: 20%;
  text-align: right;
}

.dzyw .tab-body .news-list-full ul li a{
  width: 100% !important;
}

.dzyw .tab-body .news-list-full ul li span{
 display: none !important;
}

.swiper-hengfu {
  height: 110px;
}

.swiper-hengfu .swiper-wrapper img {
  height: 100%;
}

.swiper-hengfu .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.title {
  position: relative;
  text-align: center;
  background-image: url(../images/bg_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 22px;
}

.title .chinese-title {
  color: #bc0000;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}

.title .english-title {
  font-size: 14px;
  font-weight: normal;
  color: #bc0000;
}

.zuzhigongzuo {
  min-height: 730px;
  width: 100%;
  background: url(../images/bg_zzgz.jpg) no-repeat center 0;
}

.zuzhigongzuo .notice-top {
  width: 100%;
}

.zuzhigongzuo .notice-top li {
  list-style-type: none;
}

.zuzhigongzuo .notice-top a {
  text-decoration: none;
  color: #000;
}

.zuzhigongzuo .notice-top .tab-nav {
  font-size: 22px;
}

.zuzhigongzuo .notice-top .tab-nav .nav-link {
  width: 205px;
  height: 82px;
  color: #fff;
  background-color: #f59937;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zuzhigongzuo .notice-top .tab-nav .active {
  width: 225px;
  color: #fff;
  background-color: #bc0000;
  position: relative;
}

.zuzhigongzuo .notice-top .tab-nav a {
  margin-right: 20px;
}

.zuzhigongzuo .tab-body {
  background-color: #fff;
  height: 100%;
}

.zuzhigongzuo .tab-body .active {
  display: block;
}

.zuzhigongzuo .tab-body .show {
  display: block !important;
}

.zuzhigongzuo .tab-body .tab-content {
  display: none;
}

.zuzhigongzuo .tab-body .tab-content ul {
  padding-left: 0;
}

.zuzhigongzuo .tab-body .tab-content ul li {
  height: 100px;
  display: flex;
  gap: 1.5rem;
}

.zuzhigongzuo .tab-body .tab-content ul li .data-now {
  width: 96px;
  background-color: #bc0000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  flex-shrink: 0;
}

.zuzhigongzuo .tab-body .tab-content ul li .data-now span:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.zuzhigongzuo .tab-body .tab-content ul li .data-now span:nth-of-type(2) {
  width: 56px;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.zuzhigongzuo .tab-body .tab-content ul li .data-now span:nth-of-type(3) {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.zuzhigongzuo .tab-body .tab-content ul li .particulars {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.zuzhigongzuo .tab-body .tab-content ul li .particulars span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.zuzhigongzuo .tab-body .tab-content ul li .particulars p {
  text-indent: 2em;
  line-height: 2;
  color: #666;
}

.dyjyhsjz .tab-nav {
  height: 40px;
  position: relative;
}

.dyjyhsjz .tab-nav .nav-link {
  margin-top: 5px;
  position: absolute;
  left: 45px;
  color: #fff;
  font-size: 24px;
  z-index: 99;
}

.dyjyhsjz .tab-nav span {
  background-color: #bc0000;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 299px;
  height: 36px;
  border-radius: 0 35px 0 0;
  z-index: 98;
}

.dyjyhsjz .tab-nav div {
  background-color: #ffe5c9;
  position: absolute;
  top: 35px;
  left: 5px;
  width: 1291px;
  height: 6px;
  z-index: 97;
}

.dyjyhsjz .tab-nav .tab-nav-title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 36px;
  background-color: #f59937;
  border-radius: 6px;
  top: 0;
  left: 0;
  z-index: 99;
}

.dyjyhsjz .tab-nav .tab-nav-title .iconfont {
  font-size: 20px;
  color: #fff;
}

.module .gwykscjcxxt,
.module .jgsydwkhxt {
width: 240px;
  height: 220px;
  /*color: #fff;*/
    color: #333;
    background-color: #f9f9f9;
  font-size: 22px;
  /*font-weight: bold;*/
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.module .gwykscjcxxt .iconfont,
.module .jgsydwkhxt .iconfont {
    color: #bc0000;
  font-size: 70px;
  font-weight: bold;
}

/*.module .gwykscjcxxt {*/
/*  background-image: url(../images/bg_gwykscjcxxt.jpg);*/
/*}*/

/*.module .jgsydwkhxt {*/
/*  background-image: url(../images/bg_jgsydwkhxt.jpg);*/
/*}*/

.module .kjgbll,
.module .snswzzb {
  height: 220px;
  width: 240px;
  color: #333;
  background-color: #f9f9f9;
  font-size: 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.module .kjgbll .iconfont,
.module .snswzzb .iconfont {
  color: #bc0000;
  font-size: 65px;
  font-weight: bold;
}

/*friend-links-right{*/
/*    height: 40px;*/
/*}*/

/*.friend-links-right .hlwwf,*/
/*.friend-links-right .hlwjbzx {*/
/*  font-weight: bold;*/
/*  text-decoration: none;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.friend-links-right .hlwwf {*/
/*  background-image: url(../images/bg_hlwwf.jpg);*/
/*}*/

/*.friend-links-right .hlwwf span {*/
/*  font-size: 16px;*/
/*  color: #fff;*/
/*}*/

/*.friend-links-right .hlwjbzx {*/
/*  background-image: url(../images/bg_hlwjbzx.jpg);*/
/*}*/

/*.friend-links-right .hlwjbzx span {*/
/*  font-size: 16px;*/
/*  color: #69460b;*/
/*}*/

.areas {
  width: 100%;
  height: 40px;
  background-color: #f3f9ff;
}

.areas ul,
.areas ol,
.areas dl {
  padding: 0;
  margin: 0;
}

.areas a {
  text-decoration: none;
  color: #333;
}

.areas .bg-white .bg-secondary .friend-links {
  /*width: 1300px;*/
  margin: auto;
}

.areas .friend-links {
  width: 100%;
  color: initial;
}

.areas .friend-links dl {
  display: inline-block;
}

.areas .friend-links dl:hover dd {
  display: block;
  transition: 0.3s;
}

.areas .friend-links dl:hover dt {
  background: #f1f1f1;
  color: #b7000c;
}

.areas .friend-links dl:hover dt:after {
  color: #b7000c;
}

.areas .friend-links dd {
  display: none;
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  background: #f1f1f1;
}

.areas .friend-links dt {
  cursor: pointer;
}

.areas .friend-links dt:after {
  content: " ▲";
  color: #999;
}

.areas .friend-links span:first-child,
.areas .friend-links dt {
  height: 40px;
  line-height: 40px;
  padding: 0 2em 0 0;
}

.id-link-text {
  background: #a70000;
}

.id-link-text .rap {
  margin: 0 auto;
}

.id-link-text .rap .link {
  color: #ffffff;
}

.id-link-text .rap .link .iconfont {
  margin-right: 5px;
}

.id-link-text .rap .text {
  font-size: 14px;
  color: #fff;
}

.main-content {
  padding: 60px 0;
}

.main-content .center-content {
  background-color: #f8f8f8;
  position: relative;
}

.main-content .center-content .content-title {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 0;
}

.main-content .center-content .content-title span {
  position: absolute;
  left: 100px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 99;
}

.main-content .center-content .notice-top {
  width: 100%;
  overflow: hidden;
}

.main-content .center-content .notice-top li {
  list-style-type: none;
}

.main-content .center-content .notice-top a {
  text-decoration: none;
  color: #000;
}

.main-content .center-content .notice-top .tab-nav {
  font-size: 24px;
  height: 40px;
}

.main-content .center-content .notice-top .tab-nav .nav-link {
  border-bottom: 4px solid transparent;
  padding: 0;
  padding-bottom: 2.5rem;
  margin-right: 70px;
}

.main-content .center-content .notice-top .tab-nav .active {
  color: #d20900;
  border-color: #d20900;
  font-weight: bold;
  position: relative;
}

.main-content .center-content .notice-top .tab-nav .active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #d20900;
}

.main-content .center-content .tab-body {
  margin-top: 20px;
}

.main-content .center-content .tab-body .active {
  display: block;
}

.main-content .center-content .tab-body .show {
  display: block !important;
}

.main-content .center-content .tab-body .tab-content {
  display: none;
}

.main-content .center-content .tab-body .tab-content ul {
  padding-left: 0;
}

.main-content .center-content .tab-body .tab-content ul li {
  padding-left: 25px;
  height: 42px;
  line-height: 42px;
  display: flex;
  justify-content: space-between;
  background: url(../images/icon-num.png) no-repeat 0 center, linear-gradient(to left, transparent 0%, transparent 50%, #999 50%, #999 100%) repeat-x bottom/10px 1px;
}

.main-content .center-content .tab-body .tab-content ul li a {
  width: 80%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.main-content .center-content .tab-body .tab-content ul li span {
  width: 20%;
  text-align: right;
}

.main-content .center-content .paging {
  text-align: right;
  color: #d20900;
}

.main-xiangqing {
  padding: 30px 0;
}

.main-xiangqing nav {
  background-color: #f9f9f9;
}

.main-xiangqing a {
  color: #333;
  text-decoration: none;
}

.main-xiangqing .center-content {
  position: relative;
}

.main-xiangqing .center-content .social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}

.main-xiangqing .center-content .social-share .icon-wechat .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: 0.6s ease-out 0s;
}

.main-xiangqing .center-content .social-share .icon-wechat a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.main-xiangqing .center-content .article-content {
  min-height: 300px;
}
.container {
  max-width: 1320px !important;
  width: 1320px; }

@media screen and (max-width: 1200px) {
  body {
    width: 1320px; } }