.mgt150{
    margin-top: 50px;
}
h2,h3{
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-weight: normal;
}
.news-info .desc{
    color: #ccc;
}
.news-info .time{
    font-size: 18px;
    color: #02011A;
}
.page{
    display: flex;
    justify-content: center;
}

ul,li{
    list-style: none;
    padding-left: 0;
}
.ul > li{
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.mgt50{
    margin-bottom: 100px;
}
.news-img{
    height: 240px;
}
.news-img img{
    width: 350px;
    height: 240px;
}
.news-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}
