@charset "utf-8";


 /*客户列表*/  
 
   #clientbanner_tab{
    width:100px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	}
 
 
   #clientlist_row{
   float:left;
   width:846px;
   height:auto;
   8padding-bottom:40px;
   padding-top:10px;
   }
   
   #client_pre{
   width:150px;
   height:auto;
   float:left;
   padding-left:10px;
   padding-right:9px;
   margin-bottom:5px;
   }
    
   #client_img{
   width:150px;
   height:50px;
   float:left;
   }
   #client_detail{
   width:150px;
   height:auto;
   float:left;
   margin-top:10px;
   } 
 
   #client_txt{
   width:130px;
   float:left;
   line-height:20px;
   background:url(../images/dot.gif) left no-repeat;
   padding-left:20px;
   }       
      #client_txt a{
	  text-decoration:none; 
	  color:#808080;
       }  
      #client_txt a:hover{
	  text-decoration:none; 
	  color:#808080;
	  background-color:#0077e0;
	  color:#fff;
	  padding:1px 2px 1px 2px;
       } 
   
 
 
 
 
    
   
   
   