.guide {
  background-color: #f8f9ff;
}
.guide .infoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
  margin: 0.8rem auto 0;
}
.guide .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide .infoList li .articleBanner {
  width: 2.5rem;
  height: 1.67rem;
  border: solid 0.01rem #ededed;
  margin-right: 0.18rem;
}
.guide .infoList li .articleBanner:hover {
  border: solid 0.01rem #4c59ff;
}
.guide .infoList li .articleBanner img {
  width: 2.48rem;
  height: 1.65rem;
}
.guide .infoList li .describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 2.8rem;
}
.guide .infoList li .describe a.text {
  color: #999999;
  line-height: 0.2rem;
  font-size: 0.12rem;
  margin: 0.12rem 0 0 0;
  overflow: hidden;
  width: 2.8rem;
  height: 0.4rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.guide .infoList li .describe a.describeTitle {
  width: 2.8rem;
  height: 0.46rem;
  font-size: 0.15rem;
  color: #626880;
  font-weight: bold;
  line-height: 0.23rem;
}
.guide .infoList li .describe a.describeTitle:hover {
  color: #4c59ff;
}
.guide .infoList li .describe .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0;
  width: 2.8rem;
}
.guide .infoList li .describe .tagBox .tag {
  display: block;
  color: #2f54eb;
  font-size: 0.12rem;
  height: 0.24rem;
  width: 0.78rem;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e1e9f6;
  border-radius: 0.12rem;
  margin: 0.12rem 0.12rem 0 0;
}
.guide .infoList li .describe .tagBox .tag:hover {
  background-color: #818aff;
  color: #ffffff;
}
.guide .articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 12rem;
  margin: 0.06rem auto 0;
}
.guide .articleList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.16rem;
  margin: 0.22rem 0.93rem 0 0;
  border-bottom: 0.01rem dotted #e5e6e9;
}
.guide .articleList li:nth-of-type(2n) {
  margin: 0.21rem 0 0 0;
}
.guide .articleList li .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 0.78rem;
}
.guide .articleList li .date h6 {
  font-size: 0.38rem;
  color: #626880;
  margin-bottom: 0.14rem;
}
.guide .articleList li .date p {
  font-size: 0.12rem;
  color: #626880;
}
.guide .articleList li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.7rem;
}
.guide .articleList li .info a.text {
  font-size: 0.12rem;
  color: #999999;
  line-height: 0.2rem;
  overflow: hidden;
  width: 4.7rem;
  height: 0.4rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.guide .articleList li .info a.infoTitle {
  font-size: 0.15rem;
  color: #626880;
  font-weight: bold;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 4.7rem;
  margin-bottom: 0.14rem;
}
.guide .articleList li .info a.infoTitle:hover {
  color: #4c59ff;
}
.guide .articleList li .info .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.guide .articleList li .info .tags .tag {
  display: block;
  color: #2f54eb;
  font-size: 0.12rem;
  height: 0.24rem;
  width: 0.78rem;
  padding: 0 0.1rem;
  line-height: 0.24rem;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #e1e9f6;
  border-radius: 0.12rem;
  margin: 0.06rem 0.12rem 0 0;
}
.guide .articleList li .info .tags .tag:hover {
  background-color: #818aff;
  color: #ffffff;
}