body {
  font-size: 14px;
  background: #F2F2F2;
}

#app-wrap {
  display: none;
}

a {
  text-decoration: none !important;
}

.main {
  margin-bottom: 30px;
}

.zcHead {
  background: url(./zcsd.jpeg) no-repeat 0px 0px;
  background-size: 100%;
  height: 70px;
  width: 100%;
}

.zcsdBanner {
  display: flex;
  justify-content: space-around;
}

.more {
  position: absolute;
  right: 25px;
  top: 40px;
  font-size: 20px;
  font-weight: bold;
}

.box {
  height: 270px;
  overflow: hidden;
}
.aa{
  background: url(./zcsd.jpeg) no-repeat 0px 0px !important;
}
.xdHead {
  background: url(./bjxd.jpeg) no-repeat 0px 0px;
  background-size: 100%;
  height: 70px;
  width: 100%;
  position: relative;
}

.commonNewsUl {
  display: flex;
  flex-wrap: wrap;
}
.commonNewsUl .commonNewsLi {
  width: 500px;
  display: flex;
  margin: 10px 40px;
  height: 35px;
  font-size: 18px;
}
.commonNewsUl .commonNewsLi .newsConter {
  line-height: 35px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.commonNewsUl .commonNewsLi .newsDate {
  width: 120px;
  text-align: center;
  line-height: 35px;
}

.bsHead {
  background: url(./bspt.jpeg) no-repeat 0px 0px;
  background-size: 100%;
  height: 70px;
  width: 100%;
}

.bottomBanner {
  display: flex;
  justify-content: space-between;
}