@charset "utf-8";
/*==================================================================
  Guide_mobile_V2026.css  贵州导航(指南)移动端专属样式
  HTML 引用：media="screen and (max-width:768px)"
==================================================================*/

/*------酷站分类页主体内容（≤768px）------*/
@media screen and (max-width: 768px) {
  /*主体*/
  #main-framework{min-height:300px;}
  /*导航栏*/
  #guide{height:40px;line-height:40px;}
  #guide .guide_content{font-size:14px;width:94%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
  /*标题标签页*/
  .ftitle{height:36px;line-height:36px;}
  .ftitle ul{top:3px;height:34px;font-size:14px;padding-left:3px;}
  .ftitle li{min-width:120px;height:34px;line-height:34px;}
  .ftitle li.hover{min-width:120px;height:34px;line-height:30px;}
  /*主体HTML内容*/
}