/**/
.leadership h2 {
    border-bottom: 2px solid #1664ab;
    color: #1664ab;
    display: inline-block;
    font-size: 20px;
    margin-left: 15px;
    margin-top: 15px;
    padding-bottom: 5px
}

.leadership .leadership-item {
    /*margin-top: 20px; margin-left: 20px*/
    padding-bottom: 20px;
    padding-top: 20px;
}

.leadership .leadership-item .data-list {
    width: 100%;
    float: none;
}

.leadership .leadership-item h3 {
    width: 140px;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    float: left;
    margin-right: 15px
}

.leadership .leadership-item .leadership-item-data {
    /*width: 163px;*/
    width: 33.3%;
    text-align: center;
    float: left;
    /* margin-right: 15px; margin-bottom: 15px*/
    padding-bottom: 20px;
    margin-right: 0;
}

.leadership .leadership-item img {
    display: inline-block;
    width: 163px;
    height: 210px;
    background: #ddd;
    margin-bottom: 15px
}
.leadership .leadership-item .leadership-item-data a {
    display: inline-block;
    /*width: 163px;height: 210px;*/
    height: 321px;
}

.leadership .leadership-top {
    text-align: center;
}

.leadership .leadership-top .leadership-top-data {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e3e5f4;
}

.leadership .leadership-top img {
    display: inline-block;
    width: 245px;
    height: 315px;
    background: #ddd;
}

.leadership .leadership-top p.title {
    font-size: 20px;
    line-height: 36px;
}

.leadership .leadership-top p.name {
    font-size: 18px;
    line-height: 32px;
}

.leadership .leadership-item .leadership-item-data p.title {
    font-size: 18px;
    line-height: 32px;
}

.leadership .leadership-item .leadership-item-data p.name {
    font-size: 16px;
    line-height: 28px;
}

.leadership .leadership-item.leadership-item2 {
    padding-top: 0px;
}