#manuscript-statistics {
  padding: 20px;
  position: relative;
  min-height: 1000px;
  box-sizing: inherit;
}
.manuscript-statistics {
  padding: 25px 40px;
  width: 100%;
  border: 1px solid #E7E7E7;
  margin-top: 10px;
  height: 360px;
}
.manuscript-statistics h5 {
  line-height: 50px;
}
.manuscript-statistics ul {
  width: 100%;
  padding: 0 0 0 15px ;
}
.manuscript-statistics ul li {
  width: 25%;
  margin: 18px 0 ;
  float: left;
}
.manuscript-statistics ul li input {
  width: 105px;
  float: right;
  margin-right: 35px;
}
.manuscript-statistics ul li select {
  width: 105px;
  float: right;
  margin-right: 35px;
  text-align: center;
}
.manuscript-statistics ul li select option {
  text-align: center;
}
.manuscript-statistics ol {
  clear: both;
  width: 100%;
  padding: 0 0 0 15px ;
}
.manuscript-statistics ol li {
  float: left;
  margin: 18px 0 ;
}
.manuscript-statistics ol li input {
  width: 118px;
  height: 24px;
}
.manuscript-statistics ol .lis {
  width: 70px;
  margin: 16px 15px 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  float: left;
  color: #000;
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  cursor: pointer;
  font-size: 12px;
}
.manuscript-statistics ol .lis.active {
  border: 1px solid #199ED8;
  background-color: #fff;
  color: #199ED8;
}
.manuscript-statistics ol .manuBtn {
  width: 80px;
  height: 28px;
  text-align: center;
  font-size: 16px;
  margin: 0 10px;
  border: none;
  background-color: #199ed8;
  color: #fff;
}
.listsImg img {
  max-height: 66px;
}
.tables th,
.tables td {
  vertical-align: middle;
}
