/* CSS Document */

.body{
	max-width:640px;
	margin:auto;
	min-height:100%;
	background-color:#e1e0de;
	position:relative;
}

.body{
	display:block;
	background:#e9e9e9;
	margin-top:35px;
}

/******************************/
.list{background:#fff; border-radius:10px; padding:10px; margin-bottom:20px;}
.list_ul{margin-bottom:3%;}
.list_ul li{
	overflow:hidden;
	background:#f2f3f7;
}
.list_ul li:nth-of-type(2n){
	background:#e5e8ef;
}

/***************************/
.list_ul li dd>div:before{
	content:"";
	display:inline-block;
	position:absolute;
	height:90px;
	width:30px;
	background:#f2f3f7;
	right:-10px;
	top:0;
	z-index:10;
	-webkit-transform:rotate(20deg);
}
.list_ul li:nth-of-type(2n) dd>div:before{
	background:#e5e8ef;
}
/***************************/


.list_ul li a{display:block;text-align:left;}
.list_ul li a>*{
	color:#707070;
	height:60px;
	vertical-align: middle;
}

.list_ul li dd div{
	position:relative;
	height:60px;
	overflow:hidden;
	text-align:center;
	width:68px;
	line-height:60px;

}


.list_ul li dd img{
	width:57%;
	min-height:57%;
}

.list_ul li hgroup>*{
	width:97%;
	text-indent:10px;
	line-height:20px;
	font-size:14px;
	font-weight:100;
	height: 20px;
	padding-right: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}

.list_ul li hgroup>h2{
	font-size:12px;
	color:#909090;
}
