.news-title{
    padding-top:2rem;
}
.news-next {
    padding-top: 2rem;
}
.news-time {
    margin-top: -2.8rem;
}

.news-time small {
    background-color: #edf5f8;
}

.news-content {
    border-radius: 15px;
    background-color: #fff;
    margin-top: 2rem;
	padding:1rem 1rem;
}
    .news-content img {
        width: 100%;
        border-radius: 15px;
        margin-bottom:1rem;
    }