@charset "utf-8";

.recent_money {position:relative;min-height:240px;}
.recent_money ul {}
.recent_money ul li {display:block;position:relative;}
.recent_money ul li:last-child {border-bottom:none;}
.recent_money ul li a {display:block;padding:0;line-height:40px;}
.recent_money ul li a:after {display:block;visibility:hidden;clear:both;content:""}
.recent_money ul li a span {display:block;float:left;width:25%;font-weight:500;}
.recent_money ul li a span:nth-child(2) {color:#f00001;}
.recent_money ul li a span i {font-size:16px;}
.recent_money ul li a span .lv_icon {display:inline-block;float:none;width:auto;}
.recent_money ul li a span .lv_icon img {width:26px;height:auto;}
.recent_money ul li a span strong {color:#f00001;font-weight:500;}

.recent_money .recent_more {display:none;position:absolute;right:0px;top:0;color:#999;font-size:12px;font-weight:300;line-height:30px;}
.recent_money .recent_more i {font-size:10px;}