<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tablit {
    width: 1202px;
    padding-top: 10px;
    margin: 20px 0;
    height:550px;
}

    #tablit ul {
        float: left;
        height: 32px;
        padding-left: 15px;
        border-bottom: 1px solid #64b7d7;
        width: 100%;
    }

        #tablit ul li {
            float: left;
            width: 130px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            border-radius: 2px;
            margin-right: 10px;
        }

    #tablit .on {
        border: #64b7d7 1px solid;
        border-bottom: #FFF 1px solid;
        color: #056387;
        background: #FFF url(/Themes/Structure/line1.jpg) repeat-x;
        font-weight: bold;
        font-size: 14px;
    }

    #tablit .out {
        border: #a6dbef 1px solid;
        border-bottom: #64b7d7 1px solid;
        color: #3388a8;
        font-weight: bold;
        background: #FFF url(/Themes/Structure/line1.jpg) repeat-x;
        height: 28px;
        margin-top: 3px;
    }

.tabcon1 {
    height: 50px;
    clear: both;
}

.tabcon {
    height: 310px;
    clear: both;
}

.dis {
    display: none;
}

.text1 {
    color: #003399;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tool {
    padding: 10px 0;
    width: 700px;
}

.option {
    padding: 10px 22px;
    background: #efefef;
    height: 480px;
    margin-top: 10px;
}

    .option .option1 {
        height: 35px;
        font-weight: normal;
        line-height: 35px;
        padding: 0 5px;
        width: 170px;
    }

        .option .option1 input {
            margin-right: 5px;
        }

    .option .title {
        color: #fff;
        background: #64b7d7;
        font-weight: bold;
        text-align: center;
        font-size: 14px;
    }

    .option .search-img {
        background: url(/Themes/Structure/bg-icons.png) no-repeat bottom left;
        height: 42px;
        width: 120px;
        margin: auto;
        margin-top: 30px;
    }

.line1 {
    border-top: 1px dashed #999;
    margin: 10px 0;
}
</pre></body></html>