
.archive_news_title {
    color: #fff;
    display: table-cell;
    text-align: right;
    width: 180px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.2rem;
}

.archive_news_title .bg {
    background-color: #26b7bc;
    display: block;
    width: 96px;
    line-height: 144px;
}

.archive_news_title:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 144px 84px 0 0;
    border-color: #26b7bc transparent transparent transparent;
}

.archive_news_list {
    display: table-cell;
    vertical-align: middle;
    list-style: none;
}

.archive_news_list_item {
    position: relative;
    margin-bottom: 10px;
}

.archive_news_list_item_date, .archive_news_list_item_category, .archive_news_list_item_text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.archive_news_list_item_category {
    margin-right: 10px;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    background: #fff;
    padding: 5px 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.archive_news_list_item_text {
    position: relative;
    left: 0;
    top: 5px;
    margin-right: 423px;
    height: 1.5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 0;
    text-align: left;
}

.archive_news_more {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1;
    width: 130px;
}

.archive_news_more a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
}

.archive_news_more a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #D3D3D3;
}
