@charset "UTF-8";
.top-local{
    border-bottom: 2px solid #1266d9;
}
.list-ul{
    padding: 8px 24px 40px 24px;
    border-bottom: 2px solid #1266d9;
}
.list-ul li a{
    display:block;
    color: #555;
    font: 14px/38px "microsoft yahei";
    overflow: hidden;
}
.list-ul li a:hover{
    color: #1266d9;
}
.list-ul li a>span.title-span{
    display:block;
    float: left;
    width:930px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-ul li a>span.time-span{
    display:block;
    width: 100px;
    float: right;
    text-align: right;
    color: #999;
    font-family: Arial;
}