/*历任、现任领导*/
.lrld{
    padding: 0.3rem;
}
.list li{
    width: 4.72rem;
    padding: 0.2rem;
    border: 1px solid #dcdcdc;
    margin-bottom: 0.2rem;
    position: relative;
    background-color: #f5f8fc;
}

.list li .img{
    width: 0.95rem;
    height: 1.26rem;
    overflow: hidden;
}
.list li .img img{
    height: 100%;
}
.list li .tet{
    width: calc(100% - 1.2rem);
}
.list li .tet h3{
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.36rem;
}
.list li .tet p{
margin-bottom: 26px;
    
    font-size: 0.16rem;
    line-height: 0.36rem;
    font-weight: bold;
}
.list li .tet .more{
    display: table;
    padding: 0 0.2rem;
    line-height: 0.24rem;
    font-size: 0.12rem;
    text-align: center;
    border: 1px solid #b5b5b5;
}
.list li .tet .more:hover{
    background-color: #3587c9;
    border: 0;
    color: #ffffff;
}
/*领导详情*/
.ldxq .a{
    width: 100%;
    padding: 0.2rem;
    border: 1px solid #dcdcdc;
    margin-bottom: 0.35rem;
    position: relative;
    background-color: #f5f8fc;
}

.ldxq .a .img{
    width: 0.95rem;
    height: 1.26rem;
    overflow: hidden;
}
.ldxq .a .img img{
    height: 100%;
}
.ldxq .a .tet{
    width: calc(100% - 1.2rem);
}
.ldxq .a .tet h3{
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.36rem;
}
.ldxq .a .tet p{
    font-size: 0.16rem;
    margin: 0.1rem 0;
    line-height: 0.36rem;
}
.ldxq .text,.ldxq .text p,.ldxq .text span{
    line-height: 200%!important;
    background: inherit!important;
    font-size: 0.2rem!important;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
}
/*手机适配*/
@media screen and (max-width: 1200px) {
    /*历任、现任领导*/
    .lrld{
        padding: 0.3rem 0.15rem;
    }
    .list li{
        width: 100%;
    }
    .list li .img{
        width: 1.35rem;
        height: 1.66rem;
    }
    .list li .tet{
        width: calc(100% - 1.6rem);
    }
    .list li .tet h3{
        line-height: 0.4rem;
    }
    .list li .tet p{
        margin:0.2rem 0;
        line-height: 0.4rem;
    }
    .list li .tet .more{
        line-height: 0.36rem;
    }
    /*领导详情*/
    .ldxq .a .img{
        width: 1.35rem;
        height: 1.66rem;
    }
    .ldxq .a .tet{
        width: calc(100% - 1.6rem);
    }
    .ldxq .a .tet h3{
        line-height: 0.4rem;
    }
    .ldxq .a .tet p{
        margin-top: 0.2rem;
        line-height: 0.4rem;
    }





}
















