a:hover{
    color: #E77718
    
}
p{
    margin: 0 0;
}
.breadcrumb{
    background: none;
}
@media (min-width: 768px){
    .content{
       width: auto;
    }
}
.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;
}
    .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;
}
.head_tit{
    overflow: hidden;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.head_search_type{
    
}
.head_search_type .hy_type{

}
.head_search_type .hy_type a{
    margin-left: 10px;
}
.head_search_type .hy_type .type_on{
    background: #FF6700;
    color: #fff;
    padding: 2px 5px;
}
.table-bordered thead th{
    /* background: #EEEEEE; */
    color: #000;
}
.table-bordered,.table-bordered > thead > tr > th{
    border: 1px solid #999;
}
.table-bordered > tbody > tr > td,.table-bordered > tbody > tr > th{
    border: 1px solid #999;

}
table tbody .tc{
    text-align:center;
    vertical-align:middle !important;
}

/* speaker */
.speaker_info{
    background: #fcfcfc;
    padding: 20px 0;
}
.full-left{
    float: left;
}
.info_img{
    width: 100px;
}
.info_img img{
    width: 100%;
}
.select{
    display: inline-block;
    width: 200px;
}
.select .form-control{
    width: 70%;
    display: inline;
}
table th,table td{
    vertical-align: middle;
    text-align: center;
}
.danger{
    background: #f2dede !important
} 
.warning{
    background: #fcf8e3 !important
}
.info{
    background: #d9edf7 !important
}
.success{
    background: #dff0d8 !important
}
.one{
    background: #1E9FFF !important
}
.two{
    background: #5FB878 !important
}
.three{
    background:#009688 !important   
}
.four{
    background: #FF5722 !important;
}
.five{
    background: #2F4056 !important;
}
.six{
    background: #97c042 !important;
}
.table-bordered{
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 20px;
    border: none;
}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > td {
    
    border: none;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th{
    border: none;
}

table .th{
    width: 100px;
    color: #fff;
}
table{
    border-radius: 10px;
    min-width: 1157px;
}