body{
				padding: 20px 0 50px;
			}
			.cenTit{
				font-size: 20px;
			}
			td{
				height: 30px;
			}
			table{
				border: none;
				border-collapse: collapse;
			}
			table th,td{
				border: none;
				padding: 0 10px;
			}
			table th,td{
				border-bottom: 1px solid #eee;
			}
			table tbody >tr:hover{
				background-color: #eee;
				
			}
			a{
				color: #3370FF;
			}