/*面包屑*/
.breadcrumb{width: 1200px; height: 85px; line-height: 95px; margin:0 auto;}

/* 列表 */
#list{width: 1140px; clear: both; overflow: hidden;  padding: 30px; margin:0 auto; padding-bottom:78px; background: #fff;}


#list{overflow: hidden; clear: both;}
#list ul.list_ul{min-height:400px;}
#list ul.list_ul li{height: 30px; *height:26px;}
#list ul.list_ul li  a{display: block; width: 355px; float: left; white-space: nowrap; text-overflow:ellisis; overflow: hidden; padding-left: 13px; background:  url(icon.png) 0 7px no-repeat;}
#list ul.list_ul li:hover a{background:  url(icon_hov.png) 0 7px no-repeat;}
#list ul.list_ul li:hover span{color:#ce271f;}
#list ul.list_ul li span{display: block; float: right;}