.placeholder {
    height: 100px;
}

.header {
    background-color: #fff;
}

.body {
    background-color: #F7F7F7;
}

.news-detail {
    width: 1440px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.detail-meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.detail-badge {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    background-color: #F8F8F8;
    border-radius: 4px;
    font-size: 14px;
}

.detail-badge-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 10px;
}

.detail-badge-text {
    font-weight: 500;
}

/* 底部信息区域 */
.detail-footer {
    margin-top: 40px;
}

/* 温馨提示和二维码 */
.detail-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 30px;

}

.detail-tip-text {
    font-size: 14px;
    font-weight: 600;
    color: #FF7A45;
    margin-right: 5px;
}


.detail-tip-content {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

/* 按钮区域 */
.detail-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
}

.detail-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.detail-button.weixin {
    background-color: #F20921;
    color: #fff;
}

.detail-button-qrcode {
    width: 18px;
    height: 18px;
}

.detail-button.app {
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #fff;
}

.detail-button.like {
    background: linear-gradient(90deg, #FBDA31 0%, #FE5618 100%);
    color: #fff;
}

/* 话题标签 */
.detail-tags {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.detail-tag {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    background: #F5F5F5;
    border-radius: 89px 89px 89px 89px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-tag-hashtag {
    font-size: 18px;
    font-weight: 600;
    margin-right: 4px;
    line-height: 26px;
}

.detail-tag:hover {
    color: #F20921;
}

.detail-share {
    margin-left: auto;
    padding: 5px 20px;
    border: 1px solid #EF061C;
    border-radius: 40px;
    background-color: #fff;
    color: #EF061C;
    font-size: 14px;
    cursor: pointer;
}

.detail-share:hover {
    border-color: #EF061C;
    color: #fff;
    background-color: #EF061C;

}

/* 公司介绍 */
.detail-intro {
    text-align: center;
}

.detail-intro p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.detail-intro p:last-child {
    margin-bottom: 0;
}

/* 上一篇下一篇导航 */
.detail-navigation {
    display: flex;
    justify-content: space-between;
    padding: 22px;
    background-color: #FFF;
}

.detail-nav-item {
    flex: 1;
    border: 1px solid #EEE;
    padding: 10px;
    border-radius: 4px;
}

.detail-nav-item:hover {
    border-color: #F20921;
}

.detail-nav-item:hover .detail-nav-content {
    color: #F20921;
}

.detail-nav-item:hover .detail-nav-title {
    color: #F20921;
}

.detail-nav-item.prev {
    margin-right: 20px;
}

.detail-nav-item.next {
    margin-left: 20px;
    text-align: right;
}

.detail-nav-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    display: block;
}

.detail-nav-content {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    display: block;
    transition: color 0.3s;
}


.detail-info-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.detail-container {
    width: 1025px;
}

.detail-info {
    background-color: #fff;
    margin-bottom: 30px;
    min-height: 600px;
    padding: 20px;
    box-sizing: border-box;
}

.detail-info-name {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.detail-info-nickname {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.detail-info-time {
    font-size: 14px;
    color: #999;
}

.detail-breadcrumb {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.detail-breadcrumb a {
    color: #999;
    text-decoration: none;
}

.detail-breadcrumb a:hover {
    color: #F20921;
}

.detail-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
    margin-top: 10px;
}

.detail-meta-user {
    display: flex;
    align-items: center;
}

.detail-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-meta-item {
    font-size: 14px;
    color: #999;
}

.detail-meta-item-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 推荐内容区域 */
.detail-recommend {
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.detail-recommend-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.detail-recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.detail-recommend-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.3s;
}

.detail-recommend-item:hover {
    border-color: #F20921;
}

.detail-recommend-number {
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    min-width: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #d4d4d4;
    border-radius: 2px;
}

.detail-recommend-item:nth-of-type(1) .detail-recommend-number {
    background-color: #FFEEF1;
    color: #F1404B;
}

.detail-recommend-item:nth-of-type(2) .detail-recommend-number {
    background-color: #FFF0E6;
    color: #FF6F06;
}

.detail-recommend-item:nth-of-type(3) .detail-recommend-number {
    background-color: #EEF2FF;
    color:#5C7CFF;
}



.detail-recommend-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-recommend-title-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s;
    /* 两行隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.detail-recommend-title-link:hover {
    color: #F20921;
}

.detail-recommend-meta {
    font-size: 12px;
    color: #999;
}

.detail-recommend-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}