/* 现任领导内容 */
.xrld_nr{
    margin-top: 30px;
    margin-bottom: 50px;}
.xrld_nr>.fl{
    width: 940px;}
.xrld_nr .intro_title h2{
    font-size: 25px;
    margin-left:32px;}
.xrld_content p{
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    text-indent: 2em;}
.xrldnr_pic{
    width: 210px;
    height: 310px;
    position: relative;}
.xrldnr_pic::after {
    width: 200px;
    height: 300px;
    background: #005ebb;
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;}

.xrldnr_pic div {
    display: block;
    z-index: 2;
    width: 200px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 0;}

.xrldnr_pic img {
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;}
