 .snr p {
                /*margin-bottom: 39px;*/
                line-height: 20px;
                color: #4d4d4e;
                font: 16px/30px 微软雅黑;
                /*text-indent: 2em;*/
            }

            .snr a {
                color: #2d82f0;
                text-decoration: underline;
            }
            .snr p:nth-of-type(1) {
                /* margin-top: 24px; */
                color: rgb(77, 77, 78);
            }

            .snr p:last-child {
                /* margin-bottom: 39px; */
            }

            .snr table {
                margin-top: 18px;
                /*width: 874px;*/
                border: 1px solid #DCDCDC;
                border-collapse: collapse;
            }

            .snr table thead {
                background: #f2f3f3;
                display: table-header-group;
                vertical-align: middle;
                border-color: inherit;
            }

            .snr table tbody {
                font-size: 16px;
            }

            .snr table tbody tr td {
                padding: 10px;
                padding-left: 20px;
                display: table-cell;
                vertical-align: inherit;
            }

            .snr table tr td {
                border: 1px solid #DCDCDC;
                /*font-size: 14px;*/
                color: #4D4D4E;
                padding-left: 20px;
                display: table-cell;
                vertical-align: inherit;
            }
            .firstRow {
                background: #f2f3f3;
                font-size: 16px !important;
                /*display: table-header-group;*/
                vertical-align: middle;
                border-color: inherit;
                /* font-weight: bold; */
                /* text-align: center; */
            }

            .firstRow td:nth-of-type(1) {
                height: 46px;
            }

            .firstRow th:nth-of-type(1) {
                height: 54px;
            }
            .firstRow td {
                padding: 0;
            }