.App_box {
    max-width: 1380px;
    width: 94%;
    margin: 0 auto;
    margin-top: 115px;
}



/* .anNiu1w {
    background-color: #1e2480;
    color: #fff;
} */


.Energyw {
    width: 48%;
}


.Energy_right {
    width: 48%;
}

.App_box_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Solarol {
    font-size: 40px;
    font-weight: 700;
    color: #1E2480;
    padding-bottom: 10px;
    position: relative;
}

.Solarol::after {
    width: 100px;
    height: 3px;
    background-color: #999cc6;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}



.Solarol_ex {
    margin-top: 15px;
    line-height: 24px;
    color: var(--TextColorLight);
}


.App_box_flex {
    padding-bottom: 55px;
    position: relative;
}

.App_box_flex:not(:last-child):after {
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
}

.App_box_flex:not(:nth-child(1)){
    margin-top: 55px ;
}


.App_box_flex:nth-child(even){
    flex-direction: row-reverse;
}



