@font-face {
    font-family: 'bahnschrift';
    src: url('../font/bahnschrift.eot');
    src: local('../font/bahnschrift Regular'),
        local('bahnschrift'),
        url('../font/bahnschrift.woff') format('woff'),
        url('../font/bahnschrift.ttf') format('truetype'),
        url('../font/bahnschrift.svg#bahnschrift') format('svg');
}

.article-title {
    margin-top: 43px;
}

.article-title>h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #464646;
}

.article-title>h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #8B96A6;
    line-height: 58px;
    margin-bottom: 45px;
}

.news-list {
    margin-top: 48px;
    margin-bottom: 48px;
}

.news-title {
    margin-top: 5px;
    font-weight: 500;
    color: #464646;
}

.news-text {
    height: 69px;
    font-size: 14px;
    font-weight: 400;
    color: #8B96A6;
}

.news-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-time {
    width: 90px;
}

.news-body>div>.time1 {
    font-size: 24px;
    font-weight: 400;
    color: #464646;
    display: inline-block;
    height: 67px;
    white-space: nowrap;
}

.news-body>div>.time1::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 3px;
    background: #8B96A6;
    border-radius: 2px;
    top: 45px;
    right: 16px;
}


.news-body>div>.time2 {
    font-size: 16px;
    font-weight: 400;
    color: #8B96A6;
}
.news-list>div:nth-child(3n+1){
    clear: both;
}