.news-list .day b {
    font-family: "PT Sans Narrow";
    font-family: 'Droid Serif', 'PT Sans Narrow';
}
.news-list .item {
    margin-bottom: 1.5rem!important;
}

.news-list header{
    margin-bottom: 0.4rem;
}
.news-list article h3 {
    font-size: 24px;
    font-family: 'robotoregular';
    font-weight: normal;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin: 0 auto 0;
}
.news-list article h3 a{
    color: #383838!important;
}
.news-list .desc {
    font-family: 'robotolight';
    font-family: 'Droid Serif', 'robotolight';
    font-size: 14px;
    letter-spacing: -0.05em;
    
}
.news-list .desc p{
    font-family: 'robotolight';
    font-family: 'Droid Serif', 'robotolight';
    font-size: 14px;
    letter-spacing: -0.05em;
}
.news-list .share {
    margin: 0.5rem 0;
}
.news-list .info a, .news-list .info{
    color: #808080;
    font-family: 'robotolight';
    font-family: 'Droid Serif', 'robotolight';
    font-size: 14px;
    letter-spacing: -0.05em;
    margin-right: 0.3rem;
    margin-top: 10px;
}
.news-list a:hover{
    text-decoration: underline;
}
.news-list .item i {
    margin-right: 0.5rem;
}
