/*
	引用当前样式的，有如下页面：
	newHouseAlbum.html
*/

.albumbox{background: #fff;}
.album-title{padding: 0 1.2rem; height: 4rem; line-height: 4rem;}
.album-title h2{font-size: 1.5rem;}
.album-list{padding: 0 0.95rem;}
.album-list.altitude-limit{max-height: 11.4rem; overflow: hidden;}
.album-list li{float: left; width: 25%;}
.album-list li a{display: block; margin: 0.25rem; text-align: center; height: 5.2rem; overflow: hidden;}
.album-list li a img{max-height: 8.25rem;}
.album-more{padding: 0.6rem 1.2rem; text-align: center; /*color: #6b7072;*/ color: #9c9fa1; font-size: 1.3rem;}
.album-more .more{display: inline-block; height: 2.6rem; line-height: 2.6rem; padding-right: 1.6rem; background: url(../images/route_triangle_down.png) right center no-repeat; background-size: 1.4rem;}
.album-more .more.open{background: url(../images/route_triangle_up.png) right center no-repeat; background-size: 1.4rem;}
