﻿/**********************************************************************************
******************************NewsThreadly[start]**********************************
***********************************************************************************/

.dimo-news-search {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 20px 0;
    border: 1px solid #e6e5e5;
    padding: 10px;
}

.dimo-news-search-btn {
    opacity: 0.6;
    border: none;
    width: 100%;
    padding:5px 10px;
}

    .dimo-news-search-btn:hover {
        opacity: 1;
    }

.dimo-news-search-txt {
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 5px 10px;
}

.dimo-p9 {
    font-size: 11px;
    text-align: justify;
    line-height: 25px;
    font-size: 13px;
    direction: rtl;
    padding: 0 15px;
    color: #646464;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}

.dimo-t-dx {
    text-align: right;
    padding: 0px 15px 5px 15px;
    color: #34343c;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 25px;
    margin: 5px 0;
    padding-right: 15px !important;
}

.dimo-col-news {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8 !important;
}

.img-6 {
    width: 170px !important;
    display: block;
    height: 135px !important;
}

.dimo_newsdtime {
    padding: 0 15px;
    color: #646464;
    font: 11px iransansweb,yekannumber;
}
    .dimo_newsdtime i {
        padding-left:5px;
    }

.news-tab {
    padding: 0;
}

    .news-tab li {
        float: right !important;
    }

    .news-tab a {
        padding: 10px 20px !important;
    }

.dimo-news-row {
    width: 100%;
    margin: 5px 0;
    overflow: hidden;
    line-height: 21px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d0d0d0;
}


.news-box-title {
    padding: 0 10px;
    margin: 30px 0 5px 0;
    font-size: 16px;
}

    .news-box-title i {
        position: relative;
        top: 2px;
    }

.dimo-news-row p {
    color: #000;
}

.news-main-img {
    border-radius: 3px;
}

.paging-tbl {
    margin: 0px auto;
    font-size: 15px;
    padding-top: 40px;
    display: inline-block;
}

    .paging-tbl a {
        background: #ddd;
        padding: 0px 5px;
        width: 50px;
        position: relative;
        display: inline-block;
        text-align: center;
        color: #000;
        font-size: 14px;
    }
        .paging-tbl a:hover{
            text-decoration:none;
        }
        .paging-tbl span span {
            border: 1px solid #a9a9a9;
            font-weight: bold;
            width: 50px;
            display: inline-block;
            text-align: center;
        }


/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/
