.dataCenter{
	width:1200px;
	margin:0px auto;
	border:0px solid black;
}
.dataTable{
	width:1200px;
	height:300px;
	border:0px solid black;
}
.dataTitle{
	height:45px;
	margin: 20px 20px;
}
.dataTitle p{
	text-align:left;
	text-indent: 12px;
}
.dataTitle p:nth-child(1){
	color:#0172C2;
	font-size:20px;
	font-weight:bold;
}
.datas table{
	width:100%;
}
.datas table tr{
	height: 35px;
}
.datas table tr td{
	height: 35px;
	font-size: 18px;
}
.datas table tr td a{
	font-size: 18px;
	color: blue;
}
.datas table tr:hover{
	background-color: #CBDEFF;
}
.datas table tr:hover td{
	color: black;
}
.datas table tr:hover a{
	color: black;
}
.datas table tr>td:nth-child(1){
	width:70%;
}
.datas table tr>td:nth-child(2){
	width:20%;
}
.datas table tr>td:nth-child(3){
	width:10%;
}
.paging{
	padding: 20px 5px;
}
.paging span{
	width: 55px;
	height:30px;
	float: left;
	font-size: 16px;
}
.paging a{
	font-size: 16px;
}