@charset "utf-8";
/* CSS Document */


/*主讲人详情页*/
.lxwm-cn{padding-left:10px;}
.bold{font-family: Poppins SemiBold;}
.speaker_photo{
    float: left;
    width: 120px;
    margin-right: 20px;
}
.speaker_photo img{
    width: 120px;
}
.speaker_info{
    float: left;
    width: 1050px;
}
.speaker_info p{line-height: 25px;}
.speaker_name{
    padding-bottom: 2px;
    font-family: Poppins SemiBold;
}
.speaker_app{
    padding-bottom: 10px;
}
.topic{
    margin-bottom: 10px;
}
.abstract{
    padding-bottom: 12px;
}
.biography{
    margin-bottom: 10px;
}
.keynote{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.keynote:last-child{
    padding-bottom: 40px;
    margin-bottom: 0px;
    border-bottom: none;
}


/*程序委员会*/
.commitee{}
.commitee ul{}
.commitee ul li{
    margin-bottom: 20px;
}
.commitee_name{
    margin-bottom: 7px;
    font-family: Poppins SemiBold;
}
.commitee_app{
    font-size: 16px;
}