@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, span, b, i, form, a, button, input, textarea, th, td, fieldset {
    font-family: siyuan !important;
}
.meeting_bg{
    background: linear-gradient(to left, #250077,  #06064d);
}
.yearmeeting_title{
    width: 5.8rem;
    height: 1.6rem;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 头图 */
.headpic2020{
    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.75rem;
}
.headpic_agenda {
    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%;
    min-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;
}





