/*现任领导样式*/
.leader_con{
    width: 90%;
    float: left;
    padding: 50px 2%;
    border-radius: 10px;
    margin: 20px 3% 50px;
    border:1px solid #ccc;
}
.leader_con .leader{
    height: 180px;
    padding-left:60px;
    width: 400px;
    float: left;
}
.leader img{
    width: 30%;
    float: left;
    display: block;
}
.leader a {
    float: none;
}
.leader .leader_text{
    width: 66%;
    float: left;
    padding-top: 25px;
}
.leader .leader_text p{
    padding: 0;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    text-indent: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leader .leader_text b{
    font-size: 24px;
    margin-right: 10px;
}
.leader .leader_text i{
    color: #000;
    font-size: 18px;
    padding-top: 6px;
    font-style: normal;
    display: block;
}
.leader .leader_text a{
    width: 100%;
    text-align: right;
}