#single .crumbs{
    margin: 10px auto;
    max-width: var(--maxWidth);
}
#single .characteristic .title{
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#single .characteristic .title:after{
    content: "";
    position: absolute;
    background: var(--titleColor);
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#single .characteristic .title b{
    font-size: 30px;
    margin-left: 70px;
}
#single .characteristic .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 60px 0;
}
#single .characteristic .list .item{
    width: 49%;
    line-height: 3;
    text-indent: 2em;
    font-size: 16px;
    color: #555;
}
#single .characteristic .list img{
    width: 49%;
}
#single .programme{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#single .programme .box{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   position: relative;
}
#single .programme .box .pos{
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#single .programme .box .item{
    width: 30%;
    margin: 100px 0;
}
#single .programme .box .item:nth-child(2n-1){
    margin-left: 20%;
}
#single .programme .box .item:nth-child(2n){
    margin-right:20%;
}
#single .programme .box .item b{
    color: var(--titleColor);
    font-size: 80px;
}
#single .programme .box .item div{
    color: #fff;
    font-size: 22px;
}

#single .structure .box> p{
    display: flex;
    justify-content: space-between;
}
#single .structure .box> p img{
    width: 50%;
    
}
.lxzx_form{
    padding: 0 10px;
}
.lxzx_text{
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.single-message{
    margin: 0;
    justify-content: center;
}
@media screen and (max-width:600px){
    #single .characteristic .title span{
        display: none;
    }
    #single .characteristic .list{
        flex-direction: column;
        margin: 20px 0;
    }
    #single .characteristic .list img{
        width: 100%;
    }
    #single .characteristic .list .item{
        width: 100%;
        line-height: 2;
    }
    #single .programme .box .item{
        margin: 20px 0;
    }
    #single .programme .box .item b{
        font-size: 30px;
    }
    #single .programme .box .item div{
        font-size: 12px;
    }
    #single .structure .box> p{
        flex-direction: column;
    }
    #single .structure .box> p img{
        width: 100%;
    }
}
#lxzx{
    background-image: url('/template/default/pc/static/img/join4 _03.png');
    background-position:top center;
    background-size: cover;
    background-repeat: no-repeat;
}









