根据提供的信息,这段内容是一段CSS样式代码,主要用于设置网站的布局和样式。

  • .toolbar{display:none;}:隐藏工具栏。
  • .logo{margin-top:14px!important;}:将logo的上边距设置为14像素(并强调)。
  • .index .in_title { padding-top: 20px!important;}:将索引页面中的标题的上边距设置为20像素(并强调)。
  • .header_main{height:90px!important;}:将头部的高度设置为90像素(并强调)。
  • .tel s{width:35px!important;height:35px!important;}:将电话号码输入框的宽度和高度设置为35像素(并强调)。
  • .search{height:0px;}:将搜索框的高度设置为0像素。
  • .Input{display:none;}:隐藏输入框。
  • .footerTop { background: #1d2936;}:设置底部导航条的背景颜色为#1d2936。
  • .footerTop .conBox .conL dt { color: #999;}:将底部导航条中日期部分的文字颜色设置为#999。
  • .footerTop .footerMenu{display:none;}:隐藏底部菜单。
  • #floor_5_main .ulWrap .list li .title .cont:隐藏“楼层五”下的列表项中的标题内容。