.newmodel{
    width: 1000px;
}
.position-block {
    margin-top: 20px;
    background-color: white;
    margin-bottom: 20px;
}

.position-detail {
    padding: 20px 20px;
    border-bottom: 1px solid #dedede
}

.position-detail-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.position-detail-money {
    text-align: right;
    font-size: 20px;
    color: #ff6000;
    font-weight: bold;
    line-height: 30px
}

.position-detail-username {
    padding: 10px 0;
    color: #333333;
    line-height: 20px;
}

.position-detail-sex {
    padding-top: 20px;
    font-size: 14px;
    color: #999999
}

.pull-button {
    background-color: #ff6000;
    height: 50px;
    width: 200px;
    line-height: 50px;
    font-size: 18px;
    color: white;
    text-align: center;
    border-radius: 10px
}

.otherInfo {
    padding: 20px 20px
}

.otherInfo-title {
    height: 24px;
    border-left: 4px solid #ff9000;
    margin-bottom: 10px
}

.otherInfo-title-son {
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold
}

.otherInfo-detail {
    white-space: pre-wrap;
    line-height: 28px;
    font-size: 16px
}

.otherInfo-company {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 10px
}

.usercompany {
    padding: 10px 20px;
    line-height: 30px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
    color: #333333;
}

.likecompany {
    padding: 10px 20px
}

.likecompany-block {
    border-bottom: 1px solid #dedede;
    padding: 10px 0
}

.likecompany-title {
    line-height: 30px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.likecompany-name {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.likecompany-manoy {
    line-height: 30px;
    color: #ff6000;
    font-size: 14px;
    font-weight: bold
}


@media (max-width: 800px) {
    .position-block {
        margin: 10px 10px;
    }

    .position-detail-money {
        text-align: left;
    }

    .pull-button {
        background-color: #ff6000;
        height: 30px;
        width: 100px;
        line-height: 30px;
        font-size: 14px;
        color: white;
        text-align: center;
        border-radius: 10px;
        margin-top: 20px;

    }

}

