.overview-middle-panel-top{
  background: url(../../img/blue/img_39.gif);
  height: 53px;
  width: 1438px;
  background-position: -42px;
  margin-top: 5px;
}

.overview-middle-panel-left{
  background: url(../../img/blue/img_40.gif);
  width: 46px;
  height: 259px;
  background-position: -42px;
}

.overview-middle-panel-center{
  margin-top: 0px;
  background-color: #060C26;
  width: 1300px;
  height: 250px;
  color:#FFF;
  text-align: center;
  font-size: 12px;
}

.overview-middle-panel-center-chart{
  width:1290px;
  min-width:1290px;
  height:220px;
  min-height:220px;
  z-index:300;
}

.overview-middle-panel-right{
  background: url(../../img/blue/img_42.gif);
  width: 52px;
  height: 259px;
}

.overview-middle-panel-bottom{
  background: url(../../img/blue/img_44.gif);
  width: 1438px;
  height: 38px;
  background-position: -42px;
}

.date-line {
  position: absolute;
  top:310px;
  right: 451px;
  z-index: 400;

}
.date-line > select {
  border-radius: 4px;
  width: 75px;
  height: 32px;
  border: 1px solid #068fd4;
  background-color: #081b55;
  color: #068fd4;
  font-weight: bolder;
  font-size: 8px;
}
.date-line > select > option {
  color: #03a0ef;
}

.last-prev{
  position: absolute;
  left: 885px;
  top: 305px;
  padding: 5px;
  color: #068FD4;
}
.last-prev i {
  border: 1px solid #068FD4;
  border-radius: 5px;
  background: #081B55;
  width: 25px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.last-next{
  position: absolute;
  left: 982px;
  top: 305px;
  padding: 5px;
  color: #068FD4;
}
.last-next i {
  border: 1px solid #068FD4;
  border-radius: 5px;
  background: #081B55;
  width: 25px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}


.el-icon-caret-left:hover{
  color: #FFF;
  border: 1px solid #FFF;
}
.el-icon-caret-right:hover{
  color: #FFF;
  border: 1px solid #FFF;
}
