.leader{
    margin-bottom: 50px;
}
.leader li{
    margin-left: 40px;
    height: 225px;
    border-bottom: 1px solid #B8B6B7;
    background: linear-gradient(to right,#e2d7d5,#ffffff);
    position: relative;
    margin-bottom: 30px;
}
.leader .leader-img{
    position: absolute;
    top: 0;
    left: -40px;
    width: 264px;
    height: 189px;
    padding: 0 5px 5px 5px ;
    box-shadow: 1px 1px 2px #B2B0B1;
    border-left: 2px solid #E6E6E6;
}
.leader .leader-info{
    margin-left: 236px;
}
.leader .leader-info h3{
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    color: #000;
    font-size: 18px;
    padding-left: 25px;
    background: url(../images/proTitlebg.jpg);
}
.leader .leader-info p{
    margin: 20px 25px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
}
.leader .leader-info a{
    position: absolute;
    right: 25px;
    bottom: 30px;
    color: #8F0100;
    padding: 3px 18px 3px 10px;
    text-decoration: none;
}
.leader .leader-info a:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 5px;
    width: 8px;
    height: 13px;
    background: url(../images/proarrow.png) no-repeat;
}

