.notice {
  width: 100%;
  margin: 20px 0;
}

.notice .container {
  width: 95%;
  margin: 0 auto;
}

.notice h1 {
  width: 40%;
  margin: 0 auto;
  font-size: 24px;
  padding: 10px;
  background: rgba(0, 0, 0, .9);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.notice h2 {
  background: url(../img/header-back.jpg);
  background-size: cover;
  object-fit: cover;
  margin: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
}

.notice .left section + section {
  margin-top: 20px;
}

.notice .right {
  margin-top: 20px;
}

.notice .right section + section {
  margin-top: 20px;
}

.notice a {
  display: flex;
  color: #000;
  line-height: 2em;
  transition: background .3s;
}

.notice a:hover {
  background: rgba(0, 0, 0, .4);
}

.notice img {
  margin-right: 15px;
}

.notice .ganle-news {
  background: rgba(190, 0, 0, 0.911);
  padding: 4px 5px;
}

.notice .news-text {
  font-weight: bold;
  font-size: 21px;
  text-decoration: underline;
}

.notice .date {
  opacity: .6;
}

@media (min-width: 750px) {

  .notice .container {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }

  .notice .news-text {
    font-size: 24px;
  }

  .notice .right {
    margin-top: 0;
  }

  .notice h1 {
    display: none;
  }

  .notice h2 {
    font-size: 25px;
    padding: 10px 0;
  }

}
