

.speaker_sub_text_sm{
	padding-bottom: 10px;
	font-size: 0.85rem;
	color: rgba(0,0,0,0.3);
	text-align: center;
}
.speaker_top{
    background-image: url('/www/img/top/Page_3.jpg');
}
.speaker_card{
    padding: 10px;
    text-align: center;
}
.speaker_info{
    text-align: center;
    padding: 10px 0;
}
.speaker_name{
    font-weight: bold;
    font-size: 1.25rem;
}
.speaker_name > a{
    color: #222;
}

.speaker_name > a:hover{
    color: #000;
    text-decoration: none;
}
.speaker_sub_info{
    padding: 10px 0;
    font-size: 0.85rem;
    word-break: KEEP-ALL;
}
.speaker_img{
    width: 90%;
    border-radius: 40rem;
}
.speaker_role{
    padding: 10px 0;
    font-size: 0.85rem;
    height: 40px;
    overflow: hidden;
}

.speaker_info_top {
    background-color: #f2f2f2;
    min-height: 240px;
}
.sp_info_name{
    padding: 10px 0;
    font-weight: bold;
    font-size: 2rem;
}
.sp_go_list > a{
    color: #00a087;
}
.back_to_sp_list{
    margin-right: 10px;

    width: 14px;
    height: 28px;
}
.sp_profile_wrap,
.sp_session_wrap{
    text-align: justify;

    word-break: KEEP-ALL;
    padding: 0 60px;
}
.sp_info_wrap{
    margin-top: 120px;
}
.sp_go_list > a:hover{
    color: #00a087;
    text-decoration: none;
}
.sp_info_job{
    font-weight: bold;
}
.sp_info_pic{
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.sp_info_pic > img{
    max-width: 180px;
    border: 8px solid #fff;
    border-radius: 40rem;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sp_info_job{
    margin: auto auto 20px auto;
    text-align: center;
}
.sp_info_name{

    text-align: center;
}
.sp_title{
text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

.sp_session{
    margin-bottom: 15px;
}

@media (max-width: 1220px) {
}
@media (max-width: 767px) {
    .speaker_top_desc{
        max-width: 420px;
        margin: auto;
    }
    .sp_info_wrap {
        margin-top: 60px;
    }
    .sp_profile_wrap,
    .sp_session_wrap{
        padding: 0 15px;
    }
    .sp_session_wrap{
        padding-top: 30px;
    }

    .sp_profile_wrap{
        margin-top: 100px;
    }
    .section_top{
margin-bottom: 0;
    }
    .section_wrap{
        padding-top: 0;
    }
}

@media (max-width: 575px){

}
