.history {
    padding: 1.2rem 0;
}

.history-year-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}

.big-title {
    position: sticky;
    top: 1.2rem;
    width: 48%;
}

.big-title .start span {
    font-size: 18px;
    color:#fff;
    padding:0.05rem 0.2rem;
    background:#074425;
    border-radius: 0.2rem;
}
.big-title .start p {
    font-size: 150px;
    color:#074425;
    line-height: 1.2;
    font-family: "Oswald-Regular";
}


.history-year {
    width: 50%;
}
.history-year ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.4rem 2%;
}
.history-year ul li {
    width: 100%;
    position: relative;
    padding: 0.5rem 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    background: #f9f9f9;
    border: 1px solid #f6f6f6;
}

.history-year ul li .word {}
.history-year ul li .word .year {
    font-size: 36px;
    color: #074425;
    line-height: 1.8;
    font-family: "Oswald-Regular";
}
.history-year ul li .word .content {}
.history-year ul li .word .content p {
    margin: 0.2rem 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px){
.history {
    padding: 1.2rem 0;
}

.history-year-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}

.big-title {
    position: static;
    top: 0;
    width: 100%;
}

.big-title .start span {
    font-size: 18px;
    color:#fff;
    padding:0.05rem 0.2rem;
    background:#074425;
    border-radius: 0.2rem;
}
.big-title .start p {
    font-size: 70px;
    color:#074425;
    line-height: 1.2;
    font-family: "Oswald-Regular";
}


.history-year {
    width: 100%;
}
.history-year ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.2rem 2%;
}
.history-year ul li {
    width: 100%;
    position: relative;
    padding: 0.3rem 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    background: #f9f9f9;
    border: 1px solid #f6f6f6;
}

.history-year ul li .word {}
.history-year ul li .word .year {
    font-size: 36px;
    color: #074425;
    line-height: 1.8;
    font-family: "Oswald-Regular";
}
.history-year ul li .word .content {}
.history-year ul li .word .content p {
    margin: 0.2rem 0 0 0;
    font-size: 14px;
    color: #666;
}