.section{
    background: #17499f;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flow-root;
    box-sizing: border-box;
}

.card-body a{
    transition: color 0.3s ease;
}


.news-info {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical
}

.news-item{
    min-height:100px;
    border-bottom: dotted 1px #000000;
    padding-left: 0px;
    padding-right: 0px;
    /* overflow-x:hidden;
    text-wrap: nowrap;*/
    text-overflow: ellipsis; 

}

.news-title{
    color: #333333;
    transition: color 0.5s ease;
}
.news-title:hover{
    color: #3AC78F;
}


.news-time{
    float: right;display: inline;
}

.news-time a{
    padding-left: 10px;
}

li{
    list-style: none;
}