/* 新闻列表页 start */
.news {
  background: #F8F8F8;
  padding: 14vw 0 17.333vw;
  min-height: 100vh;
  box-sizing: border-box;
}

.newsMenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  font-size: 4vw;
  color: #333333;
  overflow-x: scroll;
  background: #fff;
  position: fixed;
  top:0px;
  left: 0px;
}

.newsMenu .newsMenuItem {
  display: block;
  padding: 4vw 2vw;
  color: #333333;
}

.newsMenu .newsTabActive {
  color:#18B47F;
  background: url('../../../images/titileBg.png') no-repeat center bottom;
}

.tips {
  padding: 0.667vw;
  font-size: 3.2vw;
  text-align: center;
  color:#989898
}

/* 新闻列表页 end */

/* 新闻里的广告 */
.newsBatch {
  margin-top: 1.333vw;
}
.newsBatch img {
  width: 100%;
}