.content {
  padding: 0 60px;
  font-family: "Nunito", sans-serif;
}
.content .news .title {
  font-size: 18px;
  color: #2D4447;
  padding-top: 38px;
}
.content .table-list {
  overflow-x: auto;
}
.content .table-list table {
  max-width: 100%;
}
.content .table-list table thead tr td {
  font-weight: bold;
  font-size: 18px;
  color: #2D4447;
  border: none;
  border-bottom: 1px solid #F2F2F2;
}
.content .table-list table tbody tr {
  height: 93px;
}
.content .table-list table tbody tr:nth-child(2n) {
  background-color: #F6F6F6;
}
.content .table-list table tbody tr td {
  vertical-align: middle;
  border: none;
}
.content .table-list table tbody tr td:nth-child(1) {
  width: 200px;
}
.content .table-list table tbody tr td:nth-child(1) img {
  display: block;
  max-width: 100%;
  max-height: 93px;
  margin: 0 auto;
}
.content .table-list table tbody tr td a {
  color: #33AFBD;
}

@media (max-width: 1023.98px) {
  .main-con .content {
    padding: 0 15px;
  }
  .main-con .content .news .title {
    font-weight: bold;
    font-size: 18px;
    color: #2D4447;
    padding-top: 15px;
  }
}
