/**!
 * 通用列表
 * date:2021-8-5
 * author: hhj;
 */

.main-content {
    padding: 18px 20px 0;
}


/* 正文 */
.news-bd {
    padding-top: 20px;
}

.news-model {
    margin-top: 28px;
    padding-bottom: 26px;
    border-bottom: 1px dashed #dfdfdf;
}

.news-model:last-child {
    border-bottom: none;
}

.news-model:first-child {
    margin-top: 0;
}

.report-item {
    padding-left: 20px;
    background-position: left center; 
}

.report-item-name {
    padding-right: 150px;
}

.report-items {
    margin-top: 17px;
}

.report-item {
    height: 23px;
    line-height: 23px;
    margin-top: 13px;
    padding-left: 22px;
    font-size: 15px;
    background: url('../images/dot.png') 4px center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-item:first-child {
    margin-top: 0;
}

.report-item-date {
    float: right;
    margin-top: -23px;
    color: #999;
}

.report-item-name {
    padding-right: 198px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-item:hover {
    background-image: url("../images/doth.png");
}

.report-item:hover .report-item-date,
.report-item:hover .report-item-name {
    color: #2c56b5;
}

.footer {
    margin-top: 34px;
}

.pager {
    margin-top: 11px;
}

/* pad */
@media (max-width:979px) {
    .main-content {
        padding: 8px 10px 0;
    }
    .report-item-name {
        padding-right: 95px;
    }
}

/* phone */
@media (max-width:767px) {
    .footer {
        margin-top: 20px;
    }
    .pager {
        margin-top: 5px;
    }
}