#news_detail {
  width: 1000px;
  margin: 0px auto;
  font-family: "Isomer";
}

.article-title {
  font-size: 40px;
  text-align: center;
  padding: 0 1rem;
  font-family: "Isomer Semi Condensed Bold";
  line-height: 1.2;
}

.article-date {
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0;
}

.article-content {
  font-size: 20px;
  color: #333;
}

.article-content p {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.article-content p strong {
  font-size: 24px;
  color: #333;
}

img {
  max-width: 100%;
  text-align: center;
  object-fit: cover;
  margin: 30px 0;
}

img#logo,
img#logo2 {
  margin: 0;
}

.article-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.news_location {
  width: 1320px;
}
