.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.history-list{
    width: 100%;
    padding: 1.2rem 2.6rem;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 -10rem;
}
.history{
    position: relative;
}
.history-zi{
    font-size: 1.32rem;
    color: #d90909;
    font-weight: bold;
    position: absolute;
    bottom: 4%;
    left: 17%;
    z-index: 4;
    font-family: 'Anton';
    letter-spacing:15px;
}
.history-left{
    width: 3.8rem;
    height: 6.74rem;
    margin-right: 0.7rem;
    position: relative;
    z-index: 3;
}
.history-left img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.history-right{
    width: 8.5rem;
    height: 4.2rem;
    position: relative;
    z-index: 1;
}
.scroll_cont{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.ceng{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.1) 100%);
}
.scroll_bar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 3.37rem;
    background-color: #ececec;
}
.scroll_slider{
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 48px;
    background-color: #d90909;
    border-radius: 10px;
    opacity: .5;
}

.scroll_cont .nian{
width: 100%;
    margin-bottom: 0.6rem;
}
.scroll_cont .nian .title{
    font-size: 0.2rem;
    color: #000;
}
.scroll_cont .nian .title span{
    font-size: 0.48rem;
    font-weight: bold;
    color: #333;
    letter-spacing:5px;
    font-family: 'Anton';

}
.nian-li{
    line-height: 0.4rem;
    padding-left: 0.22rem;
    box-sizing: border-box;
    color: #666;
    font-size: 0.18rem;
    position: relative;

}
.nian-li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}