/* 现任领导 */

.wl {
    position: relative;
    z-index: 1;}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.scale {
    overflow: hidden;}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;}
a:hover .imged {
    transform: scale(1.1);}
.xrld{
padding:0 8px;}
.xrld ul {
    justify-content: space-between;}

.xrld li {
    width: 48%;
    margin: 30px 0;}

.xrld li a {
    align-items: center;
    box-shadow: 0px 2px 8px 0px rgba(10, 11, 24, 0.1);
    background: #fff;}

.xrld li a::after {
    background: rgba(86,16,164,1);
    width: 100%;
    height: 0;}

.xrld li .scale {
    width: 180px;}

.xrld li .con {
    width: calc(100% - 180px);
    padding: 30px 25px;}

.xrld li h3 {
    font-size: 22px;
    color: #333;
    line-height: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    transition: 0.5s;}

.xrld li h3::after {
    width: 60px;
    height: 3px;
    background: #5610a4;
    bottom: -1.5px;}

.xrld li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    max-height: 90px\0;
    margin-top: 20px;
    transition: 0.5s;}

.xrld li .imged {
    padding-bottom: 130%;}

@media(min-width: 1024px) {
    .xrld li a:hover::after {
        height: 100%;}

    .xrld li a:hover h3:after {
        background: #fff;}

    .xrld li a:hover h3,
    .xrld li a:hover p {
        color: #fff;}
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 100%;
        margin: 15px 0;}
    .xrld ul{margin-top:15px;}
}

@media screen and (max-width: 768px) {
    .xrld ul {
    margin-top: 0;}
}

@media screen and (max-width: 420px) {
    .xrld li .scale {
        width: 160px;}

    .xrld li .con {
        width: calc(100% - 160px);
        padding: 14px;}
    .xrld li p{
        margin-top:10px;}
}
/*123*/
