#listtable{
	width:100%;
	padding:0 0 0px;
	position:relative;
	border-spacing: 0;
	border-collapse: collapse;
	z-index:5;
	word-break:keep-all; 
	word-wrap:normal;
}
#listtable tbody{
	display: block;
	height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
	cellspacing="0";
}
#listtable thead,tbody tr {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-bottom: 1px solid #DADFFE;
}
#listtable thead{
	width: calc( 100% - 18px)
}
#listtable thead th {
	background: #B7B8BB;
}
#listtable td {
	font-family: "Times New Roman",Georgia, Times, serif;
}
#listtable tr:hover {
	background-color:#FAFBFF;
}