@media screen and (min-device-width:751px){
    /* 董事长荣誉 */
    .fixed-menu{
        top: 0;
        background: #F8F8F8;
    }
    .manage{
        background: #F8F8F8;
        padding: 60px 0 30px 0;
    }
    .content-box-line-title{
        font-weight: bold;
        color: #333;
        font-size: 18px;
    }
    .content-box-line1-body{
        margin-top: 35px;
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .content-box-line1-body-item{
        width: 360px;
        display: flex;
        align-items: center;
        height: 160px;
        margin-bottom: 40px;
        margin-right: 20px;
    }
    .content-box-line1-body-item-left{
        width: 160px;
        height: 160px;
        margin-right: 15px;
    }
    .content-box-line1-body-item-right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 160px;
    }
    .item-name{
        font-weight: bold;
        font-size: 16px;
        color: #333333;
    }
    .item-line{
        width: 14px;
        height: 1px;
        background: #707070;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .item-introduce{
        font-size: 14px;
        color: #727272;
    }
}
@media screen and (min-device-width:300px) and (max-device-width:750px){
    .foot-box{
        display: none;
    }
    .content-box-line{
        margin-top:1.3rem;
    }
    .content-box-line-title{
        font-weight: bold;
        color: #333333;
        font-size: .32rem;
    }
    .content-box-line1-body{
        margin-top: .35rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content-box-line1-body-item{
        width: 100%;
        display: flex;
        align-items: center;
        height: 2.35rem;
        margin-bottom: .5rem;
    }
    .content-box-line1-body-item-left{
        width: 2.35rem;
        height: 2.35rem;
        margin-right: .25rem;
    }
    .content-box-line1-body-item-left img{
        width: 2.35rem;
        height: 2.35rem;
        border-radius: .26rem;
        -webkit-border-radius: .26rem;
        -moz-border-radius: .26rem;
        -ms-border-radius: .26rem;
        -o-border-radius: .26rem;
}
    .content-box-line1-body-item-right{
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 2.35rem;
    }
    .item-name{
        font-weight: bold;
        font-size: .28rem;
        color: #333333;
    }
    .item-line{
        width: .25rem;
        height: 2px;
        background: #707070;
        margin-top: .05rem;
        margin-bottom: .2rem;
    }
    .item-introduce{
        font-size: .23rem;
        color: #727272;
    }
}