/* 首页模块：按 sina.cn 移动端首屏精修 */
.hero-section {
    margin: 0 1rem;
    background: #fff;
}
.hero-swiper {
    position: relative;
    width: 100%;
    height: 17rem;
    overflow: hidden;
    border-radius: 0.5rem;
    background: #f2f2f2;
}
.hero-card {
    position: relative;
    display: block;
    height: 17rem;
    overflow: hidden;
    background: #f2f2f2 url("../images/sina-watermark.svg") center / 6.4rem 5rem no-repeat;
}
.hero-card img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}
.hero-copy {
    position: absolute;
    top: 9.1rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 4.7rem 5.5rem 0.8rem 1rem;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.4));
    color: #fff;
}
.hero-copy span,
.hero-copy p { display: none; }
.hero-copy h1 {
    margin: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-label {
    position: absolute;
    left: 1rem;
    bottom: 3.2rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 1.4rem;
    padding: 0 0.2rem;
    border-radius: 0.2rem;
    background: #fe350e;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4rem;
}
.hero-swiper .swiper-pagination {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    width: auto;
    height: 2.1rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
}
.hero-swiper .swiper-pagination-current {
    font-size: 1.9rem;
    line-height: 2.1rem;
    font-weight: 600;
}
.hero-swiper .swiper-pagination-total {
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 400;
}
.hero-swiper .swiper-pagination-bullet { display: none; }
.news-board { margin: 0; padding: 0; background: #fff; }
.news-row {
    display: block;
    height: 6.9rem;
    margin: 0 1.1rem;
    padding: 0.95rem 0 0;
    border-bottom: 1px solid var(--line);
}
.news-text {
    display: block;
    color: var(--text);
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-label {
    display: inline-block;
    height: 1.5rem;
    margin-top: 0.6rem;
    padding: 0 0.25rem;
    border: 1px solid var(--sina-red);
    border-radius: 0.15rem;
    color: var(--sina-red);
    font-size: 1rem;
    line-height: 1.25rem;
}
.news-image-row {
    display: flex;
    flex-direction: row-reverse;
    gap: 1.3rem;
    height: 9.3rem;
    margin: 0 1.1rem;
    padding: 1.1rem 0;
    border-bottom: 1px solid var(--line);
}
.news-image-row img {
    width: 10.4rem;
    height: 6.7rem;
    border-radius: 0.4rem;
    object-fit: cover;
    background: #eeeeee;
}
.news-image-copy { flex: 1; min-width: 0; }
.news-image-copy .news-text {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-meta {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 0.9rem;
    color: #888;
    font-size: 1.364rem;
    line-height: 1.91rem;
}
.news-meta span { margin-right: 0.62rem; }
.news-meta .comment-icon { margin-right: 0; }
.channel-grid,
.quick-panel { display: none; }
.section-block .section-title { display: none; }
.swiper-pagination-bullet-active { background: var(--sina-red); }
