
body {
  background: #f0f7fd;
}

.content {
  width: 1200px;
  margin: 0 auto 40px;
  background: #fff;
  padding: 20px;
}

.content .title {
  color: #333;
  font-family: Microsoft YaHei;
  height: 48px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.48px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.content .title span {
  position: relative;
  height: 100%;
  padding: 5px;

}

.content .title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #305E99;
}

.content .ztlm {
  display: flex;
  justify-content: space-between;
}

.content ul {
  width: calc(50% - 20px);
}

.content ul li {
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: 0.36px;
  padding-left: 14px;
  border-bottom: 1px solid #D7D7D7;

}

.content ul li a {
  color: #555;
}

.content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #D7D7D7;
  border-radius: 50%;
}

.content ul li:hover a {
  color: #2D66A5;
}
