/* 古乐 */
.orchestra-border-left {
    border-left: 1px solid var(--font-brown);
}

.orchestra-content .orchestra-content-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
    position: relative;
    width: max-content;
    line-height: 1.5;
}

.orchestra-content-title::after {
    content: "";
    position: absolute;
    bottom: -5px; right: 0;
    width: 1.8em; height: 4px;
    background-color: var(--font-brown);
}

.orchestra-content .orchestra-content-title:not(:first-of-type) {
    margin-top: 60px;
}

.orchestra-content .common-component-content-text {
    padding-top: 0; padding-bottom: 0;
}

.orchestra-content .common-component-content-text p:last-child {
    margin-bottom: 0;
}

.performance-time {
    padding: 30px 40px;
    line-height: 2;
    margin-bottom: 2rem;
}
.performance-time .time { 
    color: var(--font-brown);
    font-size: 28px;
    font-family: "font", system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
}
.performance-time > div:nth-child(4) { margin-top: 20px; }

/* 音乐文物 */
.cultural-relic-item {
    display: block;
    padding-bottom: 73.25%;
    background-color: rgba(125, 53, 43, .15);
    position: relative;
    transition: 0.15s;
}

.cultural-relic-item:hover {
    transform: translateY(-10px) scale(1.025);
}

.cultural-relic-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.cultural-relic-list .row > div:nth-child(n + 4) {
    margin-top: 80px;
}

.cultural-relic {
    height: calc(100% - 42px);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

.cultural-relic img {
    max-width: 65%;
    max-height: 90%;
}

.cultural-relic-bottom { 
    color: var(--font-brown);
    font-size: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cultural-relic-bottom img { height: 30px; }

.cultural-relic-bottom .cultural-relic-name {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 详情 */
.section-orchestra-content .common-component-shape-box-wrapper {
    padding: 30px 40px;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 50px;
}

.cloud-content-title { 
    position: relative; 
    width: max-content;
    margin-left: auto; 
    margin-right: auto;
}
.cloud-content-title::after {
    content: "";
    position: absolute;
    right: -8px; bottom: -5px;
    width: 2.5em; height: 70%;
    background-color: rgba(125, 53, 43, .15);
}

@media (max-width: 1199px) {
    .cultural-relic-list .row > div:nth-child(n + 4) {
        margin-top: 50px;
    }
    .cultural-relic-bottom { font-size: 24px; }
    .cultural-relic { height: calc(100% - 36px); }
}

@media (max-width: 991px) {
    .performance-time .time { font-size: 24px; }

    .cultural-relic-bottom img { height: 22px; }
    .cultural-relic-bottom { font-size: 20px; }
    .cultural-relic { height: calc(100% - 30px); }
	
	.orchestra-content .orchestra-content-title:not(:first-of-type) {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .orchestra-border-left {
        border-left: 0;
    }

    .section-orchestra-content .common-component-shape-box-wrapper {
        padding: 20px 30px;
        font-size: 16px;
    }

    .cultural-relic-list .row > div:nth-child(n + 3) {
        margin-top: 30px;
    }
	
	.orchestra-content .orchestra-content-title:not(:first-of-type) {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .performance-time .time { font-size: 22px; }

    .section-orchestra-content .common-component-shape-box-wrapper {
        padding: 15px;
        font-size: 16px;
    }

    .cultural-relic-list .row > div:nth-child(n + 2) {
        margin-top: 50px;
    }

    .cultural-relic {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}