@charset "utf-8";
.ellipsis {  
      width:200px;  
      white-space: nowrap;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      text-align:left;
}  
.ellipsis2 {  
      width:310px;  
      white-space: nowrap;  
      overflow: hidden;  
      text-overflow: ellipsis;  
      text-align:left;
}
    
    
.trClass{
	font-family:微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
	font-weight:normal;
	font-size:13px;
}
.trClass2{
	font-family:微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
	font-weight:normal;
	font-size:13px;
}
.trClass3{
	/* background-color:#C6E2FF; */
	background-color:#D8E8FA;
	box-shadow:0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(82,168,236,0.6);
}
		
.input{
	border: 1px solid #ccc;
    border-radius: 3px;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 3px;
    margin:4px 2px;
}

.labelTop{
	width:120px;
	text-align:right;
	display:inline-block;
	padding-right:7px;
	padding-bottom:8px;
}
.padd{
	padding:3px 0;
}   