/* 工会简介页面样式 */
.about_us h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

/*.about_us p{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    margin-bottom: 20px;
}*/

@media screen and (max-width: 998px) {
    .about_us h3{
        font-size: 20px;
    }

    /*.about_us p{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }*/
}