.table-new{
            width: 1200px;
            margin: 20px auto;
            overflow: hidden;
            background: red;
            padding: 10px 0;
        }
        .table-new-box h2{
            /*background: url('./image/icon.png') no-repeat -247px -102px;*/
            text-indent: 20px;
            color: white;
            font-size: 30px;
        }
        .table-new-table table{
            background: white;
            width: 590px;
            font-size: 15px;
            text-align: center;
            border-collapse: collapse;
            color: #505050;
        }
        .table-one > .table-new-box th, .table-one > .table-new-box td {
            border: 2px solid red;
            padding: 8px 0;
            font-size: 13px;
        }
        .table-new-table td{
            padding: 8px 0;
        }

        .table-new-table th {
            font-weight: bold;
        }
        .table-yy{
            color: #b90b0b;
            background: #ffe52f;
            font-weight: 600;
            cursor: pointer;
        }
        .table-last{
            color: cornflowerblue;
            font-weight: 500;
        }
        .table-new-table{
                display: flex;
                justify-content: space-between;
                margin: 10px 20px;
        }