锘?top {
    display: block;
    width: 100%;
}

.content {
    padding: 0 0 1px 0;
}

    .content .searchbar {
        text-align: center;
        padding: 10px 0 20px 0;
    }

        .content .searchbar input[type=text] {
            height: 30px;
            line-height: 30px;
            width: 200px;
            padding: 0 20px 0;
            border: none;
            font-size: 14px;
        }

        .content .searchbar input[type=submit] {
            border: none;
            height: 32px;
            width: 80px;
            color: #fff;
            cursor: pointer;
            font-size: 14px;
        }

.entbox {
    margin: auto;
    padding: 0 20px;
}

    .entbox .item {
        background: #fff;
        padding: 10px;
        margin-bottom: 15px;
    }

    .entbox .entname {
        padding: 0 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        padding: 0 0 10px 0;
        font-weight: bold;
    }

    .entbox .job {
        overflow: hidden;
        margin: 0 0 10px 0;
        text-indent: -5px;
        text-align: left;
        line-height: 22px;
        height: 88px;
        padding-top: 10px;
    }

        .entbox .job a {
            text-decoration: none;
            font-size: 14px;
            margin: 0 5px;
        }

    .entbox .talk {
        background: #c60016;
        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;
    }
