body { 
    font-family: "微软雅黑","宋体","Consolas","Courier New","Coruier","mono","serif";
}

div.par, div.rightpar {
    clear: both;
}

div.parsys_column {
    height: 100%;
    width: 100%;
    float: left;
    border: 10;
    vertical-align:top;
    padding: 0;
    margin: 0;
}

div.section {
    /* Property added to avoid IE hasLayout issue on paragraphs
       see #20817 - IE6: div around Drag Components image not big enough
    */
    zoom: 1;
}

div.parsys_column .section {
    overflow:hidden;
    width: 100%;
}

/* column control layouts */
div.cq-colctrl-cols {width: 100%; float: left; }
div.cq-colctrl-default { width: 100%;}

/* layout 0 : 50% 50% ( grid6 + grid6 ) */
div.wcm-colctrl-lt0 { overflow: hidden; }
div.wcm-colctrl-lt0-c0 { width: 316px; margin: 0; overflow: hidden;}
div.wcm-colctrl-lt0-c1 { width: 316px; margin: 0 0 0 8px; overflow: hidden;}

/* layout 1 : 33% 33% 33%( grid4 + grid4 + grid4 ) */
div.wcm-colctrl-lt1 { }
div.wcm-colctrl-lt1-c0 { width: 316px; margin: 0; overflow: hidden;}
div.wcm-colctrl-lt1-c1 { width: 158px; margin: 0 0 0 8px; overflow: hidden;}
div.wcm-colctrl-lt1-c2 { width: 158px; margin: 0; overflow: hidden;}

/* layout 2: 16% 16% 16% 33% ( grid2.6 + grid2.6 + grid2.6 + grid4 ) */
div.wcm-colctrl-lt2 { }
div.wcm-colctrl-lt2-c0 { width: 478px; margin: 0; overflow: hidden;}
div.wcm-colctrl-lt2-c1 { width: 154px; margin: 0 0 0 8px; overflow: hidden;}
