.content {
  padding: 1.6rem 0.4rem 0 0.4rem;
  min-height: 13.15rem;
}
.content .option {
  width: 9.2rem;
  height: 0.88rem;
  border-bottom: 0.03rem solid #0066FF;
  display: flex;
  justify-content: space-between;
  font-size: 0.37rem;
  color: #58617A;
  margin-top: 0.4rem;
}
.content .option .optionList {
  padding: 0 0.7rem;
  height: 100%;
  line-height: 0.88rem;
  text-align: center;
}
.content .option .active {
  background: #0066FF;
  color: #fff;
}
.content .articleBox .articleList {
  height: 2.76rem;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #F5F5F5;
}
.content .articleBox .articleList .leftImg {
  width: 3.2rem;
  height: 1.8rem;
}
.content .articleBox .articleList .rightName {
  width: 5.73rem;
  margin-left: 0.27rem;
}
.content .articleBox .articleList .rightName .title {
  font-weight: 500;
  font-size: 0.32rem;
  color: #282828;
  line-height: 0.48rem;
  text-align: left;
}
.content .articleBox .articleList .rightName .giveOutTime {
  font-size: 0.27rem;
  color: #969696;
  line-height: 0.4rem;
  margin: 0.16rem 0 0.11rem 0;
}
.content .articleBox .articleList .rightName .describe {
  font-size: 0.27rem;
  color: #969696;
  line-height: 0.37rem;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.m-style {
  margin: 0.16rem auto 0 auto;
  padding-bottom: 0.64rem;
  display: flex;
  justify-content: center;
}
