.news-list-content {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.location {
  font-size: 14px;
  line-height: 24px;
}
.location a {
  color: #262626;
}

.section-title {
  height: 55px;
  line-height: 55px;
  border-left: solid 4px #0649a5;
  background-color: #f0f7ff;
  color: #0649a5;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.news-list li:nth-child(6n) {
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
  box-sizing: content-box;
}

.link-btns li {
  list-style-type: none;
  width: 23.357%;
  margin-left: 2.08%;
  height: 48px;
  line-height: 48px;
  float: left;
  margin-bottom: 15px;
  background-color: #f0f7ff;
  transition: all 0.3s;
}
.link-btns li a {
  display: block;
  color: #0649a5;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.link-btns li:nth-child(4n + 1) {
  margin-left: 0;
}
.link-btns li:hover {
  box-shadow: 0 0 5px rgba(18, 102, 198, 0.2);
}

