@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: none !important;
  background-color: #fff;
}

a:hover,
a:hover h5 {
  color: #558fe2 !important;
}

.img {
  overflow: hidden;
  cursor: pointer;
}

.img img {
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.img:hover img {
  transform: scale(1.03);
}

.zt-row {
  margin-bottom: 40px;
}

.elli-s {
  /* 超出一行显示省略号 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.elli-m {
  /* 超出两行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.elli-t {
  /* 超出三行显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 响应式布局 */
.zt-container {
  width: 1300px;
  margin: 0 auto;
  overflow: visible;
}

.zt-container:after,
.zt-container:before {
  display: table;
  content: "";
}

.zt-container:after {
  clear: both;
}

@media (max-width: 1500px) {
  .zt-container {
    width: 1200px;
  }
}

@media (max-width: 1480px) {
  .zt-container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  .zt-container {
    width: 970px !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .zt-container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  .zt-container {
    width: auto !important;
  }
}

/* header */
.zt-header {
  width: 100%;
}

.zt-header .header-bg {
  width: 100%;
  z-index: -1;
  max-width: 1920px;
  margin: 0 auto;
}

.zt-header .header-bg img {
  width: 100%;
  display: block;
}

.zt-header .header-nav {
  background-color: #3764b8;
}

.zt-header .header-nav .nav-box {
  height: 100%;
  display: flex;
  gap: 40px;
  height: 60px;
}

.zt-header .header-nav .nav-box .nav-label {
  width: 176.45px;
  height: 100%;
  background: url(/zjg/xhtml/mslyfw/images/nav_label_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-shrink: 0;
}

.zt-header .header-nav .nav-box .nav-label::before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  background: url(/zjg/xhtml/mslyfw/images/nav_label_icon.png) no-repeat;
}

.zt-header .header-nav .nav-box .nav-label h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  color: white;
}

.zt-header .header-nav .nav-box .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zt-header .header-nav .nav-box .nav-list li {
  width: 80px;
  height: 100%;
  color: #fff;
  font-weight: 100;
  display: grid;
  place-items: center;
}

.zt-header .header-nav .nav-box .nav-list li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26.4px;
  color: white;
  opacity: 0.5;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.zt-header .header-nav .nav-box .nav-list li:hover a:hover,
.zt-header .header-nav .nav-box .nav-list li.on a {
  color: #fff !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

@media (max-width: 992px) {
  .zt-header .header-nav {
    height: 54px;
  }
  .zt-header .header-nav .nav-box {
    gap: 20px;
  }
  .zt-header .header-nav .nav-box .nav-label {
    width: 150px;
    gap: 10px;
  }
  .zt-header .header-nav .nav-box .nav-label h5 {
    font-size: 16px;
  }
  .zt-header .header-nav .nav-box .nav-list li a {
    font-size: 16px;
  }
  .zt-header .header-nav .nav-box .nav-list li {
    width: 64px;
  }
  .zt-header .header-nav .nav-box .nav-list li:nth-child(even) {
    width: 46px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .zt-header .header-nav .nav-box .nav-list li:nth-child(even) {
    width: 30px;
  }
}

@media (max-width: 431px) {
  .zt-header .header-nav {
    height: 42px;
  }
  .header-nav .zt-container {
    padding: 0;
  }
  .zt-header .header-nav .nav-box .nav-label {
    width: 108px;
    gap: 2px;
  }
  .zt-header .header-nav .nav-box {
    gap: 5px;
  }
  .zt-header .header-nav .nav-box .nav-list li:nth-child(even) {
    width: 6px;
    font-size: 10px;
  }
  .zt-header .header-nav .nav-box .nav-list li a {
    font-size: 14px;
  }
  .zt-header .header-nav .nav-box .nav-list li {
    width: auto;
    padding: 0 5px;
  }
  .zt-header .header-nav .nav-box .nav-label h5 {
    font-size: 14px;
  }
}

@media (max-width: 391px) {
  .zt-header .header-nav .nav-box .nav-label {
    width: 100px;
  }
  .zt-header .header-nav .nav-box .nav-list li {
    padding: 0 4px;
  }
}

.zt-crumb {
  margin-bottom: 32px;
}

.zt-crumb h2,
.zt-crumb a {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.76px;
  color: gray;
}

.zt-crumb h2 span,
.zt-crumb a span {
  color: #d43030;
}

.zt-main .border-lightline-box {
  width: 100%;
  position: relative;
  padding-top: 22px;
  background-color: #fff;
}

.zt-main .border-lightline-box::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 350px;
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #9bc4f2 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: -2px -11px 28px rgba(102, 167, 242, 0.2);
  z-index: -1;
}

/* 分页列表 */
.bsj-pageList {
  width: 100%;
  position: relative;
}

.bsj-pageList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bsj-pageList ul li {
  width: 48.69%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bsj-pageList ul li a {
  max-width: 80%;
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.bsj-pageList ul li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #66a7f2;
  flex-shrink: 0;
}

.bsj-pageList .time {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

@media (max-width: 992px) {
  .bsj-pageList li a {
    max-width: 70%;
  }
}

/* bsj-square-list */
.bsj-square-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 26px;
}

.bsj-square-list * {
  flex-shrink: 0;
}

.bsj-square-list .item {
  width: 48.32%;
  height: 80px;
  border: 1px solid #9bc4f2;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
}

.bsj-square-list .item a {
  display: flex;
  height: 100%;
  align-items: center;
}

.bsj-square-list .item .item-left {
  width: 80px;
  height: 100%;
  background-color: #66a7f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bsj-square-list .item .item-left .day {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 39.59px;
  color: white;
}

.bsj-square-list .item .item-left .year-month {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.12px;
  color: white;
}

.bsj-square-list .item .item-right {
  flex-grow: 1;
  width: 0;
  padding: 0 22px;
}

.bsj-square-list .item .item-right h5 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
  color: #383838;
}

@media (max-width: 992px) {
  .bsj-square-list .item {
    width: 100%;
  }
  .bsj-square-list .item:nth-child(odd) {
    margin-right: 0;
  }
}

@media (max-width: 431px) {
  .bsj-square-list .item-left {
    width: 25%;
  }
  .bsj-square-list .item-right {
    width: 70%;
  }
}

/* main-content */
.zt-main {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 59px;
}

.zt-main .mod-title {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zt-main .mod-title .hd {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
}

.zt-main .mod-title .hd li:not(.on) .title {
  color: #a6a6a6;
}

.zt-main .mod-title .hd li:not(.on) .title::after {
  display: none;
}

.mod-box {
  padding: 0 30px;
}

.mod-title .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.4px;
  color: #383838;
}

.mod-title .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #3764b8;
  margin-top: 10px;
}

.show-detail {
  font-size: 16px;
  font-weight: 400;
  color: #3764b8;
}

.zt-main .content-box .zctz-box .mod-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item {
  padding: 28px 21px;
  position: relative;
  background-color: #f0f7ff;
  width: 30.46%;
  height: 130px;
  transition: all 0.3s;
  cursor: pointer;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.76px;
  color: #3764b8;
  margin-bottom: 15px;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: gray;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #9bc4f2;
  position: absolute;
  bottom: 15px;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item img {
  position: absolute;
  bottom: -20px;
  right: -10px;
  z-index: 0;
}

.zt-main .content-box .zctz-box .mod-content .mod-content-item:hover {
  box-shadow: 0 3px 15px rgba(102, 167, 242, 0.5);
}

.zt-main .bzxzfxx-box {
  background: url(/zjg/xhtml/mslyfw/images/zfzt_bzxzfxx_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 20px 0;
}

.zt-main .bzxzfxx-box .mod-box {
  background-color: transparent;
}

.zt-main .bmdh-box .mod-content .hd {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.zt-main .bmdh-box .mod-content .hd li {
  width: 232px;
  height: 60px;
  position: relative;
}

.zt-main .bmdh-box .mod-content .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #3764b8;
  background-color: #f0f7ff;
  display: grid;
  place-items: center;
}

.zt-main .bmdh-box .mod-content .hd li.on a {
  background: url(/zjg/xhtml/mslyfw/images/zfzt_bmdh_hd_img.png);
  background-size: 100% 100%;
  font-weight: 700;
  color: white !important;
}

.zt-main .bmdh-box .mod-content .hd li.on a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3764b8;
}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box {
  padding: 26px 20px;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 4%;
  border: 1px solid #9bc4f2;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  background: white;

}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li {
  width: 30.57%;
  height: 45px;
  background-color: #f7f7f7;
}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li a h5 {
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li a .show-detail {
  margin-right: 12px;
  flex-shrink: 0;
}

.zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li a::before {
  content: "";
  display: block;
  width: 3px;
  height: 46%;
  background-color: #66a7f2;
  flex-shrink: 0;
  margin-right: 10px;
}

.zt-main .img-link-box .mod-content {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.zt-main .cjwd-box {
  padding: 40px 0;
  background: url(/zjg/xhtml/mslyfw/images/zfzt_cjwd_bg.png) no-repeat;
  background-size: 100% 100%;
}

.zt-main .cjwd-box .mod-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zt-main .cjwd-box .mod-content ul li {
  width: 31.52%;
  height: 160px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}

.zt-main .cjwd-box .mod-content ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.zt-main .cjwd-box .mod-content ul li a .tit {
  display: flex;
}

.zt-main .cjwd-box .mod-content ul li a .tit h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #383838;
}

.zt-main .cjwd-box .mod-content ul li a .tit::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(/zjg/xhtml/mslyfw/images/zfzt_cjwd_title_icon.png);
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}

.zt-main .cjwd-box .mod-content ul li a .show-detail {
  position: absolute;
  bottom: 19px;
  right: 20px;
}

.zt-main .cjwd-box .mod-content ul li a img {
  position: absolute;
  z-index: 0;
  bottom: -46px;
  left: 0;
}

.zt-main .cjwd-box .mod-content ul li:hover {
  box-shadow: 0px 3px 15px rgba(102, 167, 242, 0.5);
}

.zt-main .gzjd-box .mod-content {
  width: 100%;
  height: 120px;
  padding: 0 279px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/zjg/xhtml/mslyfw/images/zfzt_gzjd_bg.png);
  background-size: 100% 100%;
}

.zt-main .gzjd-box .mod-content .icon {
  flex-shrink: 0;
}

.zt-main .gzjd-box .mod-content .text {
  flex-shrink: 0;
}

.zt-main .gzjd-box .mod-content .button-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.zt-main .gzjd-box .mod-content .button-box a {
  width: 100px;
  height: 32px;
  display: block;
  background-color: #fef8ea;
  border-radius: 999px;
  font-size: 16px;
  line-height: 21.12px;
  color: #db7739;
  display: grid;
  place-items: center;
  transition: all 0.2s;
  cursor: pointer;
}

.zt-main .gzjd-box .mod-content .button-box a:hover {
  transform: scale(1.05);
}

.zt-main .gzjd-box .mod-content .button-box a:active {
  transform: scale(1);
}

/* 整体自适应 */
@media (max-width: 1280px) {
  .bsj-pageList ul li a {
    max-width: 70%;
  }
  .zt-main .gzjd-box .mod-content {
    height: 100px;
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 1200px) {
  .zt-main .gzjd-box .mod-content {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .zt-main .mod-title .hd {
    column-gap: 25px;
  }
  .zt-main .cjwd-box .mod-content ul li a {
    padding: 15px;
  }
}

@media (max-width: 431px) {
  .mod-box {
    padding: 0 5px;
  }
  .zt-main .content-box .zctz-box .mod-content .mod-content-item {
    width: 100%;
  }
  .zt-main .content-box .zctz-box .mod-content {
    gap: 20px;
  }
  .bsj-pageList ul li {
    width: 100%;
  }
  .mod-title .title {
    font-size: 16px;
    text-align: center;
  }
  .zt-main .bmdh-box .mod-content .bd .bd-item ul.padding-box li {
    width: 100%;
  }
  .zt-main .img-link-box .mod-content {
    flex-wrap: wrap;
  }
  .zt-main .cjwd-box {
    padding: 20px 0;
  }
  .zt-main .cjwd-box .mod-content ul li {
    width: 100%;
  }
  .zt-main .cjwd-box .mod-content ul {
    gap: 20px;
  }
  .zt-main .gzjd-box .mod-content {
    height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .zt-main .gzjd-box .mod-content .icon {
    width: 30px;
  }
  .zt-main .gzjd-box .mod-content .text {
    width: 160px;
  }
  .zt-main .gzjd-box .mod-content .button-box {
    gap: 12px;
  }
}

/* footer */
.footer-mode .module-box {
  box-sizing: content-box !important;
}

