body{
    background-color: #999;
    min-width: 1260px;
}

.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    background-color: #e59ee9;
    padding: 30px 0;
}

.main .mainhead{
    background-color: #8A1874;
    color: #fff;
    text-align: center;
    margin: 0 -20px;
    padding: 10px 0;
}

.main .mainhead .title{
    font-size: 45px;
    font-weight: bold;
}

.main .song{
    width: 1200px;
    margin: 10px auto;
}

.main .song .song-item{
    float: left;
    width: 160px;
    margin:20px;
}

.main .song .song-item .song-picture img{
    width: 160px;
    height: 160px;
}

.main .song .song-item .song-name{
    font-size: 25px;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}