.cons-con {
    width: 850px;

}

.news-lista {

}

.news-lista .icon {
    width: 230px;
    height: 174px;
}

.news-lista .item {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #B4B4B5;
}

.news-lista .text {
    width: 580px;
    margin-left: 14px;
}

.news-lista .text .pa {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.news-lista .text .pb{
    font-size: 15px;
    color: rgba(158, 158, 159, 1);
margin-top: 18px;

}
.new-con{
    width: 100%;
    height: 200px;
    background: #999999;
    margin-top: 20px;
    position: relative;
}
.new-con .text{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 4px;
    background: rgba(0, 0, 0, 0.7);
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.news-listb{
    margin-top: 20px;
}
.news-listb .icon{
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.news-listb .item{
    display: flex;
    align-items: center;
    border-top: 1px solid #B4B4B5;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;

}

.news-listb .item .time{
    display: flex;
    align-items: center;
}
.new-con .icon {
    width: 100%;
    height: 200px;
}