.press {
    background-color: #fff;
    padding: 50px 0
}

.press ol, .press ul {
    list-style: none;
}

.press a {
    outline: 0;
    text-decoration: none;
    color: #231916;
    -webkit-transition: .3s;
    transition: .3s
}

.press ul>li {
    border-bottom: 1px solid #e0e0e0
}

.press ul>li:last-child {
    border-bottom: none
}

.press ul>li>a {
    position: relative;
    display: block;
    padding: 20px 40px 20px 0
}

.press ul>li>a::after {
    position: absolute;
    content: "";
    right: 10px;
    bottom: calc(50% - 13px);
    width: 20px;
    height: 14px;
    background-image: url(../img/arrow-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s
}

.press ul>li>a>h3 {
    color: #828282;
    font-size: 18px;
    margin-bottom: 8px;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: 2.6em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.press ul>li>a>span {
    display: inline-block;
    font-size: 14px;
    margin-right: 16px
}

.press ul>li>a .media {
    color: #4081fe;
    font-weight: 700
}

.press ul>li>a .date {
    color: #828282
}


.history {
    background-color: #fafafa;
    padding: 50px 0
}

.history .container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
}

.history .clearfx::after {
    content: "";
    display: block;
    clear: both
}

/* .history h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    width: 20%;
    float: left;
    display: inline-block;
    vertical-align: top
} */

.history .inner {
    width: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    padding: 70px 0;
    position: relative;
    background: url(../img/history-ling.svg) no-repeat center center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column-reverse
}

@media (max-width: 700px) {
    .history .inner {
        background:url(../img/history-ling.svg) no-repeat 5px center;
        background-size: contain;
        /* padding-top: 30px */
    }
}

.history ul {
    width: 50%;
    padding: 0;
    padding: 0 40px 0 0;
    margin: 0
}

@media (max-width: 700px) {
    .history ul {
        width:100%;
        padding: 0 0 0 20px
    }
}

.history ul .year {
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 130%;
    color: #4081fe;
    margin-bottom: 0;
    justify-content: end
}

.history ul .year:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid #4081fe;
    background: #fff;
    position: absolute;
    right: -45px;
    box-sizing: border-box;
    top: 22px
}

@media (max-width: 700px) {
    .history ul .year {
        justify-content:start;
        font-size: 18px;
        margin-top: 30px
    }

    .history ul .year:before {
        left: -19px;
        top: 16px
    }
}

.history ul li {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    padding: 10px 0;
    color: rgba(0,0,0,.6)
}

.history ul li span {
    width: 60px
}

.history ul li p {
    width: calc(100% - 60px);
    word-break: keep-all
}

.history ul li.on {
    font-weight: 700
}

@media (max-width: 700px) {
    .history ul li {
        font-size:15px
    }
}

.history ul:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 0 40px
}

.history ul:nth-child(even) .year {
    justify-content: start
}

.history ul:nth-child(even) .year:before {
    left: -45px
}

@media (max-width: 700px) {
    .history ul:nth-child(even) {
        padding:0 0 0 20px;
        margin-left: 0
    }

    .history ul:nth-child(even) .year:before {
        left: -19px
    }
}