a {
    display: inline-block;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
}
/* kczt-main */
.kczt-main {
    height: 100vh;
    min-width: 1366px;
    background-color: #e4edf9;
}
/* top-container */
.top-container {
    position: relative;
    height: 100px;
    font-size: 14px;
    background-image: url(../images/kczt/logobg.png);
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: left 50% top;
}
.clock {
    position: absolute;
    top: 7px;
    left: 16px;
    color: #fff;
}

.user-info {
    position: absolute;
    top: 7px;
    right: 24px;
    color: #fff;
}

.user-name {
    margin-right: 6px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    /* padding-bottom: 20px; */
}
.logo1 {
    /* width: 300px; */
}
.logo2 {
    /* width: 100px; */
    margin-top: -10px;
}
.kczt-nav-container {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 70px;
    font-size: 14px;
}

.nav-left, .nav-right {
    width: 28%;
}
.nav-left {
    /* justify-content: end; */
}

.nav-item a {
    width: 153px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 0 18px;
    background-image: url(../images/kczt/zhitu_bt2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #1537bf;
    transition: all .3s;
}
.nav-item.is-active a,
.nav-item a:hover {
    font-weight: bold;
    background-image: url(../images/kczt/zhitu_bt1.png);
    color: #ffffff;
}
/* content */
.body-container {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 20px;
    overflow: hidden;
    /* padding-top: 0; */
}
.left-body {
    width: 260px;
    height: 100%;
    background-color: transparent;
}
.center-body {
    width: calc(100% - 260px - 380px - 36px);
    height: 100%;
    border: 1px solid #b8cdf3;
    /* background-color: #fff; */
}
.right-body {
    width: 380px;
    height: 100%;
    border: 1px solid #b8cdf3;
    border-top-left-radius: 50px;
    background-color: #fff;
}
/* center */
#map-canvas {
    height: 100%;
    fill: #000000;
}
/* left */
.left-content {
    display: none;
    height: 100%;
    font-size: 16px;
    color: #666;
}
.left-list {
    height: 100%;
    /* overflow-y: scroll; */
}
.left-list-item {
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 13px;
    padding-left: 92px;
    font-weight: bold;
    background-image: url(../images/kczt/a1366.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all .5s;
    color: #4a7ec6;
    cursor: pointer;
}
.left-list-item::before {
    content: "";
    position: absolute;
    left: 50px;
    top: 50%;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s;
}
.left-list-item:nth-child(1):before {
    background-image: url(../images/kczt/zhitu_a1.png);
}
.left-list-item:nth-child(2):before {
    background-image: url(../images/kczt/zhitu_a2.png);
}
.left-list-item:nth-child(3):before {
    background-image: url(../images/kczt/zhitu_a3.png);
}
.left-list-item:nth-child(4):before {
    background-image: url(../images/kczt/zhitu_a4.png);
}
.left-list-item:nth-child(5):before {
    background-image: url(../images/kczt/zhitu_a5.png);
}
.left-list-item:nth-child(6):before {
    background-image: url(../images/kczt/zhitu_a6.png);
}
.left-list-item:nth-child(7):before {
    background-image: url(../images/kczt/zhitu_a7.png);
}
.left-list-item:nth-child(8):before {
    background-image: url(../images/kczt/zhitu_a8.png);
}
.left-list-item:hover,
.left-list-item.is-active {
    background-image: url(../images/kczt/b1366.png);
    color: #fff;
}

.left-list-item:nth-child(1):hover:before,
.left-list-item.is-active:nth-child(1):before {
    background-image: url(../images/kczt/zhitu_b1.png);
}
.left-list-item:nth-child(2):hover:before,
.left-list-item.is-active:nth-child(2):before {
    background-image: url(../images/kczt/zhitu_b2.png);
}
.left-list-item:nth-child(3):hover:before,
.left-list-item.is-active:nth-child(3):before {
    background-image: url(../images/kczt/zhitu_b3.png);
}
.left-list-item:nth-child(4):hover:before,
.left-list-item.is-active:nth-child(4):before {
    background-image: url(../images/kczt/zhitu_b4.png);
}
.left-list-item:nth-child(5):hover:before,
.left-list-item.is-active:nth-child(5):before {
    background-image: url(../images/kczt/zhitu_b5.png);
}
.left-list-item:nth-child(6):hover:before,
.left-list-item.is-active:nth-child(6):before {
    background-image: url(../images/kczt/zhitu_b6.png);
}
.left-list-item:nth-child(7):hover:before,
.left-list-item.is-active:nth-child(7):before {
    background-image: url(../images/kczt/zhitu_b7.png);
}
.left-list-item:nth-child(8):hover:before,
.left-list-item.is-active:nth-child(8):before {
    background-image: url(../images/kczt/zhitu_b8.png);
}

.child-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    /* max-height: 350px; */
    /* overflow-y: auto; */
    padding: 13px;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1), -4px -4px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

.left-list-item:hover > .first-child {
    display: block;
}
.first-child > .child-list-item:hover > .second-child {
    display: block;
}
.second-child > .child-list-item:hover > .third-child {
    display: block;
}
.third-child > .child-list-item:hover > .fourth-child {
    display: block;
}

/* 四级菜单样式区分 */
.first-child,
.second-child,
.third-child,
.fourth-child {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 180px;
    max-width: 320px;
    background-color: #fff;
    z-index: 10000;
}
.second-child {
    background-color: #f7faff;
    z-index: 10001;
}
.third-child {
    background-color: #f0f6ff;
    z-index: 10002;
}
.fourth-child {
    background-color: #eaf3ff;
    z-index: 10003;
}

.child-list-item {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 14px;
    border: 1px dashed #d3e0f7;
    border-radius: 4px;
    background-image: linear-gradient(#fff, #f4f8fd);
    transition: all .3s;
    cursor: pointer;
    color: #666;
    font-size: 15px;
    min-width: 120px;
    max-width: 100%;
    white-space: nowrap;
}
.child-list-item:last-child {
    margin-bottom: 0;
}
.child-list-item:hover,
.child-list-item.is-active {
    border: 1px solid #b8cdf3;
    background-image: linear-gradient(#e4edf9, #dce8f8);
    color: #1d4de7;
}
.child-list-item:hover::after,
.child-list-item.is-active::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 13px;
    background-image: url(../images/kczt/liantu_bt4.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .3s;
}

/* right */
.right-content {
    height: calc(100% - 42px);
}
.content {
    flex: 1;
    height: 100%;
    padding: 8px 0;
    overflow: hidden;
}
.kczt-search {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 38px;
    margin-bottom: 7px;
    padding: 0 10px;
}
.search-left {
    width: calc(100% - 106px);
    height: 38px;
    padding-left: 18px;
    border: 1px solid #c5dcff;
    background-color: #eff4fb;
    border-radius: 4px;
}
.search-input {
    width: calc(100% - 40px);
    font-size: 16px;
}
.search-icon {
    background-image: url(../images/kczt/zhitu_ss.png);
}
.search-text {
    width: 96px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background-color: transparent;
    background-image: linear-gradient(#1b8cfc, #0f6ae8);
}
.search-btn {
    position: relative;
    font-size: 16px;
}
.search-btn::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 11px;
    width: 14px;
    height: 14px;
    background-image: url(../images/kczt/zhitu_ss1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.search-btn::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 11px;
    width: 14px;
    height: 14px;
    background-image: url(../images/kczt/zhitu_ss2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* filter form */
.search-filter {
    position: absolute;
    top: 40px;
    right: 10px;
    width: 90%;
    padding: 10px 20px;
    border: 1px solid #367dfc;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    background-color: #fff;
    color: #1c4ba0;
    overflow: hidden;
    transition: all .5s;
}
.search-filter.none {
    height: 604px;
}
.filter-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bfc8d1;
    font-size: 18px;
    font-weight: bold;
}
.filter-form {
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    margin-bottom: 12px;
    font-size: 12px;
}
.form-group label {
    display: inline-block;
    font-size: 12px;
    width: 66px; /* 设置label的宽度 */
    margin-right: 10px; /* 与输入框之间的间距 */
}
.form-group select,
.form-group input[type="text"],
.form-group input[type="date"] {
    height: 34px;
    border: 1px solid #cccccc;
    flex-grow: 1;  /* 使输入框自适应剩余空间 */
    padding: 8px;
    font-size: 12px;
    box-sizing: border-box;
    color: #555555;
}
.form-actions {
    font-size: 16px;
    margin-top: 12px;
    text-align: right;
}
.form-actions button {
    padding: 5px 16px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
}
.search-form-reset {
    border: 1px solid #347bfc;
    color: #347bfc;
    background-color: #fff;
}
.search-form-reset:hover,
.search-form-submit {
    border: 1px solid #347bfc;
    color: #fff;
    background-color: #347bfc;
}
/* right-list */
.right-title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 42px;
    background-image: url(../images/kczt/zt1366.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.right-list-container {
    height: calc(100% - 38px - 7px);
    /* height: calc(100% - 7px); */
    overflow: hidden;
}
#right-list {
    height: calc(100% - 44px);
    padding: 0px 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.right-list .right-item {
    position: relative;
    /* height: 72px; */
    padding: 10px 0;
    border-bottom: 1px solid #dfe9fa;
    transition: all .5s;
    z-index: 1;
    cursor: pointer;
}
.right-list .right-item a {
    display: inline;
}
.right-list .right-item:last-child {
    border-bottom: none;
}
.right-list .right-item.is-active .item-title,
.right-list .right-item:hover .item-title {
    color: #4a7ec6;
}
.right-list .right-item.is-active::after,
.right-list .right-item:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 115%;
    height: 100%;
    transform: translateX(-5%);
    background-color: #edf2fc;
    z-index: -1;
    transition: all .5s;
}
.item-title {
    position: relative;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}
.item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 21px;
    background-image: url(../images/kczt/zhitu_btn.png);
    background-repeat: no-repeat;
    background-position: center;
}
.item-tags {
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    margin-top: 6px;
}
.item-tags .tags {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px;
    border-radius: 4px;
}
.tags:nth-child(1) {
    background-color: #d7defa;
    color: #1537bf;
}
.tags:nth-child(2) {
    background-color: #ceefd7;
    color: #28773e;
}
.tags:nth-child(3) {
    background-color: #c7e2fd;
    color: #0769c2;
}
.tags:nth-child(4) {
    background-color: #fdf4d9;
    color: #f57b0c;
}
.tags:nth-child(5) {
    background-color: #d1fcf9;
    color: #0ba296;
}

#cmspage {
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding-left: 8px;
    color: #ccc;
}
#cmspage a {
    border: none;
    transition: all .3s;
}
#cmspage a:hover {
    background-color: #1d4de7;
}
.layui-laypage {
    margin: 5px 0;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 4px;
    border: none;
    background-color: #fff;
    color: #333;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent;
}
.layui-laypage .layui-laypage-curr em {
    font-weight: 700;
    color: #0769c2;
}

/* 地图弹窗 */
/* 弹窗内容 */
.tdt-container a.tdt-infowindow-close-button {
    font-size: 28px !important;
    font-weight: normal !important;
    top: 13px !important;
    right: 30px !important;
    z-index: 2;
    transition: all .3s;
}
.modal {
    background: white;
    width: 600px;
    position: relative;
    color: #333333;
    overflow: hidden;
  }

  /* 弹窗内容的各个部分 */
  .modal-header, .modal-body, .modal-footer {
    padding: 16px 6px;
  }

  .modal-header {
    padding-top: 3px;
    padding-bottom: 13px;
    font-size: 16px;
    border-bottom: 1px solid #dce3f3;
  }

  .modal-body div {
    line-height: 25px;
    font-size: 16px;
    color: #333333;
  }

  .modal-body .flex {
    margin-bottom: 10px;
  }

  .modal-body .label {
    width: 48px;
  }
  .modal-body .value {
    width: calc(100% - 48px);
    color: #666666;
  }

  .modal-body .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .modal-body .title a {
    color: #333333;
    transition: all .3s;
  }
  .modal-body .title a:hover {
    color: #007bff;
  }

  .modal-body .tags {
    display: inline-block;
    line-height: 1.5;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 5px;
  }

  /* 链接样式 */
  .modal a {
    color: #007bff;
    text-decoration: none;
  }

  .modal-footer {
    padding: 6px 0;
    text-align: center;
  }

  .modal .modal-info {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    padding-left: 15px;
    border-radius: 6px;
    background-color: #1780f5;
    color: #ffffff;
    transition: all .3s;
  }
  .modal .modal-info:hover {
    background-color: rgba(23, 128, 245, .8);
  }
  .modal .modal-info::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background-image: url(../images/kczt/ss.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .modal .modal-info::after {
    content: "";
    position: absolute;
  }