#home {
    margin: 0 auto;
    width: 95%;
}
#main {
    min-width: 1200px;
    text-align: left;
    clear: both;
    background: #fff;
    display: flex;
margin-top: 30px; 
}
#mainContent {
    min-height: 200px;
    *padding-top: 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-word;
    /* float: left; */
    width: 100%; 
    background: #fff;
    flex: 1;
    overflow: auto;
}
#sideBar {
    min-height: 200px;
    padding: 0 10px;
     margin-left: 0px; 
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    padding-bottom: 20px;
    float: left;
}
#navigator{
display:none;
}