.jj-header{
  width:100%;
  height:50px;
  background:#1d1b1b;
  overflow:hidden;
  margin:0 auto;
  -webkit-box-shadow: #666 0px 0px 3px;
  -moz-box-shadow: #666 0px 0px 3px;
  box-shadow: #666 0px 0px 3px;
  behavior: url(/PIE.htc);
  border-bottom: 1px solid #fff;

  position:fixed;


}

.jj-header-name{
  height: 50px;
  width: 80px;
  margin-left: 10px;
}
.jj-header-name p{
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 15px;
  color: #D7B466;
}

.jj-logo{
  width: 100%;
  height: 100%;
}

.jj-stop_flag{
  height: 100%;
  color: #D7B466;
  font-size: 15px;
  line-height: 50px;

  position: absolute;
  top: 0;
  right: 10px;
}


.jj-content_div{
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
  background-color: #fff;

  border-radius: 6px;
}

.jj-tag{
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #333333;
  padding-left: 10px;
  margin: 0;
}

.jj-content_tab{
  width:100%;
  overflow:hidden;
}

.jj-align_right{
  text-align:left;
  color: #b4b4b4;
}

.jj-content_tab th{
  background-color:#fff;
  color:#c4c4c4;
  font-size:13px;
  height:25px;
  line-height:25px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-align:left;
}

.jj-content_tab tr td{
  height:50px;
  line-height: 50px;
  font-size:18px;
  padding-left: 5px;
  padding-right: 5px;
}

.jj-single_tr{
  background-color: #efeff4;
}

.jj-content_name{
  color: #333;
}

.jj-content_name_h{
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin: 0;

}

.jj-content_subname{
  height: 18px;
  line-height: 18px;
  color: #b4b4b4;
  font-size: 12px;
  margin: 0;

}


.jj-footer_span{
  display:inline-block;
  width:100%;
  float:left;
  overflow:hidden;
  line-height:20px;
  color: #b4b4b4;
  font-size: 14px
}

.jj-icp{
  color: #b4b4b4;
}