@media print {
  *,*:before,*:after {
      background: #000 !important;
      color: #000 !important; 
      box-shadow: none !important;
      text-shadow: none !important;
  }

}
header,footer,#searchfrm,.btnNav,.printHidden{
  display: none;
}
/* 打印页面主标题 */
.onlyPrintVisible{
  text-align:center; font-size: 24px; font-weight: bold; border-bottom: 1px #ccc solid; padding-bottom: 15px; margin-bottom: 20px;
}
.onlyPrint{
  margin-bottom: 15px;
}
/* 搜索结果列表 开始 */
.searchTable{
  border:0px #dedede solid; border-collapse:collapse;/*设置边框 合并边框*/
  width: 100%; background-color: #fff; margin-bottom: 15px; 
}
.searchTable th{
  border:1px #ddd solid; padding:3px 0; text-align: center; font-weight: normal;
  color: #222;
}
.searchTable td{
  padding: 4px; border:1px #ddd solid; text-align: center;
}

.pageInfo input{
  width: 40px;
}

.addCon{
  padding: 20px; display: block!important; 
}

#accordion .panel{
  border: 1px #ddd solid;
  border-radius: 0;
  margin: 0 0 12px 0;
  position: relative;
}
#accordion .panel:before{
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #5bc0de 0%,#3f69c4 100%);
  position: absolute;
  top: 0;
  left: -2px;
}
#accordion .panel-heading{
  padding: 0;
  background: #fff;
  position: relative;
}
#accordion .panel-title{
  color: #0079d6;
}
#accordion .panel-title a{
  display: block;
  padding: 15px 25px 15px 20px;
  font-size: 18px; font-weight: bold;
  font-weight: 600;
  color: #0079d6;
  border: none;
  margin: 0;
  position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
  content: "\f068";
  font-family: fontawesome;
  width: 25px;
  height: 25px;
  line-height: 23px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: normal;
  color: #f60;
  text-align: center;
  border: 1px solid #f60;
  background-color: rgba(255,102,0,0.2);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
#accordion .panel-title a.collapsed:before{
  content: "\f067"; 
}
#accordion .panel-body{
  padding: 0 20px 15px; border: none; font-size: 14px; line-height: 28px;
}
/* 搜索详细页 */
.searchDetailTable{
  border:1px #dedede solid; border-collapse:collapse;
  width: 100%; background-color: #fff; 
}
.searchDetailTable th{
  border:1px #dedede solid; padding:6px; text-align: right; font-weight: normal;
  background-color: rgba(200,210,237,0.3);
}
.searchDetailTable td{
  border:1px #dedede solid; padding:6px; text-align: left;
}
.searchDetailTable th.text-center,.searchDetailTable td.text-center{
  text-align: center;
}
/* =========================================================================== */
/* 美化单选按钮 RADIO */
.regular-radio {
display: block!important; background: #000!important; width: 32px; height: 32px;
}
.regular-radio + label {
  display: none!important;
}
