.banner {
    height: 50vh;
}

.history {
    background-color: #fff;
}

.history .historyBox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history .progressList{
    display: flex;
}

.history .progressList .year{
    float: left;
    width: 100px;
    text-align: left;
}

.history .progressList .content{
    float: left;
    width: 800px;
    height: auto;
}

.history .progressList .content .contentList{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 35px;
}

.history .progressList .content .contentList .contentLeft{
    float: left;
    width: 78px;
    height: auto;
}

.history .progressList .content .contentList .contentLeft img{
    width: 13px;
    height: 13px;
    padding-top: 10px;
}

.history .progressList .content .contentList .contentRight{
    float: left;
}

.history .progressList .content .contentList .line {
    position: absolute;
    left: 6px;
    top: 22px;
    width: 1px;
    height: 50px;
    float: left;
    background: #D9D9D9;
}
.mainBodyHistory{
    background: #ffffff;
}

.contentLog{
    width: 48px;
    max-height: 40px;
    object-fit: contain;
}
.contentLogWrapper {
    display: flex;
    align-items: center; 
}

.contentLogWrapper .contentLog {
    margin-right: 10px; 
    border-radius: 12px;
}

.contentLogWrapper span {
    text-align: left;
}
.bannerTitle{
    color: #333;
}
.banner .font2C h2{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
.banner .font2C h3 {
    font-size: 18px !important;
    color: #333333;
    font-weight: 600;
}
.font2C{
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 24px;
    flex-direction: column;
}
h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.font2C h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #25292e;
    letter-spacing: 3px;
    font-weight: 400;
}