@charset "UTF-8";

.top-news{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 1000px;
  max-width: 100%;
  margin: 60px auto;
  padding: 0 20px;
}

.top-news img{
  width: 700px;
  max-width: 100%;
  object-fit: contain;
  border: 1px solid #ccc;
}


.top-event{
  width: 1100px;
  max-width: 100%;
  margin: 60px auto 30px;
  background-color: #FEFAEB;
  border-radius: 20px;
  padding: 40px;
  line-height: 1.5;
}

.top-event h2{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.top-event .imgs{
  width: 500px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.top-event .btn_01 a{
  background-color: #FA8D74;
  align-items: center;
  color: #FFFFFF;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 1em;
  border-radius: 500px;
}

.top-event .bikou{
  text-align: center;
  margin-bottom: 20px;
}