

 
.serverLi {
  width: auto;
  height: 74px;
  line-height: 80px;
  font-size: 16px;
  color: #333333;
  float: left;
  cursor: pointer;
  list-style: none;
  text-align: center;
  transition: border-bottom-color 0.4s;
}
.serverLi a {
  color: #333;
  padding: 0 18px;
  display: inline-block;
  min-width: 100px;
}
.serverLi.solu {
  border-bottom: 3px solid #ca4300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  font-weight: bold;
}
.serverLi.demo {
  border-bottom: 3px solid #ca4300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  font-weight: bold;
}
.serverLi.demo a {
  display: inline-block;
  font-weight: normal;
  color: #ca4300;
  font-size: 16px;
  padding-right: 10px;
}
.serverLi.demo a:hover {
  font-weight: bold;
}
.serverLi.demo a i {
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #ca4300;
  border-right-width: 0;
  border-style: dashed;
  border-left-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: 0;
  top: 35px;
}
.serverLi.reletive {
  border-bottom: 3px solid #ca4300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #333333;
  font-weight: bold;
}
.serverLiActive {
  border-bottom: 3px solid #004d71;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #004d71;
  font-weight: bold;
}
.serverLiActive a {
  color: #004d71;
}
.search_list li {
  border-bottom: 1px solid #004d71;
  padding: 10px 0;
  clear: both;
}
.search_list li h2 {
  font-weight: normal;
  margin: 10px 0;
}
.search_list li h2 a {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  cursor: pointer;
}
.search_list li h2 a:hover {
  color: #ca4300;
}
.search_list li h2 span {
  font-size: 12px;
  color: #eee;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-left: 5px;
  background: #888;
  padding: 3px;
}
.search_list li h2 span.active {
  background: #ca4300;
  color: #fff;
}
.search_list li p {
  color: #999;
  font-size: 14px;
}
.search_list li .search_list_down a {
  font-size: 14px;
  color: #000;
  padding-left: 25px;
  background: url('../images/down.png') center left no-repeat;
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.search_list .search_empty_list {
  text-align: center;
  height: 400px;
  line-height: 400px;
}

