@charset "utf-8"; /* LESS Document */ /*中间总宽度*/ @census_width:980px; /*其它变量*/ @net_con_width:@census_width - 30; @net_con_block_width:(@net_con_width - 30) / 2; .network{display:table; .net_box{float:left; width:@census_width; height:auto; margin-bottom:10px; .header{float:left; width:@census_width; height:30px; overflow:hidden; background-image:url(../images/qingbao_nav.png); .flag{float:left; width:20px; height:30px; overflow:hidden;} .text{float:left; margin-left:10px; font-size:18px; color:#136dbd;margin-top:5px;} .more{float:right; color:#136dbd; margin-right:10px; line-height:30px;} } .net_con{float:left; width:@net_con_width; height:auto; padding:15px; background-color:#f5f5f5; .left{float:left; width:@net_con_block_width; height:auto; overflow:hidden;} .line{float:left; width:1px; height:auto; overflow:hidden; margin:10px 0 0 15px; background-image:url(../images/qingbao_line.png);} .right{float:right; width:@net_con_block_width; height:auto; overflow:hidden;} ul{float:left; width:100%;height:auto; li{float:left; width:100%; height:30px; border-bottom:1px dashed #c8c8c8; line-height: 30px; a{float:left; width:194.6px; overflow:hidden; margin-left:10px; color:#1e1e1e; display:inline; font-size:12px; white-space:nowrap; text-overflow:ellipsis;} .info{float:left; width:205px; overflow:hidden; margin-left:20px; display:inline; white-space:nowrap; text-overflow:ellipsis;font-size:12px; .date{color:red;} .source{display:inline; white-space:nowrap; text-overflow:ellipsis;} } } } } } }