@charset "UTF-8";
.list_search_bar .form-select, .list_search_bar .form-control {
  min-height: 48px;
  color: #142b46;
  font-weight: 600;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfd3c8;
}
.list_search_bar .item_title {
  position: relative;
}
.list_search_bar .item_title h2 {
  position: absolute;
  color: #002147;
  font-size: 1.8rem;
  font-weight: 600;
  bottom: 0px;
  font-family: "Roboto Condensed", sans-serif !important;
}
@media (min-width: 992px) {
  .list_search_bar .item_title::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 1px;
    width: calc(100% - 190px);
    background: #917272;
  }
  .list_search_bar .item_title::before {
    position: absolute;
    content: "";
    top: calc(50% - 10px);
    right: calc(100% - 190px);
    height: 20px;
    width: 2px;
    background: #997933;
  }
}

.list_nopic_01 .list_row {
  display: block;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: left;
  text-decoration: none;
  padding: 15px 20px 20px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (min-width: 992px) {
  .list_nopic_01 .list_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 560px) {
  .list_nopic_01 .list_row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .list_nopic_01 .list_row .left_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 70%;
    padding-right: 30px;
  }
}
.list_nopic_01 .list_row .left_col .list_date {
  font-size: 0.95rem;
  color: #666;
  font-family: "Roboto", sans-serif;
}
.list_nopic_01 .list_row .left_col .list_title {
  font-size: 1.25rem;
  color: #002147;
  font-weight: 500;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1400px) {
  .list_nopic_01 .list_row .left_col .list_title {
    -webkit-line-clamp: 1 !important;
  }
}
.list_nopic_01 .list_row .left_col .list_desc {
  font-size: 0.95rem;
  line-height: 1.4em;
  color: #616670;
  font-weight: 300;
  letter-spacing: 0.06rem;
  margin-top: 0.4rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 992px) {
  .list_nopic_01 .list_row .right_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list_nopic_01 .list_row .right_col .list_cate {
  font-size: 0.95rem;
  color: #2F4373;
  letter-spacing: 0.1rem;
}
.list_nopic_01 .list_row .right_col .list_cate span {
  margin-right: 5px;
  color: #616670;
  font-weight: 500;
}
.list_nopic_01 .list_row .right_col .list_dep {
  font-size: 0.95rem;
  color: #2F4373;
  letter-spacing: 0.1rem;
}
.list_nopic_01 .list_row .right_col .list_dep span {
  margin-right: 5px;
  color: #616670;
  font-weight: 500;
}
.list_nopic_01 .list_row {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_nopic_01 .list_row:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 992px) {
  .list_nopic_01 .list_row:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.list_nopic_01 .list_row {
  position: relative;
  overflow: hidden;
}
.list_nopic_01 .list_row .icon_arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  right: -55px;
  border-radius: 50%;
  background-color: #997933;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list_nopic_01 .list_row .icon_arrow i {
  color: #fff;
}
.list_nopic_01 .list_row:hover {
  cursor: pointer;
}
.list_nopic_01 .list_row:hover .icon_arrow {
  right: -22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_nopic_01 .list_row::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: 5px;
  background-color: #fff;
  z-index: -1;
}
.list_nopic_01 .list_row::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #997933;
  z-index: -2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.list_nopic_01 .list_row:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #997933;
  z-index: -2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (min-width: 992px) {
  .list_nopic_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_nopic_02 .list_row {
  display: block;
  border: 1px solid #F5F8FF;
  border-radius: 5px;
  text-align: left;
  text-decoration: none;
  padding: 15px 20px 20px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .list_nopic_02 .list_row:nth-child(odd) {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .list_nopic_02 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(50% - 8px);
  }
}
.list_nopic_02 .list_row .left_col .list_date {
  font-size: 0.95rem;
  color: #666;
  font-family: "Roboto", sans-serif;
}
.list_nopic_02 .list_row .left_col .list_title {
  font-size: 1.2rem;
  color: #002147;
  font-weight: 500;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1400px) {
  .list_nopic_02 .list_row .left_col .list_title {
    -webkit-line-clamp: 1 !important;
  }
}
.list_nopic_02 .list_row .left_col .list_desc {
  font-size: 0.95rem;
  line-height: 1.4em;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_nopic_02 .list_row .right_col .list_cate {
  font-size: 0.95rem;
  color: #555;
  letter-spacing: 0.1rem;
}
.list_nopic_02 .list_row .right_col .list_cate span {
  margin-right: 5px;
  color: #222;
  font-weight: 500;
}
.list_nopic_02 .list_row .right_col .list_dep {
  font-size: 0.95rem;
  color: #555;
  letter-spacing: 0.1rem;
}
.list_nopic_02 .list_row .right_col .list_dep span {
  margin-right: 5px;
  color: #222;
  font-weight: 500;
}
.list_nopic_02 .list_row {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_nopic_02 .list_row:hover {
  cursor: pointer;
  border: 1px solid #F5F8FF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 992px) {
  .list_nopic_02 .list_row:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.list_nopic_02 .list_row {
  position: relative;
  overflow: hidden;
}
.list_nopic_02 .list_row .icon_arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  right: -55px;
  border-radius: 50%;
  background-color: #997933;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 8px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list_nopic_02 .list_row .icon_arrow i {
  color: #fff;
}
.list_nopic_02 .list_row:hover {
  cursor: pointer;
}
.list_nopic_02 .list_row:hover .icon_arrow {
  right: -22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.list_nopic_02 .list_row::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border-radius: 5px;
  background-color: #fff;
  z-index: -1;
}
.list_nopic_02 .list_row::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #997933;
  z-index: -2;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.list_nopic_02 .list_row:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 5px;
  background-color: #997933;
  z-index: -2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.list_pic_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .list_pic_01 {
    gap: 30px; /* 設定每個項目之間的間隔 */
  }
}
@media (min-width: 1200px) {
  .list_pic_01 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 2);
            flex: 0 0 calc((100% - 60px) / 2); /* 2等份，並考慮間隔 */
    max-width: calc((100% - 60px) / 2); /* 保持2等份 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1200px) {
  .list_pic_01 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* 小螢幕上單列顯示 */
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .list_pic_01 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 98%;
            flex: 0 0 98%; /* 小螢幕上單列顯示 */
    max-width: 98%;
  }
}
@media (max-width: 768px) {
  .list_pic_01 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2); /* 2等份，並考慮間隔 */
    max-width: calc((100% - 40px) / 2); /* 保持2等份 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  .list_pic_01 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* 小螢幕上單列顯示 */
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.list_pic_01 .list_row {
  display: block;
  border-radius: 3px;
  text-align: left;
  text-decoration: none;
  margin-bottom: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .list_pic_01 .list_row {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .list_pic_01 .list_row {
    margin-bottom: 45px;
  }
}
.list_pic_01 .list_row .pic_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
}
@media (max-width: 768px) {
  .list_pic_01 .list_row .pic_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.list_pic_01 .list_row .pic_col .pic_col_ratio {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-top: 70%;
}
.list_pic_01 .list_row .pic_col .pic_col_ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_pic_01 .list_row .info_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(60% - 15px);
  margin-left: 15px;
  padding: 0px 5px 5px 5px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
  .list_pic_01 .list_row .info_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    padding: 15px 0px;
    margin-left: 0px;
  }
}
.list_pic_01 .list_row .info_col .list_date {
  font-size: 0.85rem;
  color: #444;
  font-weight: 300;
  letter-spacing: 0.05rem;
  font-family: "Roboto Condensed", sans-serif !important;
}
.list_pic_01 .list_row .info_col .list_date i {
  color: #997933;
}
.list_pic_01 .list_row .info_col .list_title {
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #002147;
  font-weight: 500;
  display: block;
  font-family: "Roboto Condensed", sans-serif !important;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .list_pic_01 .list_row .info_col .list_title {
    font-size: 1rem;
  }
}
.list_pic_01 .list_row .info_col .list_desc {
  font-size: 0.95rem;
  color: #333;
  font-weight: 400;
  display: block;
  margin-top: 6px;
  margin-top: 6px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.list_pic_01 .list_row .info_col .list_cate,
.list_pic_01 .list_row .info_col .list_dep {
  font-size: 0.85rem;
  font-weight: 300;
  color: #002147;
}
.list_pic_01 .list_row .info_col .list_cate i,
.list_pic_01 .list_row .info_col .list_dep i {
  color: #002147;
  font-size: 1rem;
}
.list_pic_01 .list_row {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_pic_01 .list_row:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_pic_01 .list_row .info_col {
  position: relative;
}
.list_pic_01 .list_row .info_col::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_pic_01 .list_row:hover .info_col::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_pic_01 .list_row:hover .info_col .list_title {
  color: #997933;
}

.list_pic_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px; /* 設定每個項目之間的間隔 */
}
@media (min-width: 1200px) {
  .list_pic_02 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3); /* 三等份，並考慮間隔 */
    max-width: calc((100% - 40px) / 3); /* 保持三等份 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .list_pic_02 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2); /* 兩等份並包含間隔 */
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .list_pic_02 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; /* 小螢幕上單列顯示 */
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .list_pic_02 .list_row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%; /* 小螢幕上單列顯示 */
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.list_pic_02 .list_row {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_pic_02 .list_row .pic_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  padding-top: 55%;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio .list_cate {
  position: absolute;
  top: 0.4px;
  right: 0;
  font-size: 0.8rem;
  font-weight: 300;
  color: #fff;
  background: #997933;
  z-index: 2;
  padding: 0px 5px 2px 10px;
  border-bottom-left-radius: 4px;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio .list_cate span {
  color: #fff;
  padding-right: 0px;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio .list_cate span::after {
  content: "、";
  display: inline-block;
  margin-right: 3px;
}
.list_pic_02 .list_row .pic_col .pic_col_ratio .list_cate span:last-child::after {
  padding-right: 0px;
  content: "";
}
.list_pic_02 .list_row .info_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 15px 5px 10px 5px;
}
.list_pic_02 .list_row .info_col .list_date {
  font-size: 0.85rem;
  color: #444;
  letter-spacing: 0.05rem;
  font-family: "Roboto Condensed", sans-serif !important;
}
.list_pic_02 .list_row .info_col .list_date i {
  color: #997933;
}
.list_pic_02 .list_row .info_col .list_title {
  font-size: 1.2rem;
  line-height: 1.3em;
  color: #002147;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Roboto Condensed", sans-serif !important;
}
.list_pic_02 .list_row .info_col .list_desc {
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: 1.6em;
  margin-top: 3px;
  color: #444;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_pic_02 .list_row .info_col .list_dep {
  font-size: 0.85rem;
  font-weight: 300;
  color: #333;
}
.list_pic_02 .list_row .info_col .list_dep i {
  color: #997933;
  font-size: 1rem;
}
.list_pic_02 .list_row {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_pic_02 .list_row:hover {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.list_pic_02 .list_row::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_pic_02 .list_row:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_pic_02 .list_row:hover .info_col .list_title {
  color: #ac835e;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 50px;
}
.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #2a4c8a;
  border-radius: 2px;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination .page-item.active .page-link:focus:hover,
.pagination .page-item.active .page-link:hover {
  background-color: #AB844A;
}
.pagination .page-item {
  padding: 0px 5px;
}
.pagination .page-item .page-link {
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  color: #222;
  font-weight: 300;
  letter-spacing: 0.1rem;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination .page-item .page-link:hover {
  color: #2a4c8a;
  background-color: #f0f0f0 !important;
  border-radius: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagination .page-item .page-link:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list_popular {
  padding-bottom: 60px;
}
.list_popular .container {
  position: relative;
  border-top: 1px solid #eee;
}
.list_popular .container::after {
  content: "";
  position: absolute;
  display: block;
  left: 12px;
  top: 0px;
  height: 2px;
  width: 115px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_popular--title {
  font-family: "Oswald", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 0;
  color: #002147;
}
.list_popular--ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: item;
}
@media (min-width: 768px) {
  .list_popular--ul {
    gap: 20px;
  }
}
.list_popular--ul .list_popular--li {
  position: relative;
  padding-bottom: 20px;
  counter-increment: item;
  text-decoration: none;
  color: #333;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-family: "Roboto", sans-serif !important;
}
.list_popular--ul .list_popular--li::before {
  font-family: "Oswald", sans-serif !important;
  content: counter(item, decimal-leading-zero);
  position: absolute;
  right: -5px;
  bottom: 15%;
  z-index: -1;
  color: rgba(210, 180, 140, 0.2);
  font-weight: 500;
  font-size: 5rem;
  line-height: 1em;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.03);
}
@media (min-width: 1200px) {
  .list_popular--ul .list_popular--li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3); /* 三等份，並考慮間隔 */
    max-width: calc((100% - 40px) / 3); /* 保持三等份 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .list_popular--ul .list_popular--li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2); /* 兩等份並包含間隔 */
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 768px) {
  .list_popular--ul .list_popular--li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; /* 小螢幕上單列顯示 */
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .list_popular--ul .list_popular--li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
            flex: 0 0 90%; /* 小螢幕上單列顯示 */
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.list_popular--ul .list_popular--li > .date {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif !important;
}
.list_popular--ul .list_popular--li > .cate {
  font-size: 14px;
  color: #d2b48c;
  margin-right: 10px;
  font-family: "Roboto Condensed", sans-serif !important;
}
.list_popular--ul .list_popular--li > .title {
  font-size: 1.1rem;
  line-height: 1.5em;
  padding-right: 40px;
  color: #1f3e62;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_popular--ul .list_popular--li > .title:hover {
  color: #997933 !important;
  font-weight: 500;
}

.list_popular .list_popular--li {
  position: relative;
}
.list_popular .list_popular--li::after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_popular .list_popular--li:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #997933;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.list_popular .list_popular--li:hover > .title {
  color: #002147;
}/*# sourceMappingURL=page-article-list.css.map */