@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:#fff; .consult_pic_show{float:left;overflow:hidden;width:@census_width;height:auto;padding-bottom:20px;border-bottom:1px solid #ccc; li{float:left;overflow:hidden;width:130px;height:auto;margin-top:13px;padding-left:92px;margin-top:20px;display:inline; .consult_img{width:130px;height:163px;} p{width:130px;height:40px;text-align:center;line-height:40px; a{color:#1e1e1e;font-size:14px;color:#14408b;} } } } } .main_bg_bottom_consult{float:left;width:@census_width;height:20px;} }