.nrTable{
	width: 100%;
	border: 1px solid #dcdddd;
	text-align: center;
}
.nrTable thead th{
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #464b4f;
	text-align: center;
	font: bold 14px/34px "Microsoft Yahei";
	background-color: #f2f2f2;
	border-width: 1px;
	border-style: solid;
	border-color: #d3d3d3;
}
.nrTable tbody td{
	height: 32px;
	line-height: 32px;
	color: #464b4f;
	font: 14px/33px "Microsoft Yahei";
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
}
.nrTable tbody td a {
    color: #122e67;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}