body {
  color: #333;
  min-width: 1200px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0);
}
.njzd-top {
  width: 1200px;
  margin: 10px auto 10px;
  background: #f6f6f6;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.njzd-top-t {
  margin: 0 12px;
  padding: 12px 0 20px;
  height: 580px;
  border-bottom: 1px solid #dddddd;
}
.njzd-top-b {
  padding: 4px 20px 20px;
}
.njzd-top-tl {
  width: 320px;
  height: 554px;
  border: 1px solid #dddddd;
  padding: 12px;
  border-radius: 8px;
  background-color: #f9f9f9;
  float: left;
}
.njzd-top-tr {
  float: left;
  height: 580px;
  width: 830px;
  position: relative;
}

.njzd-top-base-search {
  background-color: #ececec;
  height: 34px;
}
.njzd-top-search-input {
  float: left;
  width: 246px;
  height: 34px;
}
.njzd-top-search-input input {
  padding: 6px 20px;
  width: 200px;
  height: 22px;
  border: none;
  background: none;
}
.njzd-top-search-clear {
  float: left;
  height: 24px;
  width: 39px;
  margin: 5px 0;
  border-left: 1px solid #30b26c;
  background: url(../images/search-clear.png) center center no-repeat;
  cursor: pointer;
}
.njzd-top-search-btn {
  float: left;
  height: 34px;
  width: 34px;
  background: #30b26c url(../images/search.png) center center no-repeat;
  cursor: pointer;
}
.njzd-top-base-list {
  height: 442px;
  overflow-y: auto;
}
.njzd-top-base-item {
  height: 66px;
  padding-right: 106px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #22954a;
  text-align: justify;
}
.njzd-top-base-list .njzd-top-base-item:last-child {
  padding-bottom: none;
}
.njzd-top-base-item .njzd-top-base-img {
  height: 64px;
  width: 92px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.njzd-top-base-item .njzd-top-base-img:hover {
  transform: translateY(-6px);
}
.njzd-top-base-item .njzd-top-base-img img {
  height: 100%;
  width: 97%;
  object-fit: cover;
}
.njzd-top-base-item h6 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  margin-bottom: 6px;
  padding-left: 16px;
  position: relative;
}
.njzd-top-base-item h6::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.njzd-top-base-item h6::before {
  background-color: #f55c09;
}
.njzd-top-base-item p {
  font-size: 12px;
  padding-left: 16px;
  height: 42px;
  color: #666666;
  overflow: hidden;
  line-height: 21px;
}
.njzd-top-tl .pagination {
  text-align: center;
}
.njzd-top-tl .layui-laypage a,
.njzd-top-tl .layui-laypage span {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  color: #333;
  font-size: 12px;
}
.njzd-top-tl .layui-laypage .layui-laypage-prev,
.njzd-top-tl .layui-laypage .layui-laypage-next {
  background-color: #fff;
  margin: 0 6px;
  vertical-align: top;
}
.njzd-top-tl .layui-laypage-next em,
.njzd-top-tl .layui-laypage-prev em {
  font-family: "Courier New", Courier, monospace;
}
.njzd-top-tl .layui-form-select .layui-edge {
  border-top-color: #009348;
}
.njzd-top-tl .layui-form {
  height: 76px;
  margin: 3px 0 10px;
}
.njzd-top-tl .choose-item {
  width: 156px;
  float: left;
}
.njzd-top-tl .choose-item:nth-child(1),
.njzd-top-tl .choose-item:nth-child(3) {
  margin-right: 8px;
}
.njzd-top-tl .choose-item:nth-child(1),
.njzd-top-tl .choose-item:nth-child(2) {
  margin-bottom: 8px;
  margin-top: 12px;
}
.njzd-top-tl .layui-input {
  line-height: 28px;
  height: 28px;
  background-color: #f6f6f6;
}
.njzd-top-b-hd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}
.njzd-top-b-hd h6 {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #13924b;
}
.njzd-top-b-ft {
  height: 220px;
}
#njzdMap {
  height: 100%;
  width: 100%;
}
.map-info {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -200px;
  width: 398px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dddddd;
  background-color: #f6f6f6;
  display: none;
}
.map-info-hd {
  line-height: 34px;
  height: 34px;
  background-color: #13924b;
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.map-info-hd h6 {
  font-size: 16px;
}
.map-info-hd i {
  position: absolute;
  top: 0;
  right: 0;
  font-style: normal;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  cursor: pointer;
}
.map-info-ft {
  padding: 8px 12px;
}
.map-info-list {
  height: 100%;
  width: 100%;
}
.map-info-item {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
}
.map-info-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #13924b;
}
.map-info-item a {
  display: block;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin: 8px 0;
}

.layui-form-select dl {
  top: 27px;
}
