.newsRow{
  border: 1px solid #dde;
  padding:32px 12px;
  margin-bottom:24px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.newsimage{
  width: 70%;
  aspect-ratio: 1/1;
  background-image: url('../asset/logo.png');
  background-size:cover;
  background-position: center;
  margin:0 auto;
  margin-bottom: 12px;
}
.newsTitle{
  font-weight: bold;
  font-size: 120%;
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: underline;
}
.newsDate{
  line-height: 42px;
  color: #222;
}
.newsDetail{
  margin: 0 auto;
  margin-top:32px;
  max-width: 960px;
  font-size: 110%;
  line-height: 1.8;
  margin-bottom:92px;
}

.newsBanner{
    background-image:
    linear-gradient(to bottom, rgba(245, 245, 245, 0.12), rgba(72, 72, 72, 0.99)),
    url('https://ice-hockey.candyservice.net/asset/news.jpg');
    width: 100%;
    aspect-ratio: 1.5/1;
    background-size: cover;
    color: white;
    padding-bottom: 3%;
}
.newsBanner{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.newsBannerTitleContainer{
  text-align: center;

}
.newsBannerTitleContainer .newsBannerTitle{
  font-weight: bold;
  font-size: 150%;
  margin-bottom: 12px;
}

.newsBannerTitleContainer .newsBannerDate{
  text-align: center;
  line-height: 52px;
}

.othernews{
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin:0 auto;
  margin-top:12px;
  flex-wrap: wrap;
}
.othernewContainer{
  flex: 0 0 100%;
  margin: 2px;
}
.othernews .image{
  width: 70%;
  aspect-ratio: 1/1;
  background-image: url('../asset/logo.png');
  background-size:cover;
  background-position: center;
  margin:0 auto;
  margin-bottom: 12px;
}
.othernews .title{
  font-size: 100%;
  font-weight:bold;
  display: flex;
  justify-content: center;
  margin-bottom:0px;
  margin-top:2px;
}
.othernews .date{
  display: flex;
  justify-content: center;
  line-height: 3;
}
@media (min-width: 520px) {

  .othernewContainer{
    flex: 0 0 48%;
    margin: 0px;
  }
  .newsBanner{
      aspect-ratio: 3.2/1;
  }
}
@media (min-width: 768px) {
  .newsRow{
    flex-direction: row;
  }
  .newsimage{
    width: 125px;
    height: 125px;
    margin:0 0 0 0 ;
    margin-right: 12px;
    margin-bottom: 0px;
  }
  .othernewContainer{
    flex: 0 0 25%;
    margin: 0px;
  }
  .newsBanner{
      aspect-ratio: 5.2/1;
  }
}

@media (min-width: 980px) {

}
