.xw_table_list{
	width: 100%;
	text-align: center; 
	border-collapse: collapse; 
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
}
.xw_table_list tr td,.xw_table_list tr th{
	border:1px solid #E8EEEC;
	padding: 7px;
}
.xw_table_title{
	font-weight: normal;
	background:#EBF4FB;
  	height: 72px;
  	color: #015CA3;
  	
}
.xw_table_tr{
	height: 52px; 
	color:#7f7e81;
}
.xw_table_tr:nth-child(1n){
	background:#fff;
}
.xw_table_tr:nth-child(2n){
	background:#F7FBFC;
}
.xw_table_tr:hover{
	background:#f9f9f9;
/* 	box-shadow:0px 2px 2px #cdcdcd; */
}