@charset "utf-8"; /* LESS Document */ /*中间总宽度*/ @census_width:980px; /*其它变量*/ @net_con_width:@census_width - 30; @net_con_block_width:(@net_con_width - 30) / 2; @main_con_wrap_width:@census_width - 40; .main_bg_consult{float:left;overflow:hidden;width:@census_width;height:auto;margin-bottom:10px; .main_bg_top_consult{float:left;width:@census_width;height:20px;} /*图文列表*/ .consult_pic_list{float:left;overflow:hidden;width:@census_width;height:auto;background:#f0f0f0; .consult_pic_show{float:left;overflow:hidden;width:@census_width;height:auto; li{float:left;overflow:hidden;width:130px;height:auto;margin-top:13px;padding-left:100px;margin-top:20px;display:inline; .consult_img{width:130px;height:163px;} p{width:130px;height:30px;text-align:center;line-height:30px; a{color:#1e1e1e;font-size:16px;} } } } } .main_bg_bottom_consult{float:left;width:@census_width;height:20px;} }