@charset "utf-8";
/* CSS Document */
.speaker_item{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.speaker_item:last-child{
    border:none;
}
.speaker_photo{
    width: 112px;
    margin-right: 22px;
}
.speaker_photo img{
    width: 112px;
}
.speaker_info{
    width: 645px;
}
.basic_item{
    margin-bottom: 20px;
}
.speaker_name{
    font-size: 16px;
    font-family: 'Inter SemiBold';
}
.speaker_p{
    line-height: 26px;
}
.basic_title{
    color: #1f68ac;
    margin-bottom: 5px;
    font-family: 'Inter SemiBold';
}