.pc-g {
  padding-bottom: 40px;
}

.guide-nav {
  padding: 20px 0;
  margin-left: 37px;
}

.list-wrap {
  padding-left: 37px;
  padding-bottom: 76px;
}
.list-wrap .list-item {
  margin: 34.5px 0;
  line-height: 1.1;
  padding-right: 52px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-wrap .list-item-title {
  font-size: 16px;
  color: #000000;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: relative;
  padding-left: 18px;
}
.list-wrap .list-item-title::after {
  width: 6px;
  height: 6px;
  background: #ACC0D2;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-wrap .list-item-time {
  font-size: 16px;
  color: #666666;
}
.list-wrap .list-item-border {
  height: 1px;
  background-color: #EEEEEE;
}

.pages {
  margin-top: 52px;
  text-align: center;
  overflow: hidden;
}
.pages a {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #EBEBEB;
  font-size: 16px;
  color: #666666;
  margin: 0 3.5px;
  display: none;
}
.pages a.pg-control {
  padding: 0 11px;
  display: inline-block;
}
.pages a.pg-item {
  width: 30px;
}
.pages a.active {
  background: #C91205;
  color: #fff;
}
.pages a.pg-hide {
  background-color: unset;
  height: auto;
  padding: 0;
  margin: 0 6.5px;
  cursor: auto;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .guide-nav {
    margin-left: 0;
    padding: 0.2rem 0;
  }
  .list-wrap {
    padding-left: 0;
    padding-bottom: 0.5rem;
  }
  .list-wrap .list-item {
    margin: 0.4rem 0;
    padding-right: 0;
  }
  .list-wrap .list-item-title {
    width: 70%;
  }
  .pages {
    margin-top: 0.3rem;
  }
}