@charset "utf-8";

/* 样式复写 */
/* 搜索 */
.searchSectionBox{
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background: linear-gradient(270deg,#ffffff 0%, #fffaee);
    border-radius: 0;
}
.searchSectionBox .searchBox{
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.searchSectionBox .searchBox .commonSearchBox{
    flex: none;
    width: 450px;
    padding: 4px 4px;
    border: 1px solid #FBC343;
}
.searchSectionBox .commonSearchTypeBox,.searchSectionBox .commonSearchBtnIcon{
    display: none;
}
.searchSectionBox .commonSearchBtn{
    width: 96px;
    height: 38px;
}
.publicTabItem.active{
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
    border-radius: 4px;
}

/* 复写招聘筛选样式 */
.screenBox{
    width: 1200px;
    margin: 0 auto 30px;
    padding: 28px 32px;
    box-sizing: border-box;
}
.screenMoveBtn,.multipleBtn{
    right: 32px;
}
.screenMoveBtn {
    right: 114px;
}

/* 内容 */
.publicContentBox {
    width: 1200px;
    padding: 0 0 100px;
    box-sizing: border-box;
}
.publicContentList{
    padding: 0 0 8px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
}
.complexItem .publicContentList{
    border-radius: 8px 8px 0 0;
}
.complexItem:not(:last-child){
    margin-bottom: 30px;
}
.listHeadBox{
    justify-content: space-between;
    padding: 14px 28px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #F6F6F8;
}
.listTitle{
    font-size: 14px;
    color: #252525;
    font-weight: 700;
}

/* 复写综合外层样式 */
.complexList{
    background: transparent;
    border-radius: 0;
}

/* 复写查看更多 */
.sectionMoreBox{
    padding: 14px 28px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #F6F6F8;
}
.sectionMoreBox .sectionMoreLink {
    padding-right: 18px;
    margin-top: 0;
    color: #4285F4;
    background: url(/content/img/news/hub_sectionMoreLinkIcon_down.svg) right center no-repeat;
    background-size: 10px 10px;
}

/* 复写列表外层样式 */
.publicContentItem{
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 28px;
    margin-bottom: 0;
    border-radius: 0;
}
.publicContentItem:not(:last-child){
    border-bottom: 1px solid #F6F6F8;
}

/* 复写缩略企业样式 */
.thumbnailBox{
    margin-top: 16px;
}

/* 复写按钮去掉样式 */
.downloadReport,.sendSmg,.hasApplied{
    width: auto;
    height: auto;
    margin-right: 0;
    line-height: initial;
    border-radius: 0;
    background-color: transparent;
}

/* 复写加载更多按钮样式 */
.loadMoreBox{
    justify-content: center;
    margin-top: 30px;
}
.publicContentLeft .loadMore{
    width: 128px;
    height: 36px;
    margin-right: 0;
    line-height: 36px;
    border-radius: 6px;
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
}

/* 复写举报按钮 */
.feedback {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    line-height: initial;
    border-radius: 0;
    background-color: transparent;
}
.feedback .operateText {
    font-size: 14px;
    color: #CCCCCC;
}
.feedbackWin .operateText{
    font-size: 16px;
    color: #000000;
}

/* 企业列表 */
.companyLogoLink{
    flex-grow: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.companyLogoInfo{
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:stretch;
}
.companyLogoLinkSmall {
    flex-grow: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.companyLogo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.companyInFo{
    flex: auto;
}
.companyNameLink{
    justify-content: flex-start;
    margin-bottom: 16px;
}
.companyName{
    max-width: 308px;
    font-size: 20px;
    color: #252525;
    font-weight: 400;
}
.companyDesc{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.companyList .tagsItem{
    margin: 16px 0 0 0;
    color: #949494;
}
.companyList .tagsItem:not(:last-child) {
    margin-right: 12px;
}
.companyList .tagsItem.red{
    color: #FA2828;
    background: rgba(250,40,40,0.10);
}

/* 操作按钮 */
.companyOperateBox{
    margin-left: 24px;
}
.operateIcon {
    margin-right: 4px;
}
.operateText {
    font-size: 12px;
    color: #3A3A3A;
}
.companyConsult{
    background: #F8F8F8;
    border: 1px solid #e5e5e5;
}
.companyContact {
    background: #F8F8F8;
    border: 1px solid #e5e5e5;
}
.companyFollow{
    margin-right: 0;
    background: linear-gradient(90deg,#fdde01, #fabb28 100%);
}
.companyFollow.done {
    background: #F8F8F8;
    border: 1px solid #e5e5e5;
}
.companyFollow.done .operateIcon {
    display: none;
}
.companyFollow.done .operateText {
    color: #AAAAAA;
}
.settleinTime{
    margin-top: 14px;
    font-size: 14px;
    color: #cccccc;
    text-align: right;
}
.companyList .feedback {
    position: absolute;
    right: 28px;
    bottom: 20px;
}

/* 商机列表 */
.businessTitle{
    margin-bottom: 16px;
    font-size: 20px;
    color: #000000;
    line-height: 28px;
}
.businessDesc{
    -webkit-line-clamp: 3;
    max-height: 72px;
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}
/* 复写旧数据样式 */
.oldBusiness a,.oldBusiness p,.oldBusiness h1,.oldBusiness h2,.oldBusiness h3,.oldBusiness h4,.oldBusiness h5,.oldBusiness h6{
    font-size: 14px;
    color:  #999999;
    line-height: 24px;
    font-weight: 400;
}
.oldBusiness .image,.oldBusiness .table{
    display: none;
}
.publishTime{
    margin-left: 16px;
    font-size: 14px;
    color: #AAAAAA;
}
.publishBusinessLink {
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
    border-color: #fabb28;
}
.businessList .thumbnailInfoBox{
    max-width: calc(100% - 168px);
}

/* 招聘列表 */
.recruitTitleBox{
    justify-content: space-between;
    align-items: baseline;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
}
.recruitTitle{
    flex: auto;
}
.salary{
    flex-shrink: 0;
    margin-left: 24px;
    color: #FF0000;
}
.recruitList .thumbnailInfoBox{
    max-width: calc(100% - 40px);
}
/* 职位类型标签 */
.recruitTagsBox{
    justify-content: flex-start;
    margin-top: 16px;
}
.recruitList .textTagsBox{
    margin-right: 12px;
}
.recruitList .tagsItem{
    margin-bottom: 0;
}
.resumeLink {
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
    border-color: #fabb28;
}

/* 报告列表 */
.reportTitle{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
}
.reportInFoBox {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}
.reportCoverBox {
    flex-grow: 0;
    flex-shrink: 0;
    width: 128px;
    height: 128px;
    padding: 2px 2px;
    box-sizing: border-box;
    margin-right: 28px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 6px 6px 0 0px #bbbbbb, 7px 7px 0 0px #cccccc, 8px 8px 0 0px #bbbbbb;
    border: 1px solid #e5e5e5;
}
.reportCoverImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.reportDescBox{
    width: calc(100% - 156px);
}
.reportDesc {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.reportList .tagsItem{
    margin: 16px 12px 0 0;
    color: #666666;
}
/* 报告复写缩略企业样式 */
.reportList .thumbnailBox{
    justify-content: space-between;
    width: calc(100% - 156px);
    position: absolute;
    bottom: -8px;
}
.reportList .thumbnailInfoBox {
    width: calc(100% - 118px);
}
.reportList .thumbnailInfo {
    max-width: 100%;
}
.downloadReport .operateIcon {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    background: url(/content/img/news/downloadIcon1.svg) center center no-repeat;
    background-size: 16px;
}
.downloadReport .operateText{
    font-size: 14px;
}

.cpBtnEntrySectionBox {
    background: linear-gradient(104deg,#fffefa 3%, #fff8e7 100%);
}
.publishReportLink {
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
    border-color: #fabb28;
}
.reportList .tagsBox{
    width: calc(100% - 60px);
}

/* 人脉列表 */
.friendList .publicContentItem{
    align-items: center;
}
.goPersonalHome{
    cursor: pointer;
}
.memberAvatarBox{
    position: relative;
    width: 58px;
    height: 58px;
    margin-right: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
}
.memberAvatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.memberName{
    margin-bottom: 12px;
    font-size: 20px;
}
.memberJob{
    font-size: 14px;
    color: #999999;
}
.sendSmg .operateIcon{
    margin-right: 8px;
}
.sendSmg .operateText{
    font-size: 14px;
}
.hasApplied .operateText{
    font-size: 14px;
    color: #cccccc;
}
.exchangeCards{
    background: linear-gradient(180deg,#fdde01, #fabb28 100%);
}

@media (any-hover: hover) {
    .publicTabItem:hover{
        background: linear-gradient(180deg,#fdde01, #fabb28 100%);
        border-radius: 4px;
    }
    .downloadReport:hover .operateText,.feedback:hover .operateText{
        color: var(--themeColor);
    }
    .downloadReport:hover .operateIcon{
        background: url(/content/img/news/downloadIcon1_active.svg) center center no-repeat;
    }
    .publicContentLeft .loadMore:hover{
        background: linear-gradient(180deg,rgb(253 222 1 / 70%), rgb(250 187 40 / 70%) 100%);
    }
}

@media screen and (max-width: 750px) {
    .searchSectionBox {
        width: 100%;
        padding: .24rem 0;
        margin: 0 auto;
        background: linear-gradient(270deg,#ffffff 0%, #fffaee 100%);
    }
    .searchSectionBox .searchBox .commonSearchBox {
        width: 90%;
        padding: 0.08rem 0.08rem;
        margin: 0 auto .2rem;
        border: 0.04rem solid #fabb28;
    }
    .searchSectionBox .commonSearchBtn {
        width: 1.4rem;
    }
    .searchSectionBox .searchBox {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: flex-start;
        width: 100%;
    }
    .searchSectionBox .publicTabItem {
        flex-grow: 0;
        flex-shrink: 0;
        padding: 0 0.22rem;
        margin-right: 0.16rem;
        font-size: .28rem;
        color:#252525;
        line-height: .56rem;
    }
    .searchSectionBox .publicTabItem:last-child{
        margin-right: 0;
    }
    .publicTabItem.active {
        border-radius: 0.08rem;
    }
    .publicTabBox {
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
    }

    /* 内容 */
    .publicContentBox {
        width: 100%;
        padding: 0 0;
    }
    .publicContentList {
        border-radius: 0 0;
        padding: 0.24rem 0.32rem;
        width: 100%;
        margin: 0 auto;
    }
    .listTitle {
        font-size: .24rem;
        color: #666;
        font-weight: 400;
    }
    .listHeadBox {
        padding: 0 0;
        margin-bottom: 0.24rem;
        border-radius: 0;
        border-bottom: none;
    }
    .sectionMoreBox {
        padding: 0 0;
        border-radius: 0;
        border-top: none;
    }
    .publicContentItem {
        padding: 0 0 0.24rem;
        margin-bottom: 0.24rem;
    }
    .publicContentItem:not(:last-child) {
        border-bottom: 0.01rem solid #E5E5E5;
    }
    .feedback .operateText {
        font-size: .24rem;
        color: #CCCCCC;
    }
    .thumbnailBox {
        margin-top: 0.24rem;
    }

    .operateText {
        font-size: 0.24rem;
    }

    /* 加载按钮 */
    .publicContentLeft .loadMore{
        width: 2.5rem;
        height: 0.8rem;
        line-height: 0.8rem;
        background: #fffaee;
        border: 0.01rem solid var(--themeColor);
        border-radius: 0.08rem;
    }
    .loadMoreBox {
        margin-top: 0.24rem;
    }

    /* 综合 */
    .complexItem .listTitle {
        font-size: .36rem;
        color: #252525;
        font-weight: 700;
    }
    .complexItem{
        padding: 0.24rem 0.32rem;
        box-sizing: border-box;
    }
    .complexItem:not(:last-child) {
        margin-bottom: 0;
        border-bottom: 0.1rem solid #F6F6F8;
    }
    .complexItem .publicContentList{
        padding: 0 0;
        width: 100%;
        border-radius: 0;
    }

    /* 企业 */
    .companyList .publicContentItem{
        border-bottom: none;
    }
    .companyList .publicContentItem:not(:last-child)::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 1.32rem);
        height: 0.01rem;
        background-color: #e5e5e5;
    }
    .companyLogoLink {
        width: 0.96rem;
        height: 0.96rem;
        margin-right: .32rem;
        border: 0.01rem solid #e5e5e5;
        border-radius: 0.08rem;
    }
    .companyConsult,.companyFollow,.settleinTime{
        display: none;
    }
    .companyNameLink {
        justify-content: flex-start;
        margin-bottom: 0.12rem;
    }
    .companyName {
        max-width: 3.2rem;
        font-size: .32rem;
    }
    .companyDesc {
        font-size: .24rem;
        line-height: .42rem;
    }
    .companyList .tagsItem {
        margin: 0.12rem 0 0 0;
    }
    .companyList .feedback {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0.24rem;
    }

    /* 商机 */
    .businessTitle {
        margin-bottom: 0.12rem;
        font-size: .32rem;
        color: #252525;
        line-height: .48rem;
    }
    .businessDesc {
        max-height: 1.26rem;
        margin-top: 0.12rem;
        font-size: 0.28rem;
        line-height: 0.42rem;
    }
    .publishTime {
        margin-left: 0.12rem;
        font-size: 0.24rem;
    }
    .publishTime{
        display: none;
    }
    .businessList .thumbnailInfoBox {
        max-width: calc(100% - 2.68rem);
    }

    /* 招聘 */
    .mOpenFilterWinOpts {
        width: 90%;
        margin: 0.24rem auto 0;
    }
    .recruitTitleBox {
        font-size: .32rem;
        line-height: .48rem;
    }
    .salary{
        margin-left: 0.24rem;
    }
    .recruitList .textTagsBox {
        margin-right: 0.16rem;
    }
    .recruitList .thumbnailInfoBox {
        max-width: calc(100% - 0.68rem);
    }

    /* 报告 */
    .reportTitle {
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
        line-height: 0.48rem;
    }
    .reportCoverBox{
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 0.3rem;
        padding: 0.02rem 0.02rem;
        box-shadow: 0.06rem 0.06rem 0 0px #bbbbbb, 0.07rem 0.07rem 0 0px #cccccc, 0.08rem 0.08rem 0 0px #bbbbbb;
        border-radius: 0.08rem;
        border: 0.01rem solid #e5e5e5;
    }
    .reportDescBox {
        width: calc(100% - 2.1rem);
    }
    .reportDesc {
        -webkit-line-clamp: 3;
        font-size: 0.28rem;
        line-height: 0.42rem;
    }
    .reportList .tagsBox {
        width: 100%;
    }
    .reportList .tagsItem {
        margin: 0.16rem 0.12rem 0 0;
    }
    .reportList .thumbnailBox {
        width: auto;
        position: static;
        margin-top: 0.2rem;
    }
    .reportList .thumbnailInfoBox {
        width: calc(100% - 0.64rem);
    }
    .reportInFoBox {
        margin-bottom: 0.16rem;
    }
    .downloadReport{
        display: none;
    }

    /* 人脉 */
    .memberAvatarBox {
        width: 0.96rem;
        height: 0.96rem;
        margin-right: 0.24rem;
        border: 0.01rem solid #e5e5e5;
    }
    .memberName {
        margin-bottom: 0.12rem;
        font-size: 0.32rem;
    }
    .memberJob {
        font-size: 0.24rem;
    }
    .exchangeCards {
        width: 1.28rem;
        height: 0.56rem;
        line-height: 0.56rem;
        border-radius: 0.06rem;
    }
    .sendSmg .operateIcon {
        margin-right: 0.08rem;
    }
    .sendSmg .operateText {
        font-size: 0.28rem;
    }
}