.new-live{
  margin-bottom:30px;
}
.all-live .el-card {
    float: left;
    width: 234px;
    margin-right: 14px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    margin-bottom:18px;
    position:relative;
}

.all-live .el-card:nth-child(5n) {
  margin-right: 0;
}
.all-live .card-image{
    height: 132px;
    width: 100%;
}
.all-live .card-title {
    min-height: 46px;
    margin-bottom:8px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    font-weight: 500;
}
.all-live .cart-info{
    font-weight: 400;
    color: #999999;
    font-size: 12px;
    overflow:hidden;
}
.all-live .cart-info .card-lecturer{
    float:left;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.all-live .cart-info .card-date{
    float:right;
}

.banner-swiper-container{
    width:898px;
    height:508px;
    float:left;
    border-radius: 4px;
}
.swiper-pagination{
    float:right;
}
.swiper-pagination-switch{
    width: 284px;
    height: 160px;
    margin-bottom:14px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}
.swiper-pagination-switch:last-child{
     margin-bottom:0;
}
.swiper-pagination-switch.swiper-active-switch{
    border: 4px solid #D01126;
}
.swiper-pagination-switch.swiper-active-switch::before{
    content: "";
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-width: 12px;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    border-right-color: #D01126;
    position: absolute;
    left: -24px;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
}
.swiper-pagination-switch img{
     width: 100%;
     height: 100%;
}
.state-tag{
    position:absolute;
    left:0;
    top:0;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    padding:2px 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px 0px 5px 0px;
}
.liveing-tag{
    color: #D01126;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding:2px 5px;
}
.liveing-list-tag{
    position:absolute;
    left:0;
    top:0;
    color: #FFFFFF;
    background: #D01126;
    border-radius: 5px 0px 5px 0px;
}
.living-icon{
    width: 10px;
    height: 10px;
    position: relative;
    display:inline-block;
}
.living-icon-col {
    width: 2px;
    margin: 0 1px;
    background-color: #D01126;
    border-radius: 2px;
    animation: linear .6s infinite living-icon-ani-d37dc90e;
    transform-origin: bottom;
    display: inline-block;
    float:left;
    height: 100%;
}
.liveing-list-tag .living-icon-col{
    background-color: #FFFFFF;
}
.living-icon-col:first-child {
  animation-delay: -.2s;
  margin-left: 0;
 }
 .living-icon-col:last-child {
   animation-delay: .2s;
   margin-right: 0;
 }

@-moz-keyframes living-icon-ani-d37dc90e {
    from {
        transform: scaleY(.5)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.5)
    }
}

@-webkit-keyframes living-icon-ani-d37dc90e {
    from {
        transform: scaleY(.5)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.5)
    }
}

@-o-keyframes living-icon-ani-d37dc90e {
    from {
        transform: scaleY(.5)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.5)
    }
}

@keyframes living-icon-ani-d37dc90e {
    from {
        transform: scaleY(.5)
    }

    50% {
        transform: scaleY(1)
    }

    to {
        transform: scaleY(.5)
    }
}
/*直播间详情*/
.live-detail-info{
    margin-bottom:32px;
}
.live-detail-info .enter-btn{
    width: 160px;
    height: 50px;
    background: #D01126;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 26px;
    line-height:50px;
    text-align:center;
    position:absolute;
    right:0;
    top:0;
    cursor: pointer;
}
.live-detail-mid{
    padding-right:200px;
    position:relative;
}
.live-detail-name{
    line-height: 32px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin-bottom:12px;
}
.live-detail-tips{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-bottom:12px;
}
.live-detail-tips span{
    margin-right:24px;
}
.live-detail-desc{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.recommend-list .el-card {
    width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom:40px;
}
.recommend-item {
    position:relative;
    padding:0;
    padding-left:350px;
}
.recommend-item-left{
    position:absolute;
    left:0;
    top:0;
    width:350px;
    height: 196px;
}
.recommend-item-left img{
    width:100%;
    height: 100%;
}
.recommend-item-right{
   width:100%;
   height: 196px;
   padding:5px 15px 15px 32px;
}
.recommend-item-right .live-title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin-bottom:10px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.recommend-item-right .info{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    line-height: 20px;
    margin-bottom:10px;
    overflow:hidden;
}
.recommend-item-right .info .info-left{
    float:left;
}
.recommend-item-right .info .info-left span{
    margin-right:24px;
}
.recommend-item-right .info .info-right{
    float:right;
}
.recommend-item-right .info .info-right .liveing-tag{
    padding:0;
}
.recommend-item-right .info .info-right .iconfont,.live-detail-tips  .iconfont{
    font-size:14px;
    margin-right:6px;
}
.icon-liulanliangicon{
    color: #D01126;
}
.recommend-item-right .desc{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
     min-height: 113px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}