/* 33618页面样式文件 */

.cydt-main {
  background: url(cydtnew-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
/* 标题样式 */
.cydt-header {
  text-align: center;
  margin-bottom: 28px;
  margin-bottom: 0.28rem;
}
.cydt-header img {
  width: 100%;
}

/* 主内容区域 */
.main-container {
  display: flex;
  gap: 10px;
  gap: 0.1rem;
  padding: 0 14px 32px 12px;
  padding: 0 0.14rem 0.32rem 0.12rem;
  justify-content: space-between;
  align-items: flex-start;
}
.main-container * {
  box-sizing: border-box;
}

/* 左侧面板 */
.left-panel {
  width: 300px;
  width: 3rem;
  width: 16%;
  min-width: 250px;
  min-width: 2.5rem;
  flex-shrink: 0;
}
.left-list {
  margin-bottom: 12px;
  margin-bottom: 0.12rem;
  background-color: #ffffff;
  box-shadow: 2px 2px 4px 0px rgba(21, 88, 199, 0.14);
  box-shadow: 0.02rem 0.02rem 0.04rem 0rem rgba(21, 88, 199, 0.14);
  border-radius: 10px 0px 10px 0px;
  border-radius: 0.1rem 0rem 0.1rem 0rem;
}

.left-title {
  width: 100%;
  height: 52px;
  height: 0.52rem;
  padding: 12px 3%;
  padding: 0.12rem 4%;
  font-size: 20px;
  font-size: 0.2rem;
  font-weight: bold;
  color: #0742a2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(cydt-titbg1.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: 4px;
  margin-bottom: 0.04rem;
  white-space: nowrap;
}

.left-list.active .left-title {
  background: url(cydt-titbg1-hover.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
  font-size: 0.22rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 97, 160, 0.34);
  text-shadow: 0.02rem 0.02rem 0.02rem rgba(0, 97, 160, 0.34);
}

.left-title::after {
  content: "";
  width: 20px;
  width: 0.2rem;
  height: 20px;
  height: 0.2rem;
  background: url(cydt-plus.png) center center no-repeat;
  background-size: 100% auto;
  margin-left: 1%;
}

.left-list.active .left-title::after {
  background-image: url(cydt-minus.png);
}

.left-list .box {
  display: none;
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
  max-height: 480px;
  max-height: 4.8rem;
  overflow-y: auto;
}

.left-item {
  cursor: pointer;
  margin: 0 4%;
  padding: 12px 4% 12px 30px;
  padding: 0.12rem 4% 0.12rem 0.3rem;
  font-size: 18px;
  font-size: 0.18rem;
  line-height: 26px;
  line-height: 0.26rem;
  color: #07477f;
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 0.01rem solid #e8e8e8;
  position: relative;
}
.left-item:last-child {
  border-bottom: none;
}

.left-item:hover,
.left-item.active {
  color: #0073bb;
  font-weight: bold;
}

.left-item::before {
  content: "•";
  position: absolute;
  left: 12px;
  left: 0.12rem;
  color: #1890ff;
}

/* 中间地图区域 */
.center-panel {
  flex: 1;
  position: relative;
}

.map-title {
  position: absolute;
  z-index: 2;
  top: 0.1rem;
  left: 6%;
  font-size: 32px;
  font-size: 0.32rem;
  color: #0742a2;
  font-weight: bold;
  text-align: center;
}

#map-container {
  width: 100%;
  height: 820px;
  height: 8.2rem;
}

#zcmap-container {
  position: absolute;
  left: 10%;
  top: 0.9rem;
  width: 32%;
  height: 34%;
  font-size: 14px;
  font-size: 0.14rem;
  z-index: 2;
}
#zcmap-container.xxcy {
  width: 20%;
  left: 23%;
}
.map-jiantou {
  position: absolute;
  left: 29%;
  top: 3.7rem;
  width: 0.34rem;
  z-index: 3;
}
.map-jiantou.xxcy {
  left: 50%;
  margin-left: -2.1rem;
}
.center-tip {
  text-align: center;
  border-radius: 6px;
  background-color: #d1e7fd;
  width: 185px;
  width: 1.85rem;
  position: relative;
}
.center-tip-title {
  font-size: 21px;
  font-size: 0.21rem;
  color: #fff;
  line-height: 33px;
  line-height: 0.33rem;
  background: url(cydt-center-titbg1.png) center center no-repeat;
  background-size: 100% 100%;
}
.center-tip-content {
  font-size: 20px;
  font-size: 0.2rem;
  color: #2078e3;
  line-height: 0.3rem;
  padding: 10px 0;
  padding: 0.1rem 0;
}
.center-tip-arrow {
  text-align: center;
  position: absolute;
  bottom: -0.12rem;
  width: 100%;
  height: 0.12rem;
}
.center-tip-arrow img {
  vertical-align: top;
}
.center-tip2 {
  text-align: center;
  position: relative;
}
.center-tip-title2 {
  font-size: 16px;
  font-size: 0.16rem;
  color: #fff;
  line-height: 36px;
  line-height: 0.36rem;
  background-color: #8bcdff;
  padding: 0 10px;
  padding: 0 0.1rem;
  font-weight: bold;
  border-radius: 0.06rem;
  text-shadow: 0.02rem 0.02rem 0.02rem rgba(0, 97, 160, 0.7);
}

/* 右侧面板 */
.right-panel {
  margin-top: -10px;
  margin-bottom: -0.1rem;
  width: 564px;
  width: 5.64rem;
  width: 30%;
  min-width: 480px;
  min-width: 4.8rem;
  flex-shrink: 0;
  padding: 14px 1%;
  padding: 0.14rem 1%;
  border-radius: 10px;
  border-radius: 0.1rem;
  border: solid 1px #ffffff;
  border: solid 0.01rem #ffffff;
  background: rgba(255, 255, 255, 0.21);
}

.right-header {
  display: flex;
  margin-bottom: 36px;
  margin-bottom: 0.36rem;
}

.right-header-item {
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-size: 0.28rem;
  line-height: 60px;
  line-height: 0.6rem;
  color: #2269f9;
  background: url(cydt-titbg2.png);
  background-size: 100% 100%;
}
.right-header-item:last-child {
  margin-left: 20px;
  margin-left: 0.2rem;
}
.right-header-item.active {
  background-image: url(cydt-titbg2-hover.png);
  color: #fff;
}
.right-header-item.national::before {
  display: inline-block;
  content: " ";
  width: 12px;
  width: 0.12rem;
  height: 12px;
  height: 0.12rem;
  background: #da0000;
  border-radius: 50%;
  margin-right: 10px;
  margin-right: 0.1rem;
}
.right-header-item.municipal::before {
  display: inline-block;
  content: " ";
  width: 12px;
  width: 0.12rem;
  height: 12px;
  height: 0.12rem;
  background: #ffbb5a;
  border-radius: 50%;
  margin-right: 14px;
  margin-right: 0.14rem;
}

.right-content {
  position: relative;
  overflow: hidden;
}

/* .right-content::-webkit-scrollbar {
  width: 6px;
  width: 0.06rem;
}

.right-content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
  border-radius: 0.03rem;
}

.right-content::-webkit-scrollbar-thumb {
  background: #98d7ff;
  border-radius: 3px;
  border-radius: 0.03rem;
} */
.right-content .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.right-content .swiper-slide > div {
  flex: 1;
  min-width: 0;
}
.right-content .swiper-slide > div + div {
  margin-left: 10px;
  margin-left: 0.1rem;
}
.right-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.right-list > div {
  flex: 1;
  min-width: 0;
}
.right-list > div + div {
  margin-left: 10px;
  margin-left: 0.1rem;
}
.right-item {
  background-color: #d2e9ff;
  border-radius: 8px;
  border-radius: 0.08rem;
  padding: 0 0 16px;
  padding: 0 0 0.16rem;
  margin-bottom: 10px;
  margin-bottom: 0.1rem;
  text-align: center;
}

.right-item-header {
  display: inline-block;
  font-size: 22px;
  font-size: 0.22rem;
  margin-bottom: 6px;
  margin-bottom: 0.06rem;
  max-width: 100%;
  width: 1.98rem;
  width: 100%;
  height: 43px;
  height: 0.43rem;
  line-height: 36px;
  line-height: 0.36rem;
  background: url(cydt-titbg3.png);
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
}

.right-item-content {
  font-size: 16px;
  font-size: 0.16rem;
  line-height: 26px;
  line-height: 0.26rem;
  color: #2078e3;
}

.right-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.right-page .num {
  width: auto;
  font-size: 16px;
  color: #2078e3;
  margin: 0 5px;
  margin: 0 0.05rem;
}
.right-page .btn {
  cursor: pointer;
}

.right-page .btn img.cur,
.right-page .btn:hover img {
  display: none;
}
.right-page .btn:hover img.cur {
  display: block;
}

.center-panel2 {
  flex: 1;
  padding: 0 1%;
  min-height: 820px;
  min-height: 8.2rem;
  display: flex;
  align-items: center;
}
.center-panel2 img {
  width: 100%;
}
.right-panel2 {
  width: 30%;
  min-width: 480px;
  min-width: 4.8rem;
  flex-shrink: 0;
  padding: 14px 1%;
  padding: 0.14rem 1%;
  border-radius: 10px;
  border-radius: 0.1rem;
  border: solid 1px #ffffff;
  border: solid 0.01rem #ffffff;
  background: rgba(255, 255, 255, 0.21);
}
.right-panel2 .tit {
  font-size: 28px;
  font-size: 0.28rem;
  color: #22a6f9;
  font-weight: bold;
}
.right-panel2 .list {
  margin-top: 20px;
  margin-top: 0.2rem;
  line-height: 30px;
  line-height: 0.3rem;
  padding: 20px;
  padding: 0.2rem;
  background: #d2e9ff;
  border-radius: 8px;
  border-radius: 0.08rem;
}
.right-panel2 .list span {
  font-size: 21px;
  font-size: 0.21rem;
  vertical-align: middle;
  color: #2078e3;
}
.right-panel2 .list i {
  display: inline-block;
  width: 10px;
  height: 10px;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin-right: 20px;
  margin-right: 0.2rem;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cydt-header img {
    height: 0.8rem;
    object-fit: cover;
  }
  .main-container {
    display: block;
  }
  /* .center-panel {
    display: none !important;
  } */
  #zcmap-container.xxcy {
    width: 32%;
    left: 10%;
  }
  .map-jiantou.xxcy {
    left: 29%;
    margin: 0;
  }
  .left-panel,
  .right-panel {
    width: 100%;
  }
  .right-panel {
    margin-top: 0;
  }
  .left-list {
    border-radius: 0.2rem 0 0.2rem 0;
  }
  .left-title {
    font-size: 0.32rem;
    padding: 0.12rem 4%;
    height: auto;
    border-radius: 0.2rem 0 0.2rem 0;
  }
  .left-title:hover,
  .left-list.active .left-title {
    font-size: 0.32rem;
  }
  .left-item {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .left-item::before {
    left: 0.05rem;
  }

  .center-tip {
    width: 2.4rem;
  }
  .center-tip-title {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .center-tip-title2 {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .center-tip-content {
    font-size: 0.24rem;
  }
  .right-header {
    margin-bottom: 0.2rem;
  }
  .right-header-item {
    font-size: 0.32rem;
    line-height: 0.7rem;
  }
  .right-content {
    font-size: 0;
    max-height: initial;
    margin: 0;
    padding: 0;
  }
  .right-item-header {
    font-size: 0.32rem;
    /* width: 95%; */
    height: 0.7rem;
    line-height: 0.52rem;
  }
  .right-item-content {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }

  .center-panel2 {
    height: auto;
    min-height: initial;
  }
  .right-panel2 {
    width: 100%;
  }
  .right-panel2 .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 0.42rem;
  }
  .right-panel2 .list p {
    width: 48%;
  }
  .right-panel2 .list i {
    margin-right: 0.14rem;
  }
  .right-panel2 .list span {
    font-size: 0.28rem;
  }
}
