/* 会员风采样式index_member.css */
.index-member-box {
    background-color: #fbfbfb;
    position: relative;
    padding-bottom: 50px;
}
.index-member-container {
    width: 970px;
    height: 306px;

}
.member-min {
    position: relative;
}
.index-member-prev ,.index-member-next {
    position: absolute;
    top: 65%;
    margin-top: -60px;
    cursor: pointer;
}
.index-member-prev  {
    left: 0;
}
.index-member-prev  img {
    width: 60px;
    height: 60px;
}
.index-member-next  {
    right: 0;
}
.index-member-next  img {
    width: 60px;
    height: 60px;
}
.index-member-slide {
    width: 970px;
    height: 306px;
}
.index-member-ul li {
    float: left;
    margin-right: 30px;
}
.index-member-ul li a {
    display: block;
}
.index-member-ul li img {
    width: 170px;
    height: 227px;
}
.index-member-ul .index-member-name {
    font-size: 24px;
    color: #333;
    line-height: 26px;
    text-align: center;
    margin-top: 14px;
    font-weight: 700;
}
.index-member-ul .index-member-level {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
}
.index-member-title {
    color: #124182;
    font-size: 30px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    padding-top: 48px;
    font-weight: 700;
}
.index-member-english {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    margin-top: 4px;
    padding-bottom: 45px;
}