<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei,"微软雅黑";
}

a {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.Banner {
    position: relative;
}

    .Banner .Reg {
        position: absolute;
        right: 88px;
        top: 41px;
        font-size: 14px;
    }

        .Banner .Reg a {
            margin: 0 10px;
        }

            .Banner .Reg a:hover {
                text-decoration: underline;
            }

    .Banner img {
        display: block;
        width: 100%;
    }

.Body {
    padding-top: 20px;
}

    .Body .SearchBar {
        text-align: center;
        padding: 20px 0 30px 0;
    }

        .Body .SearchBar input[type=text] {
            height: 30px;
            line-height: 30px;
            width: 200px;
            padding: 0 20px 0;
            border: none;
            font-size: 14px;
        }

        .Body .SearchBar input[type=submit] {
            border: none;
            height: 32px;
            width: 80px;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
            margin: -2px 0 0 0;
        }

.Content {
    width: 1280px;
    margin: auto;
}

    .Content .Item {
        width: 248px;
        margin: 0 10px 20px 10px;
        float: left;
        background: #fff;
        padding: 20px;
    }

        .Content .Item .EntName {
            text-align: center;
            display: block;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 0 0 10px 0;
            font-size: 16px;
            font-weight: bold;
        }

        .Content .Item .Job {
            overflow: hidden;
            text-align: left;
            line-height: 22px;
            height: 88px;
            padding-top: 10px;
        }

            .Content .Item .Job a {
                font-size: 14px;
                margin: 0 5px;
            }

                .Content .Item .Job a:first-child {
                    margin: 0 5px 0 0 !important;
                }

        .Content .Item .Talk {
            color: #fff;
            font-size: 14px;
            height: 30px;
            line-height: 28px;
            display: block;
            margin: 15px auto 0;
            width: 140px;
            text-align: center;
            border-radius: 5px;
            cursor: pointer;
        }

.Bottom img {
    display: block;
    width: 100%;
}
</pre></body></html>