.content{
   
   
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    /* background: url(../image/member-bg.png) no-repeat center 0; */
    background: url(https://file.c-sgba.com/uploads/52821c8b-0ae7-47e3-be62-12c5e6910ac9.png?x-oss-process=image/format,webp/sharpen,100) no-repeat center 0;


    
    background-size: 38.4rem 8.36rem;
}

.mt900{
    margin-top: 9rem;
    border-bottom: 1px solid #DDDDDD;
}


 










/* =========== */


/*  */

.news{
    box-sizing: border-box;
    padding-bottom: 2.06rem;
}


.news .item{
    width: 7.6rem;
    height: 4.8rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: .6rem;
    border: 1px solid #D8D8D8;
    border-radius: .4rem;
    margin-bottom: .6rem;
    margin-right: .6rem;
}
.news .item:hover{
    /* background: #EFF0F3; */
}

.news .item:nth-child(3n){
    margin-right: 0;
}
.news .item:nth-child(3n+1) div{
    /* background: #CAEDFA; */
}
.news .item:nth-child(3n+2) div{
    /* background: #FFF5E4; */
}
.news .item:nth-child(3n) div{
    /* background: #FFE8DC; */
}
.news .item a{
    width: 7.6rem;
    height: 4.8rem;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
  
}
.news .item a div{
    width: 7.6rem;
    height: 3.6rem;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem;
}
.item img.w100{
    width: 100%;
    height:auto;
    object-fit: cover;
    object-position: center;
}
.item img.h100{
    width: auto;
    height:100% ;
    object-fit: cover;
    object-position: center;
}
.news .item a p{
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: .32rem;
    color: #1D2125;
    text-align: left;
    line-height: 1.2rem;
    padding: 0 .4rem;
    box-sizing: border-box;
    overflow: hidden;
  
}






/* 更多 */
.more{
    text-align: center;
    font-weight: 400;
    font-size: .28rem;
    color: #9B9B9B;
    line-height: .42rem;
    margin-top: 1.4rem;
    cursor: pointer;
}


@media (max-width: 651px) {
    .content {
        margin: 0 auto;
        box-sizing: border-box;
        overflow: hidden;
        background: url(../image/m-company-bg.png) no-repeat center 0;
        background-size: 100% 3.9rem;
        margin-top: 1.2rem;
    }
    .news{
        margin-top: 4.5rem;
        padding: .32rem;
    }
    .news ul{
        justify-content: space-between;
    }
    .news .item{
        width: 48%;
        margin: 0;
        height: auto;
        border: none;
    }
    .news .item a{
        width:100%;
        height: auto;
    }
    .news .item a div{
        width: 100%;
        height: 1.86rem;
        border: 1px solid #F6F6F6;
        border-radius: .12rem;
    }
    .news .item a p{
        padding: 0;
        font-size: .24rem;
        text-align: center;
        line-height: .48rem;
        margin-bottom: .3rem;
    }

}