#home {
    margin: 0;
    width: 50px;/*原始65*/
    min-width: auto;/*页面顶部的宽度*/
    // height: 900px;
    float: left;
    //background-color: rgba(245, 245, 245, 0.7);
    //padding: 10px;
    //margin-top: 10px;
    //margin-bottom: 10px;
    //box-shadow: 0;
    //box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

div.forFlow {
    border: 0px solid #fff;
    display:block;
    overflow: hidden;
    background-color:rgba(f,f,f,0.5);
    padding: 0;
}

#header {
    position: relative;
    top: 0;
    left: auto;
    width: 1400px;
    height: 80px;
    margin: auto;
    border: 0;
    //float: left;
    padding: 0;
    background: none;
}

#main {
    position: relative;
    top: 0;
    left: 2%;
    width: 1400px;
    height: auto;
    margin: auto;
    border: none;
    float: left;
    padding-right: 0;
}

.postBody{
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    color: #494949;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.6;
}

#mainContent {
    border: 0px solid #ced7ce;
    text-align: left;
}

#sideBar {
    border: 0px;
    //border-bottom: 3px solid #ced7ce;
    position: absolute;
    top: 0;
    left: 8px;
    background-color:rgba(0,0,0,0);
    display:block;
    padding: 0 10px 30px 10px;
    width: auto;
}
#sideBarMain {
    border: 0px;
    //border-bottom: 3px solid #ced7ce;
    position: absolute;
    top: 0;
    left: 8px;
    background-color:rgba(0,0,0,0);
    display:block;
    padding: 0 10px 30px 1px;
    width: 280px;
}


.skin-simpleblue{
    background-color:rgba(0,0,0,0);
}




