/* 这里定义的css会覆盖外部引入的css文件中的定义，同时会被inline中的css定义。html中不应该再出现style标签。除非你作局部替换(scope)——注意，很多浏览器是不支持的scope。 */
.table tbody tr  td{
  border-top-width: 0px!important;
}
body{
  font-family:STXihei!important;color:#000!important;
}

.hvr-underline-reveal:before{
  background:#fa6918!important;
}

div li.active{
  border-bottom-color:#fa6918!important;
}

.radio label{
  
  padding-left:0px!important;
}
span.active {
    color: #5d7895 !important;
}

.textactive>#zan{
  color: #fa6918!important;
}
.textactive01>#zan01{
    color: #fa6918!important;
}
.textactive02>#zan02{
    color: #fa6918!important;
}
.textactive03>#zan03{
    color: #fa6918!important;
}
.textactive04>#zan04{
    color: #fa6918!important;
}
.textactive08>#zan08{
    color: #fa6918!important;
}
.textactive>#xing{
  color: #fa6918 !important;
}
.textactive{
  color: #fa6918 !important;
}
}

.pstyle {
  width:100%;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  border:none;
  color:#666;
}
a{
  color:#666;
}

.nav-tabs>li>a:hover{
  border-color:none;  
}

.nav>li>a:hover{
 background:none; 
}

.nav-tabs>li>a{
  border:none;
}

