.mamber_cont ul li{
    float: left;
    width: 23%;
    margin-right: 2%;
    background: #fff;
    border-top-left-radius: 30px;
    padding: 30px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer;
}
.mamber_cont ul li p {
    color: #474646;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 36px;
}
.mamber_cont ul li:hover{
    box-shadow: 0px 0px 12px 1px rgba(201, 9, 201, .1);
    -webkit-box-shadow: 0px 0px 12px 1px rgba(201, 9, 201, .1);
    -moz-box-shadow: 0px 0px 12px 1px rgba(201, 9, 201, .1);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
    border: 1px solid #c90915;
}
.member_fixed_con{
    width: 100%;
    height: 100%;
}
.member_fixed_fl{
    width: 83px;
    height: 83px;
    overflow: hidden;
    margin-right: 26px;
}
.member_fixed_fl img{
    width: 100%;
    height: 100%;
}
.mem_fix_tie{
    padding-bottom: 20px;
}
.member_fixed .coop_tans_list{
    margin-top: 0px;
    height: 490px;
    padding-right: 15px;
}
.member_fixed_fr{
    width: calc(100% - 109px);
}
.member_fixed_fr h2{
    display: inline-block;
    font-size: 24px;
    color: #000000;
    margin-right: 16px;
}
.member_fixed_fr i{
    font-size: 16px;
    color: #a3a3a3;
}
.memeb_list p{
    line-height: 29px;
    color: #5a5a5a;
    font-size: 16px;
    margin-bottom: 30px;
}
.me_tu{
    width: 31%;
    overflow: hidden;
    margin-right: 2%;
}
.me_tu:last-child{
    margin-right: 0;
}
.me_tu img{
    width: 100%;
    height: 100%;
}




