.leader_left{
    width: 31%;
    float: left;
    background: #F5F8FC;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 60px 0;
    
}
.leader_left .pic{
    background: #fff;
    width: 47%;
    padding:19px 15px;
}
.leader_left .pic img{

}
.leader_left h2{
    color: #145EB3;
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 22px;
}
.leader_left h2 a{
    color: #145EB3;
}
.leader_left p{
    font-size: 20px;
    line-height: 30px;
}

.leader_right{
    width: 65%;
    float: right
}
.leader_right .ldfg{
    font-size: 20px;
    line-height: 30px;
    text-indent: 2em;
    min-height: 160px;
    padding-top:10px;
}
.leader_right .zggz p{
    line-height: 52px;
    background: #F5F8FC url(2023_leader_zggz_icon.png) no-repeat 20px center;
    margin-top: 17px;
    font-size: 20px;
    color: #333;
    padding-left: 78px;
}
.leader_right .zggz_no p{
    line-height: 52px;
    background: none;
    margin-top: 17px;
    font-size: 20px;
    color: #333;
    padding-left: 0;
}
@media (max-width: 992px) {
    .leader_left,.leader_right{
        width: 100%;
    }
    .leader_left{
        margin-bottom: 20px;
    }
}



.leader_list {width: 100%;display: flex;flex-wrap: wrap;margin: 20px 0;}
.leader_list li {width: 14%;float: left;margin: 0 3%;margin-bottom: 20px;padding: 0;text-align: center;}
.leader_list li:nth-child(5n) {margin-right: 0;}
.leader_list li a {width: 100%;}
.leader_list li .ld_pic {width: 100%;height: 250px;overflow: hidden;}
.leader_list li .ld_pic img {width: 100%;height: 100%;position: relative;left: 50%;transform: translateX(-50%);}
.leader_list li span {font-size: 16px;color: #333;line-height: 48px;width: 100%;text-align: center;}