  .article-title{
                font-size: 16px!important;
                margin-bottom: 5px;
                color: #f53f0a!important; 
                display: -webkit-box;
                overflow: hidden;
                text-align: center;
             border-bottom: 1px solid #9c9696;
             padding-bottom: 15px;
            }

.article-content img {
    width: 750px;        
    height: auto;        
    display: block;        
    margin: 30px auto 0px;    
    border-radius: 8px;    
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    max-width: 100%;      
}

.article-content img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

          .ad-banner img{
            width:100%!important;
            height:auto;
          }


.testimonials-section {
            margin: 30px 0;
            width: 100%;
            padding: 0 10px;
        }
        
        .section-title {
            font-size: 24px;
            color: #333;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
            width: 100%;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: #1E88E5;
        }
        
        .testimonial-scroll {
            overflow: hidden;
            position: relative;
            height: 280px;
            width: 100%;
        }
        
        .testimonial-track {
            display: flex;
            position: absolute;
            animation: horizontal-scroll 25s linear infinite;
            width: 200%;
        }
        
        .testimonial-track:hover {
            animation-play-state: paused;
        }
        
        .testimonial-item {
            flex: 0 0 30%;
            margin: 0 15px;
            background: #E3F2FD;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        
        .testimonial-text {
            font-style: italic;
            line-height: 1.6;
            color: #333;
        }
        
        .testimonial-author {
            margin-top: 15px;
            font-weight: bold;
            color: #1E88E5;
        }
        
        .testimonial-item:nth-child(even) {
            transform: translateY(40px);
            background: #FFECB3;
        }
        
        .testimonial-item:nth-child(3n) {
            transform: translateY(80px);
            background: #C8E6C9;
        }
        
        @keyframes horizontal-scroll {
            0% { left: 0; }
            100% { left: -100%; }
        }
        
        
        @media (max-width: 768px) {
            .breadcrumb {
                padding: 10px;
                font-size: 13px;
              color: #11ab23;
              font-weight: 700;
            }
           
    .article-content img {
        width: 100%!important;   
        height:auto!important;
        margin: 20px auto;
    }
            
            .article-meta {
                font-size: 13px;
                margin-bottom: 20px;
                padding: 0 10px;
              display: none;
            }
            
            .article-content {
                font-size: 15px;
                padding: 0px !important;
                width: 100% !important;
               line-height: 2.0em;
            }
            
          .article-libiao{
            width: 70% ;
          }
          
          
           .article-libiao  .article-title{
                padding: 0 15px 0 8px;
                border-bottom: 1px dotted #f81696;
                overflow: hidden;
                -webkit-line-clamp: 1;
          }
         
          .article-libiao  .article-excerpt {
          color:#8abd12;
          line-height: 1.8em;
            padding: 0 0.6em;
          }
          
          
            .article-nav {
                flex-direction: column;
                margin: 30px 0;
                padding: 15px 0;
            }
            
            .article-nav a {
                max-width: 100%;
                margin-bottom: 15px;
                font-size: 16px;
                color:rgb(13, 104, 228)
            }
            
          
          .article-title {
    font-size: 16px !important;
    margin-bottom: 5px;
    color: #f53f0a !important;
    overflow: hidden;
    text-align: center; 
    border-bottom: 1px solid #9c9696;
    padding-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
                 
          
            .ad-banner {
                margin: 40px 0;
            }
                      
            .testimonials-section {
                margin: 20px 0;
                padding: 0 5px;
            }
            
            .section-title {
                font-size: 20px;
                margin-bottom: 20px;
            }
            
            .testimonial-scroll {
                height: auto;
                overflow-x: auto;
                padding-bottom: 20px;
            }
            
            .testimonial-track {
                animation: none;
                width: auto;
                position: relative;
                padding-bottom: 10px;
            }
            
            .testimonial-item {
                flex: 0 0 85%;
                margin: 0 10px;
                transform: none !important;
              font-size: 0.8em;
            }
            
            .testimonial-item:nth-child(even) {
                transform: none;
            }
            
            .testimonial-item:nth-child(3n) {
                transform: none;
            }
        }
        
        