.news_index{
    text-align: left;
}

.news_index .news_index_item{
    width: 49%;
    border: 1px solid #333;
    border-radius: 5px;
}

.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;
    height: 36px;
}

.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;
}

.more {
    margin-top: -60px;
    color: #000 !important;
    margin-right: 20px !important;
    cursor: pointer;
    font-weight: bold;
}

.news_index span {
    line-height: 36px;
    font-size: 13px;
    color: grey;
    float: right;
    margin-right: 10px;
}