﻿@charset "utf-8";
.boder_bottom {
    border-bottom: 1px solid #b5b5b5;
}

.wsd_column_name {
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
}

.wsd_column_name > div:nth-child(1) {
    width: 6px;
    background-color: #2288e2;
    height: 1.25rem;
    border-radius: 16px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.wsd_column_name > div:nth-child(2) {
    width: 4rem;
}

.wsd_news {
    position: relative;
    margin-top: 1rem;
}

.wsd_news_box {
    z-index: 999;
    position: relative;
}

.wsd_news_row {
    border-top: 1px solid #b5b5b5;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.wsd_news_image {
    width: 4.5rem;
    height: 3.5rem;
    float: left;
    position: relative;
}

.wsd_news_image>img {
    width: 100%;
    height: 100%;
}

.wsd_news_content {
    width: calc( 100% - 5rem);
    position: relative;
    float: right;
}

.wsd_news_title {
    width: 100%;
    display: -webkit-box;
    font-size: 0.9rem;
    font-weight: 700;
    color: #282828;
    line-height: 1.25rem;
    height: 2.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wsd_news_time {
    width: 100%;
    position: relative;
    text-align: right;
    /* float: right; */
    height: 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
    /* margin-top: 1rem; */
}

.style_clear {
    clear: both;
}