@charset "UTF-8";
.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  .category a {
    margin: 12px 8px;
    padding: 16px 24px;
    line-height: 18px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(69, 126, 167, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(69, 126, 167, 0.05); }
    .category a:hover {
      color: #457EA7; }

.active {
  border: 1px solid #457EA7;
  color: #457EA7; }

@media (max-width: 430px) {
  .category a {
    margin-top: 4px; } }

.container {
  max-width: 1300px;
  margin: 0 15vw; }

.category {
  margin-bottom: 60px; }

.insights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
  border-bottom: 1px solid #D9D9D9;
  z-index: 0; }
  .insights:after {
    content: '';
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #E5E6E6;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: -50%; }
  .insights:hover::after {
    opacity: 1;
    width: 200%; }
  .insights .label {
    min-width: 100px;
    font-family: 'Montserrat';
    font-size: fz-2;
    font-weight: 300;
    color: #C49E62;
    margin-right: 30px; }
  .insights .insight_photo {
    max-width: 225px;
    min-width: 225px;
    height: 115px;
    overflow: hidden;
    margin-right: 24px; }
  .insights .title {
    font-weight: 400;
    margin-bottom: 31px;
    color: #272727; }
  .insights .content {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    height: 3em;
    color: #797979; }
  .insights .link_arrow {
    margin-top: 60px;
    margin-left: 68px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .insights:hover > .link_arrow {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px); }

.pagination {
  margin-bottom: 120px; }

.truncated:after {
  content: ' ...(閱讀全內文)';
  color: #457EA7; }

@media (max-width: 430px) {
  .container {
    margin: 0 28px; }
  .insights {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 36px;
    padding-bottom: 17px; }
    .insights .label {
      margin-bottom: 16px; }
    .insights .date {
      margin-bottom: 7px; }
    .insights .insight_photo {
      min-width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      display: block;
      margin: 0 auto 18px; }
    .insights .link_arrow {
      display: none; }
  .category {
    margin-bottom: 0; } }
