 /* 会议组织 */

.organization{
    width:90%;
    margin:0 auto;
    margin-top: 50px;
}
.organization .underline{
    width: 60px;
    margin:0 auto;
    height: 3px;
    background-color: #2a6496;
    margin-bottom: 50px;
}

.organization h4{
    color:#000000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom:3px;
    text-align: center;
    margin-top: 50px;

}


.organization .split{
    display: inline-block;
    height:2px;
    width:500px;
    background-color: #7B8FA1;
}

.organization p{
    padding-left: 25px;
    color:#000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;

}
.organization .people{
    display: inline-block;
    width:220px;
    text-align: center;
    vertical-align:middle;
    margin:0 30px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.organization .people img{
    height:200px;
}

.organization .people p{
    padding:0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}
