        * {
            padding: 0px;
            margin: 0px;

        }

        #tabs {
            width: 98%;
            padding: 0px;

            margin: 0px;

        }

        #tabs ul {
            display: block;
            height: 30px;
            line-height: 30px;
            border-bottom: 1px saddlebrown solid;

        }





        #tabs ul li {
            background: #fff;
            /*cursor: pointer 光标放上去显示小手*/
            cursor: pointer;
            float: left;
            line-height: 28px;
            list-style: none;
            height: 28px;
            margin: 0px 3px;
            border: 1px solid #aaa;
            border-bottom: none;
            display: inline-block;
            width: 120px;
            text-align: center;
font-size:14px;
        }

        #tabs ul li.on {
            background: #fff;
            border-top: 2px solid saddlebrown;
            border-bottom: 2px solid #fff;
color:red;
        }

        #tabs div {

            line-height: 35px;
            border: 0px solid #336699;
            border-top: none;
            padding: 5px;

        }

        .it {
clear:both;overflow:hidden;width:100%;border-bottom:1px solid #e5e5e5;padding:5px 0px 5px 0px;
        }

        .hide {
            display: none;
        }

        .hi {
            padding-left:11px; no-repeat left center;width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;

        }

        .hid {
            float:right;

        }