@charset "utf-8";

/* **** 精选页 **** */
.contentBox {
    margin-top: 140px;
}
    /* **** 分类标签 **** */
/* .selectLabels {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 10px;
}
.selectLabelLink {
    margin: 0 20px 20px 0;
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
    border: 1px solid #E8E8E8;
    color: #666666;
}
.selectLabelLink:hover, .selectLabelLink.active {
    border: 1px solid var(--themeColor);
    background-color: var(--themeColor);
    color: #ffffff;
} */

.selectTypeBar {
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden;
}
.selectTypeImg {
    width: 100%;
    border-radius: 8px;
}

/* **** 公共晚报，锐评卡片 **** */
.selects {
    width: 1059px;
    margin-bottom: 45px;
}
.selectCardsTime {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-size: 20px;
}
.selectCard {
    width: 318px;
    margin: 0 35px 35px 0;
    border-radius: 8px;
    overflow: hidden;
}
.cardHeadLink {
    position: relative;
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.cardHeadImg {
    width: 100%;
    height: 100%;
}
.selectCardBody {
    box-sizing: border-box;
    padding: 20px 15px;
    background-color: #F8F8F8;
}
.selectCardTitle, .selectCardSummary {
    display: -webkit-box;
    width: 100%;
    margin: 0 auto 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.selectCardTitle {
    min-height: 56px;
    font-size: 18px;
    line-height: 28px;
    color: #252525;
}
.selectCardTitle:hover {
    color: var(--themeColor);
}
.selectCardSummary {
    min-height: 48px;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.selectCardLabels {
    margin: 0 auto 28px;
    white-space: nowrap;
    font-size: 0px;
    overflow: hidden;
}
.selectCardLabel {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #EEEEEE;
    color: #666666;
}
.selectCardLabel:hover {
    background-color: var(--themeColor);
    color: #ffffff;
}
.selectCardTime {
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
    background: url(img/time.svg) left center/auto 16px no-repeat;
    color: #AAAAAA;
}