.live-list__box {
  padding: 26px 0 30px 0;
}
.live-list__left {
  width: 894px;
}
#playerBox {
  margin-bottom: 24px;
}
.title-line {
  width: 6px;
  height: 24px;
  background: #c60605;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.news__top {
  margin-bottom: 20px;
}
.title-name {
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.more-text {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 9px;
}
.video-box {
  position: relative;
}
.is-living {
  width: 100px;
  height: 40px;
  background: url(../images/living-icon02.png?v=20220506163123);
  display: inline-block;
  background-size: 100px 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.play-icon__box {
  width: 894px;
  height: 503px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.play-icon {
  width: 68px;
  height: 68px;
  background: url(../images/play-icon02.png?v=20220506163123);
  display: inline-block;
  background-size: 68px 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.live-list li {
  margin-right: 24px;
  position: relative;
  margin-bottom: 25px;
  width: 282px;
}
.live-list li:nth-child(3n) {
  margin-right: 0px;
}
.live-list li img {
  width: 282px;
  height: 158px;
  display: block;
  border-radius: 9px;
  margin-bottom: 10px;
}
.live-list li:hover a {
    color: #c60605;
}
.living-icon {
  width: 60px;
  height: 22px;
  background: url(../images/living-icon01.png?v=20220506163123);
  display: inline-block;
  background-size: 60px 22px;
  position: absolute;
  right: 0;
  top: 0;
}
.live-list li .name {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
}
.live-list li:hover .name {
    color: #c60605;
}
.playback-icon {
  width: 40px;
  height: 21px;
  background: url(../images/playback.png?v=20220506163123);
  display: inline-block;
  background-size: 40px 21px;
  position: absolute;
  right: 1px;
  top: 1px;
}
.comming-living {
  width: 110px;
  height: 38px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  bottom: 80px;
  z-index: 9999;
  cursor: pointer;
}
.shadow-sjz__list li {
  position: relative;
  /* margin-right: 24px; */
  margin-bottom: 15px;
  width: 282px;
}
.shadow-sjz__list li:nth-child(3n) {
  margin-bottom: 0;
}
.shadow-sjz__list li img {
  width: 100%;
  height: 158px;
  border-radius: 8px;
  display: block;
}
.shadow-sjz__list li div {
  width: 100%;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
}
.is-active {
  border: 2px solid #c60605;
  border-radius: 8px;
}
.is-active img {
  border-radius: 6px !important;
}
.live-list__right {
  width: 282px;
}
.live-preview {
  width: 282px;
  height: 401px;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 0px 16px;
  position: relative;
  overflow-y: auto;
  padding-right: 2px;
}
.live-line {
  width: 2px;
  height: 100%;
  background: linear-gradient(
    180deg,
    #ffffff,
    #e8e8e8 5%,
    #e8e8e8 94%,
    #ffffff
  );
}
.live-preview ul {
  margin: 20px 0;
}
.list li {
  margin-left: -6px;
  padding-bottom: 20px;
  position: relative;
}
.list li .live-name:hover {
    color: #c60605;
}
.list-item span:nth-child(3) {
  width: 10px;
  height: 10px;
  background: url(../images/circle.png?v=20220506163123) no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.list-item span:nth-child(4) {
  width: 30px;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 20px;
}
.list-item img {
  width: 100px;
  height: 56px;
  border-radius: 4px;
  display: block;
  margin-right: 8px;
}
.live-name {
  width: 88px;
  font-size: 14px;
  color: #333333;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 18px;
}
.curn span:nth-child(3) {
  width: 10px;
  height: 10px;
  background: url(../images/circle-active.png?v=20220506163123) no-repeat;
  background-size: 10px 10px;
  display: inline-block;
  margin-right: 7px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.curn .list-item span:nth-child(4) {
  width: 31px;
  font-size: 12px;
  color:#C60605;
  line-height: 18px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 20px;
}
.shuxian{
  width: 2px;
  height: 52px;
  background: #e8e8e8;
  position: absolute;
  left: 4px;
  top: 32px;
}
.shuxiantop{
  width: 2px;
  height: 48px;
  /* background:linear-gradient(153deg,rgba(255,255,255,0.20) 17%, rgba(255,255,255,0.05)); */
  background:  linear-gradient(180deg,#ffffff, #e8e8e8 0%, #e8e8e8 94%, #ffffff);
  position: absolute;
  left: 4px;
  top: -11px;
}
.list li:first-child .shuxiantop{
  width: 2px;
  height: 52px;
  /* background:linear-gradient(153deg,rgba(255,255,255,0.20) 17%, rgba(255,255,255,0.05)); */
  background:  linear-gradient(180deg,#ffffff, #e8e8e8 31%, #e8e8e8 94%, #ffffff);
  position: absolute;
  left: 4px;
  top: -17px;
}
.list li:last-child .shuxian{
  background: linear-gradient(360deg,#ffffff, #e8e8e8 100%, #e8e8e8 30%, #ffffff)
}