.desc {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
}
.desc img {
    max-width: 100%;
    height: auto !important;
}

/*******/
.department_wrap {
    padding: 13px 0 0;
}
.row_department {
    overflow: hidden;
    margin-bottom: 11px;
}
.row_department .rd_title {
    background: #0064a2;
    height: 40px;
    padding: 8px 10px 8px 15px;
    cursor: pointer;
    overflow: hidden;
}
.row_department .rd_title h2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    float: left;
    text-transform: uppercase;
}
.row_department .rd_title i {
    float: right;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.row_department .rd_description {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    padding: 24px 0 4px 0;
}
.row_department .rd_content {
    overflow: hidden;
    min-height: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row_personnel {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px dotted #d9d9d9;
}
.row_personnel:first-child {
    border: none;
}
.row_personnel .img {
    width: 200px;
    float: left;
}
.row_personnel .rp_info {
    width: 650px;
    float: right;
}
.row_personnel .rp_info > h4 {
    font-size: 14px;
    line-height: 22px;
    color: #0064a2;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 0 0 0;
    margin: 0 0 1px 0;
}
.row_personnel .rp_info > h3 {
    font-size: 20px;
    line-height: 26px;
    color: #ca2535;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.row_personnel .rp_info .rp_content {
    color: #333333;
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    overflow: hidden;
    margin-bottom: 12px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.row_personnel .rp_info .rp_content * {
    padding: 0;
}
.row_personnel .rp_info > a {
    display: block;
    background: #0064a2;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px 8px 20px;
    color: #fff;
    text-decoration: none;
}
.row_personnel .rp_info > a i {
    float: right;
    line-height: 24px;
}
.row_personnel .rp_info > a:hover {
    color: yellow;
}