.live-list{
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
.live-list li{
  width: 308px;
  margin-right: 23px;
  margin-bottom: 30px;
}
.live-list li:nth-child(3n){
  margin-right: 0;
}
.live-list li a>img{
  max-width: 100%;
  width: auto;
  height: 166px;
  border-radius: 8px;
  object-fit: contain;
  display: block;
  margin: auto;
}
.live-list li b{
  width: 100%;
  height: 166px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.live-list li b img{
  max-width: 100%;
  width: auto;
  height: 166px;
  object-fit: cover;
  display: block;
  margin: auto;
}
.live-list li p{
  color:#666666;
  font-size:16px;
  line-height:24px;
  margin-top: 16px;
}
.live-list li  div{
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.live-list li div img{
  width: auto;
  height: 25px;
}
.live-list li div span{
  color:#aaaaaa;
  font-size:14px;
  line-height: 25px;
}
#myVideo{
  width: 100%;
  min-height: 500px;
  height: auto;
  display: none;
}
.line{
  display: flex;
}
.line span{
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
}
.line img{
  height: 16px;
}
.video-play{
  display: none;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
}
#gzs{
  width: 100px;
}
@media (max-width:768px){
  .live-list{
    padding: .3rem
  }
  
  .live-list li{
    width: 100%;
    margin-right: 0;
  }
  .live-list li b{
    height: 3.9rem;
    border-radius: .16rem;
  }
  .live-list li b img{
    height: 3.9rem;

  }
  .live-list li a>img{
    height: 3.9rem;
    border-radius: .16rem;
  }
  .live-list li p{
    font-size:.32rem;
    line-height:.48rem;
    margin-top: .18rem;
  }
  .live-list li div{
    margin-top: .1rem;
  }
  .live-list li div img{
    height: .48rem;
  }
  .live-list li div span{
    font-size: .28rem;
    line-height: .48rem;
  }
  #myVideo{
    min-height: 250px;
  }
  #gzs{
    width: 1.6rem;
    margin-right: 0;
  }
}