.body {
    background-image: url("/images/seo/keyword-list-bg.png");
    background-size: auto 280px;
    background-position-x: center;
    background-repeat: no-repeat;
}

.main {
    width: 1210px;
    padding-top: 230px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.left-body {
    width: 920px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.right-body {
    width: 280px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #e75261;
}

.position-body {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position-body .btn-group {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
}

.position-body .btn-blue {
    background-color: #0066ff;
    width: 90px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.position-body .btn-yellow {
    background-color: #ffad37;
    width: 120px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.position {
    width: 260px;
}

.company {
    width: 240px;
    height: 52px;
}

.money-reward {
    width: 140px;
    text-align: center;
}

.money {
    font-size: 18px;
    font-weight: bold;
    color: #e75261;
}

.position .position-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    line-break: anywhere; /* 英文数字任意位置换行 建议只在单行显示的情况下使用 */
}

.position .position-info {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    line-break: anywhere; /* 英文数字任意位置换行 建议只在单行显示的情况下使用 */
}

.company-body {
    width: 240px;
    height: 136px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-body a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-body img {
    max-width: 100%;
    max-height: 100%;
}

.btn-show-more {
    width: 3rem;
    background: #ea5258;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    cursor: pointer;
    margin: 30px auto 10px;
    text-align: center;
    color: #fff;
}
