@import 'base_1.css';
/* content */
.leaderH2 {
    color: #DF1129;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 16px;
}

.leaderList dl {
    width: 50%;
    float: left;
    display: flex;
    margin-bottom: 24px;
}
.leaderList dl dt {
    width: 106px;
    height: 106px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.leaderList dl dt img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.leaderList dl dd {
    width: 236px;
    padding-top: 14px;
    padding-right: 10px;
    background: #F6F6F6;
}
.leaderList dl dd p {
    width: calc(100% - 26px);
    padding-left: 16px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.leaderList dl dd p:first-child {
    margin-bottom: 8px;
}
.leaderList dl dd p:first-child a {
    font-weight: 700;
    color: #333;
}
.leaderInfo img {
    display: block;
    margin: 20px auto;
}
.leaderInfo p.name {
    font-size: 16px;
    color: #333;
    text-align: center;
}
.leaderInfo p.position {
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 8px;
}
.leaderInfo p.info {
    text-indent: 2em;
    margin-top: 20px;
    line-height: 24px;
}
.leaderImg {
    position: relative;
    width: 188px;
    height: 233px;
    margin: 0 auto 20px;
    background-color: #F6F6F6;
    overflow: hidden;
}
.leaderImg img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* 详情 */
/* 小分辨率 */
@media screen and (min-width: 992px){
	
}
/* 手机 */
@media screen and (max-width: 768px){
    .leaderList dl {
        width: 100%;
    }
}