* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

.box .conent {
  padding: 0.3rem;
}

.box .conent .line li {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 0.3rem;
}

.box .conent .line li .item {
  width: 3.36rem;
}

.box .conent .line li .item .videoBox {
  width: 3.36rem;
  height: 2.4rem;
  position: relative;
}

.box .conent .line li .item .videoBox .banner {
  width: 3.36rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.box .conent .line li .item .videoBox video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.box .conent .line li .item .headline {
  font-size: 0.28rem;
  color: #333333;
  text-align: justify;
  padding-top: 0.2rem;
}

.box .conent .line li .item .fontCont {
  font-size: 0.2rem;
  color: #999999;
  text-align: justify;
  padding-top: 0.1rem;
}
