@charset "utf-8";
#body .tool_list{
	margin-top: 20px;
}
.tool_listbox{
	background: #fff;
	width: 866px;
	box-shadow: 1px 1px 3px #e0e0e0;
	-webkit-box-shadow: 1px 1px 3px #e0e0e0;
	-moz-box-shadow: 1px 1px 3px #e0e0e0;
	float: left;
	min-height: 1200px;
}
.tool_listbox .list_tit{
	border-bottom:  1px solid #ddd;
}
.list_tit .list_hr{
	width: 200px;
	text-align: center;
	padding-top: 10px;
	border-bottom: 1px solid #FF5619;
	padding-bottom: 10px;
}
.list_hr img{
	margin-right: 6px;
	vertical-align: middle;
}
.list_hr span{
	font-size: 20px;
	color: #ff5619;
	vertical-align: middle;
	font-weight: bold;
}
.list_body{
	padding:0 30px;
}
.list_body .list_ul{
padding-top: 10px;	
}
.list_ul li{
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.list_ul li:nth-last-child(1){
	border-bottom: 0;
}
.list_li img.screenshot{
	width: 92px;
	height: 92px;
	border-radius: 15px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 30px;
}
.list_li .cnt_info{
	width: 680px;
	float: left;
	margin-top: 8px;
	position: relative;
}
.cnt_info p{
	width: ;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.cnt_info p time{
	margin:0 30px;
}
.down_btn {
	display: block;
	width: 120px;
	height: 34px;
	background: #ff8547;
	text-align: center;
	line-height: 34px;
	border-radius: 2px;
	position: absolute;
	top: 10px;
	right: 0px;
}
.down_btn img{
	margin-right: 6px;
	vertical-align: middle;
}
.down_btn span{
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}
.right_ranking{
	float: right;
	width: 302px;
	background: #fff;
	padding:16px 20px 20px 20px ;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px #e0e0e0;
	-webkit-box-shadow: 1px 1px 3px #e0e0e0;
	-moz-box-shadow: 1px 1px 3px #e0e0e0;
}
.right_ranking .recomm-game ul .active span{
	height: 16px;
	line-height: 16px;
}
.right_ranking .recomm-game ul li span{
	margin-top: 10px;
}
.right_ranking .recomm-game ul li .info-wrap .title{
	margin-top: inherit;
}
.right_ranking .recomm-game ul li{
	padding-top: 16px;
}
.right_ranking .right-info .title img.lazy{
	margin-right: 10px;
}
.hotlist.right_ranking{
	margin-top:10px;
}
