.news-1 {
    height: 389px;
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.news-1 .news-2 {
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.news-1 .news-3 {
    width: 316px;
    height: 194px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.news-1 .news-3 .news-4 {
    height: 14px;
    margin-bottom: 16px;
    font-size: 14px;
    color: rgb(87, 87, 87);
    text-align: left;
    line-height: 14px;
    white-space: nowrap;
    text-indent: 0px;
    background-color: transparent;
}

.news-1 .news-3 .news-4 .news-4_a {
    color: rgb(87, 87, 87);
    cursor: pointer;
    display: block;
    height: 14px;
    width: 240px;
    background-color: transparent;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    float: left;
}

.news-1 .news-3 .news-4 .news-date{
    float: right;
}

.news-1 .news-3 .news-4:last-child {
    height: 14px;
    margin-bottom: 16px;
    font-size: 14px;
    color: rgb(87, 87, 87);
    text-align: left;
    line-height: 14px;
    white-space: nowrap;
    text-indent: 0px;
    background-color: transparent;
}

.news-1 .news-3 .news-4:last-child .news-4_a {
    color: rgb(87, 87, 87);
    cursor: pointer;
    display: block;
    height: 14px;
    background-color: transparent;
}