.banner {
    height: 3.5rem;
    position: relative;
    background: url(../img/programme//programme-banner.jpg) no-repeat center / cover;
}
.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;
}

.section1 {
    padding-top: 1.1rem;
    padding-bottom: 0.84rem;
}
.section1 p{
    margin-top: 0.3rem;
    /* height: 3.22rem; */
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 0.3rem;
}
.section1 .wrap:nth-child(2) {
    display: flex;
    justify-content: space-between;
}
.text-title {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #193158;
    position: relative;
    line-height: 0.4rem;
}
.text-title::after {
    content:'';
    position: absolute;
    left: 0%;
    bottom: -0.2rem;
    width: 0.8rem;
    height: 0.04rem;
    background: #E11932;
}

.section2 {
    display: flex;
    align-items: center;
    width: 100%;
    background: url(../img/programme//programme-bg2.jpg) no-repeat center / cover;
    padding: 0.8rem 0 1rem 0 ;
}
.programme_list{
    width: 14.4rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.progra_items{
    width: 24.5%;
    box-sizing: border-box;
    height: 5.56rem;
    background: #096;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.progra_items_active{
    width: 50%!important;
    overflow: visible;

}
.progra_items_active .progra_imgs{
    width: 100%;
}
.progra_items_width{
    width: 16%;
}







.progra_mbbox{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    padding: 0.7rem 0.6rem;
    box-sizing: border-box;
}
.progra_mbbox_color{
    background:  RGBA(23,47,86,0.8)!important;
    justify-content: flex-start;
    align-items: flex-start;
}
.progra_mbbox_color .progra_xbox{
    display: flex;
    align-items: center;
}
.progra_mbbox_color .progra_ico{
    margin-right: 0.1rem;
}


.progra_imgs {
    height: 100%;
}
.progra_ico{
    width: 0.48rem;
    height: 0.57rem;
}
.progra_ico img{
    max-width: 100%;
    max-height: 100%;
}
.progra_neme{
    width: 1.6rem;
    height: 0.6rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.24rem;
    white-space: nowrap;
}

.progra_messbox{
    margin-top: 0.35rem;
    display: none;
}


.progra_mess_xtit{
    margin-bottom: 0.2rem;
    display: none;
}
.progra_mess_xtit,.progra_before{
    font-size: 0.16rem;
}
.progra_mess_content p:nth-child(n+7){
    /*display:none;*/
}
.progra_before{
    line-height: 2;
    display: flex;
}
.progra_before::before{
    content: '';
    display: block;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 50%;
    background: red;
    margin-top: 0.15rem;
    margin-right: 0.1rem;
}




/* 之前的 */
.section2 ul{
    display: flex;
}
.section2 ul li {
    box-sizing: border-box;
    position: relative;
    padding-top: 1.81rem;
    padding-left: 1.1rem;
    margin-right: 0.08rem;
    height: 5.56rem;
    width: 3.54rem;
    cursor: pointer;
    background: url(../img/programme//programme-pic1.jpg) no-repeat center / cover;
    transition: all .25s;
    overflow: hidden;
    /* background-size: 100% 100%; */
}
/* .section2 ul li:hover{
    background-size:110% 110% ;
} */
.section2 ul li:nth-child(2) {
    background-image: url(../img/programme//programme-bg3.jpg);
}
.section2 ul li:nth-child(3) {
    background-image: url(../img/programme//programme-bg4.jpg);
}
.section2 ul li:nth-child(4) {
    background-image: url(../img/programme//programme-bg5.jpg);
}
.section2 ul li .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #071327;
    left:0;
    top:0;
    z-index: 0;
    opacity: .6;
}
.section2 ul li img,
.section2 ul li p {
    position: relative;
    z-index: 1;

}
.section2 ul li p {
    width: 1.32rem;
height: 0.39rem;
font-size: 0.24rem;
font-family: Catamaran-ExtraBold, Catamaran;
font-weight: 800;
color: #FFFFFF;
line-height: 0.4rem;
}
.section2 ul li:last-child {
    margin-right: 0;
}



@media only screen and (max-width:1024px){
    .banner{
        margin-top: 50px;
    }
    .banner span{
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .section1{
        padding: 15px;
    }
    .text-title{
        font-size: 16px;
    }
    .section1 .wrap span{
        font-size: 12px!important;
    }
    .section2{
        width: 100%;
        padding: 15px 0;
    }
    .programme_list{
        width: 100%;
        flex-wrap: wrap;
    }
    .progra_items{
        width: 49%;
        margin-bottom: 15px;
    }
    .progra_imgs{
        width: 100%;
    }
    .progra_mbbox_color{
        overflow: hidden;
    }
}