.xnhc {
                margin-top: 3px;
                padding: 5px;
                border-radius: 5px;
                background: #fff;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                background-color: #ff0;
                font-family: '微软雅黑';
                font-size: 12pt;
                color: #000;
                font-weight: 500;
                border: 0;
                line-height: normal;
                max-width: 800px;
                margin: 0 auto;
                text-align: left;
            }

            body {
                border: 0 !important;
            }

            .KJ-TabBox ul {
                width: 95%;
            }

            .KJ-TabBox ul, .KJ-TabBox li {
                margin: 0;
                list-style: none;
                padding: 0;
                border: 0;
                font-size: 30px;
                text-align: left;
            }

            .KJ-TabBox li {
                display: inline-block;
                border: 1px solid darkgrey;
                padding: 5px;
                border-bottom: 0;
                color: darkgrey;
                cursor: pointer;
            }

            .KJ-TabBox li {
                border-left: none;
                text-align: left
            }

            .KJ-TabBox li:first-child {
                border-left: solid 1px;
            }

            .KJ-TabBox li.cur {
                color: limegreen;
                font-weight: bold;
                background-color: white;
                cursor: default;
                border-color: limegreen;
                border-left: solid 1px;
                border-right: solid 1px;
            }

            .KJ-TabBox div {
                border-top: 1px solid gainsboro;
                margin-top: -1px;
                display: none;
            }

            .KJ-TabBox div.cur {
                display: block !important;
                border-color: limegreen;
            }

            .KJ-TabBox .KJ-IFRAME {
                background: white;
            }

            #twlh_kj, #am_kj, #xg_kj {
                width: 95%;
            }

            .yxym table .xiao {
                color: #0F0;
            }

            .yxym table .ma {
                color: rgb(0, 153, 255);
            }

            .yxym table .active {
                background-color: yellow;
                color: red;
            }