@import "baseStyle.less"; /* ------------------------------------------------------------------------ */ .content { padding-top:20px; } #carrousel { float:left; margin-left: 22px; width:540px; height:475px; } #gallery { overflow: hidden; } #gallery img { height:470px; } .right { height:100%; position:relative; width: 300px; float: right; right:10px; } #newsContainer { /* position:absolute; */ top: 10px; width:100%; .fontText; font-size: 1.3em; } #newsContainer .news { margin-bottom: 20px; } #newsContainer .news img { height:70px; float:left; display: block; margin-right: 10px; } #newsContainer .news .title { border-bottom: 1px solid black; text-align: right; font-size: 0.65em; } #newsContainer .news .newscontent { text-align: justify; font-size: 0.6em; padding-top:5px; float:left; }