/* 实验室简介页面样式 */
.about_us{
    padding-top: 50px;
}

.about_us h3{
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.about_us p{
    font-size: 18px;
    line-height: 46px;
    text-indent: 2em;
    margin-bottom: 30px;
}

.about_us img, .about_us table, .about_us video{
    max-width: 100% !important;
}

@media screen and (max-width: 998px){
    .about_us{
        padding-top: 0px;
    }

    .about_us h3{
        font-size: 21px;
        margin-bottom: 20px;
    }

    .about_us p{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}