.enterprise {
  min-height: 100vh;
}
.enterprise .content .flex {
  padding-top: 20px;
}
.enterprise .content .flex .left .button .mintype {
  border-radius: 100px;
  background-color: #F8F8F8;
  padding: 5px 15px;
  margin: 10px 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.enterprise .content .flex .left .button .mintype .li {
  color: #8c939d;
  padding: 5px 10px;
  margin: 0 5px;
  display: flex;
  white-space: nowrap;
}
.enterprise .content .flex .left .button .mintype .active {
  border-radius: 100px;
  background-color: #1068DD;
  color: #FFFFFF;
}
.enterprise .content .flex .left .list .li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.enterprise .content .flex .left .list .li .left {
  max-width: 75%;
}
.enterprise .content .flex .left .list .li .title {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
}
.enterprise .content .flex .left .list .li .ms {
  font-size: 14px;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* WebKit浏览器支持 */
  -webkit-line-clamp: 2;
  /* 最大行数为2行 */
  -webkit-box-orient: vertical;
}
.enterprise .content .flex .left .list .li .time {
  font-weight: normal;
}
.enterprise .content .flex .left .list .li .img {
  margin-left: 20px;
  width: 200px;
  height: 100px;
  display: block;
}
.enterprise .content .flex .right {
  background: linear-gradient(to bottom, #FAF0F1, #ffffff);
  border-radius: 5px;
}
.enterprise .content .flex .right .top {
  border-bottom: 1px solid #EBE1E2;
}
.enterprise .content .flex .right .list {
  max-height: 300px;
}
.enterprise .content .flex .right1 {
  margin-top: 20px;
  background: linear-gradient(to bottom, #FEF5E6, #ffffff);
  padding-bottom: 20px;
}
.enterprise .content .flex .right1 .list .li {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.enterprise .content .flex .right1 .list .li .title1 {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* WebKit浏览器支持 */
  -webkit-line-clamp: 2;
  /* 最大行数为2行 */
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-size: 13px;
}
.enterprise .content .flex .right1 .list .li .img {
  width: 35%;
  height: 50px;
  border-radius: 5px;
}
/*# sourceMappingURL=enterprise.css.map */