.dsLatestCardSection{display:flex;flex-wrap:wrap;gap:24px}@media(min-width:992px){.dsLatestCardSection{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}}.dsLatestCardSection .newsCardBox{overflow:hidden;border-radius:8px;height:100%;background:var(--color-light)}@media(max-width:991px){.dsLatestCardSection .newsCardBox{width:100%}}@media(min-width:992px){.dsLatestCardSection .newsCardBox:first-child{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:3}.dsLatestCardSection .newsCardBox:first-child .newsCardHead{height:420px!important;max-height:420px!important}}.dsLatestCardSection .newsCardBox:first-child .newsCardBody{padding:12px 4px}@media(min-width:992px){.dsLatestCardSection .newsCardBox:first-child .newsCardBody{padding:14px 8px}}.dsLatestCardSection .newsCardBox:first-child .newsCardBody .newsCardTitle{font-size:24px;line-height:32px;color:var(--color-dark)}@media screen and (max-width:991px){.dsLatestCardSection .newsCardBox:first-child .newsCardBody .newsCardTitle{font-size:18px;line-height:24px}}.dsLatestCardSection .newsCardBox:first-child .newsCardBody .newsCardDescription{font-size:var(--font-size-base)}.dsLatestCardSection .newsCardBox:nth-child(2){grid-column-start:3;grid-row-start:1;grid-row-end:2}.dsLatestCardSection .newsCardBox:nth-child(3){grid-column-start:3;grid-row-start:2;grid-row-end:3}.dsLatestCardSection .newsCardBox:nth-child(4){grid-column-start:4;grid-row-start:1;grid-row-end:2}@media(max-width:991px){.dsLatestCardSection .newsCardBox:nth-child(4){display:none}}.dsLatestCardSection .newsCardBox:nth-child(5){grid-column-start:4;grid-row-start:2;grid-row-end:3}@media(max-width:991px){.dsLatestCardSection .newsCardBox:nth-child(5){display:none}}.newsCardBox{width:100%;min-height:342px;gap:0;border-radius:10px;background:var(--background-light);overflow:hidden}.newsCardBox .newsCardTag{color:var(--color-dark);display:flex;flex-wrap:wrap;align-items:center;align-content:center;gap:4px;margin-top:18px}.newsCardBox .newsCardTag li{width:auto}.newsCardBox .newsCardTag li a{border:1px solid #d8d8d8;padding:6px 18px;color:var(--color-dark);font-size:14px;font-style:normal;font-weight:var(--font-weight-regular);line-height:18px;border-radius:15px;display:block;transition:all .25s linear;white-space:nowrap}.newsCardBox .newsCardBody{padding:12px 16px}.newsCardBox .newsCardHead{width:100%;height:188px;border-radius:8px;overflow:hidden}.newsCardBox .newsCardPic{width:100%;height:100%;object-fit:cover}.newsCardBox .newsCardTitle{font-size:18px;line-height:24px;margin:0 0 12px;font-weight:700;color:var(--color-dark);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.newsCardBox .newsCardTitle:first-letter{text-transform:uppercase}.newsCardBox .newsCardDescription{font-size:var(--font-size-small);color:var(--text-color-secondary);margin-bottom:12px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.newsCardBox .newsCardDescription:first-letter{text-transform:uppercase}.newsCardBox .newsCardTime{font-size:12px}.newsCardBox .newsCardTime,.newsCardBox .newsCardTime span a{color:var(--text-color-secondary)}.newsCardBox .newsCardTime span:first-child{margin-right:5px}.newsCardBox .newsCardTime span:nth-child(2){margin-left:5px}.psMoreNewsSection{display:flex;flex-wrap:wrap;gap:24px}@media(min-width:992px){.psMoreNewsSection{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}}.psMoreNewsSection.dsOtherCardSection .newsCardBox .newsCardHead{height:auto;max-height:230px}@media(min-width:992px){.psMoreNewsSection.dsOtherCardSection .newsCardBox .newsCardHead{border-radius:8px 8px 0 0;height:188px}}.psMoreNewsSection.dsLatestCardSection .newsCardBox .newsCardHead{height:auto;max-height:300px}@media(min-width:992px){.psMoreNewsSection.dsLatestCardSection .newsCardBox .newsCardHead{border-radius:8px;height:226px}.psArticleContentWrapper2 .psMoreNewsSection{grid-template-columns:repeat(3,1fr)}}