/* 公司简介 */
.contentTo{
    background: #ffffff;
}
.corporation-article{
    margin: 60px auto 70px;
}
.latestnews-title{
    color: #3D3D3D;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 45px;
}
.corporation-article-banner{
    height: 488px;
    background: #D8D8D8;
    margin-bottom: 40px;
    width: 100%;
}
.latestnews-text{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 40px;
    line-height: 2;
    text-indent: 2em;
}
.beRelatedTo{
    background: #F5F5F5;
}
.beRelatedTo-title{
    text-align: center;
    font-size: 30px;
    color: #3D3D3D;
    font-weight: 700;
    margin-bottom: 60px;
}
.beRelatedTo-details{
    display: flex;
}
.beRelatedTo-details-box{
    background: #ffffff;
    /* height: 290px; */
    outline: 1px;
    flex: 1;
    margin-right: 15px;
    max-width: 224px;
}
.beRelatedTo-details-boxPicture{
    padding: 26px 10px;
    width: 100%;
}
.beRelatedTo-details-boxLine{
    background: #979797;
    height: 1px;
}
.beRelatedTo-details-boxTitle{
    padding: 18px 19px;
}
.beRelatedTo-details-boxText{
    text-align: center;
    font-size:16px;
    color:#3D3D3D;
}
.beRelatedTo-details-box:last-child{
    margin-right: 0px;
}
/* .row{
    margin-left: 0px;
    margin-right: 0px;
} */
.col-md-8{
    float: none;
}

@media (max-width: 750px) {  
    .corporation-article{
        margin: 30px auto 35px;
    }
    .corporation-article-banner{
        height: 241px;
        margin-bottom: 10px;
        width: 100%;
    }
    .latestnews-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .corporation-article-banner{
        height: 242px;
        margin-bottom: 10px;
    }
    .latestnews-text{
        font-size: 14px;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 750px) {
    .beRelatedTo-details{
        flex-direction: column;
    }
}
