長治
長治的美食種類很多,如著名的上黨臘驢肉、壺關(guān)羊湯等。山西的面食特色在長治表現(xiàn)得也很突出,如長子炒餅、潞城甩餅、長治三和面等等。長治城隍廟的美食非常多,夜晚更是熱鬧非凡。
全部美食
景點(diǎn)推薦
-

紅豆峽
-

太行山大峽谷
-

長治青龍峽
-

通天峽景區(qū)
-

黃崖洞國家森林公園
-
$('.category-list ul').each(function(){
var boxH = ($(this).height());
if (boxH > 34) {
$(this).height(34);
}else{
$(this).parent().find('.show').hide();
}
$(this).parent().find('.show').click(function(){
$(this).parent().find('ul').height('auto');
$(this).parent().find('.hide').show();
$(this).hide();
})
$(this).parent().find('.hide').click(function(){
$(this).parent().find('ul').height('34');
$(this).parent().find('.show').show();
$(this).hide();
})
})