 .zh5-s {
            padding-bottom: .8rem;}
        .section-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #1a73e8;}
        
        .list102W {
            width: 100%;
            overflow: hidden;
            position: relative;
            padding: 10px 0;}
        
        .list102Box {
            width: 100%;
            overflow: visible !important;}
        
        .list102 {
            display: flex;
            transition: transform 0.3s ease;}
        
        .swiper-slide {
            width: calc(25% - 27px);
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
            height: auto;
            overflow: hidden;
            transition: all 0.3s ease;
            background: #fff;}
        
        .swiper-slide:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);}
        
        .imgBox {
            width: 100%;
            height: 0;
            padding-bottom: 60%;
            position: relative;
            overflow: hidden;}
        
        .imgBox .img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;}
        
        .imgBox .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;}
        
        .swiper-slide:hover .imgBox .img img {
            transform: scale(1.05);}
        
        .txt {
            padding: .18rem;
            min-height: 120px;
            border: 1px solid #eaeef5;
            border-top: none;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
         }
        
        .txt time {
            font-size: .18rem;
            color: #888;
            margin-bottom: .1rem;
            display: block;}
        
        .txt h4 {
            font-size: .18rem
            line-height: 1.4;
            color: #333;
            margin: 0;
            font-weight: 600;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;}
        
        .block.a {
            display: flex;
            flex-direction: column;
            height: 100%;
            text-decoration: none;
            color: inherit;}
        
        .swiper-button-next, .swiper-button-prev {
            background-color: rgba(255, 255, 255, 0.9);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            color: #333;
            transition: all 0.3s ease;}
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 18px;
            font-weight: bold;}
        
        .swiper-button-next:hover, .swiper-button-prev:hover {
            background-color: #1a73e8;
            color: white;}
        
        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #ccc;
            opacity: 1;}
        
        .swiper-pagination-bullet-active {
            background: #1a73e8;}
        
        @media (max-width: 1200px) {
            .swiper-slide {
                width: calc(33.333% - 20px);}
        }
        
        @media (max-width: 900px) {
            .swiper-slide {
                width: calc(50% - 20px);}
        }
        
        @media (max-width: 600px) {
            .swiper-slide {
                width: calc(100% - 20px);}
            
            .txt {
                padding: 12px;
                min-height: 100px;}
            
            .txt h4 {
                font-size: 15px;}
        }
        