.m-company {
    background: #F6F7F9;
}
    .m-company .c-web {
        width: 6.9rem;
  
        background: #FFFFFF;
        box-shadow: 0rem 0rem 0rem 0rem rgba(109, 115, 171, 0.17);
        border-radius: 0.1rem;
        padding: 0.07rem 0.22rem 0;
        margin-bottom:0.2rem;
        box-sizing:border-box
    }
        .m-company .c-web .item {
            border-bottom: 0.01rem solid #F6F7F9;
            padding: 0.27rem 0 0.2rem;
            position:relative
        }
        .m-company .c-web .img {
            width: 2.41rem;
            height: 1.7rem;
            border-radius: 0.04rem;
            margin-right:0.22rem
        }
        .m-company .c-web .item .info {
            height: 1.7rem;
            width: 3.85rem;
            position: relative
        }
            .m-company .c-web .item .info .tit {
                font-size: 0.26rem;
                font-family: SourceHanSansSC;
                font-weight: 500;
                color: #3F4157;
                line-height:0.3rem;
                height: 0.3rem;
                width: 100%;
               
            }
            .m-company .c-web .item .info .line {
                position: absolute;
                content: '';
                height: 0.01rem;
                background-color: #EBEBEB;
                width: 100%;
                top: 0.38rem;
                left: 0
            }
            .m-company .c-web .item .info .content {
                font-size: 0.24rem;
                font-family: SourceHanSansSC;
                font-weight: 400;
                color: #91929F;
                line-height: 0.30rem;
                width: 100%;
                /*                    margin-bottom: 0.15rem;*/
                /*height: 0.9rem;*/
            }
            .m-company .c-web .item .info .date {
                font-size: 0.18rem;
                line-height: 0.18rem;
                height: 0.18rem;
                font-family: SourceHanSansSC;
                font-weight: 400;
                color: #C3C4CE;
            }
            .m-company .c-web .item .info .ydqw {
                font-size: 0.18rem;
                font-family: SourceHanSansSC;
                font-weight: 400;
                color: #FF5500;
                line-height: 0.26rem;
            }
    .m-company .shouye-bot {
        position:fixed;
        bottom:0;
        left:0;
        width:100%
    }
    body {
        margin:0
    }
