.banner {
  font-size: 0;
  position: relative;
  display: block;
}

.cont {
  margin-top: 50px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(199, 199, 199, 0.25);
  padding: 30px;
}
.cont form {
  font-size: 16px;
  color: #015293;
}
.cont form input {
  width: 520px;
  height: 38px;
  border: 1px solid #e6e8e8;
  margin: 0 20px;
  padding: 0 17px;
}
.cont form button {
  width: 106px;
  height: 38px;
  background: #015293;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
.cont form a {
  display: block;
  width: 106px;
  height: 38px;
  background: #29b412;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
.cont form a:hover {
  color: #fff !important;
}
.cont .list .tit {
  font-size: 18px;
  font-weight: bold;
  color: #015293;
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.cont .list .tit::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  background-color: #015293;
  margin-right: 14px;
}
.cont .list table {
  margin-top: 30px;
  width: 100%;
}
.cont .list table thead th {
  color: #015293;
  padding: 12px 0;
  font-size: 18px;
}
.cont .list table tbody tr:nth-child(odd) {
  background-color: #e8eef9;
}
.cont .list table tbody td {
  text-align: center;
  padding: 12px 0;
}/*# sourceMappingURL=leaderlist.css.map */