  .TRS_Editor img {
    display: block;
    margin: 0 auto!important;
}
 /* PC端样式 */
        .mobile_content { display: none; }
             .pc_content { display: block; }
             
             /* 移动端样式 - 屏幕宽度小于768px时 */
             @media (max-width: 767px) {
                html{
         font-size: 39px;
        }
                 .mobile_content { display: block; }
                 .pc_content { display: none; }
             }
.news-head > p:nth-child(2) {
    width: 1200px;
}
@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;}


.news-head p span:last-child {
    margin-left: 0px;
}

.TRS_Editor p img,.TRS_Editor div img,.TRS_Editor span img{max-width:100%}
.TRS_Editor, .TRS_Editor p, .TRS_Editor div, .TRS_Editor span {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    overflow-wrap: break-word;
}

/* 强制覆盖富文本中span标签的nowrap样式 */
.TRS_Editor span[style*="text-wrap-mode: nowrap"] {
    text-wrap-mode: normal !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-all !important;
    overflow-wrap: break-word !important;
}
.TRS_Editor ul{
    width: 100%!important;

}


.TRS_Editor ul li {
  position: relative;
  color: black; /* 文本颜色 */
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.TRS_Editor ul li::before {
  content: "•";
  color: #aa9bff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;

}
      /*底部*/
.bottom{
    float: left;
    width: 100%;
    padding: 0 4%;
    overflow: hidden;
    background-color: #444444;
}
  .container {
        box-sizing: initial;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
    width: 970px;
}
}
@media (min-width: 992px) {
    .container {
    width: 970px;
}
}
@media (min-width: 1200px) {
    .container {
    width: 1170px;
}
}
.container {
    width: 1400px;
}
.container:before,.row:before{
    display: table;
    content: "";
}
  .standard-development-process {
        margin-top: 20px;
      
        color: #2d1e6e;
        text-align: center;
        padding: 20px;
        position: relative;
    }
    .highlight-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .standard-development-process h1 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    
    .subtitle {
        font-size: 20px;
        opacity: 0.9;
    }
    
    .process-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 30px;
        background-color: #fff;
        border:2px solid #4a3b9d;
        border-radius: 10px;
        margin: 20px;
        background-image: linear-gradient(rgba(77, 56, 167, 0.05), rgba(77, 56, 167, 0.05));
    }
    
      .process-step {
   
background: linear-gradient(135deg, #2d1e6e, #3d2e8e);
        color: white;
        padding: 15px 25px;
        border-radius: 8px;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
        cursor: pointer;
        box-shadow: 0 6px 15px rgba(45, 30, 110, 0.2);
        border: 2px solid transparent;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    
      .process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(45, 30, 110, 0.3);
    background: linear-gradient(135deg, #3d2e8e, #4d3e9e);
    /* border-color: #5d4eae; */
}
    .content-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px;
    }
    
    .main-content {
        flex: 3;
        min-width: 300px;
    }
  .sidebar-link{
    color: #666;
    text-decoration: none;
    display: block;
    padding: 15px 20px;
    margin: 8px 0;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
    border: 1px solid rgba(45, 30, 110, 0.1);
    box-shadow: 0 2px 8px rgba(45, 30, 110, 0.05);
 }
   .sidebar-link.active {
    color: white;
    background: linear-gradient(135deg, #2d1e6e, #3d2e8e);
    box-shadow: 0 6px 20px rgba(45, 30, 110, 0.3);
    transform: translateX(5px);
}
.sidebar-link.active::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #2d1e6e, #5d4eae);
    border-radius: 2px;
}
  .sidebar {
    flex: 1;
    min-width: 250px;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(45, 30, 110, 0.1);
    position: sticky;
    top: 110px;
    height: fit-content;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    background: linear-gradient(145deg, #f8f9ff, #ffffff);
    border: 1px solid rgba(45, 30, 110, 0.1);
}
    
    .section {
        margin-bottom: 40px;
        padding-bottom: 20px;
        /* border-bottom: 1px solid #eee; */
    }
    
    .section:last-child {
        border-bottom: none;
    }
    
    .section-title {
        color: #4A3B9E;
        font-size: 24px;
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 2px solid #4A3B9E;
        display: inline-block;
    }
    .highlight {
    padding: 10px 15px;
    border-radius: 6px;
    margin: 10px 0;
    /* border-left: 5px solid #2d1e6e; */
    box-shadow: 0 15px 15px rgba(45, 30, 110, 0.08);
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
    border: 1px solid rgba(45, 30, 110, 0.1);
}
    
    .highlight-title {
        font-weight: 600;
        color: #4A3B9E;
        margin-bottom: 8px;
        font-size: 18px;
    }
    
    .section-title ul {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    
    .section-title li {
        margin-bottom: 8px;
    }
    
    .progress-bar {
        height: 6px;
        background-color: #eee;
        border-radius: 3px;
        margin: 15px 0;
        overflow: hidden;
    }
    
    .progress-bar-fill {
        height: 100%;
        background: linear-gradient(90deg, #4caf50, #2196f3);
        width: 30%;
        border-radius: 3px;
    }
    
    .timeline {
        position: relative;
        padding-left: 50px;
        margin: 20px 0;
    }
    
    .timeline::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: #5242ab;
        border-radius: 2px;
    }
    
    .timeline-item {
        position: relative;
        margin-bottom: 20px;
    }
    
     .timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #2d1e6e, #5d4eae);
    border-radius: 50%;
    border: 4px solid white;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(45, 30, 110, 0.3);
}
    
.timeline-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #2d1e6e, #5d4eae);
    border-radius: 50%;
    border: 4px solid white;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(45, 30, 110, 0.3);
}
    .timeline-item:nth-child(even)::after {
        background: linear-gradient(135deg, #2d1e6e, #5d4eae);
    }
        .timeline-content {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 3px solid rgba(45, 30, 110, 0.2);
    padding-top: 15px;
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
    padding: 20px;
    border-radius: 12px;
    margin: 10px 0 20px 25px;
    box-shadow: 0 4px 15px rgba(45, 30, 110, 0.08);
    border: 1px solid rgba(45, 30, 110, 0.1);
}
    
    .timeline-content h4 {
        color: #5242ab;
        margin-bottom: 5px;
    }
    
    @media (max-width: 768px) {
        .standard-development-process h1 {
        font-size: 24px;
      
    }
    .subtitle{
        font-size: 18px;
    }
        .content-wrapper {
            flex-direction: column;
        }
        
        .sidebar {
            min-width: auto;
            position: static;
            max-height: none;
            overflow-y: visible;
        }
        
       
        
       
        
        .section-title {
            font-size: 18px;
        }
        .highlight-title{
            font-size: 16px;
        }
        .highlight-container{
            grid-template-columns: repeat(1, 1fr);
        }
        .sidebar{
display: none;
        }
        .container{
            padding: 0;
            box-sizing: border-box;
        }
        .process-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .process-step{
            width: 100%;
            
        }
    }
    
    /* 回到顶部按钮样式 */
    .back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        background-color: #2d1e6e;
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        font-size: 20px;
        box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
      
    }
    
    .back-to-top.show {
        opacity: 1;
        visibility: visible;
    }
    
   .back-to-top:hover {
    background-color: #614dba;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(74, 59, 158, 0.4);
}
    
    .back-to-top:active {
        transform: translateY(-1px);
    }
    
    /* 移动端适配 */
    @media (max-width: 768px) {
        .back-to-top {
            bottom: 20px;
            right: 20px;
            width: 45px;
            height: 45px;
            font-size: 18px;
        }
    }
