body{
    min-width: 1200px;
    margin: 0 auto;
    padding; 0 auto;
    justify-content:center;
}
.meeting-center-div {
    margin: 0 auto 0;
    width:1200px;
    padding:0;
    height: auto;
}

.meeting-center-div-title {
    width: 100%;
    min-width:1200px;
    height: auto;
    text-align:center;
    margin:50px 0 50px 0;
}

.meeting-center-div-content {
    width: 100%;
    min-width:1200px;
    height: auto;
    margin: 0 auto 0 auto
}
.brand-news1-div{
    width: 50%;
    height:auto;
}

.brand-news1{
    width: 90%;
    height: auto;
    -webkit-box-shadow: #666 0px 0px 20px;
    -moz-box-shadow: #666 0px 0px 20px;
    box-shadow: #666 0px 0px 20px;
    background: ##f0f0f0;
}
.brand-news2{
    width: 50%;
    height: auto;
}

.title-cn {
    font-size: 30px;
    color: #333;
    font-family: "arial", "微软雅黑";
}

.title-en {
    color: #224d95;
    font-size: 16px;
    line-height : 26px;
    font-family: "arial", "微软雅黑";
}
.title-cube{
    width: 80px;
    height: 3px;
    background: #184576;
    position: absolute;
    left: 0;
    bottom: -15px;
    margin-left: 10%;
}