.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/marketing/蒙版组\ 2.png);
}
.nav {
  display: flex;
  height: 0.54rem;
  padding-left: 0.99rem;
}
.nav img {
  margin: auto 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
.nav .text {
  line-height: 0.54rem;
  font-size: 0.14rem;
  color: #666666;
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
  border-top: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.tabBar .item {
  width: 2rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.tabBar .active {
  background-color: #0063b9;
  color: #ffffff;
}

.newsList {
  margin-top: 0.39rem;
  padding-bottom: 0.46rem;
  /* background-color: #adf; */
}
.newsList .itemBox {
  display: flex;
  justify-content: space-between;
}
.newsList .newsItem:hover .title {
  color: #0063b9;
}
.newsList .newsItem .left {
  width: 0.76rem !important;
  border-right: 0.01rem solid #eeeeee;
}
.newsList .newsItem {
  position: relative;
  padding-bottom: 0.31rem;
  margin-top: 0.31rem;
}
.newsList .newsItem .box {
  height: 0.89rem;
  width: 0.61rem;
  overflow: hidden;
}
.newsList .newsItem .date {
  margin: 0.04rem 0;
  text-align: center;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 0.52rem;
  color: #0063b9;
}
.newsList .newsItem .year {
  padding-top: 0.04rem;
  margin-bottom: 0.04rem;
  width: 0.61rem;
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #0063b9;
  border-top: 0.01rem solid #eeeeee;
}
.newsList .newsItem .right {
  width: 12.86rem;
}
.newsItem .right .title {
  margin-bottom: 0.14rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.newsItem .right .detail {
  font-size: 0.16rem;

  color: #999999;
  line-height: 0.3rem;
}
.newsList .newsItem .line {
  position: absolute;
  bottom: 0;
  left: 0.97rem;
  width: 12rem;
  height: 0.01rem;
  background: #eeeeee;
}
