﻿/* 部门简介页面样式 */
.dept_info{
    padding: 30px 0;
}

.dept_info img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.dept_info p{
    font-size: 18px;
    color: #333333;
    line-height: 50px;
}

@media screen and (max-width: 1200px){
    .dept_info p{
        font-size: 16px;
        line-height: 40px;
    }

    .dept_info img{
        margin-bottom: 10px;
    }

    .dept_info{
        padding: 20px 0;
    }
}

@media screen and (max-width: 540px){
    .dept_info p{
        font-size: 14px;
        line-height: 32px;
    }

    .dept_info img{
        margin-bottom: 0;
    }

    .dept_info{
        padding: 13px 0;
    }
}