.list-page-content-container {
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 500px;
}
.left-container {
  width: 26.285%;
  float: left;
}
.left-container .menu-title {
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-image: url(../images/yj-lzx-bg-list-menu.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.left-container .menus {
  background-color: #fff;
}
.left-container .menus li {
  margin-bottom: 2px;
}
.left-container .menus li a {
  display: block;
  height: 88px;
  line-height: 88px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f5f5f5;
  font-size: 20px;
  color: #333;
}
.left-container .menus li a:hover {
  background-color: #e4ebfc;
  color: #3a5bb3;
}

.right-container {
  width: 70%;
  float: right;
}
.right-container .section-title {
  border-bottom: solid 1px #ebebeb;
}
.right-container .section-title span {
  padding: 15px 30px;
  background-color: #3a5bb3;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}
.right-container .list {
  margin-top: 9px;
  margin-bottom: 40px;
}
.right-container .list li {
  height: 23px;
  line-height: 23px;
  position: relative;
}
.right-container .list li h1 {
  font-size: 20px;
  color: #333;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.right-container .list li:hover h1 {
  color: #3a5bb3;
}
.right-container .list li span {
  font-size: 20px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}
