.banner{
    height: 3.5rem;
    position: relative;
    background: url(../img/lrpggProgrammes/banner_Irbgc1.jpg) no-repeat center / cover;
}
.active {
    background: #E11932!important;
}
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 2.4rem;
    top:1.09rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
}


.title{
    position: relative;
    width: 100%;
    height: 3.18rem;
}
.big-title{
    position: absolute;
    top: 1rem;
    left: 2.4rem;
    color: #193158;
    font-size: 0.36rem;
}
.title .text{
    position: absolute;
    top: 2.12rem;
    left: 2.4rem;
    color: #333333;
    font-size: 0.16rem;
}
.title .line{
    position: absolute;
    top: 1.58rem;
    left: 2.4rem;
    width: 0.8rem;
    height: 0.04rem;
    background: #E11932;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.list{
    position: relative;
    margin-left: 2.4rem;
    margin-top: 0.86rem;
    margin-bottom: 1.7rem;
}
.list ul{
    position: relative;
    height: 4.65rem;
}
.list .program-item {
    display: block;
    position: relative;
    height: 4.65rem;
}
.list-img{
    width: 7.2rem;
    height: 4.37rem;
}
.list-text{
    width: 7.2rem;
    height: 4.37rem;
    background: #EEEEEE;
}
.ul-left{
    position: absolute;
    left: 0;
    top: 0;
}
.ul-right{
    position: absolute;
    left: 7.2rem;
    top:0;
    overflow: hidden;
}
.ul-right img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.program-item:hover .ul-right img {
    transform: scale(1.1);
}
.text-title{
    /* position: absolute; */
    margin-top: 0.6rem;
    margin-left: 0.38rem;
    width: 6.5rem;
    color: #193158;
    font-size: 0.36rem;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    line-height: 0.4rem;
}
.list-text .line{
    /* position: absolute;
    top: 1.6rem;
    left: 0.38rem; */
    width: 0.8rem;
    height: 0.04rem;
    background: #E11932;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.text-main{
    /* position: absolute;
    top: 1.96rem; */
    margin: 0.38rem;
    /*height: 1.8rem;*/
    width: 6.44rem;
    font-size:0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

