.sidebar-newslist-container {
    width: 320px;
    color: #333;
    padding: 50px 0;
}

.sidebar-newslist-title {
    font-size: 22px;
    line-height: 3;
    font-weight: bold;
}

.sidebar-newslist-list {
    padding: 10px 0;
    /*list-style: square;*/
}

.sidebar-newslist-item {
    font-size: 16px;
    line-height: 2;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #666;
}

.sidebar-newslist-item-icon {
    width: 5%;
    line-height: 32px;
}

.sidebar-newslist-item-title {
    width: 95%;
}

.sidebar-newslist-link {
    color: #666;
}

.sidebar-newslist-link:hover {
    color: #d9271b;
}