  .campus-group .news-list {
    background: #FFFFFF;
    padding: 0 1.25rem;
    margin-top: 2.604167rem;}
  .campus-group .news-list .news-one {
    height: 3.489583rem;
    display: flex;
    align-items: center;
    justify-content: space-between;}
  .campus-group .news-list .news-one:not(:last-child) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);}
  .campus-group .news-list .news-one:first-child {
    height: 3.802083rem;
    padding-top: 0.3125rem;}
  .campus-group .news-list .news-one:last-child {
    height: 3.802083rem;
    padding-bottom: 0.3125rem;}
  .campus-group .news-list .news-one:hover .news-title {
    color: #355186;}
  .campus-group .news-list .news-one:hover .news-date {
    color: #355186;}
  .campus-group .news-list .news-one .news-title {
    font-size: 1.041667rem;
    color: #252525;
    font-family: "Annapurna SIL Regular", system-ui;}
  .campus-group .news-list .news-one .news-date {
    flex-shrink: 0;
    font-size: 0.729167rem;
    color: rgba(37, 37, 37, 0.5);}


  @media screen and (max-width: 600px) {

.campus-group .news-list {
      padding: 0 0.729167rem;
      margin-top: 1.09375rem;}
  .campus-group .news-list .news-one {
      padding-top: 0.729167rem;
      height: 4.21875rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;}
  .campus-group .news-list .news-one:first-child {
      height: 4.21875rem;
      padding-top: 0.729167rem;}
  .campus-group .news-list .news-one:last-child {
      height: 4.21875rem;
      padding-bottom: 0;}
  .campus-group .news-list .news-one .news-title {
      font-size: 0.9375rem;
      color: rgba(0, 0, 0, 0.85);
      font-family: "Annapurna SIL Regular", system-ui;
      margin-bottom: 0.3125rem;}
  .campus-group .news-list .news-one .news-date {
      flex-shrink: 0;
      font-size: 0.625rem;}

}
