@charset "utf-8";

/* **** 评论员详情页 **** */
.contentBox {
    margin-top: 140px;
}
.viewpointsBar {
    width: 100%;
    margin-bottom: 56px;
    overflow: hidden;
}
.viewpointsBarImg {
    width: 100%;
    border-radius: 8px;
}

.reporterInfoBox {
    position: relative;
    margin-bottom: 40px;
    border-radius: 8px;
    background: url(img/reporterBg.png) center top no-repeat;
    overflow: hidden;
}
.reporterBgBox {
    position: absolute;
    display: flex;
    width: 100%;
    /* height: 285px; */
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}
.reporterBgImg {
    width: 100%;
    height: 100%;
    filter: blur(2px);
    object-fit: cover;
    object-position: center top;
}
.reporterBgBox::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.8); */
}
.reporterInfoWrap {
    padding: 35px 40px 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
.reporterInfoHead {
    margin-bottom: 30px;
    font-size: 0px;
}
.reporterPic, .reporterSummary {
    display: inline-block;
    vertical-align: middle;
}
.reporterPic {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    border-radius: 100%;
    overflow: hidden;
}
.reporterPicImg {
    width: 100%;
    border-radius: 100%;
}
.reporterSummary {
    width: calc(100% - 125px);
}
.reporterName {
    margin-bottom: 15px;
    font-size: 24px;
    color: #ffffff;
}
.reporterJobTitle {
    font-size: 14px;
    color: #AAAAAA;
}
.expandCheckBox {
    display: none;
}
.reporterIntroBox {
    height: 72px;
    margin-bottom: 15px;
    overflow: hidden;
}
.reporterIntroDesc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}
.expandLabel {
    display: block;
    text-align: center;
    cursor: pointer;
}
.expandIcon {
    display: inline-block;
    width: 15px;
}
.expandCheckBox:checked + .reporterIntroBox {
    height: auto;
}
.expandCheckBox:checked + .reporterIntroBox .reporterIntroDesc {
    -webkit-line-clamp: unset;
}
.expandCheckBox:checked ~ .expandLabel .expandIcon {
    transform: rotate(180deg);
}
.publishedCaption {
    margin-bottom: 24px;
    font-size: 20px;
}
.publishedNum {
    font-weight: bold;
    color: var(--themeColor);
}

    /* **** 评论文章列表 **** */
.main {
    width: 628px;
}
.viewpointsItem {
    margin-bottom: 16px;
    padding: 15px 0;
}
.viewpointerJobTitle {
    margin: 10px 0 15px;
    font-size: 14px;
    color: #999999;
}
.viewpointsItemTitle {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}
.viewpointsItemTitleLink {
    color: #252525;
}
.viewpointerJobTitle:hover, .viewpointsItemTitleLink:hover {
    color: var(--themeColor);
}
.viewpointsItemDesc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.viewpointsItemSummary {
    font-size: 0px;
}
.viewpointsItemTime {
    margin-right: 25px;
    padding-left: 15px;
    font-size: 12px;
    background: url(img/time.svg) left center no-repeat;
    color: #AAAAAA;
}

    /* **** 复写评论员面板样式 **** */
.viewpointsPanelBody {
    border-radius: 8px;
    background-color: #F8F8F8;
}
.viewpointsPanelItem {
    position: relative;
    padding: 20px;
    border-bottom: 0px;
    font-size: 0px;
}
.viewpointsPanelItem::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 278px;
    height: 1px;
    background-color: #e5e5e5;
}
.viewpointsPanelItem:first-child {
    padding: 20px;
}
.viewpointsPanelItem:last-child {
    padding-bottom: 20px;
}
.viewpointsPanelItem:last-child::before {
    height: 0px;
    content: none;
}
.viewpointsPanelItem:hover {
    background-color: #EEEEEE;
}
.commentatorPic, .commentatorInfo {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.commentatorInfo {
    width: calc(100% - 65px);
}
.commentatorName {
    margin-bottom: 8px;
    font-size: 14px;
    color: #252525;
}
.commentatorName:only-child {
    margin-bottom: 0px;
}
.commentatorCompany {
    margin-bottom: 5px;
    font-size: 12px;
    color: #999999;
}
.joinReportersLink {
    margin: 4px auto 0px;
}

/* **** 申请内容合作面板 **** */
.mediaApplyPanel {
    padding-top: 30px;
    border-top: 4px solid var(--themeColor);
}
.mediaApplyPanelDesc {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.mediaApplyWay {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.mediaApplyIcon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    margin-right: 10px;
}
/* **** 作者小程序码面板 **** */
.authorHubminiproCodePanel {
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}
.authorHubminiproCodeImg {
    width: 130px;
    margin-right: 16px;
}
.authorHubminiproInfos {
    width: calc(100% - 150px);
    font-size: 14px;
    line-height: 36px;
}