ul li{
    list-style: none;
}
ul.leaderList li{
    padding: 50px 30px 50px 30px;
    border-bottom: 1px solid #d3d7da;
    overflow: auto;
}
ul.leaderList li:last-child {
    border-bottom: none;
}
li.leader .LDpic {
    /* width: 260px; */
    /* height: 260px; */
    /* border-radius: 50%; */
    overflow: hidden;
    padding: 0;
}
li.leader .inner {
    /* margin-left: 19px; */
    /* width: 72%; */
    padding-left:50px;
}
li.leader .LDpic img {
width:100%;
}
.leaderHead{
    padding-left: 30px;
    border-left: 5px solid #0574bc;
}
.leaderHead h2{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 6px;
}
.leaderHead h3{
    font-size: 24px;
    line-height: 28px;
    color: #0574bc;
}
.inner .content{
    /* height: 120px; */
    /* margin-top: 32px; */
}
.inner .content p{
    margin-top: 12px;
    line-height: 28px;
}
.inner .content p:last-child{
    margin-top: 20px;
    line-height: 1.7em;
}
.inner h4 {
    height: 40px;
    margin-top: 24px;
    line-height: 40px;
}
.inner h4 button {
    float: right;
    width: 256px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    border: 1px solid #0574bc;
    border-radius: 20px;
    background-color: #ffffff;
    transition: background-color 0.2s, color 0.2s 0.1s;
}
.inner h4 button:hover {
    background-color: #0574bc;
    color: #ffffff;
}
.resume{
    height:100px;
    overflow: hidden;
    transition: all 2s;
}
.resume.open{
    height:auto;
    transition: all 2s;
    position: relative;
}
.lingdao-resume>.pull-right{
    border:1px solid #0574bc;
    border-radius: 15px;
    padding:2px 15px;
}

@media (max-width:768px) {
    .banner {
        height: 300px;
        margin-top: 0px;
    }

    .banner h1 {
        padding: 15px;
    }
    
    .inner{
        padding-left:0px!important;

    }
    .lingdao-resume{
        margin-top:-30px;
    }
    .lingdao-resume>.pull-right{
        margin-top: 20px;
    }
}