
.programme .box-head{
    height: 4rem;
    background: url(../images/programme_banner.jpg) no-repeat;
    background-size:cover;
    position: relative;
}

.head_text{
    padding: .6rem .5rem;
    width: calc(100% - 1rem);
    color: #ffffff;
}
.head_text .h1{
    font-size: .6rem;
    line-height: .9rem;
}
.head_text .h3{
    font-size: .4rem;
    line-height: .6rem;
}
.h3 .line{
    display: inline-block;
    width: 1.35rem;
    height: .04rem;
    vertical-align: middle;
    background: url(../images/text_line.jpg) no-repeat;
    
}
.programme_box {
    width: calc(100% - .6rem);
    padding: 0 .3rem;
}
.box_title{
    margin-top: .3rem;
}
.box_title .title_text{
    font-size: .24rem;
    text-indent: 1em;
    line-height: .55rem;
    background:url(../images/circular_icon.png) no-repeat ;
    background-size: .55rem .55rem;
    background-position: 0 0rem;
}