a {
  text-decoration: none;
  color: #000000;
}
.table-content{
  border-collapse: collapse;
}
.table-content thead th{
  text-align: left;
}
.table-content tr td {
  border-bottom: 1px solid #c4c4c4;
}
.table-content tr td{
  padding: 16px 0;
  font-size: 14px;
  line-height: 20px;
}
.table-content th {
  padding: 16px 0;
  font-size: 16px;
  line-height: 24px;
}
.table-content .first-td a {
  overflow: hidden;
  display: block;
  width: 328px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.table-content td a:hover {
  text-decoration: underline;
}
.pagination  {
  margin-top: 48px;
  margin-bottom: 90px;
}
.pagination a, .pagination span {
  color: #2f6ea2;
  border: 1px solid #dbdbda;
  font-size: 16px;
  padding: 0 10px;
  margin-right: 4px;
  line-height: 30px;
}
.pagination span {
  border: none;
}
.pagination .active {
  border: 1px solid #dbdbda;
  color: #ffffff;
  background: #2f6ea2;
}
.loading{
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 100;
}
.loading-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../assets/loading.gif') no-repeat;
  background-size: 60px 60px;
}