/* 学院概况页面样式 */
.about_us h3{
    font-size: 35px;
    color: #333333;
    line-height: 120px;
    text-align: center;
}

.about_us p{
    font-size: 18px;
    line-height: 45px;
    text-indent: 2em;
    margin-bottom: 20px;
}

@media screen and (max-width: 1700px) {
    .about_us h3{
        font-size: 30px;
        line-height: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .about_us h3{
        font-size: 28px;
        line-height: 80px;
    }
}

@media screen and (max-width: 998px) {
    .about_us h3{
        font-size: 20px;
        line-height: 60px;
    }

    .about_us p{
        font-size: 16px;
        line-height: 28px;
    }
}