.header {
  width: 100%;
  position: relative;
background-image: url(../images/header.png);
}
.header-hd {
  width: 100%;
}
.header-hd img {
  width: 100%;
}
.head_img {
  position: absolute;
  width: 100%;
left: 0;
}
.header-logo {
  position: absolute;
  top: 5px;
  width: 200px;
  left: 10%;
}
.header-nav {
  margin-top: -50px;
}
.header-nav ul {
  list-style: none;
}
.header-nav ul li {
  float: left;
  width: 10%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-nav ul li a {
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 99, 184, 1);
}
.header-nav ul li a:hover {
  color: #8b1906;
}
.side-title1 {
    font-size: 18px;
}
.sdbf {
  margin-top: -7px;

  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* height: 800px; 修改*/
}
.sbnav {
  padding-top: 28px;
}
.sbnav ul li {
  float: left;
  margin-right: 15px;
  top: 261px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  opacity: 1;
  border-radius: 100px;
  background: rgba(134, 225, 252, 1);
}
.active {
  background: rgba(2, 165, 214, 1) !important;
}
.sbnav ul li a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26.4px;
  color: rgba(255, 255, 255, 1);
}
.zcdt {
  margin-top: 180px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border: 1px solid #99caff;
  box-shadow: -2px -11px 28px rgba(173, 154, 216, 0.2);
}
.zcdt-header {
  display: flex;
  padding: 25px;
  justify-content: space-between;
}
.zcdt-title a {
  font-size: 1.5rem;
  font-weight: 700;
  color: #02a5d6;
  padding-bottom: 3px;
  border-bottom: 3px solid #9ee8ff;
}
.gengduo a {
  font-size: 14px;
  color: rgba(166, 166, 166, 1);
}
.zcdt-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.zcdt-side {
  width: 49%;
  padding: 22px;
  background: rgba(245, 245, 245, 1);
  box-sizing: border-box;
  position: relative;
  height:122px;
}
.zcdt-side .side-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zcdt-side .side-title a {
  font-size: 18px;
  color: rgba(56, 56, 56, 1);
}
.zcdt-side .side-time {
  font-size: 16px;
  color: rgba(194, 194, 194, 1);
  margin-top: 27px;
    position: absolute;
    bottom: 15px
}
.zcdt-side:after {
  content: "";
  background-image: url(../images/book.png);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: inline-block;
}
.zdzfxx-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0 20px 20px;
}
.zdzfxx-side {
  width: 48.5%;
  border-radius: 20px 0px 20px 0px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(141, 224, 204, 1);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  display: flex;
  padding: 20px 0;
  box-sizing: border-box;
}
.side-left {
  width: 20%;
  text-align: center;
  position: relative;
}
.side-left .ri {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 43.44px;
  color: #02a5d6;
}
.side-left .nianyue {
  font-size: 16px;
  font-weight: 700;
  color:#02a5d6;
}
.side-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 2px;
  height: 69px;
  background-color: rgba(204, 204, 204, 1);
}
.side-right {
  padding: 0 20px;
  line-height: 60px;
  color: rgba(56, 56, 56, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* tab切换 */
.shbx {
  background-image: url("../images/xqjyBg.png");
  padding-bottom: 40px;
}
.zcfg {
  padding: 20px;
}
.zcfg__title li {
  float: left;
 margin-right: 15px;

}
.zcfg__title li a {
  font-size: 24px;
  font-weight: 700;
  color: rgba(166, 166, 166, 1);
}

.zcfg__title li.hover a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 31.68px;
  color: rgba(2, 165, 214, 1);
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 3px solid rgba(158, 232, 255, 1);
}
.zcfg__content {
  margin-top: 20px;
}
.zcfg__content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.zcfg__content ul li {
  line-height: 55px;
  width: 48%;
  color: #333333;
  position: relative;
  border-bottom: 1px solid rgba(227, 227, 227, 1);
  padding-bottom: 15px;
}
.zcfg__content ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  opacity: 1;
  background: rgba(191, 202, 211, 1);
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}
.zcfg__content ul li a {
  color: rgba(51, 51, 51, 1);
  font-size: 1.125em;
  display: block;
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
}
.zcfg__content ul li span {
  font-size: 1.15rem;
  position: absolute;
  color: rgba(153, 153, 153, 1);
  right: 2px;
  top: 0px;
}
.cjwt-main {
  padding: 0 20px 20px;
}
.cjwt .cjwt-side {
  padding: 20px;
  background: rgba(247, 247, 247, 1);
  margin-bottom: 20px;
}
.cjwt .side-title a {
  font-size: 18px;
  color: rgba(2, 165, 214, 1);
}
.cjwt .side-content {
  font-size: 16px;
  margin-top: 13px;
  color: rgba(56, 56, 56, 1);
}
.bmdh-box {
  background-image: url(../images/bmdhbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 40px;
    z-index: 99;
    position: relative;
}
.bmdh_title ul {
  padding: 0 20px 20px;
}
.bmdh_title ul li {
  width: 18.6%;
  float: left;
  height: 139px;
  margin-right: 1.65%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(141, 224, 204, 1);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  font-size: 18px;
}
.bmdh_title ul li:nth-child(5) {
  margin-right: 0px;
}
.bmdh_title ul li a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: rgba(2, 165, 214, 1);
}
.bmdh_title ul li a img {
  display: inline-block;
  margin: 32px auto 5px;
  width: 48px;
  height: 48px;
}
.side-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.hover1 {
  background: rgba(2, 165, 214, 1) !important;
}
.hover1 a {
  color: rgba(255, 255, 255, 1) !important;
}
.bmdh_content {
  margin: 0 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(171, 214, 255, 1);
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.05);
  padding: 5px 20px 20px;
}
.bmdh_content .bmdh_side {
  width: 32%;
  display: flex;
  justify-content: space-between;
  height: 45px;
  opacity: 1;
  background: rgba(247, 247, 247, 1);
  box-sizing: border-box;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-top: 15px;
}
.bmdh_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.chakan a {
  color: rgba(20, 135, 184, 1);
}
.bmdh_side::before {
  content: "";
  width: 3px;
  height: 22px;
  background-color: rgba(115, 199, 235, 1);
  position: absolute;
  top: 28%;
  left: 0;
}
.gzjd-box {
  height: 115px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.zt-container {
  background-image: url(../images/gzjd.png);
  background-size: 100% 100%;
  height: 115px;
}
.mod-content {
  display: flex;
  padding: 27px 15%;
  align-items: center;
}
.mod-content .icon {
  flex-shrink: 0;
}

.mod-content .text {
  flex-shrink: 0;
}
.button-box {
  display: flex;
  margin-left: 30px;
}
.button-box a {
  width: 100px;
  height: 32px;
  display: block;
  background-color: rgba(250, 253, 255, 1);
  border-radius: 999px;
  font-size: 16px;
  color: rgba(64, 168, 245, 1);
  text-align: center;
  cursor: pointer;
  margin-left: 30px;
  line-height: 32px;
}
.icon {
  width: 56px;
  height: 56px;
}
.icon img {
  display: block;
}
.text {
  width: 200px;
  height: 65px;
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .zcdt-side {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .zdzfxx-main {
    flex-direction: column;
  }
  .zdzfxx-side {
    width: 100%;
  }
  .mod-content {
    padding: 27px 8%;
  }
  .button-box {
    margin-left: 0;
  }
  .text {
    margin-left: 20px;
  }
  .zcfg__content ul li a {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .zcdt-side {
    width: 31%;
  }
  .mod-content {
    display: flex;
    padding: 10px 4%;
  }
  .button-box {
    margin-left: 0;
  }
  .button-box a {
    margin-left: 10px;
  }
  .zcfg__content ul li a {
    width: 60%;
  }
  .bmdh_side .side-title {
    width: 64%;
  }
  .bmdh_body {
    flex-direction: column;
  }
  .bmdh_body .bmdh_side {
    width: 100%;
  }
  .zcdt-main {
    flex-direction: column;
  }
  .zcdt-side {
    width: 100%;
  }
  .sdbf {
    background-size: contain;
  }
  .shbx {
    margin-top: 0;
  }
  .zcfg__content ul {
    flex-direction: column;
  }
  .zcfg__content ul li {
    width: 100%;
  }
  .bmdh_title ul li {
    width: 30%;
  }
}
@media (max-width: 680px) {
  .sbnav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mod-content {
    flex-wrap: wrap;
    padding: 11px 20%;
  }
  .zcdt-side .side-time {
    font-size: 14px;
  }
  .zcdt {
    margin-top: 141px;
  }
  .sbnav {
    padding-top: 13px;
  }
}
@media (max-width: 480px) and (min-width: 320px) {
  .sbnav ul li {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .text {
    margin-left: 15px;
  }
  .mod-content {
    display: flex;
    padding: 10px 2%;
  }
  .zcdt-side .side-time {
    font-size: 12px;
    overflow: hidden;
    white-space: nowarp;
    text-overflow: ellipsis;
  }
.side-left {
    width: 38%;}
  .sbnav {
    padding-top: 125px;
  }
  .zcdt {
    margin-top: 43px;
  }
}

