<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.baxi_left .video_list_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 16px;
}
.baxi_left .video_list_content li {
  width: 389px;
  height: 219px;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.baxi_left .video_list_content li div {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 219px;
  background: url('../../images/k1.png') no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 100% 100%;
  transition: all, 0.5s;
  border-radius: 5px;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.baxi_left .video_list_content li div:hover {
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.baxi_left .video_list_content li img {
  width: 100%;
  height: 100%;
}
@media (max-width: 500px) {
  .baxi_left .video_list_content {
    justify-content: center;
  }
  .baxi_left .video_list_content li {
    width: 9.146667rem;
    height: 5.12rem;
  }
}
</pre></body></html>