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;
}


.box {
  display: flex;
}
.box .boxRights{
  height: 380px;
}
.box .boxRight,.box .boxLeft{
  width: 50%;
}

.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.png) no-repeat 0px 0px;
  background-size: 100%;
  height: 70px;
  width: 100%;
}

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

.bsHeadThree {
  background: url(./zxjy.png) no-repeat 0px 0px;
  background-size: 100%;
  height: 70px;
  width: 100%;
}

.bottomBanner {
  display: flex;
  justify-content: space-between;
}
 .title {
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
}

.otherBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;


}

.otherBox a img {
  margin: 5px 0;
}

.more {
  display: block;
  text-align: right;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}

 
.slideBox_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}

.slideBox_1 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  bottom: 7px;
  z-index: 1;
}

.slideBox_1 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox_1 .hd ul li {
  float: left;
  margin-right: 16px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.slideBox_1 .hd ul li.on {
  background: white;
  color: transparent;
}

.slideBox_1 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox_1 .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
  height: 380px;
}

.slideBox_1 .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

.slideBox_1 .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 36px;
  box-sizing: border-box;
  padding: 7px 140px 0 16px;
  background: rgba(0, 0, 0, 0.5);
}

.slideBox_1 .text p {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  /*将对象作为弹性伸缩盒子模型显示*/
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}