/* 学院简介页面样式 */
/*.about_us{
    font-size: 18px;
    color: #333333;
    line-height: 45px;
}

@media screen and (max-width: 1350px) {
    .about_us{
        font-size: 16px;
        line-height: 40px;
    }
}

@media screen and (max-width: 998px) {
    .about_us{
        font-size: 14px;
        line-height: 28px;
    }
} */