#music {
    width: 100%;
    padding: 60px 0px;
    background: url(../images/bg3.jpg);
    background-size: 100% auto;
}

h3 {
    color: #fff;
    text-align: center;
    font-size: 40px;
}

.music_txt {
    font-family: "heiti";
    color: #fff;
    width: 1000px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
}

#music_logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.table {
    color: #fff;
    width: 900px;
    margin: 0 auto;
    margin-top: 60px;
}

.table img {
    float: left;
    width: 450px;
    border: 1px solid #ccc;
}

.table table {
    width: 448px;
    float: right;
    box-sizing: border-box;
    padding: 60px 40px;
}

.table table tr td {
    padding: 10px 0px;
}

.table table tr td span {
    font-size: 12px;
    color: #b0b0b0;
}

.music {
    text-align: center;
    margin-top: 30px;
    color: #ffff;
    line-height: 30px;
}