
/* --------------------.left-------------------- */
@media screen and (max-width:768px) {
    .bodyer .main1 .left {
        display: inline-block;
        margin-bottom: 0.2rem;
        padding: 0.2rem;
        width: 100%;
        vertical-align: text-top;
    }
    .bodyer .main1 .left .level {
        text-align: left;
    }
    .bodyer .main1 .left h2 {
        margin-bottom: 20px;
        text-align: left;
        font-size: 0.36rem;
    }
    .bodyer .main1 .left .info {
        position: relative;
        width: 100%;
        height: 50px;
    }
    .bodyer .main1 .left .info .left {
        padding: 0;
        position: absolute;
        left: 0;
        width: 300px;
        height: 20px;
        line-height: 20px;
        text-align: left;
        font-size: 0.28rem;
        color: #727984;
    }
    .bodyer .main1 .left .info .left.bottom {
        position: absolute;
        left: 0;
        top: 20px;
    }
    .bodyer .main1 .left .info .right {
        padding: 10px 0 0 0;
        position: absolute;
        right: 0;
        width: 300px;
        height: 50px;
        text-align: right;
        font-size: 0.28rem;
        color: #727984;
        display: none;
    }
    .bodyer .main1 .left .info .right button {
        display: inline-block;
        padding: 0;
        border: none;
    }
    .bodyer .main1 .left img {
        margin-bottom: 0.2rem;
        width: 100%;
        height: auto;
    }
    .bodyer .main1 .left .context p {
        font-size:0.32rem;
        color:#2f3742;
        line-height:30px;
        text-align: left;
        text-indent: 2em;
    }
    .bodyer .main1 .left .context .bold {
        font-weight: bold;
    }
    

    .useinmobile .bodyer .main1 .left .info .left.bottom {
        top: 33px;
    }
    .useinmobile .bodyer .main1 .left .info {
        height: 75px;
    }
}

