.news_index{
    text-align: left;
}

.news_index .news_index_item{
    width: 33%;
}

.news_index .news_index_item h3{
    margin: 20px;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
}

.news_index .news_index_item li{
    margin: 20px 10px 0px;
}

.news_index a {
    width: 70%;
    height: 36px;
    line-height: 36px;
    float: left;
    padding-left: 10px;
    text-decoration: none;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: black;
}

.news_index span {
    line-height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: grey;
}