a {
  /*color: #61819c;*/
  color: #333;
}

body {
  background: #f0f7fd;
}

.content {
  width: 1200px;
  margin: 0 auto;
  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 > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

.content > table tr {
  height: 45px;
}

.content > table td {
  border: 1px solid #D7D7D7;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.36px;
}

.content > table td .daohang {
  margin-right: 36px;
}

.content > table td:has(.daohang) {
  padding-left: 23px;
}

.content > table td .daohang:last-child {
  margin-right: 0;
}

.content > table .bt {
  width: 20%;
  text-align: center;
  font-weight: bolder;
}

.content > table td a:hover {
  color: #2d66a5;
  font-weight: 700;
}
