.over {
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.news_title {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 0.26rem;
  margin-bottom: 0.3rem;
}
.news_title .news_title_item {
  height: 0.33rem;
  font-size: 0.18rem;
  font-family: PingFang SC, PingFang SC-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 0.33rem;
}
.news_title .news_title_item_active {
  color: #4E9BFF;
  border-bottom: 0.02rem solid #4E9BFF;
}

.newslist .newslist_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0;
  box-sizing: border-box;
  border-bottom: 0.02rem solid #F6F6F6;
}
.newslist .newslist_item .newslist_item_left {
  display: block;
  width: 1.2rem;
  height: 0.6rem;
}
.newslist .newslist_item .newslist_item_right {
  flex: 1;
  margin-left: 0.15rem;
}
.newslist .newslist_item .newslist_item_right .newslist_item_right_title {
  font-size: 0.14rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #333333;
  line-height: 0.21rem;
}
.newslist .newslist_item .newslist_item_right .newslist_item_right_content {
  width: 100%;
  font-size: 0.11rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #666666;
  line-height: 0.17rem;
  margin: 0.03rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newslist .newslist_item .newslist_item_right .newslist_item_right_time {
  font-size: 0.11rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 0.17rem;
}

.more {
  height: 0.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #999999;
  line-height: 0.56rem;
}
.more .checkmore {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.1rem;
}

.over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*# sourceMappingURL=news.css.map */
