﻿/**********************************************************************************
******************************NewsThreadly[start]**********************************
***********************************************************************************/

.news-sp-box-big {
    position: relative;
}
    .news-sp-box-small{
        padding:3px;
        position:relative;
    }
.news-sp-box-big .news-bx-content {
    position: absolute;
    bottom: 0px;
    padding: 5px 40px;
    background: #00000012;
    color:#fff;
    width:100%;
}
    .news-sp-box-big .news-bx-content h2 {
        font-size: 27px;
        font-weight: bold;
        line-height:46px;
    }
    .news-sp-box-big .news-bx-content p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: unset;
    }

.news-sp-box-small .news-bx-content {
    position: absolute;
    bottom: 0px;
    padding: 5px 25px;
    background: #00000012;
    color: #fff;
    width:100%;
}

    .news-sp-box-small .news-bx-content h2 {
        font-size: 16px;
        font-weight: bold;
        line-height: 28px;
        padding: 3px 0;
    }



    .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: #424242;
    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;
    font-weight: bold;
    line-height: 23px;
    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: 140px !important;
    display: block;
    height: 135px !important;
}

.dimo_newsdtime {
    padding: 0 15px;
    color: #3e3d3d;
    font: 11px yekan,yekannumber;
}
    .dimo_newsdtime i {
        color: #a97070;
        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;
}




/**********************************************************************************
*******************************NewsThreadly[end]***********************************
***********************************************************************************/
