.abss_te{
    z-index: 2;
}
.comculture_main{

    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}
.comcu_te{
    width: 25%;
    line-height: 2.1em;
    color: #274056;

    font-size: 24px;


}
.comculture_card{
    max-width: 1470px;

    height: 100%;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 5%;
    padding-top: 3%;
    padding-left: 5%;
    display: flex;
    flex-wrap: nowrap;
}
.comcu_shi{
    font-size: 14px;
}
.comcu_shi{
    margin-top: 10%;
}
.comcu_image{
    margin-left: 20%;
}
@media screen and (max-width:1550px){
    .comcu_image{
        margin-left: 0%;
    }
    .comcu_te{
        width: 50%;
    }
    .comcu_image img{
        width: 95%;
        height: 95%;
    }
}
@media screen and (max-width:1250px){

    .comcu_te{
        width: 80%;
    }
    .comcu_shi{
        margin-top: 5%;
    }
    .comcu_image{
       margin-top: 3%;
    }
    .comcu_image img{
        width: 95%;
        height: 95%;
    }
    .comcu_te{

        line-height: 2.1em;
        color: #274056;

        font-size: 20px;


    }
}
@media screen and (max-width:850px){
    .comcu_shi{
        margin-top: 0%;
    }
    .comcu_te{

        line-height: 2.1em;
        color: #274056;

        font-size: 18px;


    }
    .comcu_te{
        width: 100%;
    }
    .comcu_shi_te{
        font-size: 12px;
        margin-top: -10px;
    }
    .comcu_image img{
        width: 100%;
        height: 100%;
    }
    .comcu_image{
        width: 100%;
    }
}
@media screen and (max-width:650px){
    .comcu_image{
        width: 60%;
     margin-top: 60px;
    }
    .comcu_image img{
        width: 100%;
        height: 100%;
        margin-left: -15px;
    }
    .comculture_card{
        max-width: 1470px;

        height: 100%;
        width: 100%;
        margin: 0px auto;
        padding-bottom: 10%;
        padding-top: 8%;
        padding-left: 5%;
        display: flex;
        flex-wrap: nowrap;
    }

}