﻿.yxzx-sm-box {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    color: var(--bg-yxzx-txt-color) !important;
}
.view-more {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: var(--bs-culturehome-xszs-color);
    height: max-content;
    color: var(--bs-saietpublid);
    padding: 0 2rem;
    white-space: nowrap;
}
.msfc-left-box{
    width:21.5%;
}
.wljt-box {
    --min-col-width: 250px;
    --gap-size: 4.25%;
    column-gap: var(--gap-size);
    row-gap: clamp(33.3px, 6.7vw, 100px);
}
.academyimg {
    background: url('/imgs/academy/background-1.png') no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}
.kcdzyu-box {
    overflow: visible !important;
    padding-bottom: 1rem;
    padding-top:3rem;

}
.kcdzyu-right-box {
    min-width:0;
    flex:1;
    color: var(--bs-saietpublid);
    overflow-y: auto;
    height: 260px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.kcdzyu-right-box::-webkit-scrollbar {
display: none;
}
.kcdzyu-left-box{
    width:45.5%;
}
.fontsize_{
    line-height:2 !important;
}
@media(max-width: 786px) {
    .msfc-left-box{
        width:50%;
    }
}
@media (max-width: 914px) {
    .kcdzyu-box {
        flex-direction:column;
    }
    #imgElement {
        position: relative !important;
    }
    .kcdzyu-left-box {
        width: 100%;
    }
    .kcdzyu-right-box {
        height: 260px;
        width: 100%
    }
    .kcdzyu-lb-box{
        display:none;
    }
}
@media (min-width: 900px) {
    .wljt-box {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* 中等屏幕显示2列 */
@media (max-width: 899px) and (min-width: 600px) {
    .wljt-box {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* 小屏幕堆叠为1列 */
@media (max-width: 599px) {
    .wljt-box {
        grid-template-columns: 1fr;
    }
}
