@font-face {
  font-family: myfont;
  src: url(../fonts/SourceHanSansCN-Medium.otf);
}
::-webkit-scrollbar {
  width: 0px;
  /* 竖向滚动条宽度 */
  height: 0px;
  /* 横向滚动条高度 */
}
::-webkit-scrollbar-thumb {
  background: #9c9c9c;
  /* 横向滑块颜色 */
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background: #272d45;
  padding-left: 2%;
  padding-right: 2.6%;
}
.heard-title {
  font-size: 0.5625rem;
  color: #4EDE97;
  text-align: center;
  font-family: myfont;
  margin-bottom: 0.175rem;
  margin-left: 0.5%;
}
.header-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-item {
  white-space: nowrap;
  background: url(../imge/b1.png) no-repeat left top;
  background-size: 100% 100%;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-item span {
  font-size: 0.4375rem;
  color: #fff;
  padding: 0.5rem 0;
  margin-left: 16%;
  margin-right: -4%;
}
.center-box {
  width: 100%;
  height: 6.7125rem;
  display: flex;
}
.center-box-bar {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.center-box-left {
  height: 49%;
  width: 100%;
  background: url(../imge/b2.png) no-repeat left top;
  background-size: 100% 100%;
  display: flex;
}
.flexdirnox {
  display: flex;
  flex-direction: column;
}
.public-title {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
}
.public-title-circle {
  width: 5px;
  height: 5px;
  background: #98F8A5;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 0.25rem;
}
.public-title-content {
  font-size: 0.225rem;
  font-weight: 500;
  color: #C9C9C9;
}
.pubzbcontent {
  flex: 1;
  font-size: 0.225rem;
  color: #C9C9C9;
  padding: 0 0.4875rem 0 0.275rem;
  line-height: 181%;
  overflow-y: scroll;
  text-align: justify;
  margin-bottom: 4%;
}
.mapmain {
  width: 40%;
  height: 100%;
  background: url(../imge/b3.png) no-repeat left top;
  background-size: 100% 100%;
}
.center-box-right {
  overflow: hidden;
  width: 40%;
  height: 100%;
  background: url(../imge/b3.png) no-repeat left top;
  background-size: 100% 100%;
}
.publiclist {
  width: 100%;
  padding: 0 11% 0 8%;
  flex: 1;
  overflow: hidden;
}
.right-onelist {
  height: 95%;
}
.two-onelist {
  flex: 1;
  overflow: hidden;
}
.listbox-header {
  display: flex;
  margin-bottom: 0.1rem;
  width: 100;
  font-size: 0.25rem;
  color: #C9C9C9;
}
.list-right {
  margin-top: 1vh;
}
.listbox-ul {
  width: 100%;
  flex: 1;
  overflow-y: scroll;
}
.listbox-ul li {
  font-size: 0.175rem;
  margin-bottom: 0.05rem;
}
.listbox-ul li:last-child {
  margin-bottom: 0;
}
.tablepub p {
  width: 35.6%;
  text-align: center;
}
.footer-box {
  display: flex;
  width: 100%;
  height: 2.8rem;
}
.footer-box-one {
  width: 20%;
  height: 100%;
  background: url(../imge/b2.png) no-repeat left top;
  background-size: 100% 100%;
}
.otherbox {
  flex: 1;
  overflow: hidden;
  display: flex;
}
.otherbox-item {
  width: 33.33%;
  height: 100%;
}
.otherbox-item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.otherbox-item {
  padding: 7px 9px;
}
.mapmain {
  position: relative;
}
.mapmain-cont {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mapbox {
  position: absolute;
}
.mapbox img {
  width: 100%;
  height: 100%;
}
.mapbox span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  color: #000;
  font-weight: bold;
  transform: scale(0.7);
  z-index: 888;
}
