.txtMarquee-top {
    overflow: hidden;
    position: relative;
}



.txtMarquee-top .bd {
    width: 100%;
    height: 100%;
}
.txtMarquee-top .infoList{
    height: 100%;
}
.txtMarquee-top .infoList li {
    height: 30%;
    line-height: 24px;
    border-top: 1px solid #ccc;
    padding-top: 5%;
}

.txtMarquee-top .infoList li .date {
    float: right;
    color: #999;
}