/**!
* [通用二级]
* date: 2019-11-18
* author: [shenyh];
*/

.ewb-list-node {
    padding-left: 12px;
    height: 44px;
    line-height: 43px;
    border-bottom: 1px dashed #e1e1e1;
    /* background: url(https:/www.shdzj.gov.cn/images/list_ico.png) left center no-repeat; */
    vertical-align: top;
}

.ewb-list-node:last-child {
    border-bottom: none;
}

.ewb-list-name {
    display: block;
    margin-right: 150px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name {
    color: #029bf1;
    cursor: pointer;
}

/* 手机端 */
@media (max-width: 767px) {
    .ewb-list-name {
        margin-right: 100px;
    }
}

/*豆腐块样式*/
.sublist {
    padding: 20px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.sublist .sublisttext a {
    color: #029bf1;
    cursor: pointer;
    font-weight: bolder;
}