@charset "UTF-8";
a {
    color: #333;
    text-decoration: none;
}

.traffic-warp{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.traffic-warp > ul{
    position: absolute;
    width: 100%;
}

.real-time-traffic-message {
    border-bottom: 1px dashed #F5F5F5;
    padding: 6px 0 8px 30px;
    cursor: pointer;
}

.real-time-traffic-message .top-message {
    line-height: 26px;
    height: 26px;
    font-family: 微软雅黑;
}

.real-time-traffic-message .road-name {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 115px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.real-time-traffic-message .release-time {
    color: #999;
    font-size: 12px;
    display: block;
    float: right;
    width: 105px;
    text-align: right;
}

.real-time-traffic-message .traffic-message {
    color: #333;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
}

.real-time-traffic-message:hover .road-name {
    color: #496eae;
}

.real-time-traffic-message:hover .traffic-message a {
    color: #496eae;
}

/*路况信息详情*/
.shigu {
    background: url("../../images/roadIcons/shigu.png") no-repeat 0px 10px;
}

.jiaotongxianxing {
    background: url("../../images/roadIcons/jiaotongxianxing.png") no-repeat 0px 10px;
}

.guanzhi {
    background: url("../../images/roadIcons/guanzhi.png") no-repeat 0px 10px;
}

.shigong {
    background: url("../../images/roadIcons/shigong.png") no-repeat 0px 10px;
}

.shoufeizhan {
    background: url("../../images/roadIcons/shoufeizhan.png") no-repeat 0px 10px;
}

.yongdu {
    background: url("../../images/roadIcons/yongdu.png") no-repeat 0px 10px;
}

.fenliu {
    background: url("../../images/roadIcons/fenliu.png") no-repeat 0px 10px;
}

.ETCxinxi {
    background: url("../../images/roadIcons/ETCxinxi.png") no-repeat 0px 10px;
}
