.insights-page .insights-module-1 {
  background-color: #f7f5f2;
}
.insights-page .insights-module-1 .module-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .module-tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.insights-page .insights-module-1 .module-tit .year-select {
  background-color: #143c7d;
  height: 52px;
  line-height: 52px;
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .module-tit .year-select {
    width: 100%;
    max-width: 100%;
  }
}
.insights-page .insights-module-1 .module-tit .year-select span,
.insights-page .insights-module-1 .module-tit .year-select .bi {
  color: #fff;
}
.insights-page .insights-module-1 .box {
  box-shadow: 0px 10px 30px #ac6e5915;
  border-radius: 50px;
  padding: 5rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box {
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box {
    padding: 1.5rem 1rem;
    border-radius: 16px;
  }
}
.insights-page .insights-module-1 .box .first-item {
  margin-bottom: 3.75rem;
  display: flex;
  gap: 3.5rem;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .first-item {
    margin-bottom: 2.5rem;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .first-item {
    margin-bottom: 2rem;
    gap: 1.25rem;
  }
}
.insights-page .insights-module-1 .box .first-item .pic {
  width: calc(50% - 1.75rem);
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .first-item .pic {
    width: 100%;
  }
}
.insights-page .insights-module-1 .box .first-item .pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.insights-page .insights-module-1 .box .first-item .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(50% - 1.75rem);
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .first-item .txt-box {
    width: 100%;
  }
}
.insights-page .insights-module-1 .box .first-item .txt-box .title h4 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  color: #ff4800;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .first-item .txt-box .title h4 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .first-item .txt-box .title h4 {
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-1 .box .first-item .txt-box .title h3 {
  font-size: 2.75rem;
  color: #000000;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .first-item .txt-box .title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .first-item .txt-box .title h3 {
    font-size: 1.5rem;
  }
}
.insights-page .insights-module-1 .box .first-item .txt-box .title p {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #858585;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.insights-page .insights-module-1 .box .first-item .txt-box .date {
  font-size: 1.25rem;
  color: #143c7d;
  line-height: 1.2;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .first-item .txt-box .date {
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-1 .box .first-item:hover .pic .ele {
  transform: scale(1.05);
}
.insights-page .insights-module-1 .box .first-item:hover .txt-box h3,
.insights-page .insights-module-1 .box .first-item:hover .txt-box h4 {
  color: #143c7d;
}
.insights-page .insights-module-1 .box .first-item:hover .txt-box .date {
  color: #ff4800;
}
.insights-page .insights-module-1 .box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.5rem;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .list {
    gap: 0;
  }
}
.insights-page .insights-module-1 .box .list .item {
  border-top: 1px solid #b7b5b3;
  padding: 2.125rem 0;
  width: calc(50% - 1.75rem);
  display: flex;
  gap: 0.875rem;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-1 .box .list .item {
    width: 100%;
    padding: 1.5rem 0;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item {
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 0;
  }
}
.insights-page .insights-module-1 .box .list .item:nth-child(n-1) {
  border-bottom: 1px solid #b7b5b3;
}
.insights-page .insights-module-1 .box .list .item:nth-child(n-2) {
  border-bottom: 1px solid #b7b5b3;
}
.insights-page .insights-module-1 .box .list .item .pic {
  width: calc(40% - 0.4375rem);
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item .pic {
    width: 100%;
  }
}
.insights-page .insights-module-1 .box .list .item .pic img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.insights-page .insights-module-1 .box .list .item .txt {
  width: calc(60% - 0.4375rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item .txt {
    width: 100%;
  }
}
.insights-page .insights-module-1 .box .list .item .txt .title h4 {
  margin-bottom: 0.685rem;
  font-size: 1.25rem;
  color: #ff4800;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item .txt .title h4 {
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-1 .box .list .item .txt .title h3 {
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item .txt .title h3 {
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-1 .box .list .item .txt .date {
  font-size: 1.125rem;
  color: #143c7d;
  line-height: 1.2;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .list .item .txt .date {
    font-size: 1rem;
  }
}
.insights-page .insights-module-1 .box .list .item:hover .pic .ele {
  transform: scale(1.05);
}
.insights-page .insights-module-1 .box .list .item:hover .txt .title h3,
.insights-page .insights-module-1 .box .list .item:hover .txt .title h4 {
  color: #143c7d;
}
.insights-page .insights-module-1 .box .list .item:hover .txt .date {
  color: #ff4800;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-1 .box .pagination {
    margin-top: 2rem;
    gap: 0.5rem;
  }
  .insights-page .insights-module-1 .box .pagination a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .insights-page .insights-module-1 .box .pagination ul {
    gap: 0.5rem;
  }
}
.insights-page .insights-module-2 {
  background-color: #fff9f4;
  background-image: url(../../img/insights/module-2-bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.insights-page .insights-module-2 .module-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-2 .module-tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.insights-page .insights-module-2 .module-tit .year-select {
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-2 .module-tit .year-select {
    width: 100%;
    max-width: 100%;
  }
}
.insights-page .insights-module-2 .box {
  box-shadow: 0px 10px 30px #ac6e5915;
  border-radius: 50px;
  padding: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-2 .box {
    padding: 2.5rem 1.5rem;
    border-radius: 24px;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box {
    padding: 1.5rem 1rem;
    border-radius: 16px;
  }
}
.insights-page .insights-module-2 .box .list .item {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  padding: 1.25rem 0;
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box .list .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
  }
}
.insights-page .insights-module-2 .box .list .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
}
.insights-page .insights-module-2 .box .list .item .date {
  width: 7.75rem;
  flex-shrink: 0;
  font-size: 1.25rem;
  color: #ff4800;
  line-height: 1.35;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box .list .item .date {
    width: auto;
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-2 .box .list .item .title-desc {
  min-width: 0;
  flex-grow: 1;
}
.insights-page .insights-module-2 .box .list .item .title-desc h4 {
  margin-bottom: 0.685rem;
  font-size: 1.5rem;
  color: #0c0c0c;
  line-height: 1.33;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 992px) {
  .insights-page .insights-module-2 .box .list .item .title-desc h4 {
    font-size: 1.25rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box .list .item .title-desc h4 {
    font-size: 1.125rem;
  }
}
.insights-page .insights-module-2 .box .list .item .title-desc h4 i {
  color: #143c7d;
}
.insights-page .insights-module-2 .box .list .item .title-desc p {
  font-size: 1.125rem;
  color: #414444;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box .list .item .title-desc p {
    font-size: 1rem;
  }
}
.insights-page .insights-module-2 .box .pagination {
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  .insights-page .insights-module-2 .box .pagination {
    margin-top: 2rem;
    gap: 0.5rem;
  }
  .insights-page .insights-module-2 .box .pagination a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
  }
  .insights-page .insights-module-2 .box .pagination ul {
    gap: 0.5rem;
  }
}
