@charset "utf-8";

/* 复写 */
.main{
    width: 628px;
}

.flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.oneLineEllipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.webkitBox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 复写文章 */
.articleItem{
    padding: 0 0 32px;
    border-bottom: 1px solid #E5E5E5;
}
.articleItem:hover {
    box-shadow: none;
}

.articleItemTitleLink{
    display: initial;
}

.articleItemTitle,.articleItemDesc{
    line-height: 24px;
}

.articleItem{
    width: 100%;
    left: 0px;
}

.articleItem::before{
    right: 0px;
    display: none;
}

.articleItem:last-child{
    border-bottom: none;
}

.openSearchWin {
    display: none;
}

.articleItemSummary,.controlBox,.videoControlBox{
    justify-content: space-between;
}
.feedback {
    margin-top: 2px;
    font-size: 12px;
    line-height: 24px;
    color: #D8D8D8;
    cursor: pointer;
}
.feedbackWin .formInput {
    padding: 0px 5px;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0px;
}
.companyInFo,.publicContentItem{
    position: relative;
}
.companyNameBox,.companyDesc,.recruitTitleBox{
    max-width: calc(100% - 104px);
}
.companyFollow{
    position: absolute;
    top: 0;
    right: 0;
}
.videoControlBox{
    margin-top: 16px;
}
.videoTime{
    margin-right: 28px;
}

/* **** 搜索页 **** */
.topSearch {
    padding: 154px 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #F8F8F8;
}
.searchInputBox {
    position: relative;
    width: 788px;
    margin: 0 auto 48px;
}
.searchInput {
    width: 650px;
    height: 46px;
    border-right: 0px;
}
.searchInputWrap .searchBtn {
    width: 138px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    background:var(--themeLinearColor);
    color: #ffffff;
    cursor: pointer;
}
.searchBtnIcon {
    display: inline-block;
    vertical-align: middle;
}
.resultTabs {
    width: 1024px;
    margin: 0px auto;
}
.resultTabLink {
    width: 92px;
    margin-right: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    color: #252525;
    border-radius: 2px;
}
.resultTabLink:hover, .resultTabLink.active {
    background: var(--themeLinearColor);
    color: #ffffff;
}
.resultInfoBox {
    margin-bottom: 32px;
}
.resultText {
    /* display: none; */
    margin-right: 70px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}
.sortBox {
    font-size: 0px;
}
.sortDesc, .sortOption, .sortDivide {
    display: inline-block;
    vertical-align: middle;
}
.sortDesc {
    margin-right: 5px;
    font-size: 14px;
    color: #AAAAAA;
}
.sortDivide {
    width: 1px;
    height: 14px;
    margin: 0 12px;
    background-color: #E5E5E5;
}
.sortRadio {
    display: none;
}
.sortLabel {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.sortRadio:checked + .sortLabel {
    color: var(--themeColor);
}

/* **** 分页 **** */
.paginationsBox {
    margin: 50px 0 80px;
    font-size: 0px;
    text-align: center;
}
.paginationsWrap, .jumpBox {
    display: inline-block;
    vertical-align: middle;
}
.pagePrev, .pageNext, .paginations, .pagination {
    display: inline-block;
    vertical-align: middle;
}
.pagePrev, .pageNext, .pagination {
    width: 35px;
    height: 35px;
    margin: 0 4px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #99a1a7;
    transition: all 0.2s ease-in-out;
}
.pagePrev:hover, .pageNext:hover, .pagination:hover {
    background-color: #bdc3c7;
    color: #ffffff;
}
.pageSvgIcon {
    width: 20px;
    height: 20px;
    margin: 8px auto 0px;
}
.pagePrev:hover .pageSvgIcon path, .pageNext:hover .pageSvgIcon path {
    fill: #ffffff;
}
.pagination.current {
    background: var(--themeLinearColor);
    color: #ffffff;
    cursor: not-allowed;
    pointer-events: none;
}
.pagePrev.disabled, .pageNext.disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.jumpBox {
    margin-left: 10px;
}
.jumpInput {
    width: 48px;
    height: 35px;
    padding: 0 5px;
    border: 1px solid #e7ebee;
}
.jumpBtn {
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: var(--themeLinearColor);
    color: #ffffff;
    cursor: pointer;
}

    /* **** 复写公共文章列表 **** */
.contentBox {
    margin-bottom: 80px;
}
.articleItem::before {
    width: 628px;
}
.articleItemWrap {
    width: 100%;
}
.articleItemWrap img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.articleItemDesc {
    margin-bottom: 16px;
}
.articleItemDesc a {
    display: inline-block;
    color: var(--themeColor);
}
.articleItemDesc ul, .articleItemDesc li {
    list-style: disc;
}
.articleItemDesc ul {
    margin: 20px 0px;
    padding-left: 20px;
}
.articleItemDesc li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.articleItemTags {
    display: block;
    margin-bottom: 20px;
    font-size: 0px;
}
.articleItemTag {
    margin: 0 10px 10px 0;
    padding: 0 8px;
    line-height: 20px;
    background-color: #F5F5F5;
    color: #666666;
}
.articleItemTag:hover {
    background: var(--themeLinearColor);
    color: #ffffff;
}
.articleItemTagDivide {
    display: none;
}
/* 相关企业开始 */
.RelatedEnterPrisesImgWrap{
    width: 60px;
    height: 60px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.RelatedEnterPrisesImg{
    width: 100%;
    height: 100%;
}
.RelatedEnterPrisesTextWrap{
    width: 75%;
    margin-top: 2px;
}
/* 相关企业 */
.moduleContentPanel {
    padding: 24px 20px 0;
    background: #f8f8f8;
}
.relatedEnterprises {
    width: 84px;
    margin-right: 12px;
    margin-bottom: 20px;
}
.relatedEnterprises:nth-child(3n){
    margin-right: 0;
}
.enterprisesCoverBox {
	width: 68px;
	height: 68px;
    margin: 0 auto;
	border-radius: 4px;
}
.enterprisesCover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.enterprisesName {
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 搜索不到缩略图 */
.noFoundBox{
    margin: 0 auto;
    text-align: center;
}
.noFoundImg{
    width: 160px;
    margin:64px auto 32px;
}
.noFoundDesc{
    font-size: 18px;
    color: #252525;
    line-height: 24px;
}
.noFoundText{
    color: #FF0000;
}
.noFoundTips{
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #AAAAAA;
}

/* 操作按钮样式 */
.companyFollow{
    width: 82px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #0060DF;
    text-align: center;
    border: 1px solid #0060DF;
    border-radius: 2px;
    cursor: pointer;
}

.companyFollow:hover,.companyFollow.active:hover{
    color: #fff;
    background: var(--themeLinearColor);
    border-color: var(--themeBorderColor);
}

/* 综合结果有样式 */
.moduleItem{
    padding-bottom: 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
    font-size: 0px;
}

.moduleItem:last-child{
    border-bottom: none;
}

.moduleItemTitle{
    margin-bottom: 32px;
    font-size: 20px;
    color: #292929;
    font-weight: normal;
}

.seeMoreLink{
    display: inline-block;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #0060DF;
    background: url(/css/img/right_arrow.png) right center no-repeat;
    background-size: 16px 16px;
}
/* 搜索历史记录模块 */
.shBox{
    width: 650px;
    top: 46px;
}

/* 结果反馈 */
.feedbackWin .dialogContentBox{
    width: 418px;
}
.feedbackDialogBox{
    padding: 60px 48px;
    box-sizing: border-box;
    border-radius: 12px;
}
.dialogCaption{
    font-size: 32px;
    color: #000000;
    margin-bottom: 48px;
    font-weight: bold;
}
/* 复选框 */
.feedbackContentBox{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.checkedLabel {
    width: 200px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #252525;
    cursor: pointer;
}
.checkedInput {
    display: none;
}
.customRaio {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    background: #f8f8f8;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
}
.customRaio::after {
    content: "";
    width: 4px;
    height: 8px;
    margin: 1px 0px 0px 5px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    display: none;
}
.checkedInput:checked + .customRaio::after {
    display: block;
}
.checkedInput:checked + .customRaio {
    border: var(--themeBorderColor);
    background: var(--themeLinearColor);
}
.submitBtnBox{
    margin: 28px auto 0;
}
.submitFeedback{
    width: 168px;
    height: 48px;
    font-size: 14px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    background: var(--themeLinearColor);
    border-radius: 24px;
    cursor: pointer;
}