.alb-bot{
	text-align: center;
	margin: 10px auto 70px;
}
.album-detcon .ind-newcen>ul>li{
	margin-bottom: 20px;
}
.album-detcon .inew-txtbox {
    padding: 10px;
    height: 70px;
	background-color: #fff;
}
.album-detcon .inew-tit {
    line-height: 50px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	text-align: center;
}