.banner {
  font-size: 0;
  position: relative;
  display: block;
}
.banner .title {
  position: absolute;
  top: 50%;
  font-size: 46px;
  color: #ffffff;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cont {
  margin: 30px auto;
  box-shadow: 0px 4px 18px 0px rgba(37, 37, 37, 0.25);
  padding: 20px;
}
.cont .left .title {
  width: 299px;
  height: 44px;
  background: #2f65c5;
  color: #fff;
  font-size: 18px;
}
.cont .left .title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #fff;
  margin: 0 17px;
}
.cont .left .sideMen {
  border: 1px solid #e6e6e6;
  padding: 10px 16px;
}
.cont .left .sideMen .wrap:not(:first-child) {
  margin-top: 10px;
}
.cont .left .sideMen .wrap h3 {
  width: 100%;
  height: 36px;
  background: #e7e7e7;
  font-size: 15px;
  color: #333333;
  font-weight: normal;
  padding: 0 16px;
}
.cont .left .sideMen .wrap h3 a {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont .left .sideMen .wrap h3 a:hover {
  color: #fff !important;
}
.cont .left .sideMen .wrap h3 .iconfont {
  color: #2f65c5;
}
.cont .left .sideMen .wrap h3.on {
  background: #2f65c5;
  color: #fff;
}
.cont .left .sideMen .wrap h3.on .iconfont {
  color: #fff;
}
.cont .left .sideMen .wrap ul {
  background-color: #f7f7f7;
  padding: 10px;
  display: none;
}
.cont .left .sideMen .wrap ul li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
  box-sizing: content-box;
  border: 1px solid #dddddd;
}
.cont .left .sideMen .wrap ul li.on {
  background-color: #e0ebff;
  border-color: #e0ebff;
}
.cont .left .sideMen .wrap ul li.on a {
  color: #2f65c5;
}
.cont .left .sideMen .wrap ul li:not(:first-child) {
  margin-top: 10px;
}
.cont .left .sideMen .wrap ul li a {
  padding-left: 24px;
  display: block;
  color: #5d5959;
  font-size: 15px;
}
.cont .right {
  margin-left: 30px;
}
.cont .right table {
  width: 100%;
}
.cont .right table thead tr th {
  padding: 2px 0 18px;
  border-bottom: 2px solid #2f65c5;
  font-size: 20px;
}
.cont .right table tbody {
  font-size: 18px;
}
.cont .right table tbody tr:nth-child(even) {
  background-color: #eeeeee;
}
.cont .right table tbody tr td {
  text-align: center;
  padding: 20px 0;
}
.cont .right table tbody tr td .detail {
  margin-top: 13px;
  width: 128px;
  height: 29px;
  background-color: #2f65c5;
  font-size: 18px;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.cont .right table tbody tr td .detail:hover {
  color: #fff !important;
}