/*钢琴列表页面非公共内容*/
.page-galleriy-list-box {
	position: relative;
	font-size: 0.70rem;
	/*background-color: red;*/
}
/*列表标题描述*/
.list-text h5 {
	text-align: left;
}
.list-text p {
	text-align: left;
	text-indent: 1.4rem;
}
/*列表项盒子*/
.list-con {
	text-align: center;
}
/*列表项图片*/
 .list-con-item img{
 	width: 100%;
 }
.list-con a {
	color: #d1be96;
}

/*导航展开*/
/*二级菜单*/
.little-dropdown-menu-second-box {
	display: block;
	padding-left: 40px;
	background: #f2f2f2;
}