* {
  padding: 0;
  margin: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Roboto, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  font-style: normal;
  font-display: swap;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  /*清除选择时高亮*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adHeight {
  width: 100%;
  height: 252px;
}
ins.adsbygoogle[data-ad-status=unfilled] {
  display: none!important;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.wrap {
  min-height: 90vh;
}
.wrap .indexWrap {
  max-width: 1110px;
  padding: 0 20px;
  margin: 0 auto;
}
.wrap .indexWrap .guide {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0;
}
.wrap .indexWrap .guide .guideLink {
  color: #666;
}
.wrap .indexWrap .guide .guideLink:hover {
  color: #145DD7;
  text-decoration-line: underline;
}
.wrap .indexWrap .guide .guideArrow {
  width: 12px;
  height: 24px;
  margin: 0 8px;
}
.wrap .indexWrap .guide .guideText {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.wrap .indexWrap .firstTitle {
  color: #1C1D20;
  font-size: 32px;
  font-weight: 600;
  line-height: 135%;
}
.wrap .indexWrap .secondaryTitle {
  color: #1C1D20;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.5px;
}
.wrap .indexWrap .pageDesc {
  color: #1C1D20;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
  margin: 16px 0;
}
.wrap .indexWrap .content {
  display: flex;
}
.wrap .indexWrap .content .contentLeft {
  width: calc(100% - 300px);
  padding-right: 50px;
}
.wrap .indexWrap .content .contentRight {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap {
    padding: 0 16px;
  }
  .wrap .indexWrap .guide {
    display: none;
  }
  .wrap .indexWrap .firstTitle {
    font-size: 24px;
  }
  .wrap .indexWrap .secondaryTitle {
    font-size: 20px;
  }
  .wrap .indexWrap .content {
    display: block;
  }
  .wrap .indexWrap .content .contentLeft {
    width: 100%;
    padding-right: 0;
  }
  .wrap .indexWrap .content .contentRight {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .wrap .indexWrap .content {
    display: block;
  }
  .wrap .indexWrap .content .contentLeft {
    width: 100%;
    padding: 0;
  }
  .wrap .indexWrap .content .contentRight,
  .wrap .indexWrap .content .contentRight .sidebarWrap {
    width: 100%;
  }
}
.headWrap {
  height: 66px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.headWrap .head {
  max-width: 1110px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap .head .logoLink .logoImg {
  height: 37px;
  width: auto;
}
.headWrap .head .topList {
  height: 100%;
  display: flex;
  align-items: center;
}
.headWrap .head .topList .topItem {
  margin-left: 10px;
  border-radius: 4px;
  background: #F9F9F9;
  cursor: pointer;
}
.headWrap .head .topList .topItem .itemLink {
  display: inline-block;
  color: #1C1D20;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 16px;
}
.headWrap .head .topList .topItem:hover {
  background: #F4F6FA;
}
.headWrap .head .topList .topItem:hover .itemLink {
  color: #145DD7;
}
.headWrap .head .topList .moreItem {
  height: 100%;
  position: relative;
}
.headWrap .head .topList .moreItem .moreIcon {
  margin: 13px 0 13px 10px;
  padding: 18px 16px;
  border-radius: 4px;
  background: #F9F9F9;
  cursor: pointer;
}
.headWrap .head .topList .moreItem .moreTopList {
  display: none;
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05), 0px 2px 16px 0px rgba(0, 0, 0, 0.06), 0px 0px 30px 0px rgba(0, 0, 0, 0.08), 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
}
.headWrap .head .topList .moreItem .moreTopList .moreTopItem {
  width: 150px;
  margin: 10px;
  border-radius: 4px;
  background: #F9F9F9;
  text-align: center;
  cursor: pointer;
}
.headWrap .head .topList .moreItem .moreTopList .moreTopItem .itemLink {
  display: inline-block;
  color: #1C1D20;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 16px;
}
.headWrap .head .topList .moreItem .moreTopList .moreTopItem:hover {
  background: #F4F6FA;
}
.headWrap .head .topList .moreItem .moreTopList .moreTopItem:hover .itemLink {
  color: #145DD7;
}
.headWrap .head .topList .moreItem:hover .moreIcon {
  background: #F4F6FA;
}
.headWrap .head .topList .moreItem:hover .moreIcon path {
  fill: #145DD7;
}
.headWrap .head .topList .moreItem:hover .moreTopList {
  display: block;
}
.headWrap .head .menuIcon,
.headWrap .head .menuMask,
.headWrap .head .menuWrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    height: 48px;
  }
  .headWrap .head {
    padding: 0 16px;
  }
  .headWrap .head .logoLink .logoImg {
    height: 30px;
  }
  .headWrap .head .topList {
    display: none;
  }
  .headWrap .head .menuIcon {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .headWrap .head .menuMask {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
  }
  .headWrap .head .menuWrap {
    display: block;
    width: 268px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    border-radius: 16px 0px 0px 16px;
    background-color: #FFFFFF;
    transition: right 0.5s ease-out;
    z-index: 10;
  }
  .headWrap .head .menuWrap .menuTop {
    height: 48px;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headWrap .head .menuWrap .menuTop .logoLink .logoImg {
    height: 30px;
    width: auto;
  }
  .headWrap .head .menuWrap .menuList {
    height: calc(100% - 80px);
    overflow-y: scroll;
    padding: 16px;
  }
  .headWrap .head .menuWrap .menuList .menuItem {
    margin-bottom: 12px;
    border-radius: 4px;
    background: #F9F9F9;
    cursor: pointer;
  }
  .headWrap .head .menuWrap .menuList .menuItem .itemLink {
    display: inline-block;
    color: #1C1D20;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 11px 16px;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover {
    background: #F4F6FA;
  }
  .headWrap .head .menuWrap .menuList .menuItem:hover .itemLink {
    color: #145DD7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1349px) {
  .headWrap .head .topList .moreItem .moreTopList {
    left: 100%;
    transform: translateX(-100%);
  }
}
.footWrap {
  height: fit-content;
  padding: 60px 0;
  background: #061530;
}
.footWrap .foot {
  max-width: 1110px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footWrap .foot .footLeft {
  max-width: 430px;
}
.footWrap .foot .footLeft .logoLink .logoImg {
  height: 37px;
  width: auto;
}
.footWrap .foot .footLeft .footText {
  margin-top: 10px;
  color: #cfd2d7b3;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.footWrap .foot .footRight .langWrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footWrap .foot .footRight .langWrap .langSelect {
  width: 100px;
  padding: 16px 0;
}
.footWrap .foot .footRight .langWrap .langSelect .lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 16px;
  border-radius: 4px;
  border: 1px solid #F9F9F9;
  cursor: pointer;
}
.footWrap .foot .footRight .langWrap .langSelect .lang .langText {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 10px;
}
.footWrap .foot .footRight .langWrap .langSelect .lang .topArrow {
  display: none;
}
.footWrap .foot .footRight .langWrap .langSelect .langList {
  display: none;
  width: fit-content;
  padding: 6px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05), 0px 2px 16px 0px rgba(0, 0, 0, 0.06), 0px 0px 30px 0px rgba(0, 0, 0, 0.08), 0px 2px 33px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 0;
  bottom: 67px;
}
.footWrap .foot .footRight .langWrap .langSelect .langList .langItem {
  margin: 10px;
  background: #F9F9F9;
  text-align: center;
}
.footWrap .foot .footRight .langWrap .langSelect .langList .langItem .itemLink {
  display: inline-block;
  color: #1C1D20;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding: 9px 24px;
}
.footWrap .foot .footRight .langWrap .langSelect .langList .langItem:hover {
  background: #F4F6FA;
}
.footWrap .foot .footRight .langWrap .langSelect .langList .langItem:hover .itemLink {
  color: #145DD7;
}
.footWrap .foot .footRight .langWrap .langSelect:hover .lang .bottomArrow {
  display: none;
}
.footWrap .foot .footRight .langWrap .langSelect:hover .lang .topArrow {
  display: block;
}
.footWrap .foot .footRight .langWrap .langSelect:hover .langList {
  display: block;
}
.footWrap .foot .footRight .footList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footWrap .foot .footRight .footList .footItem {
  margin-left: 24px;
}
.footWrap .foot .footRight .footList .footItem .itemLink {
  color: #ffffffb3;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-align: right;
}
.footWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  font-size: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footWrap .cookie-notice-container .container {
  max-height: 40px;
  font-size: 10px;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footWrap .cookie-notice-container .container a,
.footWrap .cookie-notice-container .container button,
.footWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footWrap .cookie-notice-container .container .moreJump {
  color: #145DD7;
}
.footWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #fff;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .footWrap {
    padding: 30px 16px;
  }
  .footWrap .foot {
    padding: 0;
    display: block;
  }
  .footWrap .foot .footRight .langWrap {
    display: block;
  }
  .footWrap .foot .footRight .langWrap .langSelect {
    padding: 32px 0 16px 0;
  }
  .footWrap .foot .footRight .langWrap .langSelect .langList {
    left: 0;
    right: auto;
  }
  .footWrap .foot .footRight .footList {
    justify-content: flex-start;
  }
  .footWrap .foot .footRight .footList .footItem {
    margin-left: 0;
    margin-right: 10px;
  }
  .footWrap .foot .footRight .footList .footItem .itemLink {
    text-align: left;
  }
  .footWrap .cookie-notice-container {
    font-size: 14px;
  }
}
.indexTop {
  text-align: center;
  background: linear-gradient(357deg, #0255E4 6.87%, #1473ED 98.3%);
}
.indexTop .indexTopBgImg {
  padding: 60px 20px;
  background-image: url(../images/topbgImg.webp);
  background-size: 2%;
}
.indexTop .indexTopText {
  max-width: 1110px;
  margin: auto;
  color: #FFF;
  margin-bottom: 24px;
}
.indexTop .indexTopText .topTitle1 {
  font-family: Lexend;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}
.indexTop .indexTopText .topTitle2 {
  font-family: Lexend;
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
  margin: 10px 0;
}
.indexTop .indexTopText .topTitle3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}
.indexTop .indexTopBtn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexTop .indexTopBtn .topBtn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 6px;
  background: #FFD44D;
  cursor: pointer;
}
.indexTop .indexTopBtn .topBtn .topBtnText {
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
}
.indexTop .indexTopBtn .topBtn .rightArrow {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.indexTop .indexTopBtn .topBtn:hover {
  background: #FFFFFF;
}
.wrap .indexWrap {
  padding: 20px 20px 50px 20px;
}
.wrap .indexWrap .pageEntry {
  margin: 60px 0 20px 0;
}
.wrap .indexWrap .pageEntry .entryList {
  display: grid;
  grid-gap: 24px 24px;
  grid-template-columns: repeat(2, calc((100% - 24px) / 2));
  margin: 20px 0;
}
.wrap .indexWrap .pageEntry .entryList .entryItem {
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
  cursor: pointer;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink {
  display: flex;
  align-items: center;
  padding: 24px;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft {
  margin-right: 24px;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryTitle {
  color: #1C1D20;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryText {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  margin: 10px 0 20px 0;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryBtn {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 6px;
  background: #F8FAFE;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryBtn .entryBtnText {
  color: #145DD7;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryBtn .rightArrowBlue {
  width: 15px;
  height: 15px;
  margin-left: 8px;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryBtn .rightArrowBlue use {
  fill: #145DD7;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryRight {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  overflow: hidden;
}
.wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryRight .entryImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #EEE;
}
.wrap .indexWrap .pageEntry .entryList .entryItem:hover {
  box-shadow: 0px 2px 12px 0px rgba(54, 61, 72, 0.1), 0px 4px 20px 0px rgba(54, 61, 72, 0.05);
}
.wrap .indexWrap .pageEntry .entryList .entryItem:hover .entryLink .entryLeft .entryBtn {
  background: #145DD7;
}
.wrap .indexWrap .pageEntry .entryList .entryItem:hover .entryLink .entryLeft .entryBtn .entryBtnText {
  color: #FFFFFF;
}
.wrap .indexWrap .pageEntry .entryList .entryItem:hover .entryLink .entryLeft .entryBtn .rightArrowBlue use {
  fill: #FFFFFF;
}
.wrap .indexWrap .pageEntry .entryList .entryItem:hover .entryLink .entryRight .entryImg {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.wrap .indexWrap .indexTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap .indexWrap .underline {
  height: 1.7px;
  width: 100%;
  background: #EEE;
  margin: 10px 0 20px 0;
}
.wrap .indexWrap .offices,
.wrap .indexWrap .records {
  margin: 60px 0 20px 0;
}
.wrap .indexWrap .offices .officesList,
.wrap .indexWrap .records .officesList,
.wrap .indexWrap .offices .recordsList,
.wrap .indexWrap .records .recordsList {
  display: grid;
  grid-gap: 12px 12px;
  grid-template-columns: repeat(5, calc((100% - 48px) / 5));
}
.wrap .indexWrap .offices .officesList .item,
.wrap .indexWrap .records .officesList .item,
.wrap .indexWrap .offices .recordsList .item,
.wrap .indexWrap .records .recordsList .item {
  border-radius: 4px;
  border: 1px solid #EEE;
}
.wrap .indexWrap .offices .officesList .item .itemLink,
.wrap .indexWrap .records .officesList .item .itemLink,
.wrap .indexWrap .offices .recordsList .item .itemLink,
.wrap .indexWrap .records .recordsList .item .itemLink {
  display: block;
  padding: 14px;
  cursor: pointer;
}
.wrap .indexWrap .offices .officesList .item .itemLink .itemImg,
.wrap .indexWrap .records .officesList .item .itemLink .itemImg,
.wrap .indexWrap .offices .recordsList .item .itemLink .itemImg,
.wrap .indexWrap .records .recordsList .item .itemLink .itemImg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.wrap .indexWrap .offices .officesList .item .itemLink .itemImg svg,
.wrap .indexWrap .records .officesList .item .itemLink .itemImg svg,
.wrap .indexWrap .offices .recordsList .item .itemLink .itemImg svg,
.wrap .indexWrap .records .recordsList .item .itemLink .itemImg svg {
  width: 28px;
  height: 28px;
}
.wrap .indexWrap .offices .officesList .item .itemLink .itemTitle,
.wrap .indexWrap .records .officesList .item .itemLink .itemTitle,
.wrap .indexWrap .offices .recordsList .item .itemLink .itemTitle,
.wrap .indexWrap .records .recordsList .item .itemLink .itemTitle {
  color: #1C1D20;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .indexWrap .offices .officesList .item:hover,
.wrap .indexWrap .records .officesList .item:hover,
.wrap .indexWrap .offices .recordsList .item:hover,
.wrap .indexWrap .records .recordsList .item:hover {
  border: 1px solid #F4F6FA;
  background: #F4F6FA;
}
.wrap .indexWrap .offices .officesList .item:hover .itemLink .itemTitle,
.wrap .indexWrap .records .officesList .item:hover .itemLink .itemTitle,
.wrap .indexWrap .offices .recordsList .item:hover .itemLink .itemTitle,
.wrap .indexWrap .records .recordsList .item:hover .itemLink .itemTitle {
  color: #145DD7;
}
.wrap .indexWrap .offices .officesList .item:hover .itemLink .itemImg svg path,
.wrap .indexWrap .records .officesList .item:hover .itemLink .itemImg svg path,
.wrap .indexWrap .offices .recordsList .item:hover .itemLink .itemImg svg path,
.wrap .indexWrap .records .recordsList .item:hover .itemLink .itemImg svg path {
  fill: #145DD7;
}
.wrap .indexWrap .articles {
  margin: 60px 0 20px 0;
}
.wrap .indexWrap .articles .articlesList {
  display: grid;
  grid-gap: 30px 30px;
  grid-template-columns: repeat(3, calc((100% - 60px) / 3));
}
.wrap .indexWrap .articles .articlesList .item .itemLink {
  cursor: pointer;
}
.wrap .indexWrap .articles .articlesList .item .itemLink .itemImg {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}
.wrap .indexWrap .articles .articlesList .item .itemLink .itemImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 10px;
}
.wrap .indexWrap .articles .articlesList .item .itemLink .itemTitle {
  color: #1C1D20;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.wrap .indexWrap .articles .articlesList .item:hover .itemLink .itemImg img {
  transform: scale(1.1);
  transition: transform 0.3s ease-out;
}
.wrap .indexWrap .articles .articlesList .item:hover .itemLink .itemTitle {
  text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
  .indexTop .indexTopBgImg {
    padding: 40px 16px;
    background-size: 12%;
  }
  .indexTop .indexTopText {
    margin-bottom: 16px;
  }
  .indexTop .indexTopText .topTitle1 {
    font-size: 18px;
  }
  .indexTop .indexTopText .topTitle2 {
    font-size: 24px;
  }
  .indexTop .indexTopText .topTitle3 {
    font-size: 14px;
  }
  .wrap .indexWrap {
    padding: 16px 16px 32px 16px;
  }
  .wrap .indexWrap .pageEntry {
    margin: 16px 0;
  }
  .wrap .indexWrap .pageEntry .entryList {
    grid-gap: 16px 16px;
    grid-template-columns: repeat(1, calc(100%));
    margin: 16px 0;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink {
    padding: 16px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft {
    margin-right: 12px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryTitle {
    font-size: 18px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryText {
    font-size: 12px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryLeft .entryBtn .rightArrowBlue {
    margin-left: 6px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryRight {
    width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
  }
  .wrap .indexWrap .pageEntry .entryList .entryItem .entryLink .entryRight .entryImg {
    border-radius: 8px;
  }
  .wrap .indexWrap .offices,
  .wrap .indexWrap .records {
    margin: 40px 0 16px 0;
  }
  .wrap .indexWrap .offices .officesList,
  .wrap .indexWrap .records .officesList,
  .wrap .indexWrap .offices .recordsList,
  .wrap .indexWrap .records .recordsList {
    grid-template-columns: repeat(2, calc((100% - 12px) / 2));
  }
  .wrap .indexWrap .articles {
    margin: 40px 0 16px 0;
  }
  .wrap .indexWrap .articles .articlesList {
    grid-template-columns: repeat(1, calc(100%));
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .wrap .indexWrap .pageEntry {
    margin: 16px 0;
  }
}
.wrap .indexWrap .articles {
  margin: 20px 0 50px 0;
}
.wrap .indexWrap .articles .articlesList {
  margin: 16px 0 30px 0;
}
.wrap .indexWrap .articles .articlesList .ad-box {
  grid-column: span 3;
}
.wrap .indexWrap .articles #pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap .indexWrap .articles #pagination button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin: 0 15px;
  color: #666666;
  background-color: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}
.wrap .indexWrap .articles #pagination button.active {
  color: #FFFFFF;
  background-color: #0088FF;
}
.wrap .indexWrap .articles #pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .wrap .indexWrap .articles {
    margin: 16px 0 32px 0;
  }
  .wrap .indexWrap .articles .articlesList .ad-box {
    grid-column: span 1;
  }
}
