.image_text {
  background-color: #F5F4FA;
  min-height: 100vh;
}
.image_text .content {
  padding: 20px 0;
}
.image_text .content .top {
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  padding-top: 0;
  box-sizing: border-box;
  min-height: 90%;
}
.image_text .content .top .button .type,
.image_text .content .top .button .mintype {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
}
.image_text .content .top .button .type .li,
.image_text .content .top .button .mintype .li {
  color: #333333;
  padding: 5px 10px;
}
.image_text .content .top .button .type {
  border-bottom: 1px solid #F0F0F0;
}
.image_text .content .top .button .type .li {
  padding: 8px 0px;
  margin: 0 5px;
  color: #8c939d;
}
.image_text .content .top .button .type .active {
  border-bottom: 2px solid #1068DD;
}
.image_text .content .top .button .mintype {
  border-radius: 100px;
  background-color: #F8F8F8;
  padding: 5px 15px;
  margin: 10px 0;
  width: 275px;
  font-weight: bold;
}
.image_text .content .top .button .mintype .active {
  border-radius: 100px;
  background-color: #1068DD;
  color: #fff;
}
.image_text .content .list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1%;
}
.image_text .content .list .li {
  color: #333333;
  margin-right: 1%;
  width: 24%;
  margin-top: 20px;
  background-color: #F8F8F8;
}
.image_text .content .list .li .img {
  width: 100%;
  height: 140px;
}
.image_text .content .list .li .title {
  width: 100%;
  font-size: 13px;
  height: 70px;
  line-height: 20px;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* WebKit浏览器支持 */
  -webkit-line-clamp: 3;
  /* 最大行数为2行 */
  -webkit-box-orient: vertical;
}
.image_text .content .list .li .mintitle {
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8c939d;
}
.image_text .content .list .li .mintitle .mintitle2 {
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.image_text .content .list .li .mintitle .r {
  text-align: right;
}
