.live {
  background-color: #f2f2f2;
  padding-top: 70px;
  padding-bottom: 120px;
}
.live h2 {
  font-size: 40px;
  text-align: center;
  color: #333;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 750px) {
  .live h2 {
    font-size: 30px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.live h2::after {
  display: block;
  content: '';
  width: 100px;
  height: 3px;
  margin: 20px auto 0;
  background: #c7000b;
}
@media (max-width: 750px) {
  .live h2::after {
    display: none;
  }
}
.live .live-swiper {
  overflow: hidden;
  padding-top: 5px;
  padding-left: 2px;
}
.live .title-p {
  padding-bottom: 50px;
}
.live .con {
  position: relative;
}
.live .con:after {
  content: '';
  height: 2px;
  top: 72px;
  left: 0;
  right: 0;
  background-color: #fff;
  position: absolute;
}
.live .con .li {
  position: relative;
  padding-top: 20px;
  width: 20%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.live .con .li:after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #c7000b;
  border-radius: 50%;
  position: absolute;
  top: 65px;
  z-index: 1;
}
.live .con .li:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 20px;
  border-style: solid;
  border-color: #fff #f2f2f2 #f2f2f2 #f2f2f2;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: -20px;
  top: 90px;
}
.live .con .time {
  color: #000;
  font-size: 20px;
  padding-bottom: 50px;
}
.live .con .box {
  display: block;
  height: 58%;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
}
@media (max-width: 1200px) {
  .live .con .box {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .live .con .box {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .live .con .box {
    padding: 10px;
  }
}
.live .con .box .icons {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 750px) {
}
.live .con .box .Jcon {
  display: inline-block;
  width: 57%;
}
.live .con .box .p {
  font-size: 14px;
  color: #9fa0a0;
  line-height: 1.36;
  padding-bottom: 10px;
}
.live .con .box .title {
  font-size: 16px;
  padding-top: 25px;
  color: #231815;
  padding-bottom: 15px;
}
.live .con .box .title:after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  margin: 20px  0;
  background: #c7000b;
}
@media (max-width: 768px) {
  .live .con .box .title {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.live .con .box .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.live .con .box .btn span {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  background-color: rgba(199, 0, 11, 0.7);
  color: #fff;
}
@media (min-width: 1201px) {
  .live .con .box:hover .btn span {
    background-color: #c7000b;
  }
}
.live .con .first:after {
  content: '';
  width: 0;
  height: 0;
  border-width: 6.5px;
  border-style: solid;
  border-radius: 0;
  border-color: #c7000b #c7000b #f2f2f2 #f2f2f2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: -10px;
  top: 61px;
}
.live .live-button {
  text-align: center;
  position: relative;
  padding-top: 30px;
}
@media (min-width: 1200px) {
}
.live .live-button .iconfont {
  font-size: 40px;
  margin: 0 10px;
  cursor: pointer;
  color: #595757;
}
.live .live-button .swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
@media (min-width: 1201px) {
  .live .live-button .iconfont:hover {
    color: #c7000b;
  }
  .live .live-button .swiper-button-disabled:hover {
    color: #595757;
  }
}
@media (max-width: 1200px) {
  padding-top: 50px;
  padding-bottom: 60px;
  .title-p {
    padding-bottom: 30px;
  }
  .con .li {
    width: 33.33%;
  }
  .con .live-button {
    padding-top: 20px;
  }
}
@media (max-width: 750px) {
  padding-top: 40px;
  padding-bottom: 40px;
}
