﻿.slid-nd:before {
    background-image: url(/App_Theme/fa-IR/images/bt-pg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 64px;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 999;
    bottom: -12px;
}
.row-pg {
    padding: 90px 0 180px 0;
}
.dv-container {
    max-width: 90%;
    margin: 0 auto;
}
.DimoContent{
    max-width:100%;
}
.row-content .ti-nd {
    padding-bottom: 45px;
    display: table;
    margin: 0 auto;
    position: relative;
    color: #000;
}
.dimo-col-news {
    background-color: #F9FAFA;
    background-image: url(/App_Theme/fa-IR/images/service_back.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 40px 0px 40px 0px;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

    .dimo-col-news:after {
        position: absolute;
        content: "";
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #0D80CE;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
        border-radius: 0 0 4px 4px;
    }

    .dimo-col-news .dimo-t-dx {
        font-size: 17px;
        color: #000;
        padding: 0 25px 15px 25px;
        direction: rtl;
        text-align: justify;
        line-height: 30px;
        font-weight: bold;
    }
.dimo-p9 {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    direction: rtl;
    padding: 0 25px 25px 25px;
    color: #333;
}

.dimo-p9-letter-size {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}
.dimo-p9-letter-size3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}



.dimo-img {
    position: relative;
}
.img-6 {
    width: 88% !important;
    float: right;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 10px;
    transition: all 0.2s ease;
}
.dimo-col-news:hover .img-6 {
    border-top-left-radius: 85px;
}
.dimo_newsdtime {
    position: absolute;
    bottom: -8px;
    background-color: #f9fafa;
    left: 33px;
    padding: 5px 5px;
    color: #000;
    text-align: center;
    border-radius: 5px;
}

.paging-px {
    margin: 0px auto;
    text-align: center;
}
    .paging-px tr {
    }
        .paging-px tr td {
}
            .paging-px tr td span {
            }
                .paging-px tr td span span {
                    font-weight: bold;
                    border: 1px solid #c7c7c7;
                    padding: 0px 5px;
                    background-color: #f7941e;
                    border-radius: 3px;
                    display: inline-block;
                    width: 45px;
                }
                .paging-px tr td span a {
                    border: 1px solid #c7c7c7;
                    padding: 0px 5px;
                    color: #000;
                    font-size: 12px;
                    display: inline-block;
                    width: 45px;
                }

    @media only screen and (max-width: 1370px) {
        .dimo-col-news {
        padding: 17px 0px 17px 0px;
    }
        .dimo-col-news .dimo-t-dx {
            font-size: 15px;
            padding: 2px 15px 7px 15px;
            line-height: 29px;
        }
    .dimo-p9 {
        font-size: 14px;
        line-height: 26px;
        padding: 0 15px 17px 15px;
    }
}