body {
  background-color: #f4f8ff;
}
.jdb-jczwgk-container {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
}
.location {
  font-size: 14px;
  line-height: 24px;
}
.location a {
  color: #262626;
}
.page-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  text-shadow: 0px 2px 5px #c0c1c3;
}
.content-container {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 5%);
  padding: 25px;
}

.content-container .section-title {
  font-size: 22px;
  font-weight: bold;
  color: #0649a5;
  text-align: left;
  padding-bottom: 23px;
  border-bottom: solid 1px #cee3fd;
  padding-left: 15px;
}
.content-container .section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #0649a5;
}
.content-container .section-title .more {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  border: solid 1px #0649a5;
  padding: 7px 14px;
  font-size: 16px;
  color: #0649a5;
}
.content-container .section-title .more:hover {
  background-color: #0649a5;
  color: #fff;
}
.news-list {
  margin-top: 15px;
  margin-bottom: 20px;
}
.news-list > li::before {
  display: none;
}
.news-list > li {
  padding-left: 0;
}
.content-container .list2 {
  margin-top: 17px;
}
.content-container .list2 li {
  list-style-type: none;
  width: 22.47%;
  height: 58px;
  line-height: 58px;
  background-color: #f0f6ff;
  text-align: center;
  margin-left: 3.37333%;
  margin-bottom: 17px;
  float: left;
  transition: all ease 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 15px;
}
.content-container .list2 li:nth-child(4n + 1) {
  margin-left: 0;
}
.content-container .list2 li:hover {
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.2);
}
.content-container .list2 li a {
  font-size: 18px;
  color: #0649a5;
}
.content-container .more1 {
  border-radius: 4px;
  border: solid 1px #0649a5;
  font-size: 16px;
  color: #0649a5;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 15px auto;
}
.more1:hover {
  background-color: #0649a5;
  color: #fff;
}
