

.dangqunpart1 {
    position: relative;
    width: 7.5rem;
    height: 8.4rem;
    background: url('https://webimgs.bthhotels.com/20251205/dqbanner.png') no-repeat;
    background-size: 100% 100%;
}


.mune {
    position: fixed;
    right: 0.5rem;
    top: 0.73rem;
        width: 0.5rem;
        height: 0.5rem;
    background: url('https://webimgs.bthhotels.com/20260112/menu.png') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}
.xwpart1{
    position: relative;
        width: 7.5rem;
        height: 8.2rem;
        background: url('https://webimgs.bthhotels.com/20260112/banner_news.png') no-repeat;
        background-size: 100% 100%;
}
.search-box {
    margin: 0.15rem 0;
    display: flex;
    gap: 0.1rem;
}

.search-box input {
    flex: 1;
    padding: 0.12rem 0.15rem;
    border: none;
    border-radius: 0.25rem;
    background: white;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.1);
    font-size: 0.16rem;
}

.search-box button {
    padding: 0.12rem 0.2rem;
    background: #ff7e5f;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.1);
    font-size: 0.16rem;
}

.list-container {
    margin-bottom: 0.2rem;
}

.list-item {
    background: white;
    border-radius: 0.12rem;
    margin-bottom: 0.4rem;
    padding: 0.2rem;
    /* display: flex; */
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.list-item:hover {
    transform: translateY(-0.03rem);
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
}



.item-content {
    flex: 1;
}

.item-title {
    margin-top: 0.2rem;
width: 6.25rem;
height: 1.08rem;
line-height: 0.54rem;
    font-size: 0.36rem;
    font-weight: 500;
    margin-bottom: 0.08rem;
color: #333333;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.datebox{
    font-size: 0.24rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.item-description {
    font-size: 0.14rem;
    color: #7f8c8d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.item-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.12rem;
    color: #95a5a6;
}

/* ��ҳ�ؼ���ʽ */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem 0 1.2rem 0;
    flex-wrap: wrap;
    gap: 0.08rem;
}

    .pagination button {
        border: none;
        margin:0 0.2rem;
        cursor: pointer;
        font-size: 0.36rem;
        color: #242A32;
        background:none;
    }
        /* ʡ�Ժ���ʽ */
        .pagination .page-btn.ellipsis {
            border: none;
            background: transparent;
            cursor: default;
            color: #999;
        }
.syy{
    width: 0.6rem;
        height: 0.6rem;
        background: url('https://webimgs.bthhotels.com/web/20250915/larr.png') no-repeat !important;
            background-size: 100% 100% !important;
}
.xyy {
    width: 0.6rem;
    height: 0.6rem;
    background: url('https://webimgs.bthhotels.com/web/20250915/rarr.png') no-repeat !important;
    background-size: 100% 100% !important;
}
/*.pagination button:hover:not(:disabled) {
    background: #242A32;
    color: white;
}*/

.pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination .page-btn.active {
    background: #242A32;
    color: #FFFFFF;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
}

.loading {
    text-align: center;
    padding: 0.3rem;
    color: #7f8c8d;
}

.spinner {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.04rem solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 0.15rem;
}
.bottom {
    position: relative;
    width: 7.5rem;
    height: 10.4rem;
    background: url('https://webimgs.bthhotels.com/web/20250915/bottom.png') no-repeat;
    background-size: 100% 100%;
}
.item-image {
    max-width: 100% !important;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.empty-state {
    text-align: center;
    padding: 0.4rem 0;
    color: #95a5a6;
}

.empty-state i {
    font-size: 0.5rem;
    margin-bottom: 0.15rem;
}

.listbox{
    width: 6.7rem;
    padding: 0 0.4rem;
    margin-top: 0.8rem;
}