.body-white {
  padding-top: 0;
}
.body-white .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.body-white .list-bg {
  padding-top: 70px;
  background-image: url('../../images/bg-list.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.body-white .list-container {
  min-height: 74vh;
  margin-top: 25px;
}
.body-white .list-container .nav_list {
  list-style: none;
  display: flex;
  margin-left: 159px;
  font-size: 14px;
  margin-bottom: 30px;
}
.body-white .list-container .nav_list li {
  color: #000;
  min-width: 50px;
}
.body-white .list-container .nav_list li span {
  margin: 0 5px;
}
@media (max-width: 660px) {
  .body-white .list-container .nav_list {
    margin-left: 0;
    padding: 0;
  }
}
.body-white .list-container .row .side {
  transition: all 0.3s;
}
.body-white .list-container .row .side ul {
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  padding: 14px 0;
  border-radius: 6px;
}
.body-white .list-container .row .side ul li {
  min-width: 157px;
  min-height: 36px;
  padding: 5px 0 5px 10px;
  cursor: pointer;
  margin-bottom: 10px;
}
.body-white .list-container .row .side ul li:last-child {
  margin-bottom: 0;
}
.body-white .list-container .row .side ul li .iconfont {
  font-size: 18px;
  vertical-align: middle;
}
.body-white .list-container .row .side ul li span {
  font-size: 13px;
}
.body-white .list-container .row .side ul li.active {
  position: relative;
  background-color: #3f5a66;
  color: #f6c145;
}
.body-white .list-container .row .side ul li.active::after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 50%;
  content: '';
  background-color: #f6c145;
}
.body-white .list-container .row .right_content {
  background-color: #fff;
  padding: 20px 17px;
  border-radius: 6px;
}
.body-white .list-container .row .list-boxes {
  border: none;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0 40px 0;
  margin-left: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .body-white .list-container .row .list-boxes {
    margin-left: 0;
  }
}
.body-white .list-container .row .list-boxes:last-child {
  border: none;
}
.body-white .list-container .row .list-boxes .pic {
  width: 198px;
  height: 133px;
  flex-shrink: 0;
  transition: all 0.3s;
  margin-right: 20px;
}
.body-white .list-container .row .list-boxes .pic img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.body-white .list-container .row .list-boxes .content {
  line-height: 44px;
  transition: all 0.3s;
}
.body-white .list-container .row .list-boxes .content .title {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  max-width: 550px;
}
.body-white .list-container .row .list-boxes .content .excerpt {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 23px;
  height: 41px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 兼容 Firefox */
}
@supports (-moz-appearance: none) {
  .body-white .list-container .row .list-boxes .content .excerpt .overflow-multiline {
    display: -moz-box;
    -moz-box-orient: vertical;
  }
}
.body-white .list-container .row .list-boxes .content .date {
  color: #b9b9b9;
  font-size: 14px;
  margin-top: 10px;
}
.body-white .list-container .row .list-boxes .content .date > span:first-child {
  margin-right: 40px;
}
@media (max-width: 520px) {
  .body-white .list-container .row .list-boxes {
    flex-wrap: wrap;
  }
  .body-white .list-container .row .list-boxes .pic {
    width: 100%;
    height: auto;
  }
}
.body-white .list-container .row .pagination li span,
.body-white .list-container .row .pagination li a {
  margin-right: 10px;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #000;
  font-size: 12px;
  border: none;
}
.body-white .list-container .row .pagination li span:hover,
.body-white .list-container .row .pagination li a:hover {
  background-color: #f6c145;
}
.body-white .list-container .row .pagination li span {
  background-color: #f6c145;
}
.body-white .list-container .row .pagination li .page-link {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  padding: 0;
  line-height: 30px;
  padding: 0 5px;
}
