.header-cp {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
  background-image: linear-gradient(197deg, #005fc1 0%, #004082 100%);
}
.header-cp h2 {
  font-size: 28px;
}
.header-cp p {
  width: 222px;
}
.left-cp ul li {
  width: 100%;
  border: 1px solid #bcc5ce;
  border-top: 0px;
}
.left-cp ul li a {
  display: inline-block;
  width: 100%;
  line-height: 52px;
  font-weight: 600;
  color: #537895;
  padding-left: 4%;
}
.left-cp ul li:hover {
  background-image: linear-gradient(197deg, #005fc1 0%, #004082 100%);
}
.left-cp ul li:hover a {
  color: #fff;
}
.cons {
  margin-left: 2%;
}
