/*会议日程*/
/*表格样式*/
.schedule_bor{
    min-height: 800px;
    background: white;
    margin-top: 25px;
}
table{
    text-align: center;
    background: white;
    margin-bottom: 0!important;

}
table tr td{
    height: 40px;
    line-height: 40px!important;
    padding: 0;
}
table th{
    text-align: center;
    color: #59b6f3 ;
    font-size: 20px;
}
table td{
    padding: 0;
}
.schedule_div{
    min-height: 50px;
    background: rgb(175,230,255);
    text-align: center;
    font-size: 20px;
    color: rgb(34,124,235) ;
    line-height: 50px;
}
.schedule_p{
    margin: 0 30px;
    line-height: 40px;
    font-size: 18px;
}
.schedule_left{
    float: left;
}
.schedule_right{
    float: right;
}
.table-responsive{
    clear: both;
}
.schedule_dd{
    background: white;
    /*border: 1px solid #eee;*/
    height: 40px;
}
.schedule_bor{
    border: 1px solid #CFCECE;
    box-shadow: 1px 1px 5px  #5c5c5c;
}
.schedule_a{
   display: inline-block;
    background: rgb(175,230,255);
    color: black;
    width: 100px;
    margin: 0;
    line-height: 35px;
    border-radius: 5px;
}
.schedule_a:hover{
    color: red;
    /*background:white;*/
}
table tr{
    border-bottom: 1px solid #ddd;
}