.tsa_d2_sp1{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 100%;
    margin: 20px 0;
    display: block;
}
.tsa_d2_p1{
    font-size: 12px;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    text-align: justify;
}

.tsa_d3_d1{
    margin: 42px 0 10px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}
.tsa_d3_d1_d1{
    display: flex;
    font-size: 20px;
    line-height: 100%;
}
.tsa_d3_d1_d1_sp1{
    color: #000000;
}
.tsa_d3_d1_d1_sp2{
    color: #999999;
    margin-left: 8px;
}

.tsa_d3_d1_d2{
    display: flex;
    font-size: 14px;
    line-height: 100%;
    align-items: center;
}
.tsa_d3_d1_d2 span{
    color: #999999;
    cursor: pointer;
}
.tsa_d3_d1_d2 span.current{
    color: #000;
    font-weight: bold;
}
.tsa_d3_d1_d2_sp2{
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 19px 0 23px;
}
.tsa_d3_d2_li{
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    padding: 0 6px 0 3px;
}
.tsa_d3_d2_li:hover{
    background: rgba(68, 141, 211, 0.1);
}
.tsa_d3_d2_li_d1{
    display: flex;
    align-items: center;
}

.tsa_d3_d2_li_d1 i{
    width: 25px;
    height: 25px;
    background: url(../img/icon_play4.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.tsa_d3_d2_li.playing .tsa_d3_d2_li_d1 i{
    background-image: url(../img/icon_pause2.png);
}
.tsa_d3_d2_li_d1 em{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.4);
    font-style: normal;
    width:30px;
    text-align: right;
    margin-right: 15px;
}
.tsa_d3_d2_li_d1 span{
    margin-left: 15px;
    font-size: 14px;
    color: #000000;
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tsa_d3_d2_li_d2{
    display: flex;
    align-items: center;
}
.tsa_d3_d2_li_d2 span{
    font-size: 12px;
}
.tsa_d3_d2_li_d2 span:nth-child(1){
    font-size: 14px;
    color: #999;
    background: url(../img/icon_play2.png) no-repeat;
    background-size: 11px 14.5px;
    padding-left: 19px;
    background-position: 0 center;
    width: 65px;
    word-break: keep-all;
}
.tsa_d3_d2_li_d2 span:nth-child(2){
    font-size: 14px;
    color: #999;
    background: url(../img/icon_time.png) no-repeat;
    background-size: 16px 16px;
    padding-left:22px;
    background-position: 0 center;
    margin-left: 20px;
}
.tsas_d1{
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tsas_d1_d1{
    display: flex;
    align-items: center;
}
.tsas_d1_d1_img1{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 30px;
}
.tsas_d1_d1_d1_p1{
    margin-top: 14px;
    font-size: 0;
}
.tsas_d1_d1_d1_sp1{
    font-size: 20px;
    color: #000000;
    line-height: 100%;
}
.tsas_d1_d1_d1_p1 span{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 25px;
    line-height: 100%;
}
.tsas_d1_p1{
    font-size: 12px;
    color: #000000;
    line-height: 24px;
    margin: 30px 18px 23px 12px;
    text-align: justify;
    position: relative;
}
a.ts_comm_item2_a2{
    color: #000;
}
.tsas_d3{
    margin-top: 20px;
}