.rem_c{
    width: 100%;
    max-width: 670px;
    margin: 2px auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 5px 0;
}

.rem_c_box{
    text-align: left;
    justify-content: start;
    display: flex;
    min-width: max-content;
}

.rem_c a{
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-left: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 14px;
}

.rem_c a:first-child {
    margin-left: 0;
}

.section_cc_tt{
    text-align: left;
    font-size: 20px;
}
.home-banner-logo,.home-banner{
    min-height: calc(100vh - 140px);

}
.ads_bbx{
    margin-bottom: 20px;
}
/* Blog List Styles */
.blog_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.blog_item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.blog_item a {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.blog_image {
    width: 100%;
    /* height: 200px; */
    width: 30%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
}

.blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog_item:hover .blog_image img {
    transform: scale(1.05);
}

.blog_content {
    padding: 20px;
    width: 70%;
}

.blog_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no_blog_message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
    font-family: Arial, sans-serif;
}

.pagination .page-link {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f5f7fa;
    color: #007bff;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
    min-width: 40px;
    text-align: center;
}

.pagination .page-link:hover:not(.disabled) {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination .page-link.current {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    font-weight: bold;
    cursor: default;
}

.pagination .page-link.disabled {
    background: #f5f7fa;
    color: #ccc;
    border-color: #e0e0e0;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination .page-dots {
    padding: 8px 4px;
    color: #666;
    font-size: 14px;
}

.p90{
    padding-top:95px;
}
.home-banner .banner-wrapper .banner-left-detail .banner-detail{
    margin-bottom: 10px;
}
.other_bg{
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-banner-logo{
    background-color: rgba(0, 0, 0, .6);
}
.ads_x{
    margin-bottom: 15px;
}

.banner-left-detail #search_ipt, .banner-left-detail .search_list{
    width: 700px;
}
.dw_box, .banner-left-detail .search_loc {
    width: 100%;
    max-width: 758px;
}
.banner-left-detail .search_loc{
    height: 32px;
}
.banner-left-detail .loc_item{
    top: 8px;
}
.loc_item{
    background-color: transparent;
}
#search_loc{
    background-color: transparent !important;
    color: #fff;
}
.search_loc:after{
    display: none;
}
.dw_box{
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.banner-left-detail #search_loc{
    height: 32px;
    width: 100%;
}
.dw_box_focus{
    background-color: #fff !important;
}
.dw_box_focus #search_loc{
    color: #000 !important;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .blog_list {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }
}

/* 移动端优化 */
@media (max-width: 768px) {
    .col-md-4{
        width: 100% !important;
    }
    .col-12{
        width: 100% !important;
    }
    #search_ipt, .search_list{
        max-width: 100%;
        width: 100% !important;
    }
    .section_cc{
        margin-bottom: 0;
    }
    .header-schedule-info a img{
        height: 24px;
    }
    .title_img img{
        width: 100px;
    }
    .p90{
        padding-top:5px;
    }
    .home-banner .banner-wrapper .banner-left-detail{
        width: 100%;
    }
    .banner-left-detail .search_ipt{
        max-width: 100%;
    }
    #search_form{
        width: 100%;
    }
    .blog_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
/*     
    .blog_image {
        height: 150px;
    } */
    
    .blog_content {
        padding: 15px;
    }
    
    .blog_title {
        font-size: 14px;
    }
    
    .blog_description {
        font-size: 13px;
    }
    
    .pagination {
        gap: 4px;
        margin: 30px 0;
    }
    
    .pagination .page-link {
        padding: 6px 10px;
        font-size: 13px;
        min-width: 35px;
    }
    .rem_c {
        max-width: 100%;
    }
    
    .rem_c a {
        margin-left: 8px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ads_x{
        min-height: 200px !important;
    }
    .home-banner .banner-wrapper .banner-left-detail .banner-detail {
        margin: 10px auto;
    }
    .ads_x{
        margin-bottom: 10px;
    }
    .blog_list {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .pagination {
        flex-wrap: wrap;
        gap: 2px;
    }
    
    .pagination .page-link {
        padding: 5px 8px;
        font-size: 12px;
        min-width: 30px;
    }
 
    .rem_c a {
        margin-left: 6px;
        font-size: 12px;
    }
}