.leftTitle {
  width: 1230px;
  font-size: 26px;
  color: #0C1221;
  margin-top: 110px;
  text-indent: 10px;
  margin-bottom: 30px;
}
.live1 {
  width: 1230px;
}
.live1 li {
  width: 370px;
  height: 300px;
  overflow: hidden;
  margin: 10px;
  cursor: pointer;
}
.live1 li img {
  width: 370px;
  height: 267px;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.live1 li img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.rightTitle {
  width: 1100px;
  font-size: 26px;
  color: #0C1221;
  margin-top: 110px;
  margin-bottom: 30px;
  text-align: right;
}
.videoBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: none;
}
.videoBox video {
  margin-top: 5%;
  width: 40%;
  height: 80%;
  background: #000;
}
