﻿.dima-a:hover{
    text-decoration:none;
}
.archive-bx {
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 5px;
}

.dimo-t-dx {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 25px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
    margin-top:10px;
}

.dimo-p9 {
    color: #5a5555;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: unset;
}

.dimo_newsdtime {
    font-size: 11px;
    color: #7e7e7e;
}
.dimo-paging {
    clear: both;
    text-align: center;
    margin: 0px auto;
}
    .dimo-paging .listpager a {
        border: 1px solid #b5b5b5;
        width: 40px;
        display: inline-block;
        color: #959595;
        cursor: pointer;
        -webkit-transition: all .5s;
        -o-transition: .5s all;
        -moz-transition: .5s all;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
        .dimo-paging .listpager a:hover {
            color: #000;
            border: 1px solid #000;
            text-decoration:none;
        }
    .dimo-paging .listpager span span {
        border: 1px solid #000;
        width: 40px;
        display: inline-block;
        color: #000;
    }