@charset "UTF-8";
/*
 * @Description: 联盟成员
 * @Autor: zzongyi
 * @LastEditTime: 2021-12-24
 */

 
 * {
    box-sizing: border-box;
}

body {
    background-color: #f2f5fa;
}

.main-hd {
   background-image: url('../images/member/banner.jpg');
}


.main-tt {
    line-height: 70px;
}

.main-tt-sec {
    line-height: 26px;
    color: #adeafe;
    font-size: 20px;
    letter-spacing: 2px;
}

.member-list {
    margin-top: 10px;
    margin-left: -24px;
    margin-bottom: 15px;
}

.member-item {
    width: 25%;
    height: 230px;
    margin-bottom: 26px;
    float: left;
}

.member-link {
    display: block;;
    height: 100%;
    background-color: #fff;
    color: #333;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 24px;
    box-shadow: 0px 5px 10px 0px rgba(194, 196, 200, 0.15);
    border: 1px solid transparent;
}

.member-link:hover {
    border-color: #0f60cd;
    box-shadow: 0px 10px 15px 0px rgba(40, 63, 111, 0.15);
    transform: translateY(-10px);
    transition-duration:.5s ;
}
.member-link:hover {
    color: #0f60cd;
}

.member-logo {
    height: 156px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-name {
    height: 72px;
    border-top: 1px solid #e0e4ec;
    text-align: center;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.member-name p {
    width: 100%
}