.notice_list{
    margin-bottom: 1.5em;
    line-height: 3;
}
.notice_list a{
    display: block;
    padding: 0 0.2rem;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: initial;
    background: #fff;
}
.notice_list a::before{
    content: "·";
    padding-right: 0.5em;
    font-weight: bold;
}
.notice_list .no_notice{
    height: 1.76rem;
    line-height: 1.76rem;
    font-size: 0.36rem;
    text-align: center;
    background: none;
}


.notice_detail{
    background: #fff;
    padding: 0.2rem;
}
.notice_detail .title{
    line-height: 1.5;
    padding: 0.5em 0;
}
.notice_detail .publish_time{
    line-height: 3;
}
.notice_detail .content{
    line-height: 2;
    text-align: justify;
    word-break: break-all;
}
.notice_detail .content table.fix{
    table-layout: fixed;
    width: 100%;
}
.notice_detail .content table.fix p{text-indent: 0}
.notice_detail .content table.fix *{white-space: unset}


.attach_list,
.branch_list{
    display: none;
    font-size: 0.32rem;
    padding: 1em 0.2rem 0 0.2rem;
}
.attach_list .tip{
    text-align: center;
    font-size: 0.9em;
    color: #999;
}
.attach_list.wx .tip:after{
    content:'，请复制链接前往浏览器下载';
}
.attach_list>*{
    margin: 0.28rem 0;
    color: inherit;
}
.attach_list .file_name{
    width: 76%;
    padding-right: 2%;
    text-align: left;
    word-break: break-all;
}
.attach_list .btn{
    vertical-align: top;
    width: 22%;
    border-radius: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    background: #449CFF;
}
.branch_list .branch{
    line-height: 1.5;
    display: block;
    padding: 0.75em 1em 0.75em 0;
    background: no-repeat right 1em url(/cn/job/mobilev3/v3/images/arrow_to_right_gray.svg);
    background-size: auto 1em;
}

#no_more,
#show_more{
    display: none;
}
#no_more{
    line-height: 3;
    margin-top: 1em;
    text-align: center;
}

#toApply{
    display: none;
}