@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%;
}

/* 头图 */
.ycy{
    background-image: url('../images/yc_bg.png')!important;
    background-position: 0 0!important;
    background-repeat: repeat-y!important;
    background-size: 7.5rem 1.46rem!important;
    background: unset!important;
}
.ycy .headpic2020 {
    background-image: url('../images/yc_head.png')!important;
    background-size: 7.5rem 9.6736rem;
    height: 9.6736rem;
    margin-bottom: -4rem;
}

/* 子页面 往届嘉宾 */
.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: 4.4rem;
    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: calc(100% - 0.6rem);
    height:0.38rem;
    margin: -0.85rem auto 0.4rem;
    line-height:0.38rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.guest_list_zone li .company{
    width: calc(100% - 0.6rem);
    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.22rem;
}
.guest_list_zone li .position{
    width: calc(100% - 0.6rem);
    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.22rem;
}





