  .TRS_Editor img {
    display: block;
    margin: 0 auto!important;
}
/* 创新研究板块样式 */
    .innovation-research-section {
       
        padding: 50px 0;
        text-align: center;
    }
    
    .innovation-research-section h2 {
        color: #1a365d;
        font-size: 36px;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }
    
    .section-subtitle {
        color: #4a5568;
        font-size: 22px;
        margin-bottom: 50px;
        font-weight: 300;
    }
    
    .research-cards {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .research-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 40px 30px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        flex: 1;
        min-width: 300px;
        max-width: 360px;
        border-top: 4px solid #2b6cb0;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: left;
    }
    
    .research-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    }
    
    .card-highlight {
        border-top-color: #e53e3e;
    }
    
    .card-icon {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    
    .research-card h3 {
        color: #2d3748;
        font-size: 26px;
        margin-bottom: 0.5rem;
    }
    
    .card-subtitle {
        color: #718096;
        font-size: 18px;
        margin-bottom: 1.5rem;
        font-style: italic;
    }
    
    .card-highlights {
        list-style: none;
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .card-highlights li {
        padding: 8px 0;
        border-bottom: 1px solid #e2e8f0;
        color: #4a5568;
        font-size: 18px;
    }
    .card-highlights li a {
 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
    
    .card-highlights li:last-child {
        border-bottom: none;
    }
    
    .card-stats {
        margin-bottom: 1.5rem;
    }
    
    .stat {
        display: block;
        font-size: 2.5rem;
        font-weight: bold;
        color: #2b6cb0;
        line-height: 1;
    }
    
    .stat-label {
        font-size: 0.4348rem;
        color: #718096;
    }
    
    .card-button {
        display: inline-block;
        background-color: #2b6cb0;
        color: white;
        padding: 12px 25px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        transition: background-color 0.3s ease;
    }
    
    .card-button:hover {
        background-color: #1a365d;
    }
    
    /* 响应式设计 */
    @media (max-width: 1024px) {
        .research-cards {
            gap: 20px;
        }
        
        .research-card {
            min-width: 280px;
        }
    }
    
    @media (max-width: 768px) {
        .innovation-research-section {
            padding: 0px 0;
        }
        
        .innovation-research-section h2 {
            font-size: 0.8696rem;
        }
        .section-subtitle {

        font-size: 0.4348rem;

    }
     .research-card h3 {

        font-size: .5314rem;

    }
    .card-subtitle {

        font-size: 0.4348rem;

    }
     .card-highlights li {
  
        font-size: 0.4348rem;
    }
        
    .card-icon {
        font-size: 1rem;
        margin-bottom: .5rem;
    }
     .section-subtitle {

        margin-bottom: 1rem;

    }

        
        .research-cards {
            flex-direction: column;
            align-items: center;
        }
        
        .research-card {
            max-width: 100%;
            width: 100%;
        }
    }
  /* PC端样式 */
        .mobile_content { display: none; }
             .pc_content { display: block; }
             
             /* 移动端样式 - 屏幕宽度小于768px时 */
             @media (max-width: 767px) {
                html{
         font-size: 39px;
        }
                 .TRS_Editor p img,.TRS_Editor div img,.TRS_Editor span img{height: auto!important;}
                 .mobile_content { display: block; }
                 .pc_content { display: none; }
             }
.news-head > p:nth-child(2) {
    width: 1400px;
}
@media screen and (max-width: 480px) {
  .news-head > p:nth-child(2) {
    width: 100%!important;
}
}
.news-head {
    min-height: 259px;
}
.month_en{font-style:normal;}
.month_en::selection{background: rgb(255, 255, 207);}
.news-head p span::selection{background: rgb(255, 255, 207);}

.news-head p span:last-child {
    margin-left: 0px;
}
div::selection{background: rgb(255, 255, 207);}
p::selection{background: rgb(255, 255, 207);}
span::selection{background: rgb(255, 255, 207);}
font::selection{background: rgb(255, 255, 207);}
.TRS_Editor p img,.TRS_Editor div img,.TRS_Editor span img{max-width:100%}
      /*底部*/
.bottom{
    float: left;
    width: 100%;
    padding: 0 4%;
    overflow: hidden;
    background-color: #444444;
}
