/* 现任领导 */
.xrld .post-60 li.news{margin-bottom: 40px;position: relative;}
.xrld .post-60 .news_imgs{
    width: 108px;
    float: left;
    margin-right: 20px;
    background-color: #eee;
}
.xrld .post-60 .news_con{
    float: left;
    position: absolute;
    left: 128px;
    right: 0;
}
.xrld .post-60 .news_con p{line-height: 28px;}
.xrld .post-60 .news_images{
    padding-top: 128.7%;
    position: relative;
    overflow: hidden;
}
.xrld .post-60 .news_images img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.xrld .post-60 .list2 li{
    width: 50%;
    float: left;
}



















@media screen and (max-width: 1800px) {
    .xrld .post-60 .list2 li{width: 100%;}
    .xrld .post-60 .news_con p{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

















