.no_collection{
    display: none;
    height: calc(100vh - 0.96rem);
}

.title{
    display: none;
    padding: 0 0.2rem;
    line-height: 3;
    font-size: 0.32rem;
}

.gw_list{padding: 0 0.2rem}
.gw_list .gw{
    transition: inherit;
    line-height: 2.5;
    overflow: hidden;
}
.gw_list .gw .name{
    position: relative;
    font-size: 0.32rem;
}
.gw_list .gw .name:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2em;
    margin: auto;
    padding: 0 0.5em;
    border-radius: 0.2em;
    line-height: 2;
    font-size: 0.28rem;
    background: #f0f0f0;
}
.gw_list .gw .name.SH:after{content: "社会招聘"}
.gw_list .gw .name.XY:after{content: "校园招聘"}
.gw_list .gw .name.SX:after{content: "实习生招聘"}
.gw_list .gw .name.DX:after{content: "专项招聘"}
.gw_list .gw .L,
.gw_list .gw .R{
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.gw_list .gw .cancel,
.gw_list .gw .apply{
    margin-left: 1em;
}
.gw_list .gw .disabled{
    color: #999;
}
.gw_list li.hr{
    width: calc(100% - 0.4rem);
    margin: 0 auto 0.5em auto;
}
.gw_list .gw .cancel::before{content: "取消收藏"}
.gw_list .gw .apply::before{content: "申请"}