.content{
    margin: 120px auto 0;
    width: 100%;
    min-height: 800px;
    overflow: hidden;
}  
.lched{
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    border-bottom: none;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
}
.lched .xxx{
    width: 50px;
    height: 3px;
    background-color: #2982bc;
    /* margin: 40px auto 0; */
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.bz{
    width: 100%;
    text-align: center;
    margin: 30px 0;
    line-height: 30px;
}
.bz span{
    font-size: 14px;
    color: #999999;
    margin-right: 25px;
}
.bz span img{
    margin-right: 10px;
}
.newtext{
    width: 100%;
}
.newtext p{
    color: #666666;
    font-size: 14px;
    line-height: 48px;

}
.newtext img{
    width: 96%;
    margin: 60px 2%;
}

@media screen and (max-width: 700px) {
    .content {
        margin: 0.5rem auto 0.5rem;
        width: 100%;
        min-height: auto;
        overflow: hidden;
        padding: 0 0.2rem;
        min-height: 10.4rem;
    }
    .lched {
        width: 94%;
        margin: 0 auto;
        font-size: 0.36rem;
        color: #4c4c4c;
        text-align: center;
        border-bottom: none;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 0.2rem;
    }
    .lched .xxx {
        width: 50px;
        height: 3px;
        background-color: #2982bc;
        /* margin: 40px auto 0; */
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
    }
    .bz{
        margin: 0.1rem 0;
    }
    .newtext{
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .newtext img{
        width: 100%;
    }


}