.news_tllist dl {
    position: relative;
    top: 0;
    margin: 0;
}

.news_tllist dl:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20%;
    z-index: 10;
    width: 2px;
    margin-left: -1px;
    content: '';
    background-color: #ccd1d9;
}

.news_tllist dl dd {
    position: relative;
    z-index: 10;
    margin-bottom:0;
}

.news_tllist dl dd .time {
    position: absolute;
    top: 15px;
    left: 17%;
    display: inline-block;
    width: 100px;
    padding: 10px 0px 10px 20px;
    font-size:13px;
}

.news_tllist dl dd .events {
    position: relative;
    width: 75%;
    padding: 0;
    margin-top: 15px;
    background-color: #425563;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #fff;
}

.news_tllist dl dd .events:before {
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 6px;
}

.news_tllist dl dd .events .events-header {
    min-height: 30px;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
    cursor: pointer;
    padding:5px 10px 10px 10px;
}

.news_tllist dl dd .events .events-body {
    overflow: hidden;
    zoom: 1;
    background-color: #FFF;
    padding: 10px 10px 0 10px;    
}
.news_tllist dl dd .events .events-body .row{
    display:none;  
}

.news_tllist dl dd .events .events-body .events-desc {
    text-indent: 0.5em;
    padding: 0 15px;
    color: #1c171a;
}

.news_tllist dl dd.pos-right .time {
    margin-left: -100px;
    text-align: right;
}

.news_tllist dl dd.pos-right .events {
    float: right;
}

.news_tllist dl dd.pos-right .events:before {
    left: -12px;
    border-color: transparent #425563 transparent transparent;
}

#newsall{
    color: #fff;
}