.weather-bar {
    position: relative;
    height: 27px;
    overflow: hidden;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    background: var(--white);
}
.weather-arrow {
    position: absolute;
    top: 8px;
    right: 14px;
    color: #c3c3c3;
    font-size: 11px;
}
.channel-nav {
    position: relative;
    height: 74px;
    overflow: hidden;
    background: var(--page-bg);
}
.channel-nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    height: 60px;
}
.channel-nav li {
    height: 30px;
    padding-top: 14px;
    overflow: hidden;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.channel-link{display:block}
.channel-more {
    position: absolute;
    right: 18px;
    bottom: 7px;
    width: 24px;
    height: 20px;
    color: #a4a4a4;
    font-size: 12px;
    line-height: 20px;
}
.hero-section {
    height: 166px;
    overflow: hidden;
    background: var(--white);
}
.hero-swiper,
.weather-swiper {
    width: 100%;
    height: 100%;
}
.hero-slide {
    position: relative;
    display: block;
    width: 337px;
    height: 166px;
    padding: 0 2px;
    overflow: hidden;
}
.hero-slide img {
    width: 333px;
    height: 166px;
    margin: 0 auto;
}
.hero-slide span {
    position: absolute;
    right: 2px;
    bottom: 0;
    left: 2px;
    height: 43px;
    padding: 12px 9px 0;
    overflow: hidden;
    color: var(--white);
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.72));
}
.top-news {
    padding: 6px 13px 15px;
    background: var(--white);
}
.top-news-link,
.news-link {
    display: block;
    overflow: hidden;
    color: var(--text-dark);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.top-news-link {
    height: 30px;
    margin-bottom: 13px;
    line-height: 30px;
}
.top-news-link:last-child{margin-bottom:0}
.news-row {
    display: flex;
    height: 44.8px;
    border-bottom: 1px solid #f5f5f5;
}
.news-link {
    flex: 1;
    min-width: 0;
    height: 44px;
    color: #3c3c3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
}
.news-plate,
.recommend-section,
.site-map {
    background: var(--white);
}
.news-plate {
    position: relative;
    border-bottom: 10px solid #f5f5f5;
}
.plate-gap {
    box-sizing: content-box;
    height: 24px;
    background: var(--white);
    border-bottom: 10px solid #f5f5f5;
}
.plate-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    padding: 13px 13px 0;
}
.editable-header {
    padding-right: 25px;
}
.empty-head {
    height: 59px;
    padding: 20px 25px 20px 14px;
}
.plate-head h2 {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    color: var(--text-dark);
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
}
.plate-head h2 a {
    display: flex;
    align-items: center;
    flex: none;
    color: var(--text-dark);
    font-size: 19px;
    line-height: 19px;
    font-weight: 700;
}
.vline {
    display: block;
    margin: 0 6px;
    color: var(--header-yellow);
    font-size: 15px;
    line-height: 15px;
}
.plate-head nav,
.recommend-section .plate-head > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    min-width: 0;
    color: #656565;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
}
.plate-tag {
    display: block;
    padding-left: 15px;
    color: #656565;
    text-align: left;
}
.news-list{padding:0 13px}
.focus-grid {
    display: flex;
    padding: 15px 13px 0;
}
.focus-card {
    display: block;
    width: 50%;
    flex: 1 1 0;
    padding-left: 8px;
    overflow: visible;
    color: #3c3c3d;
}
.focus-card:first-child{padding-left:0}
.focus-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 338 / 226;
    object-fit: cover;
    background: #f5f5f5;
}
.focus-card span {
    display: -webkit-box;
    max-height: 2.7em;
    margin: 8px 0 6px;
    overflow: hidden;
    color: #656565;
    font-size: 15px;
    line-height: 1.35em;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.score-card {
    height: 48px;
    margin: 0 13px;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    color: #333;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
}
.remove-block {
    position: absolute;
    top: 4px;
    right: 6px;
    display: block;
    width: 14px;
    height: 14px;
    background: url('../images/sports-close.png') center / contain no-repeat;
}
.site-map{padding-top:14px}
.site-map h2 {
    height: 40px;
    padding-left: 14px;
    color: var(--text-dark);
    font-size: 19px;
    line-height: 40px;
}
.site-map ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0 6px 20px;
}
.site-map li {
    height: 34px;
    color: #666;
    font-size: 15px;
    line-height: 34px;
    text-align: center;
}
.directory {
    position: fixed;
    top: 54px;
    right: 0;
    z-index: 45;
    width: 86px;
    max-height: 72vh;
    padding: 10px 0;
    color: #666;
    background: rgba(255,255,255,0.96);
    box-shadow: -8px 0 22px rgba(0,0,0,0.08);
    transform: translateX(100%);
    transition: var(--transition);
}
.directory.active{transform:translateX(0)}
.directory-title,
.directory li {
    height: 36px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 36px;
}
.directory-title {
    color: #333;
    font-weight: 700;
}
@media (max-width: 360px) {
    .header-sites{display:none}
    .hero-slide{width:min(337px,94vw)}
    .hero-slide img{width:calc(min(337px,94vw) - 4px)}
}

