@charset "utf-8";

html, #meeting_content_mob {
    background: linear-gradient(to right, #ffffff 0%,#eaf9ff 100%);
}

.meeting_bg{
    max-width: 7.5rem;
    margin: 0 auto;
    background-image: url('../images/bg.png');
    background-size: 7.5rem 1px;
    background-position: center;
    background-repeat: repeat-y;
}
.yearmeeting_title{
    width: 5.8rem;
    height: 1.6rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 头图 */
.headpic2020{
    height: 6.2986rem;
    background: url('../images/head.png') no-repeat;
    background-size: 7.5rem 6.2986rem;
    background-position: center;
    background-repeat: no-repeat;
}

/* 子页面 往届嘉宾 */
.meeting_guest_zone{
}
.guest_list_zone{
    display: block;
    width: 100%;
    padding: 0.4rem 7% 0.2rem;
    box-sizing: border-box;
}
.guest_list_zone li{
    float: left;
    display: block;
    width: 46%;
    height: 5.3rem;
    margin:0 8% 0 0;
    color: #333;
}
.guest_list_zone li:nth-child(2n){
    margin:0 0 0 0;
}
.guest_list_zone li img{
    display: block;
    width: 90%;
    height: 3rem;
    margin:0 auto 0.15rem;
}
.guest_list_zone li .name{
    width: 90%;
    height:0.38rem;
    margin: 0 auto;
    line-height:0.38rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.guest_list_zone li .company{
    width: 90%;
    text-align: center;
    min-height: 0.36rem;
    margin: 0 auto;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
}
.guest_list_zone li .position{
    width: 90%;
    min-height: 0.36rem;
    text-align: center;
    margin: 0 auto;
    line-height: 0.36rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
}





