@charset "UTF-8";
@import url(./public.css);
@import url(./homePage1.css);
@import url(./MusicQuiz.css);
.concert{
    width: 100%;
}
.concertInfo{
    width: 1200px;
    display: flex;
    margin:0 auto;
    flex-direction: column;
}
.concertInfo1{
    display: flex;
    margin: 48px 0 50px 0;
}
.concertInfo1-left{
    width: 897px;
    display: flex;
    flex-direction: column;
}
.concertInfo1-item{
    width: 100%;
    height: 185px;
    background: #FFFFFF;
    display: flex;
    padding: 30px 90px 29px 23px;
    margin-bottom: 32px;
}
.concertItem-left{
    padding-right: 20px;
}
.concertItem-left img{
    width: 182px;
    height: 126px
}
.concertItem-right{
    display: flex;
    flex-direction: column;
}
.concertItem-rightSp1{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 900;
    color: #000000;
    line-height: 26px;
}
.concertItem-rightSp2{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
    opacity: 0.5;
    margin: 9px 0;
}
.concertItem-rightSp3{
    width: 84px;
    height: 27px;
    border: 1px solid #EDEDED;
    font-size: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #6F6F6F;
    text-align: center;
    line-height: 27px;
    margin-top: 10px;
}


.concertInfo1-right{
    width: 256px;
    display: flex;
    flex-direction: column;
    margin: 20px 0 0 44px;
}
.concertInfo1-column{
    display: flex;
    flex-direction: column;
}
.column-title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}
.columnList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    cursor:pointer
}
.columnList span{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #BBB8B9FF;
}
.columnList img{
    width: 7px;
    height: 10px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #BBB8B9FF;
}
.concertInfo1-information{
    display: flex;
    flex-direction: column;
    margin-top: 34px;
}
.information{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}
.information-list{
    display: flex;
    flex-direction: column;
}
.information-item{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D2D0D0FF;
    padding-bottom:16px;
}
.informationSp1{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgb(119, 114, 116);
    line-height: 24px;
    margin: 29px 0 13px 0;
    cursor:pointer
}
.informationSp2{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgb(119, 114, 116);

    line-height: 23px;
}