       /* 基础样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Arial, sans-serif;
        }

        /* 导航栏优化 */
        .navbar {
            background: #467938;
    padding: 12px 20px;
    top: 0;
    left: 0;
    z-index: 200;
    position: sticky;
        }
        p.xinhaop {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    vertical-align: -5px;
    color: #333;
    background: #c6cad0;
        margin-top: 5px;
}
p img {
    vertical-align: -4px;
    margin-left: 5px;
}
.zhibo_btn a {
    background: #FF1B25;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 10px;
    line-height: 43px;
    font-size: 16px;
    margin: 0px 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: transform 0.8s;
    animation: spring-animation 1s infinite alternate;
}
.zhibo_btn a:hover {
    background: #333;
}

.zhibo_btn {
    margin: 10px;
    width: 100%;
}

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .logo img {
            height: 40px;
        }
          .aqhgfy-k-video_play{
    position: relative;
    background: #000000;
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
}

.video_article_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}


img.aqhgfy-k-img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
        margin-top: 25px;
}

img.aqhgfy-k-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

        /* 汉堡菜单 */
        .hamburger {
            display: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
        }

        /* 导航菜单结构优化 */
        .nav-menu {
            display: flex;
            gap: 25px;
            list-style: none;
            margin: 0;
            padding: 0;
            transition: all 0.3s;
        }

        .nav-item {
            position: relative;
            padding: 0 12px;
        }

        .nav-link {
            color: white;
            text-decoration: none;
            display: block;
            white-space: nowrap;
        }
        .menu-link {
            color: white;
            text-decoration: none;
            display: block;
            white-space: nowrap;
        }

        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: #467938;
            min-width: 160px;
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
            display: none;
            z-index: 1000;
            list-style: none;
            padding: 10px 0;
        }

        .dropdown-item {
            padding: 8px 15px;
        }

        .dropdown-item:hover {
            background: #00a4e5;
        }

        .nav-item:hover .dropdown {
            display: block;
        }

        /* 移动端导航优化 */
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            
            .nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: #467938;
                flex-direction: column;
                padding: 0 15px;
                z-index: 1000;
            }
            
            .nav-item {
                padding: 0;
                border-bottom: 1px solid #34495e;
            }
            
            .menu-link {
                 padding: 12px 0;
            }
            
            .dropdown {
                position: static;
                width: 100%;
                box-shadow: none;
                background: #233048;
                display: none;
            }
            
            .nav-menu.active {
                display: block;
            }
            
            .nav-item:hover .dropdown {
                display: none;
            }
            
            .nav-item.active .dropdown {
                display: block;
            }
        }

        /* 赛事列表移动端优化 */
        .match-item {
            display: flex;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px solid #eee;
        }

/* 修改移动端适配 */
@media (max-width: 768px) {
    .match-item {
        flex-wrap: wrap;
        gap: 8px;
        padding: 1px 12px;
        overflow: visible;
    }
    
    .teams {
        width: 100%;
        flex-direction: column;
        gap: 6px;
        flex: 0 0 auto;
    }
    
    .team-container {
        flex-direction: row;
       
        align-items: center;
        gap: 6px;
                font-size: 14px;
    }
    
    .team-logo {
        width: 30px;
        height: 30px;
    }
    
    .match-time,
    .match-league {
        font-size: 0.85em;
        flex: 0 0 auto;
    }
    .match-league {
        margin-left: 5px !important;
        font-size: 14px;
    }
    .live-btn {
        width: 100%;
        order: 3;
        padding: 8px;
        font-size: 0.9em;
    }
}

        /* 主体布局 */
        .main-container {
            max-width: 1200px;
            margin: 20px auto;
            display: flex;
            gap: 20px;
            padding: 0 15px;
        }

        .left-column {
            flex: 7;
        }

        /* 赛事卡片 */
        .schedule-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin-bottom: 20px;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        .card-header1 {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 10px;
/*            border-bottom: 1px solid #eee;*/
        }
        .tab-buttons {
            display: flex;
            gap: 8px;
        }

        .tab-btn {
            padding: 6px 10px;
            border: none;
            border-radius: 15px;
            background: #f0f0f0;
            cursor: pointer;
                font-size: 16px;
        }

        .tab-btn.active {
            background: #467938;
            color: white;
        }

        /* 赛事列表 */
        .match-list {
            padding: 5px;
        }

        .teams {
            flex: 1;
            display: flex;
            flex-direction: column; /* 改为垂直排列 */
            gap: 8px;
        }

        .team-logo {
            width: 25px;
            height: 25px;
        }

        .live-btn {
            padding: 6px 5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            background: #e74c3c;
            color: white;
            width: 23%;
        }
        .live-btnend {
    padding: 6px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #f0f0f0;
    color: #fff;
    width: 23%;
}
.live-btnstart {
    padding: 6px 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: #467938;
    color: white;
    width: 23%;
}
.live-btnstart a {
      color: #fff;
}

        /* 新闻区域 */
        .news-tabs {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

        .news-tab {
            padding: 8px 20px;
            cursor: pointer;
            border-bottom: 2px solid transparent;
        }

        .news-tab.active {
            border-color: #e74c3c;
        }

        .news-columns {
            column-count: 2;
            column-gap: 30px;
        }

        .news-item {
    height: 40px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 5px;
        }

        /* 右边栏 */
        .right-column {
            flex: 3;
        }

        .side-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            padding: 20px;
            margin-bottom: 20px;
        }
        .side-card li {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}

        .card-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
        }
          img.aq-card-titleimg {
    float: left;
    padding: 3px;
    margin-right: 5px;
}

        .more-btn {
            color: #e74c3c;
            cursor: pointer;
        }
        .more-btn a {
    color: #467938;
}

        /* 响应式设计 */
        @media (max-width: 768px) {
            .main-container {
                flex-direction: column;
            }
            
            .news-columns {
                column-count: 1;
                        padding: 20px;
            }
        }

        /* 底部 */
        footer {
            background: #467938;
            color: white;
            text-align: center;
            padding: 20px;
            margin-top: 40px;
        }
        .match-league{
          display: inline-block;
          width:10%;
          margin-left: 20px;
        }
        a{
          color:#000;
          text-decoration: none;
          font-weight: 300;
        }
        .card-header h3 {
    display: flex
;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.card-header img {
    margin-right: 5px;
}
/* 单个队伍容器 */
.team-container {
    display: flex;
    align-items: center;
    gap: 12px;
}


/* 移除VS元素 */
.teams span[aria-label="vs"] {
    display: none;
}
.dropdown-item a {
    color: #fff;
}
.pindaoname {
    padding: 6px 15px;
    border: none;
    border-radius: 15px;
    background: #467938;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.qiuduiname{
    padding-left: 5px;
}
footer a {
    color: #fff;
}
li.xinwen{
    border-bottom: 1px dashed #D2D2D2;
    width: 100%;
    height: auto;
    line-height: 32px;
    padding: 5px 0px;
    margin-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xinwencont{
padding: 0;
    color: #222;
    font-size: 18px;
    line-height: 2.21;}

.xinwencont p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.xinwencont img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.luxianglist {
    border-bottom: 1px dashed #D2D2D2;
    width: 100%;
    height: auto;
    line-height: 32px;
    padding: 5px 0px;
    margin-left: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.luxiangcont{
padding: 0;
    color: #222;
    font-size: 18px;
    line-height: 1.21;}

.luxiangcont p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.luxiangcont img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.titleh4 {
    color: #467938;
    border-bottom: 2px solid #00a6e2;
}
.liansai-list {
    padding: 0px;
    display: grid
;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
    justify-items: center;
    align-items: start;
    font-size: 13px;
    background-color: #FFFFFF;
    height: auto;
    overflow: hidden;
}
.liansai-list a {
    padding: 10px 0px;
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    text-align: center;
    width: 80px;
}