.big {
	margin: 0 auto;
	background-color: whitesmoke;
	
}
.zzuo {
	width: 55%;
	float: left;
}
.yyuo {
	width: 42%;
	float: left;
	margin-left: 10px;
	
}
/*表一样式*/
.tablebox {
                height: 500px;
                overflow: hidden;
                position: relative;
                width: 100%;
            }
            .table-header table {
                width: 100%;
            }
            .table-header table tr th {
                color: black;
                text-align: center;
            }
            .tbl-body {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }
            .tablebox table {
                width: 100%;
            }
            .tablebox table th {
                color: #fff;
                font-size: 14px;
                padding: 2px;
            }
            .tablebox table td {
                color: black;
                padding: 5px;
                font-size: 12px;
                text-align: center;
            }
            .tablebox table tr th {
               background-color: whitesmoke;
                cursor: pointer;
            }
            .tbl-body tr:nth-child(even) td {
               background-color: whitesmoke;
            }
            .tablebox table tr td span,
            .tablebox table tr td span {
                font-size: 14px;
            }
            .tablebox table tr {
                cursor: pointer;
            }
            .tbl-body table tbody tr:hover>td {
              background-color: lightskyblue;
               /* color: #fff;*/
            }

/*表一样式*/




/*表二样式*/
.tableboxtwo {
                height: 500px;
                overflow: hidden;
                position: relative;
                width: 100%;
            }
            .table-headertwo table {
                width: 100%;
            }
            .table-headertwo table tr th {
                color: black;
                text-align: center;
            }
            .tbl-bodytwo {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }
            .tableboxtwo table {
               
            }
            .tableboxtwo table th {
                color: #fff;
                font-size: 14px;
                padding: 2px;
            }
            .tableboxtwo table td {
               /* color: #73AAE5;*/
                padding: 5px;
                font-size: 12px;
                text-align: center;
            }
            .tableboxtwo table tr th {
               background-color: #24CBFF;
                cursor: pointer;
            }
            .tbl-bodytwo tr:nth-child(even) td {
                 background-color: whitesmoke;
            }
            .tableboxtwo table tr td span,
            .tableboxtwo table tr td span {
                font-size: 24px;
            }
            .tableboxtwo table tr {
                cursor: pointer;
            }
            .tbl-bodytwo table tbody tr:hover>td {
              background-color: lightskyblue;
                /*color: #fff;*/
            }
/*表二样式*/