.my-news-list {
    padding: 0;
    margin: 0;
}

.my-news-item {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.my-news-item:last-child {
    border-bottom: none;
}

.my-news-item h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.my-news-item h3 a {
    color: #000;
    text-decoration: none;
}

.my-news-item h3 a:hover {
    color: #0073aa;
}

.news-date {
    margin: 0;
    font-size: 12px;
    color: #999;
}