body{
	background: #f6f9fa;
}
section{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
header{
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
}
.head_con{
	width: 92%;
	margin: 0 auto;
	font-size:1.2em;
	color: #888;
	line-height: 1.2em;	
	padding: 2% 0 0 0;
}
.icon{
	width: 18px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.list{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.list ul{
	width: 92%;
	margin:0 auto;
}
ul li{
	padding: 3% 0;
	overflow: hidden;
}
.bottom_line{
	height: 0;
	width: 96%;
	position: absolute;
	right: 0;
	border-bottom: 1px solid #e7e7e7;
}
.appimg{
	width: 20%;
	float: left;
}
.apptext{
	width: 75%;
	float: right;
	overflow: hidden;

}
.apptext_top{
	width: 100%;
/*	height: 2.7em;
	line-height: 2em;*/
	overflow: hidden;
}
.name{
	float: left;
	font-size: 1.3em;
	line-height: 2em;
	color: #444;
	font-weight: normal;
}
.btn{
	width:  5.625em;
	height:  2em;
	line-height: 2.1em;
	font-size:  1.2em;
	display: inline-block;
	float: right;
	border-radius: 2px;
	background:#63be47;
	text-align: center;
	color: #fff !important;
	
}
.description{
	clear: both;
	min-height: 40px;
	color: #aaa;
	margin-top: 0.2em;
	overflow: hidden;
	font-size: 1.1em;
}

@media screen and (min-width: 500px){
	.name{
		font-size: 1.4em;
		line-height: 2.2em;
	}
	.appimg{
		width: 88px;
		float: left;
	}
	.head_con{
		font-size:1.3em; 
	}
	.description{
		font-size: 1.2em;
		margin-top: 0.3em;
		min-height: 30px; 

	}
	.btn{
		width:  5.625em;
		height:  2.2em;
		line-height: 2.2em;
		font-size:  1.3em;
	}
}
