.m {
    background-color: #fff;
    width: 100%;
    padding: 70px 40px;
}

.m .content {
    width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m .content .item {
    width: 350px;
    height: 419px;
    background: #dceaf6;
    text-align: center;
    margin: .5rem 0;
}

.m .content .item .img {
    margin-top: 56px;
    /* margin-left: 90px; */
}

.m .content .item .img img {
    width: 170px;
    height: 170px
}

.m .content .item .name {
    width: 280px;
    height: 80px;
    background-image: url(../images/bauu/tab.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 80px;
    margin: auto;
    margin-top: 50px
}
.m .content .item .name a{
    color:#fff;
}

.m .content .items {
    width: 350px;
    height: 419px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center
}

.m .content .items img {
    width: 235px;
    height: 235px
}

.m .content .items .name {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px
}

.m .content .items .subname {
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px
}

.m .content .items .img {
    /* margin-left: 57px; */
}

.p {
    display: none
}

@media screen and (max-width:1200px) {
    .m .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
}


@media screen and (max-width:800px) {
    .m {
        display: none
    }

    .p {
        display: block
    }

    body {
        font-size: .32rem
    }

    .content {
        width: 90%;
        margin: auto;
        padding-top: .6rem;
        padding-bottom: 1rem;
    }

    .content .item {
        width: 100%;
        height: 2.6rem;
        background: #dceaf6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: .3rem;
        flex-wrap: wrap;
    }

    .content .item img {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        /* width: 100%; */
        margin-top: 0.1rem;
    }

    .content .item .name {
        width: 3.4rem;
        height: .8rem;
        background-image: url(../images/bauu/tab.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: #fff;
        font-size: .24rem;
        text-align: center;
        line-height: .8rem;
        margin-left: .1rem;
    }

    .content .items {
        width: 100%;
        height: 3.6rem;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .content .items .img {
        /* margin-left: .6rem; */
        /* margin-right: .2rem; */
        display: block;
        width: 100%;
        margin: 0 auto;
    }
        .content .items .img+div{
            width: 100%;
        }

    .content .items .img img {
        width: 2.35rem;
        height: 2.35rem;
        margin: 0 auto;
        display: block;
    }

    .content .items .name {
        color: #333;
        font-size: .24rem;
        font-weight: 700;
        margin-top: .3rem;
        width: 100%;
        text-align: center;
    }

    .content .items .subname {
        color: #333;
        font-size: .24rem;
        margin-bottom: .3rem;
        display: block;
        width: 100%;
        text-align: center;
    }
}

/*# sourceMappingURL=beihang-ruanjian2.min.css.map */
