a:hover{
    color: #E77718
    
}
p{
    margin: 0 0;
}
.breadcrumb{
    background: none;
}
@media (min-width: 768px){
   
}
.search_s{
    padding: 5px;
    background: #EEEEEE;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #555;
}
.search_s input{
    box-shadow: 1px 1px 2px inset #555;
    height: 40px;
}
    .search_s #search{
    background: -webkit-linear-gradient(#333, #000); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#333, #000); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#333, #000); /* Firefox 3.6 - 15 */
    background: linear-gradient(#333, #000); /* 标准的语法（必须放在最后） */
    /* box-shadow: 1px 1px 3px #555; */
    color: #fff;
    height: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
#search .fa-search{
    font-size: 18px;   
} 
.head_tit{
    overflow: hidden;
    margin-bottom: 50px;
}
.speaker_list{
    
}
.speaker_list .letter{
    /* background: #eee; */
    text-indent: 20px;
    font-weight: bold;
    font-size: 18px;
}
.sperkerInfo{
    background: #fff;
    /* border-radius: 35px; */
    /* margin: 10px 0; */
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.sperkerInfo .info_img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    margin: 0 auto;
}
.sperkerInfo .info_img img{
    width: 100%;
    /* height: 100%; */
}
.sperkerInfo .intro{
    
}
.sperkerInfo .intro .intro_name{

}
.sperkerInfo .intro .intro_company{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 讲者搜索 */
#name_fluid{
    position: fixed;
    right: 0;
    left: 0;
    top: 50px;
    display: none;
    background: rgba(250,250,250,0.8);
}
#name_fluid .nf{
    display: inline-block;
    width: 4%;
    text-align: center
}
#name_fluid .nf a{
    display: block;
}
.letter_now{
    background: #eee;
    line-height: 2;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    text-indent: 1rem;
}
.nl:nth-child(1){
    border-top: 1px solid #eee;
}
