#active_news_frame .fa, .table-tr .fa, #active_news_frame .new-title {
    color: rgb(0, 73, 178);
}
.active_news_limframe:hover, .table-tr:hover {
    background: rgb(234,244,253);
}
.active_news_limframe:hover, .table-tr:hover {
    font-weight: bold;
    border-radius: 5px;
}
.more{

    float: right;
    margin-top: 15px;
    font-size: 18px;
}
.more:hover a{
	color: rgb(0, 73, 178);
}