/* color */
/* font */
/* transition */
.newsList .cardTitle {
  color: #5c5248;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3.2px; }

.newsList .cardDesc {
  margin-top: 10px; }

.newsItem {
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 50px; }
  .newsItem:after {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: -80px;
    bottom: -30px;
    background-image: url("../assets/images/newsItemHover.png");
    background-size: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0; }
  .newsItem:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 640px) {
      .newsItem:nth-child(even) {
        flex-direction: column; } }
    .newsItem:nth-child(even):after {
      content: "";
      position: absolute;
      left: auto;
      right: -80px;
      transform: scaleX(-1); }
  @media (max-width: 640px) {
    .newsItem {
      flex-direction: column; } }
  @media (min-width: 1281px) {
    .newsItem:hover:after {
      content: "";
      position: absolute;
      opacity: 1; }
    .newsItem:hover .newsInfo::after {
      opacity: .8; }
    .newsItem:hover .newsInfo .date {
      background-color: #faf8f4; }
    .newsItem:hover .newsImg img {
      transform: scale(1.1); } }
  .newsItem .cardTitle {
    color: #5c5248;
    font-weight: 700;
    letter-spacing: 2.4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .newsItem .cardTitle a {
      color: currentColor; }
  .newsItem .cardDesc {
    margin-top: 10px;
    font-size: 16px;
    color: #baab9d;
    font-weight: 500;
    letter-spacing: 1.28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .newsItem .cardTitle,
  .newsItem .cardDesc {
    transition: all 0.5s ease-in-out;
    width: 85%; }

.newsImg, .newsInfo {
  position: relative;
  z-index: 2; }

.newsImg {
  max-height: 480px;
  overflow: hidden; }
  .newsImg img {
    width: 100%;
    max-height: 440px;
    max-width: 400px;
    transition: all 0.5s ease-in-out; }

.newsInfo {
  display: flex;
  flex-direction: column;
  padding: 25px 35px 50px;
  padding-left: 130px;
  background-color: #faf8f4;
  position: relative; }
  @media (max-width: 640px) {
    .newsInfo {
      padding: 25px; } }
  .newsInfo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../assets/images/newsItemBg.png");
    background-size: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: -1; }
  .newsInfo .txtBox {
    align-items: center;
    display: flex;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    position: relative; }
    @media (max-width: 640px) {
      .newsInfo .txtBox {
        align-items: flex-start;
        flex-direction: column; } }
  .newsInfo .num {
    position: absolute;
    left: -100px;
    top: -25px;
    font-size: 28px;
    font-family: "athelas", Arial, Noto Serif TC, sans-serif;
    color: #5c5248;
    padding: 20px 15px;
    letter-spacing: 1.68px; }
    @media (max-width: 640px) {
      .newsInfo .num {
        position: relative;
        left: auto;
        top: auto; } }
    .newsInfo .num:before {
      content: "";
      position: absolute;
      width: 30px;
      right: -35%;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      background-color: #5c5248; }
    .newsInfo .num:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url("../assets/images/borderBg.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
  .newsInfo .date {
    align-items: center;
    display: flex;
    margin-left: auto;
    padding: 0 35px;
    margin-bottom: 10px;
    border-radius: 8px;
    width: fit-content;
    font-family: "athelas", Arial, Noto Serif TC, sans-serif;
    font-weight: 700;
    position: relative;
    background-color: #b1a58c;
    color: #5c5248;
    transition: all 0.5s ease-in-out; }
  .newsInfo .mon {
    font-size: 18px;
    margin-right: 5px;
    transition: all 0.5s ease-in-out; }
  .newsInfo .day {
    font-size: 20px;
    letter-spacing: 1.92px; }
  .newsInfo .btnBox {
    text-align: right;
    margin-top: 30px; }

.newsCover {
  flex: 1; }
  .newsCover img {
    border-radius: 10px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3); }

.newsContent .topBox {
  position: relative;
  margin-bottom: 60px; }
  .newsContent .topBox:before {
    content: "";
    position: absolute;
    background-image: url("../assets/images/newsItemHover.png");
    background-size: cover;
    width: 320px;
    height: 310px;
    bottom: -20px;
    left: 50px; }
  .newsContent .topBox:after {
    content: "";
    position: absolute;
    background-image: url("../assets/images/newsInfoBg.png");
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -2; }
    @media (max-width: 640px) {
      .newsContent .topBox:after {
        bottom: 0; } }
  @media (max-width: 640px) {
    .newsContent .topBox {
      margin-top: 20px;
      flex-direction: column;
      padding: 15px 20px;
      width: 95%; } }
  .newsContent .topBox .newsCover {
    display: flex;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto; }
  .newsContent .topBox .date {
    align-items: center;
    display: flex;
    margin-left: auto;
    padding: 0 35px;
    margin-bottom: 10px;
    border-radius: 8px;
    width: fit-content;
    font-family: "athelas", Arial, Noto Serif TC, sans-serif;
    font-weight: 700;
    position: relative;
    background-color: #b1a58c;
    color: #5c5248;
    transition: all 0.5s ease-in-out;
    position: absolute;
    right: -30px;
    top: -10px; }
  .newsContent .topBox .mon {
    font-size: 18px;
    margin-right: 5px;
    transition: all 0.5s ease-in-out; }
  .newsContent .topBox .day {
    font-size: 20px;
    letter-spacing: 1.92px; }

.contentTitle {
  color: #5c5248;
  font-size: 24px;
  font-weight: 700;
  margin-left: 110px;
  margin-bottom: 60px;
  position: relative;
  letter-spacing: 2.88px; }
  @media (max-width: 640px) {
    .contentTitle {
      font-size: 18px; } }
  .contentTitle .num {
    position: absolute;
    left: -100px;
    top: -25px;
    font-size: 28px;
    font-family: "athelas", Arial, Noto Serif TC, sans-serif;
    color: #5c5248;
    padding: 20px 15px;
    letter-spacing: 1.68px; }
    .contentTitle .num:before {
      content: "";
      position: absolute;
      width: 40px;
      right: -50%;
      top: 50%;
      transform: translateY(-50%);
      height: 1px;
      background-color: #5c5248; }
    .contentTitle .num:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: url("../assets/images/borderBg.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.btnBox {
  text-align: center;
  margin-top: 50px; }
  @media (min-width: 1281px) {
    .btnBox .backBtn:hover img {
      transform: translateX(-15px); } }
  .btnBox .backBtn img {
    transition: all 0.5s ease-in-out; }
