@charset "utf-8";
.list_article{
    width: 100%;
    margin: 29px auto 30px;
    min-height: 500px;
}
.news-item{
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.news-item .fl{
    font-size: 16px;
    color: #333;
    float: left;
    padding-left: 19px;
}
.news-item .fr{
    font-size: 14px;
    color: #999;
    float: right;
}
.news-item .fcolor{
    width: 8px;
    height: 8px;
    background: #999999;
    position: absolute;
    left: 0;
    top: 25px;
}
.news-item:hover .fl ,
.news-item:hover .fr { 
    color: #a40000;
}
.news-item:hover .fcolor{ 
    background: #a40000;
}