/* ======================================================
   【列表页样式】pc_list_style.css
   ====================================================== */

/* ---------- 列表卡片 ---------- */
.pic_word {
    list-style: none;
    padding: 0px 0;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.pic_word:last-child {
    border-bottom: none;
    padding-bottom: 30px;
}
.pic_word ol {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
}
.pic_word ol a {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}
.pic_word ol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.pic_word li {
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ---------- 云标签 ---------- */
.pic_word .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin: 0;
}
.pic_word .tag-cloud a {
    display: inline-block;
    padding: 2px 8px;
    background: #f0f0f0 !important;
    color: #aaa !important;
    font-size: 15px;
    border-radius: 3px;
    border: none !important;
    text-decoration: none;
}
.pic_word .tag-cloud a:hover {
    background: #62B3E7 !important;
    color: #fff !important;
}

/* ---------- 标题 & 摘要 ---------- */
.pic_word .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}
.pic_word .title a {
    color: #222;
    text-decoration: none;
}
.pic_word .title a:hover {
    color: #62B3E7;
}
.pic_word .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ---------- 浏览/收藏/分享 ---------- */
.pic_word .moreinfo {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0 0 0;
    margin: 0;
    border-top: 1px solid #f0f0f0;
    width: 100%;
}
.pic_word .moreinfo dt {
    font-weight: normal;
    color: #666;
    margin: 0;
    flex: 0 0 auto;
    text-align: left;
}
.pic_word .moreinfo dt span {
    color: #ff6a00;
    font-weight: 700;
}
.pic_word .moreinfo .item-fav-btn,
.pic_word .moreinfo .item-share-btn {
    background: none !important;
    border: none !important;
    padding: 4px 12px !important;
    font-size: 13px !important;
    color: #999 !important;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    justify-content: center;
}
.pic_word .moreinfo .item-fav-btn:hover,
.pic_word .moreinfo .item-share-btn:hover {
    color: #62B3E7 !important;
}
.pic_word .moreinfo .item-fav-btn {
    border-left: 1px solid #f0f0f0 !important;
    border-right: 1px solid #f0f0f0 !important;
    border-radius: 0 !important;
}
.item-fav-btn.active .fav-icon {
    color: #FFD700 !important;
}

/* ---------- 无图样式 ---------- */
.pic_word.no-img ol {
    display: none;
}
.pic_word.no-img li {
    width: 100%;
}

/* ===== 分页样式 ===== */
.pagination-box {
    padding: 30px 0 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}
.pagination-box a,
.pagination-box span {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    background: #ffffff;
    transition: all 0.2s;
    min-width: 36px;
    text-align: center;
}
.pagination-box a:hover {
    background: #62B3E7;
    color: #fff;
    border-color: #62B3E7;
}
.pagination-box .current {
    background: #62B3E7;
    color: #fff;
    border-color: #62B3E7;
    font-weight: bold;
}
.pagination-box .disabled {
    color: #ccc;
    border-color: #eee;
    background: #f9f9f9;
    cursor: not-allowed;
}
.pagination-box .ellipsis {
    border: none;
    color: #999;
    background: transparent;
    padding: 6px 4px;
    min-width: auto;
}
.pagination-box .info {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #555;
    background: #ffffff;
    padding: 6px 14px;
    min-width: auto;
}

/* ======================================================
   【猜你喜欢区域样式】
   ====================================================== */
.foorertabs {
    background: #f5f5f5 !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    margin: 0px auto 0 !important;
    width: 1200px;
}
.foorertabs h3 {
    font-size: 20px !important;
    font-weight: 900 !important;
    margin-bottom: 10px !important;
}
.foorertabs p {
    font-size: 15px !important;
    line-height: 2 !important;
    margin-bottom: 10px !important;
    color: #666;
}
.foorertabs ul li {
    font-size: 16px !important;
    padding: 8px 14px !important;
    font-weight: 900 !important;
}

/* ===== 猜你喜欢标签列表（左对齐） ===== */
.foorertabs .tabcont.rsort {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 6px 20px !important;
    padding: 5px 0 !important;
    margin: 0 !important;
}
.foorertabs .tabcont.rsort div {
    display: inline-block !important;
}
.foorertabs .tabcont.rsort div a {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    text-decoration: none !important;
}
.foorertabs .tabcont.rsort div a:hover {
    color: #62B3E7 !important;
}