.body-white {
  padding-top: 0;
}
.body-white a {
  color: #000;
}
.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;
}
.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;
}
.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 .content {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 40px;
  min-height: 614px;
  margin-bottom: 109px;
}
.body-white .list-container .row .content img {
  max-width: 100%;
}
.body-white .list-container .row .content .title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.body-white .list-container .row .content .info {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}
.body-white .list-container .row .content .info .auth {
  margin-left: 50px;
}
.body-white .list-container .row .content .post_content {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 30px;
  padding-top: 30px;
}
.body-white .list-container .row .content .bottom p {
  text-align: right;
  font-size: 14px;
  margin: 165px 0 88px 0;
}
.body-white .list-container .row .content .bottom .left {
  text-align: left;
  font-size: 14px;
}
.body-white .list-container .row .content .bottom .left a {
  color: #000;
}
.body-white .list-container .row .content .bottom .left .pre {
  margin-bottom: 5px;
}
.body-white .list-container .nav_list {
  list-style: none;
  display: flex;
  margin-left: 150px;
  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;
  }
}
