			
			.paihang{margin: 0 auto; width: 90%; text-align: center; margin-top: 30px; height: 50px;}
			.bangdan{width: 15%; height: 40px; margin-top: 1px; float: left;margin-left:8%; line-height: 40px;background-color: #800000;border-radius:10px;}

			.paihang div:hover{margin-top: 0;height: 55px;background-color:orange; }
			.paihang a{text-decoration:none;border:0px;background-color:transparent; color:white; font-size: 18px; width:100%; font-weight: bold; height:100%;}
			
			.biaotou{ 
				color: white;
				width:100%; height: 60px; border: 1px solid;border-top-left-radius: 12px;
				border-top-right-radius: 12px;text-align: center; line-height: 60px;
				font-size: 20px;
				background-color: #7a161c;

			}


			.container {
				width: 75%;
				margin: 0 auto;
				margin-top: 50px;
				padding: 30px 0;
				
			}

			#jsonTable {
				width: 100%;
				margin: 0 auto;
				border-collapse:collapse;
				border :1px solid #f8f8f8;
				border-top-left-radius: 12px;
				border-top-right-radius: 12px;
			}
			
			
			#jsonTable  th{
				height: 40px;
				background-color:#f8f8f8;
				font-weight:bold;
				text-align: center;
				background-color: #F8F8F8;
				font-weight:700;
				
			}


			#jsonTable tr{border-bottom: 1px solid #f8f8f8;}
			#jsonTable tr td:first-child{font-weight:bold;}
			#jsonTable tr:nth-child(2) td:first-child{color:red; font-size: 25px;}
			#jsonTable tr:nth-child(3) td:first-child{color:red; font-size: 22px;}
			#jsonTable tr:nth-child(4) td:first-child{color:red; font-size: 19px;}
			#jsonTable tr:nth-child(2n+1){background-color: #f8f8f8;}
			#jsonTable tr td{font-size:16px;height:85px; text-align: center; line-height: 85px;}
			#jsonTable tr:hover{ background-color: #0088CC;}
			#jsonTable tr:hover td{ background: none;}
			
			
			
			
			.container select
		    {
		       margin-left: 10px;
		       margin-top: 10px;
		       width                    : 100px;
		      height: 40px;
		       float: left;
		       vertical-align           : middle;
		       border                   : 1px solid #94c1e7;
		       -moz-border-radius       : 0.2em;
		       -webkit-border-radius    : 0.2em;
		       border-radius            : 0.2em;
		       background               : #ffffff;
		       font-size                : 1.1em;
		       color                    : RGBA(102,102,102,0.7);
		       cursor                   : pointer;
		    }
			
			.container button{
				margin-top: 10px;
				float: left;
				width: 50px;
				line-height: 38px;
				text-align: center;
				font-weight: bold;
				color: #fff;
				text-shadow:1px 1px 1px #333;
				border-radius: 5px;
				position: relative;
				overflow: hidden;
				border:1px solid #64c878;
				box-shadow: 0 1px 2px #b9ecc4 inset,0 -1px 0 #6c9f76 inset,0 -2px 3px #b9ecc4 inset;
				background: -webkit-linear-gradient(top,#90dfa2,#84d494);
				background: -moz-linear-gradient(top,#90dfa2,#84d494);
				background: linear-gradient(top,#90dfa2,#84d494);
			}