.page-information {
    margin-bottom: 70px
}

.page-information .list {
    margin-bottom: 10px
}

.page-information .list .item {
    padding-top: 16px;
    padding-bottom: 14px;
    padding-right: 100px;
    position: relative;
    border-bottom: 1px solid #e3dada
}

.page-information .list .txt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #1c2737;
    line-height: 30px
}

.page-information .list .time {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    padding-left: 20px;
    color: #347c84;
    font-size: 12px;
    line-height: 25px
}

.page-information .list .time:after {
    content: '';
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/icon-time.png);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1
}

.page-information .pagination {
    margin-bottom: 25px
}

.cont_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #1c2737;
    line-height: 30px
}


