.outer {
    width: 100%;
    background-color: #F2F2F2;
}
.list-ul .list-li {
    margin-bottom: .625rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.16);
}
.list-ul .list-li .title {
    width: 100%;
    background-color: white;
}
.list-ul .list-li .title img {
    display: block;
    width: 100%;
}
.list-ul .list-li .list-main {
    position: relative;
    width: 100%;
}
.list-ul .list-li .list-main .main-time {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 8%;
    height: 100%;
    padding-top: 1rem;
    background-color: rgba(255,255,255,.93);
}
.list-ul .list-li .list-main .main-time span {
    display: block;
    width: 100%;
    font-size: .875rem;
    color: #D4B993;
    text-shadow: 0 0 1px #D4B993;
    text-align: center;
}
.list-ul .list-li .list-main .main-time .t1 {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../img/rili.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: .625rem;
}
.list-ul .list-li .list-main .main-program {
    width: 100%;
    height: 100%;
    padding-top: .3125rem;
    background-color: white;
}
.list-ul .list-li .list-main .main-program .swiper-container {
    width: 100%;
    height: 100%;
}
.list-ul .list-li .list-main .main-program .swiper-slide {
    position: relative;
    width: 17.25rem;
}
.list-ul .list-li .list-main .main-program .swiper-slide .program-title {
    font-size: 1rem;
    line-height: 2.5625rem;
    text-align: center;
    display: none;
}
.list-ul .list-li .list-main .main-program .swiper-slide-active .program-title {
    display: block;
}
.list-ul .list-li .list-main .main-program .swiper-slide .video-cover {
    width: 16.25rem;
    margin-left: .5rem;
    height:9.14rem;
    border-radius: .125rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
}
.list-ul .list-li .list-main .main-program .last-one {
    position: relative;
}
.list-ul .list-li .list-main .main-program .last-one::after {
    display: block;
    content: "";
    width: 3.5rem;
    height:9.14rem;
    position: absolute;
    right: -5.5rem;
    top: 0;
    background: url(../img/nomore.png) no-repeat;
    background-size: 100% 100%;
}
.get-last {
    display: block;
    width: 100%;
}