/* 分页中的稿件列表样式 */
#loadingInfoPage {
    width: 100%;
    margin-bottom: 20px;
}

#loadingInfoPage li {
    box-sizing: border-box;
    height: 58px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

#loadingInfoPage h5 {
    float: left;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#loadingInfoPage h5 a {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 58px;
}

#loadingInfoPage li:hover h5,
#loadingInfoPage li:hover h5 a {
    color: #f30000;
}


