﻿.banner {
  background: url(../images/banner2.jpg) no-repeat center;
  height: 300px;
  background-size: cover;
}
.cnt {
  padding: 40px 0 70px;
}
.list-top {
  padding-bottom: 18px;
  border-bottom: 1px solid #d6e4ea;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-top h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
.list-top h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1a4eb1;
}
.list-top p {
  font-size: 14px;
  color: #808080;
}
.list-top p a {
  color: #808080;
  margin-right: 4px;
}
.list-top p span {
  color: #1a4eb1;
  margin-left: 4px;
}
.list ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(214, 228, 234, 0.66);
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
}
.list ul li:first-child {
  padding: 31px 0 20px;
}
.list ul li a {
  padding-left: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  line-height: 24px;
  background: url(../images/listicon2.png) no-repeat left;
  font-family: OPPOSans;
  font-weight: 400;
}
.list ul li span {
  font-size: 15px;
  line-height: 20px;
  color: #808080;
}
.list ul li:hover {
  border-bottom: 1px solid #1a4eb1;
}
.list ul li:hover a {
  color: #1a4eb1;
}
.pages {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border-bottom: 1px solid #d7e1e9;
  background: #eef2fa;
  color:#999;
}
.pages a:hover{
  background: #1a4eb1;
  color: #fff;
}