.News_Page_Block,
.Article_Page_Block {
  margin: 0 auto 75px;
  width: 1080px;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fece9d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.News_Page_Bread,
.Article_Page_Bread {
  font-size: 18px;
  line-height: 28px;
  color: #7a563c;
}

.News_Page_Bread {
  margin-bottom: 35px;
}

.Article_Page_Bread {
  margin-bottom: 30px;
}

.News_Page_Bread a,
.Article_Page_Bread a {
  color: #7a563c;
}

.News_List {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.News_Item {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(19, 45, 71, 0.18);
}

.News_Item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.News_Item h3 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}

.News_Item h3 a {
  color: #132d47;
}

.News_Item .News_Date {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #b35a28;
  letter-spacing: 1px;
}

.News_Item .News_Summary {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  color: #132d47;
}

.News_Item .News_Link,
.Article_Back a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #c55720;
  font-weight: bold;
}

.News_Pager {
  margin-top: 35px;
  text-align: center;
}

.News_Pager a,
.News_Pager span {
  display: inline-block;
  min-width: 46px;
  margin: 0 6px;
  padding: 10px 0;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.36);
  font-size: 18px;
  line-height: 24px;
  color: #132d47;
}

.News_Pager .Current {
  background-color: #ff6c2e;
  color: #fff;
}

#displaypagenum {
  margin-top: 38px;
}

#displaypagenum p {
  display: none;
}

#displaypagenum center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#displaypagenum a,
#displaypagenum span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  border-radius: 999px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  transition: all 0.2s ease;
}

#displaypagenum a {
  /* border: 1px solid rgba(19, 45, 71, 0.16); */
  background: rgba(255, 255, 255, 0.36);
  color: #132d47;
  text-decoration: none;
}

#displaypagenum a:hover {
  border-color: #ff6c2e;
  background: #fff4ed;
  color: #c55720;
  transform: translateY(-1px);
}

#displaypagenum span {
  color: #8f6848;
  min-width: auto;
  height: 48px;
  padding: 0 4px;
  color: rgba(19, 45, 71, 0.45);
}

#displaypagenum .Page_Ellipsis {
  min-width: auto;
  height: 48px;
  padding: 0 4px;
  color: rgba(19, 45, 71, 0.45);
}

#displaypagenum .Page_Current {
  background: linear-gradient(180deg, #ff7b3f 0%, #f05a24 100%);
  color: #fff;
  min-width: 48px;
  height: 48px;
  padding: 0 16px;
  box-shadow: 0 10px 24px rgba(240, 90, 36, 0.28);
}

#displaypagenum .Page_Prev,
#displaypagenum .Page_Next {
  font-size: 22px;
  font-weight: 700;
}

.Article_Head {
  margin-bottom: 42px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19, 45, 71, 0.18);
}

.Article_Head h3 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 52px;
  color: #132d47;
  font-weight: bold;
  text-align: center;
}

.Article_Head .Article_Subtitle {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 36px;
  color: #6c4028;
  text-align: center;
}

.Article_Head .Article_Meta {
  font-size: 18px;
  line-height: 26px;
  color: #b35a28;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.Article_Hero {
  margin-bottom: 36px;
}

.Article_Hero img {
  width: 100%;
  border-radius: 10px;
}

.Article_Content p {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 36px;
  color: #132d47;
}

.Article_Content img {
  display: inline-block;
  max-width: 100%;
}

.Article_Back {
  margin-top: 20px;
}

@media (max-width: 600px) {
  .News_Page_Block,
  .Article_Page_Block {
    margin: 0 auto 7vw;
    width: 92vw;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .News_Page_Bread,
  .Article_Page_Bread {
    font-size: 3vw;
    line-height: 4vw;
  }

  .News_Page_Bread {
    margin-bottom: 4vw;
  }

  .Article_Page_Bread {
    margin-bottom: 4vw;
  }

  .News_List {
    gap: 5vw;
  }

  .News_Item {
    padding-bottom: 5vw;
  }

  .News_Item h3 {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }

  .News_Item .News_Date {
    margin-bottom: 2vw;
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .News_Item .News_Summary {
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4.6vw;
  }

  .News_Item .News_Link,
  .Article_Back a {
    font-size: 3vw;
    line-height: 4vw;
  }

  .News_Pager {
    margin-top: 5vw;
  }

  .News_Pager a,
  .News_Pager span {
    min-width: 9vw;
    margin: 0 1vw;
    padding: 2vw 0;
    border-radius: 4.5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  #displaypagenum {
    margin-top: 6vw;
  }

  #displaypagenum center {
    gap: 1.8vw;
  }

  #displaypagenum a,
  #displaypagenum span,
  #displaypagenum span.Page_Current {
    min-width: 10vw;
    height: 10vw;
    padding: 0 2.6vw;
    font-size: 3.2vw;
  }

  #displaypagenum span {
    min-width: auto;
    height: 10vw;
    padding: 0 0.8vw;
  }

  #displaypagenum .Page_Prev,
  #displaypagenum .Page_Next {
    font-size: 4vw;
  }

  .Article_Head {
    margin-bottom: 5vw;
    padding-bottom: 4vw;
  }

  .Article_Head h3 {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .Article_Head .Article_Subtitle {
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 5.2vw;
  }

  .Article_Head .Article_Meta {
    font-size: 3vw;
    line-height: 4vw;
  }

  .Article_Hero {
    margin-bottom: 4vw;
  }

  .Article_Hero img {
    border-radius: 6px;
  }

  .Article_Content p {
    margin-bottom: 4vw;
    font-size: 3.4vw;
    line-height: 5.4vw;
  }
}
