.header-logo {
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  
}
.header-logo img {
  display: block;
  float: left;
}
.header-logo .system-name {
  width: 300px;
  margin-left: 96px;
  font-size: 28px;
  text-align: center;
}
.header-logo .system-name div {
  line-height: 1.5;
  /*background-color: #f0f6fa;*/
}
.header-logo .system-name span {
  display: block;
  font-size: 24px;
}
.header-select {
  float: right;
  height: 106px;
  padding: 12px 0;
  /*background-color: #f8f8f8;*/
}
.header-select .select-list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-select .select-list > ul > li {
  float: left;
  width: 12.66%;
  padding: 2px 0;
  margin-bottom: 8px;
  text-align: center;
  cursor: pointer;
  background-color: #c8e4ff;
  border-radius: 20px;
  margin-right: 8px;
}
.header-select .select-list > ul > li.active {
  color: #FFFFFF;
  background-color: #3362a6;
  border-radius: 20px;
  margin-right: 8px;
}
.masthead-201709162334 {
  /*padding: 0;*/
}
