/*--yuhailing--*/
/*--表格移动适应--*/
.table-pc {}
.table-mobile {display:none;}
table.mobile-table-jy tbody tr td.table-m font {display:none;}

@media screen and (max-width: 767px) {
.table-pc {display:none;}
.table-mobile {display:block;}

.navbar-header a.navbar-brand {color: #fff;}
.navbar-default .navbar-toggle .icon-bar {background-color:#fff;}

.mobile-panel {border: none;}

table.mobile-table-jy {background: #f5f8fa;}

table.mobile-table-jy thead {display:none;}
table.mobile-table-jy thead tr {}
table.mobile-table-jy thead tr th {}

table.mobile-table-jy tbody {display:block;overflow:hidden;width:100%;background: #f5f8fa;}
table.mobile-table-jy tbody tr {display:block;overflow:hidden;width:100%;margin-bottom: 10px;border: none;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: #fff;}
table.mobile-table-jy tbody tr:last-child {margin: 0;}
table.mobile-table-jy tbody tr td.table-m {display:block;overflow:hidden;width:100%;border: none;border-bottom: 1px solid #ddd !important;}
table.mobile-table-jy tbody tr td.table-m.two {width:50%;float:left;border-right: 1px solid #ddd;}
table.mobile-table-jy tbody tr td.table-m.three {width:50%;float:right;}
table.mobile-table-jy tbody tr td.table-m font {display:block;text-align:left;}

.tx-css {}
.tx-css .mobile-xr {}
.tx-css .mobile-xr h3 span.pull-right {
    clear: both;
    display: block;
    float: none !important;
    margin-top: 10px;
    word-break: break-all;
}
.tx-css .panel-default .panel-body .row .col-md-5 a.pull-left {
    word-break: break-all;
    text-align: left;
}
.tx-css .row .col-md-12 .panel-default table.table-bordered tbody tr td.pll {word-break:break-all;}
.tx-css .panel-default table.table-bordered tbody tr td.col-md-5 small a {word-break:break-all;}
table.table-bordered td {word-break:break-all;}
.tx-css .panel-default .panel-body .row .col-md-5 a {word-break:break-all;}

}