.news {
  padding: 60px 0 105px;
}

.news .list_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news .list_content li {
  width: 50%;
  margin-top: 48px;
  display: flex;
}

.news .list_content li img {
  width: 162px;
  height: auto;
  border-radius: 10px;
  margin-right: 27px;
}

.news .list_content li .info {
  width: 288px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.news .list_content li .info .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .list_content li .info .detail {
  width: 100%;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news .list_content li .info .time {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  line-height: 22px;
}

.news .list_content li .info .time span {
  color: rgba(138, 138, 138, 0.8);
}