.SChool{
    display: flex;
}

.SChool .SChool-left{
    max-width: 400px;
    min-width: 350px;
    width: 40%;
    background-color: #f7f8fa;
    padding: 15px;
}
.SChool .SChool-left .SCtitle1{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
.SChool .SChool-left .SCtitle2{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}
.SChool .SChool-left .SCmodle3{
    line-height: 1.5;
    font-size: 18px;
    padding-left: 60px;
    margin: 5px 0;
}
.SChool .SChool-left .SCtitle1:hover,.SChool .SChool-left .SCtitle2:hover{
    cursor: pointer;
}
.SChool .SChool-left .SCmodle3>a{
    display: flex;
    color: #000;
}
.SChool .SChool-left .SCmodle3>a:hover{
    text-decoration: underline;
    color: rgb(224, 130, 5);
}
.SChool .SChool-left .SCmodle3>a:before {
    border-bottom: 4px solid #0000;
    border-left: 6px solid #ffae0d;
    border-top: 4px solid #0000;
    content: '';
    height: 0;
    margin-right: 10px;
    margin-top: 10px;
    transition: all 0.2s;
    width: 0;
}
.SChool .SChool-left .SCmodle3.active{
    font-weight: bold;
}
.SChool .SChool-left .SCmodle2-ul,.SChool .SChool-left .SCmodle3-ul{
    display: none;
}
.SChool .SChool-left .SCmodle2-ul.active,.SChool .SChool-left .SCmodle3-ul.active{
    display: block;
}
.SChool .SChool-left .SCtitle1 img,.SChool .SChool-left .SCtitle2 img{
    transition: all 0.2s;
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
}
.SChool .SChool-left .SCtitle1.active img,.SChool .SChool-left .SCtitle2.active img{
    transform: rotate(360deg);
}


.SChool .SChool-right{
    flex: 1;
    background-color: #ffffff;
    padding: 30px;
}
.SChool .SChool-right .right-con,.SChool .SChool-right p{
    font-size: 16px;
    line-height: 1.5;
    margin: 15px 0;
}
.SChool .SChool-right .right-title1,.SChool .SChool-right h3{
    font-size: 24px;
    margin: 20px 0;
    font-weight: bold;
}

.SChool .SChool-right .right-title2,.SChool .SChool-right h5,.SChool .SChool-right h4{
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}
.SChool .SChool-right img{
    max-width: 100%;
}
.SChool .SChool-right ul li{
    margin-top: 6px;
    line-height: 1.5;
    list-style: disc;
    margin-left: 40px;
}
.SChool .SChool-right td{
    padding: 10px;
}
