
.breadcrumb{margin-bottom:0;width:100%;height:38px;margin-top:70px;border-bottom:1px solid #EFEFEF; border-top:1px solid #dedede;background-image: -moz-linear-gradient(top,#f5f5f5,#fff);
    background-image: -webkit-linear-gradient(top,#f5f5f5,#fff);
    background-image: -ms-linear-gradient(top,#f5f5f5,#fff);
    background-image: linear-gradient(top,#f5f5f5,#fff);display:inline-block;}
.main{padding:0;}
.door form{padding:16px;}
.door .videopic img{width:48px;margin:0 6px;}
.table tbody{border-bottom:1px solid #ddd;}
.table>tbody>tr{height:60px;}
.table>tbody>tr>td, .table>tbody>tr>th{text-align: center;}
.table>tbody>tr>td{vertical-align: middle;}
.table>tbody>tr{background: #fff;}
.table>tbody>tr:first-child{background:#dedede;height:40px;}
.border_lr0{border-left:none;border-right:none;}

select.form-control{background: url("../images/arrow.png") no-repeat scroll right center #fff;}

form .screen1{width:20%;margin-right:1%;float:left;}
form .screen2{width:20%;margin-right:1%;float:left;}
form .screen3{width:13%;margin-right:1%;float:left;}
form .screen4{width:30%;margin-right:1%;float:left;}
form .screen5{width:13%;float:right;}
.glyphicon{color:#949494;}

form .screen5 .glyphicon{padding-right:8px;top:2px;color:#fff;}

.pagination{float:right;}


@media screen and (max-width: 840px) {
    .breadcrumb{margin-top:44px;}
    #titleBar{position: fixed;}
    #titleBar .logo{margin:0 auto;padding-top:0;}
    #titleBar .backBtn{position: absolute;left:15px;top:0;/*border:1px solid #0d73ab;border-radius:8px;background-image: -moz-linear-gradient(top,#1cadff,#0495e9);
        background-image: -webkit-linear-gradient(top,#1cadff,#0495e9);
        background-image: -ms-linear-gradient(top,#1cadff,#0495e9);
        background-image: linear-gradient(top,#1cadff,#0495e9);-moz-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); -webkit-box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24); box-shadow:inset 0 1px 0 #5bdcff,0 1px 0 rgba(0,0,0,0.24);*/}
    #titleBar .addBtn{position: absolute;right:15px;top:0;}
    #titleBar .backBtn:hover{transform:scale(0.9);}
    #titleBar .addBtn:hover{transform:scale(0.9);}
    .notice .addBtn{display:none;}
}

@media screen and (min-width: 768px){
    .form-inline .screen3 .form-control {
        width: 100%;}
}



@media screen and (max-width: 767px){
    .table-responsive   {border:none;}
    /* 筛选按钮部分*/
    form .screen1{width:33.8%;margin-right:2%;float:left;}
    form .screen2{width:33.8%;margin-right:2%;float:left;}
    form .screen3{width:28%;float:right;margin-right:0;}
    form .screen4{width:100%;}
    form .screen5{width:100%;}

}