/* 热点直播 慢直播*/
.live .w1200 .img-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.live .w1200 .img-box img{
	width:100%;
}
.live .w1200 .img-box .info-line {
  position: absolute;
  left: 21px;
  bottom: 30px;
}
.live .w1200 .img-box .info-line .icon-live {
  padding: 5px 0;
  width: 28px;
  height: 28px;
  margin-right: 11px;
}
.live .w1200 .img-box .info-line p {
  color: #fff;
}
.live .w1200 .top-hot-live {
  overflow:hidden;
}
.live .w1200 .top-hot-live .left-img {
  width: 787px;
  height: 100%;
}
.live .w1200 .top-hot-live .right-img .info-line {
  bottom: 20px;
}
.live .w1200 .top-hot-live .right-img .img-box {
  width: 373px;
  height: 210px;
}
.live .w1200 .top-hot-live .right-img .img-box:first-child {
  margin-bottom: 10px;
}
.live .w1200 .top-slow-live {
  position: relative;
  width: 100%;
  // height: 430px;
}
.live .w1200 .top-slow-live img{
	width:100%;
}
.live .w1200 .top-slow-live .live-info {
  padding: 30px 30px 40px;
  position: absolute;
  width: 373px;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
  right: 0;
  top: 0;
}
.live .w1200 .top-slow-live .live-info .watching img {
  width: 70px;
  height: 26px;
}
.live .w1200 .top-slow-live .live-info .watching p {
  width: 72px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  color: #fffcfc;
}
.live .w1200 .top-slow-live .live-info .text-info {
  position: absolute;
  bottom: 40px;
  width: 313px;
  text-align: justify;
}
.live .w1200 .top-slow-live .live-info .sub-info {
  margin-top: 20px;
}
.live .w1200 .live-list {
  width: 100%;
}
.live .w1200 .live-list .live-box {
  margin-right: 40px;
  margin-bottom: 10px;
  width: 373px;
  height:310px;
}
.twoLine {
    
    -webkit-line-clamp: 3 !important;
}
.live .w1200 .live-list .live-box .img-box {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
}
.live .w1200 .live-list .live-box .img-box img{
	width:100%;
    height:100%;
}
.live .w1200 .live-list .live-box .img-box .icon-status {
  position: absolute;
  width: 50px;
  height: 28px;
  top: 16px;
  left: 16px;
}
.live .w1200 .live-list .live-box .img-box .base-line {
  position: absolute;
  bottom: 15px;
  left: 16px;
  right: 13px;
}
.live .w1200 .live-list .live-box .img-box .slow-base-line {
  left: unset;
}
.live .w1200 .live-list .live-box .img-box .slow-base-line .slow-dacoration {
  width: 14px;
  height: 12px;
  padding: 2px 0;
  margin-right: 5px;
}
.live .w1200 .live-list .live-box .title {
  width: 100%;
}
.live .w1200 .live-list a:nth-child(3n) .live-box {
  margin-right: 0;
}