.banner {
    width: 960px;
    margin: 0 auto;
}

.news, .googleplay, .gift, .news1 {
    width: 96%;
    padding: 1%;
    display: inline-block;
    border-bottom: 2px dotted #ededed;
}

    .news .news_left {
        float: left;
        width: 32%;
        height: 120px;
        overflow: hidden;
        position: relative;
    }

    .news .news_right {
        float: left;
        width: 63%;
        margin-left: 5%;
    }

        .news .news_right .news_icon {
            font-size: 12px;
            border: 1px solid var(--brand-primary);
            border-radius: 3px;
            margin-right: 3px;
            color: var(--brand-primary);
            padding: 0px 3px 0px 3px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
        }

        .news .news_right .news_top {
            display: block;
            /*height: 66px;*/
            height:auto;
            overflow: hidden;
            margin-bottom: 14px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .news .news_right .news_title {
            font-size: 1em;
            line-height: 22px;
            font-weight:700
        }

            .news .news_right .news_title a {
                font-size: 1em;
                line-height: 22px;
            }

        .news .news_right .news_info {
            clear: both;
        }

            .news .news_right .news_info span {
                font-size: 0.8em;
                color: #9e9e9e;
                line-height: 1em;
            }

                .news .news_right .news_info span.clock {
                    background: url(../images/clock.png) no-repeat left center;
                    background-size: 12px 12px;
                    ms-behavior: url(css/backgroundsize.min.htc);
                    behavior: url(css/backgroundsize.min.htc);
                    padding-left: 14px;
                    /*margin-left: 10px;*/
                }

        .news .news_right .news_con {
            margin: 10px 0px;
            font-size: 1em;
            line-height: 1.2em;
            color:dimgray
        }

        .news .news_right .readmore {
            display: block;
            float: left;
            width: 100px;
            height: 30px;
            line-height: 30px;
            color: #fff;
            border-radius: 4px;
            background: var(--brand-primary);
            border: 1px solid var(--brand-primary);
            font-size: 12px;
            text-align: center;
        }

.googleplay_left {
    float: left;
    width: 96px;
}

.googleplay_right {
    float: left;
    width: 76%;
    margin-left: 2%;
}

.googleplay_btn {
    display: none;
}

.googleplay_btn_pc {
    width: 100%;
    margin-top: 10px;
}

    .googleplay_btn_pc .btn1 {
        display: block;
        float: left;
        width: 153px;
        color: #fff;
        padding: 4px;
        background: var(--brand-primary);
        border-radius: 5px;
        border: 1px solid var(--brand-primary);
        font-size: 0.8em;
        text-align: center;
    }

    .googleplay_btn_pc .btn2 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        border: 1px solid #ededed;
        border-radius: 5px;
        font-size: 0.8em;
    }

    .googleplay_btn_pc .btn3 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        font-size: 0.8em;
    }

    .googleplay_btn_pc .btn4 {
        display: block;
        float: left;
        margin-left: 10px;
        width: 153px;
        font-size: 0.8em;
    }

.googleplay_right a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    line-height: 1.2em;
}

.googleplay_right .star {
    background: url(../images/star.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.googleplay_right .down {
    background: url(../images/down.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.googleplay_right .man {
    background: url(../images/man.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.googleplay_right .price {
    background: url(../images/price_icon.png) no-repeat left center;
    background-size: 14px 14px;
    ms-behavior: url(css/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);
    padding-left: 16px;
    margin-right: 10px;
    font-size: 0.8em;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 12px;
}

.gift_left {
    float: left;
    width: 9%;
}

.gift_right {
    float: left;
    width: 83%;
    margin-left: 2%;
}

    .gift_right a, .gift_right span {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1em;
        line-height: 1.5em;
    }

.news1 .news_icon {
    font-size: 12px;
    border: 1px solid var(--brand-primary);
    border-radius: 3px;
    margin-right: 3px;
    color: var(--brand-primary);
    padding: 0px 3px 0px 3px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
}

.news1 .news_title {
    font-size: 1em;
    line-height: 1.2em;
}

.news1 .news_pic3, .news1 .news_pic1 {
    width: 100%;
    margin-top: 10px;
}

    .news1 .news_pic3 img {
        width: 31%;
        float: left;
        border: 1px solid #ededed;
    }

    .news1 .news_pic1 img {
        width: 99%;
        border: 1px solid #ededed;
    }

    .news1 .news_pic3 img:first-child {
        margin-right: 2%;
    }

    .news1 .news_pic3 img:last-child {
        margin-left: 2%;
    }

.news1 .news_info {
    margin-top: 10px;
}

.news1 .news_con {
    margin: 10px 0px;
    font-size: 1em;
    line-height: 1.2em;
}

.news1 .news_info span {
    font-size: 0.8em;
    color: #9e9e9e;
    line-height: 1em;
}

    .news1 .news_info span.clock {
        background: url(../images/clock.png) no-repeat left center;
        background-size: 12px 12px;
        ms-behavior: url(css/backgroundsize.min.htc);
        behavior: url(css/backgroundsize.min.htc);
        padding-left: 14px;
        margin-left: 10px;
    }

.more_btn {
    clear: both;
    display: block;
    width: 135px;
    padding: 4px 0px;
    color: #fff;
    border-radius: 4px;
    background: var(--brand-primary);
    border: 1px solid var(--brand-primary);
    font-size: 0.8em;
    text-align: center;
    margin: 40px auto;
    line-height: 1.5em;
}

@media screen and (max-width: 480px) {
    .banner {
        width: 100%;
    }

    .googleplay_left {
        float: left;
        width: 22%;
    }

    .googleplay_right {
        float: left;
        width: 75%;
        margin-left: 2%;
        margin-bottom: 8px;
    }

    .googleplay_btn_pc {
        display: none;
    }

    .googleplay_btn_pc {
        display: block;
        width: 100%;
        margin-left: 2px;
        margin-top: 5px;
    }

        .googleplay_btn_pc .btn1 {
            display: block;
            float: left;
            width: 43%;
            border-radius: 5px;
            border: 1px solid var(--brand-primary);
            background: var(--brand-primary);
            text-align: center;
        }

        .googleplay_btn_pc .btn2 {
            display: block;
            margin-left: 10px;
            float: left;
            width: 53%;
            border: 1px solid #ededed;
            border-radius: 5px;
            font-size: 0.8em;
        }

        .googleplay_btn_pc .btn3 {
            display: block;
            margin-left: 10px;
            float: left;
            width: 53%;
            font-size: 0.8em;
        }

    .gift_left {
        width: 15%;
    }

    .news .news_right .news_con, .news .news_right .readmore {
        display: none;
    }

    .news1 .news_con {
        display: none;
    }

    .more_btn {
        clear: both;
        display: block;
        width: 50px;
        height: 50px;
        padding: 0px;
        color: #fff;
        border-radius: none;
        border: none;
        background: url(../images/load.gif);
        background-size: 100% 100%;
        margin: 10px auto;
        text-indent: -100px;
    }
}



/* 去除新闻列表图片边框 */
.news-item img {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* 添加圆角效果，提升现代感 */
    transition: transform 0.3s ease; /* 添加悬停动画 */
}

    .news-item img:hover {
        transform: scale(1.02); /* 悬停时轻微放大 */
    }

/* 新闻标题样式优化 */
.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px !important; /* 减小标题下方间距 */
    margin-top: 0 !important;
    line-height: 1.4;
}

/* 新闻描述样式优化 */
.news-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 0 !important; /* 清除描述上方间距 */
    margin-bottom: 15px !important;
}

/* 新闻日期样式 */
.news-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px !important;
}
/* 新闻项容器样式 */
.news-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

    .news-item:hover {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

/* 图片容器 */
.news-image-container {
    flex: 0 0 120px;
    margin-right: 15px;
}

/* 内容容器 */
.news-content {
    flex: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
    }

    .news-image-container {
        flex: none;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
}
/* 添加渐变背景 */
body {
    /*background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);*/
    min-height: 100vh;
}

/* 卡片悬停效果 */
.card-hover {
    position: relative;
    overflow: hidden;
}

    .card-hover::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s;
    }

    .card-hover:hover::before {
        left: 100%;
    }

/* 按钮样式优化 */
.btn-custom {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none !important;
}

    .btn-custom:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
        color: white !important;
    }


/* 针对PC端的媒体查询 */
@media screen and (min-width: 768px) {
    /* 左侧图标容器 - 请根据实际class名修改 */
    .sidebar-icons,
    .left-icons,
    .nav-icons {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

        /* 或者直接针对img标签 */
        .sidebar-icons img,
        .left-icons img {
            border: none !important;
            box-shadow: none !important;
        }
}