.map .org-tab {
  display: flex;
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #004098;
}
.map #china-map {
  width: 100%;
  height: 500px;
  margin: 0 auto;
}
.custom-tab-item:nth-of-type(1),.custom-tab-item:nth-of-type(10),.custom-tab-item:nth-of-type(11),.custom-tab-item:nth-of-type(12),.custom-tab-item:nth-of-type(13),.custom-tab-item:nth-of-type(14),.custom-tab-item:nth-of-type(15),.custom-tab-item:nth-of-type(16){
display:none;
}
.map .org-tab-item {
  width: 50%;
  color: #004098;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .org-tab-item.active {
  background-color: #004098;
  color: #fff;
}
/* .org-list {
  margin: 20px 0px;
} */
.org-list .org-list-item {
margin-bottom: 20px;
  margin-bottom: 20px;
}
.org-list .org-list-item p {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 25px;
}
.org-list .org-item-con {
  display: flex;
  flex-wrap: wrap;
}
.org-list .org-item-con .org-item {
  font-size: 16px;
  cursor: pointer;
  background-color: #f2f7fd;
  color: #333;
  line-height: 21px;
  margin-bottom: 20px;
  width: 31%;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  margin-right: 2%;
}
.org-list .org-item-con .org-item img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
display:none;
}
.org-list .org-item-con .org-item:hover {
  background-color: #C3A465;
  color: #fff;
}
.org-list .org-item-con .org-item:hover p {
  color: #fff;
}
.custom-tab-panel .org-item-con {
  background: #f2f7fd;
  padding: 50px 38px;
}
.custom-tab-panel .org-item {
  width: 18%;
    margin-right: 27px;
  margin-bottom: 20px;
}
.custom-tab-panel .org-item:nth-of-type(5n){
margin-right:0;

}
.custom-tab-panel .org-item-con .org-item-con-p {
  height: 62px;
  background: #1f6ad0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.custom-tab-panel .org-item-con .org-item-con-p:hover {
  background: #c3a465;
}
.login_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 10000000000000;
}
.login .chengxu2 img {
  max-width: 220px;
  display: block;
  margin: 0 auto;
  float: none;
}
.login {
  border-radius: 4px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 540px;
  left: 50%;
  background: #fff;
  /* margin-left: -270px; */
  transform: translate(-50%, -50%);
}
.login .log-top {
  padding: 18px 30px;
  border-bottom: 1px solid #eff1f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login .chengxu2 {
  padding: 20px 0;
}
.login .close {
  padding: 15px 0;
  border: 1px solid #eaedf3;
  cursor: pointer;
}
.login .wz2 {
  width: 50%;
  float: left;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  line-height: 30px;
}
.login .log-top img {
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.login .chengxu2 p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.login .guanbi2 {
  width: 80px;
  line-height: 35px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #d8dce6;
  box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05),
    0px 2px 0px 0px rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.texture {
  background-color: #fff;
  padding: 40px;
}
.map {
  background: #ffffff;
  padding: 60px;
}
/* 新增tab样式 */
.custom-tab-nav {
  display: flex;
  overflow-x: auto;
width:100%;
    display: flex;
    overflow-x: auto;
    width: 100%;
    justify-content: space-around;
}

.custom-tab-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-right: 10px;
  white-space: nowrap;
}
.custom-tab-item.active {
  border-bottom-color: #c3a465;
  color: #c3a465;
  font-weight: bold;
}
.custom-tab-panel {
  display: none;
}
.custom-tab-panel.active {
  display: block;
}
.org-item-con {
  display: flex;
  flex-wrap: wrap;
  /* gap: 20px; */
}
.org-list .org-item {
  background-image: url(../images/map-item-icon.png);
  background-repeat: no-repeat;
  background-size: 197px 97px;
  background-position: right bottom;
}
.org-item {
  width: 150px;
  text-align: center;
}
.org-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.no-data {
  padding: 20px;
  text-align: center;
  color: #999;
}
@media screen and (max-width: 1400px) {
  .texture {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .texture .item {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
  }
  .login {
    width: 360px;
  }
}
@media screen and (max-width: 700px) {
  .org-list .org-item-con .org-item {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
