/*现任领导*/
.xrld .list{
    position: relative;
    margin-bottom: 25px;
}
.xrld .list .img{
    width: 153px;
    height: 211px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: 18px;
}
.xrld .list .img img{
    width: 100%;
}
.xrld .list .text{
    background: #f9f9f9;
    margin-top: -122px;
    position: relative;
    z-index: 0;
    padding: 122px 18px 20px 18px;
}
.xrld .list .text h4{
    margin: 15px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
}
.xrld .list .text h4 a{
    color: #308ddb;
}
.xrld .list .text p{
    font-size: 16px;
    margin-bottom: 15px;
}
.xrld .list .text span{
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
}