.index-container {
  width: 790px;
  height: 420px;
  padding: 10px;
  overflow: hidden;
}

.left-container {
  float: left;
  width: 570px;
  height: 400px;
  border: 1px #a4a4a6 solid;
}

.left-container .echarts-container {
  width: 100%;
  height: 300px;
  border-bottom: 1px #a4a4a6 solid;
}

.left-container .echarts-table {
  padding: 20px 5px;
}

.left-container .echarts-table table {
  border-collapse: collapse;
  width: 100%;
}

.left-container .echarts-table table, .left-container .echarts-table td, .left-container .echarts-table th {
  border: 1px solid #a4a4a6;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #666;
}

.left-container .echarts-table th {
  background-color: #cdcdcd;
  color: #4b6984;
}

.right-container {
  float: right;
  width: 190px;
}

.right-container ul li {
  background-color: #dbdbdd;
  height: 199.5px;
  border-bottom: 1px #a4a4a6 solid;
  font-size: 14px;
  color: #666;
  line-height: 200px;
  text-align: center;
  cursor: pointer;
}

.right-container ul li.active {
  background-color: #70b02d;
  color: #000;
}
