.news-list .news_cat
{
    border: 1px solid #ccc;
    padding: 5px 10px;
    background:#f9f9f9;
    font-size: 18px;
}

[dir="rtl"] .news-list
{
    font-family: "IRANSans","byekan";
}

[dir="ltr"] .news-list
{
    font-family: "calibri";
}

[dir="ltr"] .news-list .fa-caret-left
{
    display:none
}

[dir="rtl"] .news-list .fa-caret-right
{
    display:none
}

[dir="rtl"] .news-list .ul-news-list
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    direction: rtl;
}

[dir="ltr"] .news-list .ul-news-list
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;
}

.news-list .ul-news-list li
{
    clear: both;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 0px;
}

.news-list .ul-news-list li:hover
{
    background: #eee;
}

.news-list .ul-news-list *
{
    text-indent: 0;
}

[dir="rtl"] .news-list .ul-news-list li img
{
    width: 64px;
    height: 64px;
    margin-left: 5px;
    float: right;
}

[dir="ltr"] .news-list .ul-news-list li img
{
    width: 64px;
    height: 64px;
    margin-right: 5px;
    float: left;
}

.news-list .ul-news-list li .news_visited
{
    float: left;
}

[dir="rtl"] .news-list .ul-news-list li p
{
    line-height: 1.5;
    color: #777;
    max-height: 32px;
    overflow: hidden;
    font-size: 13px;
}

[dir="ltr"] .news-list .ul-news-list li p
{
    line-height: 1.5;
    color: #777;
    max-height: 32px;
    overflow: hidden;
    font-size: 11px;
}

.news-list .ul-news-list li span
{
    line-height: 1.5;
    display: inline !important;
    color: #777;
    font-size:11px;
}

.news-list .news_date
{
    width: 70%;
    font-weight: normal;
}

.news-list .news_date:before
{
    margin:0 5px;
}

.news-list .news_visited
{
    width: 30%;
}

.news-list .ul-news-list li .title, .news-list .ul-news-list li .title a, .news-list .ul-news-list li .title a:hover
{
    font-weight: bold;
    max-height: 40px;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #444;
    margin: 5px;
    text-decoration: none;
    padding:0;
}