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

.content-container {
  margin-top: 40px;
}

.left-menu-container {
  float: left;
  width: 25%;
}
.left-menu-container .section-title {
  height: auto;
  line-height: 2;
  padding-top: 6px;
  padding-bottom: 6px;
}
.left-menu-container .menu-item {
  border: solid 1px #cfe2fc;
  min-height: 55px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5.7%;
  padding-right: 12%;
  font-size: 20px;
  color: #0649a5;
  margin-top: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left-menu-container .menu-item::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/yj-fj-list-ic-circle-arrow-blue.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 5.7%;
  top: 50%;
  transform: translateY(-50%);
}
.left-menu-container .menu-item:hover,
.left-menu-container .menu-item.active {
  background-color: #0649a5;
  color: #fff;
}
.left-menu-container .menu-item:hover::after,
.left-menu-container .menu-item.active::after {
  background-image: url(../images/yj-fj-list-ic-circle-arrow-white.png);
}

.right-container {
  width: 71%;
  float: right;
}

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

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

.link-btns li {
  list-style-type: none;
  width: 23.44%;
  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);
}

