@charset "utf-8";

.meeting_bg{
    /*background: #4d07b8;*/
    background-image: linear-gradient(to right, #3c8cab, #c4d9a4);
}
.yearmeeting_title{
    width: 5.8rem;
    height: 1.6rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 头图 */
.headpic2020{
    height: 6.3rem;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    /* background: url('../images/head.png') no-repeat;
    background-size: 7.5rem 6.77rem;
    background-position: center;
    background-repeat: no-repeat; */
}
.headpic2020 img{
    width: 7.5rem;
    height: 7.18rem;
}
.headpic_agenda {
    height: 7.18rem;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}

/* 子页面 往届嘉宾 */
.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: #FFF;
}
.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;
}





