/*
******************************
********** author  :@zhou小白猪
********** date    :2015-06-08
********** type    :css
********** css     :list.css
******************************
*/

.list_title{
	width:100%;
	height:4em;
	line-height:4em;
	float:left;
	margin-top:1em;
}
.list_title_text{
	width:auto;
	float:left;
	font-size:1.6em;
	padding:0 0.8em;
	color:#303030;
}
.list_box{
	width:100%;
	height:auto;
	float:left;
}
.list_box ul li{
	width:100%;
	height:3.5em;
	line-height:3.5em;
	float:left;
	border-bottom:1px solid #e6e6e6;
}
.list_box ul li a{
	width:100%;
	height:auto;
	float:left;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
	padding:0 2em 0 1em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#e74d0a;
	font-size:1.4em;
	background:url(../images/right.png) no-repeat right;
	background-size:1.4em;
}