
.headline-list {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.headline-list-item {
    padding: 15px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f0f0f0;
}


.headline-list-item-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.headline-list-item-bd h4 {
    color: #505050;
    font-size: 0.95rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    margin-bottom: 5px;
}

.headline-list-item-bd .headline-list-item-pk {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #aab0ed;
}

.headline-list-item-bd p span {
    font-size: 0.9rem;
}

.headline-list-item-bd .headline-list-ib-lab {
    color: #999;
    background: #e8e8e8;
    font-size: 0.7rem;
    border-radius: 2px;
    padding: 2px 4px;
    font-style: normal;
    margin-right: 2px;
    vertical-align: middle;
    line-height: 1px;
}

.headline-list-item-bd .ad {
    /*background: red;
    opacity: 0.5;*/
}

.headline-list-item-bd .headline-list-ib-num {
    font-size: 0.9rem;
    color: #999;
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.headline-list-item-bd .headline-list-ib-num i {
    font-size: 0.85rem;
    color: #999;
}

.headline-list-item-bd .headline-list-ib-time {
    color: #999;
}

.headline-list-item-hd {
    width: 125px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.headline-list-item-hd img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
    /*border-radius: 5px;*/
}


.headline-list-item-more {
    text-align: right;
    margin-top: 15px;
}

.headline-list-item-more a {
    font-size: 0.95rem;
}