/*领导信息*/
.leader{
    width: 95%;
    max-width: 1340px;
    margin: 0 auto; 
}
.leader_bar{
    padding: 20px 30px;
    background: #fff;
    border-radius:10px;
    margin: 30px 0;
}
.leader_title{
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #B5B5B6;
}
.leader_title_left{
    width: 10px;
    height: 40px;
    margin-right: 20px;
    background: #00599F;
}
.leader_title_right{
    font-size: 1.2rem;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #343434;
}
.leader_title_right a{
    list-style: none;
    text-decoration: none;
    color: #343434;
}
.leader_info{
    display: flex;
}
.leader_zz{
    width: 70%;
    display: flex;
}
.leader_zz img{
    margin: 0 40px;
    border-radius: 5px;
}
.leader_zz div{
    margin-right: 30px;
}
.leader_zz div p{
    font-size: 1.2rem;
    line-height: 40px;
}

.leader_fzz{
    width: 30%;
    padding-right: 40px;
    font-size: 1.2rem;
    padding: 20px 0 0px 30px;
    border-radius: 10px;
    background: #f3f3f3;
}
.leader_fzz p{
    font-weight: bold;
    padding-bottom: 20px;
}
.leader_fzz li{
    float: left;
    margin: 10px 30px 10px 10px;
}
.leader_fzz li a{
    color: #080808;
}
/*组织机构*/
.publice_zdly{
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
}

.publice_zdlylist{
    padding: 20px 30px;
    background: #fff;
    border-radius:10px;
    margin: 30px 0; 
}
.publice_zdlylist li{
    display: flex;
    width: 16%;
    height: 60px;
    background: #f3f6f9;
    float: left;
    margin: 10px 20px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.publice_zdlylist li a{
    font-size: 1rem;
    color: #080808;
}
.publice_zdlylist li:hover{
    background: #0f4887;
}
.publice_zdlylist li:hover a{
    color: #fff;
}
.govmentlist{
    width: 95%;
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
}
.govmentlist_more{
    padding: 20px 30px;
    background: #fff;
    border-radius:10px;
    margin: 30px 0; 
}
.govmentlist_left{
    float: left;
    width: 48%;
    border-radius: 5px;
}
.govmentlist_right{
    float: left;
    width: 48%;
    border-radius: 5px;
    margin-left: 50px;
}
.govmentlist_more{
    padding: 20px 30px;
    background: #fff;
    border-radius:10px;
    margin: 30px 0; 
    width: 100%;
}
.publice_infolist{
    display:block;
}
.publice_infolist li{
    padding-left: 20px;
    height: 40px;
}
.publice_infolist li a{
    display: block;
    width: 82%;
    color: #080808;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.publice_infolist li span{
    float: right;
}
.xxgkmail{
    background: #00599F;
    width: 45%;
    height: 50px;
    margin: 25px 0 0 100px;
    border-radius: 8px;
    display: flex;
}
.xxgkmail a{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}