html{
	min-height: 100%;
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.list{
	width: 100%;
	position: relative;
}
.list .title{
	height: 2rem;
	line-height: 2rem;
	font-size: .7rem;
	color: #000;
	padding: 0 .5rem;
}
.list ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	background: #fff;
}
.list ul li{
	box-sizing: border-box;
	width: 33.3%;
	padding:.5rem 0;
    border-bottom:1px solid #eee;
    border-right: 1px solid #eee;
}
.list ul li a{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.list ul li a img{

	width: 50px;
}
