.albumlist {
    width: 1190px;
    height: 650px;
}

.albumlist li {
    margin: 0 10px 10px 0;
    position: relative;
    display: block;
    width: 225px;
    height: 190px;
    float: left;
    border: 1px solid #e4e4e4;
}

.albumlist li span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    /*font-weight: bold;*/
    color: #686567;
    text-align: center;
    font-size: 13px;
}

.albumlist img {
    width: 210px;
    height: 150px;
    margin: 5px;
}
.album-info li {
    float: left;
    line-height: 30px;
    width: 310px;
}
.album-info span {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    width: 80px;
	line-height:22px;
}
.album-info b {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    width: 240px;
}
.album-info b.last {
    width: auto;
}
.album-info{
    display: block;
    height:65px;
    clear: both;
}
.intro{
    display: block;
}
.intro span{
    display: inline-block;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    width: 60px;
}
.intro b {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    font-weight: normal;

}