.Central-axis-list-start{
    width: 954px;
    margin: 0 auto;
}
.Central-axis-1-des-top,
.Central-axis-1-des-bot{
    height: 28px;
    background: url(./Central-axis-1-bg1.png) no-repeat;
}
.Central-axis-1-des-cen{
    line-height: 2.4;
    padding: 10px 60px;
    text-indent: 40px;
    background: #b84946;
    border-left: 7px solid #ddc47d;
    border-right: 7px solid #ddc47d;
}
.Central-axis-1-des-cen a{
    font-size: 20px;
    color: #ffffcc;
}
.Central-axis-1-des-bot{
    transform: rotate(180deg);
}
.Central-axis-1-step{
    background: url(./Central-axis-1-bg2.png) top center no-repeat;
    background-position: 99px 160px;
    direction: ltr;
}
.Central-axis-1-step li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1px 30px 7px;
}
.Central-axis-1-step-txtBox{
    width: 645px;
    max-height: 310px;
    overflow-y: auto;
    line-height: 2;
    box-sizing: border-box;
    padding-right: 15px;
    direction: rtl;
}
.Central-axis-1-step-txtBox::-webkit-scrollbar{
    width: 6px;
}
.Central-axis-1-step-txtBox::-webkit-scrollbar-thumb{
    background: #e69c4f;
    border-radius: 3px;
}
.Central-axis-1-step-txtBox::-webkit-scrollbar-track-piece{
    background: #fcdbad;
    border-radius: 3px;
}
.Central-axis-1-step-txtBox a{
    color: #000;
    display: block;
}
.Central-axis-1-step-tit{
    font-size: 30px;
}
.Central-axis-1-step-des{
    font-size: 20px;
}
.Central-axis-1-step-location-box{
    width: 250px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: #d37404;
    padding: 15px 10px;
    line-height: 1.3;
    text-align: center;
    border-radius: 300px;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px 0px rgba(139, 81, 33, 0.5);
}
.Central-axis-1-step-location-box::before{
    content: '';
    width: 59px;
    height: 78px;
    background: url(./Central-axis-1-bg3.png) no-repeat;
    position: absolute;
    left: calc(50% - 30px);
    top: -65px;
}
.Central-axis-1-step li:nth-child(1){
    height: 375px;
}
.Central-axis-1-step li:nth-child(2){
    height: 435px;
}
.Central-axis-1-step li:nth-child(3){
    height: 460px;
}
.Central-axis-1-step li:nth-child(4){
    height: 465px;
}
.Central-axis-1-step li:nth-child(5){
    height: 500px;
}
.Central-axis-1-step li:nth-child(even){
    flex-direction: row-reverse;
}
