.firstLevelPage {
  padding-top: 180px;
  min-height: calc(100vh - 200px - 180px);
}

.firstLevelPage > div {
  margin-bottom: 7.08vw;
  display: flex;
}

.navSideBar {
  width: 200px;
}
.firstNavBar {
  width: calc(100% - 200px);
  position: relative;
}
.firstNav {
  height: 5.20vw;
  background-color: #036850;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.5625vw;
}
.navBord {
  width: 3.489vw;
  height: 3px;
  background-color: white;
  margin-top: 0.52vw;
}
.navTagItem {
  margin-left: 10px;
  width: 190px;
	height: 60px;
	box-sizing: border-box;
  float: right;
  display: flex;
  align-items: center;
}
.secondNavTagNameList {
  background-color: #EEEFF1;
  padding: 20px 0;
  box-sizing: border-box;
}

.navPoint {
  width: 10px;
  height: 10px;
  background-color: #036850;
  margin: 0 10px;
}

.navBarItem {
  width: 100%;
}

.navBarGroup {
  position: relative;
  padding: 0;
}

.navBarIcon {
  width: 100%;
  height: 150px;
  text-align: center;
}
.navBarTitle {
  display: flex;
  justify-content: space-between;
  height: 1.927vw;
  align-items: center;
}
.moreIcon img {
  width: 1.77vw;
  height: 0.3125vw;
}
.orangeLine {
  width: 0.416vw;
  height: 1.927vw;
  background-color: #036850;
  margin-right: 0.729vw;
}
.newslist {
  width: calc(100% - 30px);
  height: 240px;
  margin-left: 30px;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 1px 2px 6px 2px #efefef;
}

@media screen and (max-width:1000px) {
  .navSideBar {
    display: none;
  }
  .firstLevelPage {
    padding-top: 80px;
		min-height: calc(100vh - 73.46667vw);
  }
  .firstLevelPage > div {
    margin: 0;
  }
  .pd_t40 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .navBarTitle {
    height: unset;
  }
  .orangeLine {
    width: 1.06667vw;
    height: 4.9333vw;
    margin-right: 1.73333vw;
  }
  .moreIcon {
    font-size: 14px;
  }
  .moreIcon img {
    width: 4.6667vw;
    height: 4.6667vw;
  }
  .navBarItem {
    width: 100%;
  }
  .navBarIcon {
    height: 32.4vw;
  }
  .firstNavBar {
    margin-left: 0;
    width: 100%;
  }
  .newslist {
    width: calc(100% - 40px);
    margin:  0 auto;
    margin-top: 20px;
    height: auto;
  }
  .font_s30 {
    font-size: 16px;
  }
  .mgt_t20 {
    margin: 15px 0;
  }
  .font_s26 {
    font-size: 18px;
  }
  .visable_hide {
    display: none !important;
  }
  .mobileScroll {
    width: 100%; 
    overflow: hidden;
  }
  .scrollHid {
    width: 100%;
  }
  /* 滚动条隐藏 */
  .scrollHid::-webkit-scrollbar {
    width: 0;
  }
}

