.max-wid {
     width: 74%;
     max-width: 1200px;
     margin: auto;
 }
.leader{
    padding: 1.2rem 0;
}
.leader-list{
    width:12rem;
    margin: 0 auto;
}
.leader-list .leader-left{
    width: 5.68rem;
    position: relative;
}
.leader-list .leader-left img{
    width: 100%;
}
.leader-list .leader-left .leader-logo{
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    color: #000;
    font-size: 0.14rem;
    font-weight: bold;
}
.leader-list .leader-left .leader-logo>img{
    width: 25px;
    height: 21px;
    margin-right: 0.1rem;
}
.leader-right{
    width: 5.52rem;
    position: relative;
}
.leader-right .dou{
    width: 25px;
    height: 23px;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
}
.leader-right .text{
    width: 100%;

    overflow: hidden;
    transition:height 0.3s;
    -moz-transition:height 0.3s; /* Firefox 4 */
    -webkit-transition:height 0.3s; /* Safari and Chrome */
    -o-transition:height 0.3s; /* Opera */
}
.leader-right .text .mores{
    display: none;
}

.leader-right .text text , .leader-right .text .mores text{
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin-bottom: 0.25rem;
    display: inline-block;
}
.leader-right .more{
    width: 1.3rem;
    height: 0.4rem;
}
.leader-right .more a{
    width: 1.3rem;
    height: 0.4rem;
    display: inline-block;
    background-color: #e6e6e6;
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #999;
    transition: all 0.3s;
}
.leader-right .more a:hover{
    background-color: #d90909;
    color: #fff;
}