@charset "UTF-8";
#News .newList {
  margin: 50px 0;
}

#News .newList .title h1 {
  color: #c2283d;
}

#News .newList .title h2 {
  color: #DEA6AC;
}

#News .newList .content .newItem .left_new img {
  width: 100%;
  height: 200px;
}

#News .newList .content .newItem .right_new {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#News .newList .content .newItem .right_new .title {
  /* 两行省略 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0px 20px 0px;
}

#News .newList .content .newItem .right_new .date {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#News .newList .content .newItem .right_new .date span {
  margin-left: 10px;
}

#News .newList .content .newItem .right_new .more a {
  color: #c2283d;
}
