body{
	padding-top: 60px;
}
.menu-box{
	border: 1px solid #e7e7e7;
}
.menu-list-box{
	display: flex;;
	flex-direction: column;	
	color: #fff;
	overflow: hidden;

}
.menu-list-box .hd{
	padding: 5px 10px;
	border-bottom: 1px solid #e7e7e7;
	background-color: #419641;
}
.menu-list-box .bd{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 10px;
}
.menu-list-box .bd a{
	color: #444;
	padding: 2px 10px;
	border: 1px solid #e7e7e7;
	margin: 5px 0;
	border-radius: 10px;
}
.menu-list-box .bd .active{
	background-color: #419641;
	color: #fff;
}
.menu-list-box .bd a:hover{
	background-color: #419641;
	color: #fff;
}
.mod-box{
	background-color: #f6f6f6;
	display: flex;
	flex-direction: column;
}
.mod-list-box{
	padding:15px 0;
}
.mod-list-box .item{
	margin-bottom: 15px;
}
.mod-list-box .item a{
	border: 1px solid #e7e7e7;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}
.mod-list-box .item img{
	display: block;
	width: 100%;
	height: 100%;
}
.mod-list-box .item .title{
	padding: 5px 10px;
	line-height: 20px;
	color: #444;
	height: 50px;
	overflow: hidden;
}
.page{
	margin-bottom: 15px;
	padding: 10px;
	background-color: #fff;
}