.jyj-dashboard-form {
 padding: 0 24px 44px 24px;
 min-width: 940px;
 font-size: 14px;
 margin: auto;
}

.jyj-dashboard-form a {
  display: inline-block;
  color: #333;
  text-align: center;
}

.jyj-dashboard-form .company-data a {
  width: 19%;
  padding: 20px 0px;
}

.jyj-dashboard-form .safe-train-data a {
  width: 32%;
  padding: 0px 0px;
  margin-top: 15px;
}

.jyj-dashboard-form a:hover, .jyj-dashboard-form a:visited, .jyj-dashboard-form a:focus {
  text-decoration: none;
}

.jyj-dashboard-form .jyj-row {

}

.jyj-dashboard-form .jyj-column {
 width: 50%;
 display: inline-block;
 float: left;
}

.content-box {
  border: 1px solid #e6e2e7;
  padding: 12px 20px;
  border-radius: 3px;
  height: 260px;
}

.content-box.content-bottom{
  height: 320px;
}

.content-box.no-border{
  border: 0px;
  padding: 0px;
}

.content-small-box {
  border: 1px solid #e6e2e7;
  padding: 12px 20px;
  border-radius: 3px;
  height: 260px;
}
.content-box h2 {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
  line-height: 24px;
}
.content-left {
  margin-right: 10px;
}
.content-right {
  margin-left: 10px;
}

.company-data.line-1{
  background-color: #f9f9f9;
}

.company-data a h3{
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.company-data.line-1 a h3 {
  color:#0089cb;
}

.chart-tj-div {
  width: 50%;
  float: left;
}

.safe-train-data {
  padding-top: 20px;
  margin-left: -20px;
  margin-right: -25px;
}

.safe-train-data a i {
  font-style: normal;
  display: inline-block;
  background-color: #248dc1;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  font-size: 16px;
}

.safe-train-data a p {
  margin-top: 10px;
}

.jyj-block-header {
  position: relative;
}

.jyj-block-header h2 {
  display: inline-block;
}

.jyj-block-header .date-tool-bar {
  float: right;
  font-size: 12px;
  margin-top: 3px;
}

.jyj-block-header .date-tool-bar a {
  display: inline-block;
  padding: 0px 8px;
  border-right: 1px solid #999999;
  line-height: 12px;
  color: #999999;
}
.jyj-block-header .date-tool-bar a:last-child {
  border-right: 0px;
}

.jyj-block-header .date-tool-bar a.act {
  color: #326195;
  font-weight: bold;
}

.jyj-block-body {
  
}

.jyj-block-body .echart {
  width: 100%;
  height: 100%;
}
.jyj-table {
  position: relative;
}
.jyj-table table {
  width: 100%;
}
.jyj-table table td {
  border: 1px solid #e1e1e1;
  font-size: 12px;
}
.jyj-table table thead td {
  background-color: #f9f9f9;
  padding: 2px 10px;
}

.jyj-table .head-cntr {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.jyj-table .body-cntr{
  background-color: #fff;
}

.jyj-table table tbody td {
  padding: 5px 10px;
}

.jyj-table table tbody .r-even td {
  background-color: #f9f9f9;
}
.jyj-table table tbody {
  height: 200px;
  overflow: auto;
}