* {
    margin: 0;
    padding: 0;
}

html{
    font-size: 90px;
    background: #F8F8F8;
}

#invite-for-job .container {
    display: flex;
    justify-content: center;
    margin-top: 0.1rem;
}

#invite-for-job .container .center {
    width: 12rem;
}

#invite-for-job .container .center .top {

    display: flex;
    justify-content: space-between;
}

#invite-for-job .headline {
    font-size: 0.3rem;
    font-weight: bold;
    width: 17%;
    text-align: center;
    margin-bottom: 0.1rem;
    position: relative;
}

#invite-for-job .headline::before {
    position: absolute;
    content: 'RECRUITMENT';
    margin-top: -0.1rem;
    font-weight: bold;
    opacity: 0.05;
    left: -50%;
    transform: translateX(45%);
}

#invite-for-job .center .rwow {
    width: 80%;
}


#invite-for-job .center .rwow .item {
    width: 100%;
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 0.2rem;
}

#invite-for-job .center .rwow .item .avatar {
    width: 0.68rem;
    height: 0.68rem;
}

#invite-for-job .center .rwow .item .recruitment {
    width: calc(100% - 0.68rem);
    padding: 0 0.5rem;
    box-sizing: border-box;
}

#invite-for-job .center .rwow .item .recruitment .title {
    font-size: 0.32rem;
    font-weight: bold;
}

#invite-for-job .center .rwow .item .recruitment .information {
    margin-bottom: 0.36rem;
}

#invite-for-job .center .rwow .item .recruitment .information:last-child {
    margin-bottom: 0;
}

#invite-for-job .center .rwow .item .recruitment .information .node {
    font-size: 0.21rem;
    margin-top: 0.25rem;
    color: #121212;
    margin-bottom: 0.05rem;
}

#invite-for-job .center .rwow .item .recruitment .information .twig {
    color: #707070;
    font-size: 0.18rem;
    line-height: 0.34rem;
}

#invite-for-job .center .sidebar-area {
    width: 18%;
}

#invite-for-job .center .sidebar-area .widget {
    font-size: 0.22rem;
    list-style: none;
}

#invite-for-job .center .sidebar-area .active {
    background: #085299 !important;
    color: #fff !important;
}

#invite-for-job .center .sidebar-area .active span {
    color: #fff !important;
}

#invite-for-job .center .sidebar-area .widget li {
    height: 0.7rem;
    width: 100%;
    line-height: 0.7rem;
    background-color: #fff;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#invite-for-job .center .sidebar-area .widget li span {
    padding: 0 0.15rem;

    color: #121212;
    box-sizing: border-box;
}

#invite-for-job .center .sidebar-area .widget li::before,
#invite-for-job .center .sidebar-area .widget li::after {
    content: '';
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    background-color: #121212;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

#invite-for-job .center .sidebar-area .widget li.active::before,
#invite-for-job .center .sidebar-area .widget li.active::after {
    background-color: #fff !important;
}


#invite-for-job .center .contact {
    padding: 0 1.8rem 0.8rem;
    box-sizing: border-box;
    margin-top: 1rem;
}

#invite-for-job .center .contact .title {
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

#invite-for-job .center .contact .icon {
    width: 0.23rem;
    height: 0.21rem;
    margin-right: 0.2rem;
}

#invite-for-job .center .contact .item {
    display: flex;
    font-size: 0.24rem;
    align-items: center;
    margin-bottom: 0.2rem;
}

#invite-for-job .nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    padding-right: 0.3rem;
    position: relative;
    pointer-events: none;
}

#invite-for-job .short {
    width: 68% !important;
}


#invite-for-job .shorter {
    width: 45% !important;
}

#invite-for-job .nowrap:after {
    position: absolute;
    content: '展开';
    font-size: 0.18rem;
    color: #2667A5;
    right: 0rem;
    top: 0;
    cursor: pointer;
    pointer-events: auto;
}

#invite-for-job .hidden-content {
    display: none;
}

#invite-for-job .hidden-content:after {
    position: absolute;
    content: '收起';
    font-size: 0.18rem;
    color: #2667A5;
    cursor: pointer;
    pointer-events: auto;
    margin-top: 0.02rem;
}