.title{
  display: flex;
  justify-content: space-between;
  font-size: max(20px, 2rem);
  font-weight: bold;
  margin-bottom: max(16px, 2rem);
  line-height: 1;
}
.title span {
  color: var(--themeColor);
  padding-bottom: max(10px, 1rem);
  border-bottom: 1px solid var(--activeColor);
}
.title img{
  width: max(18px, 1.5rem);
  height: auto;
  object-fit: contain;
}
.news{
  padding: 3.75rem 0;
}
.newsList{
  display: flex;
  justify-content: space-between;
}
.newsItem{
  width: 32%;
  display: flex;
  flex-direction: column;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.newsItem .newsImage{
  width: 100%;
  height: max(100px, 15rem);
  object-fit: cover;
}
.newsItem .info{
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  line-height: 1.3;
  gap: 12px;
}
.newsItem .news-title{
  font-size: max(16px, 1.25rem) ;
  font-weight: bold;
}
.newsItem .news-desc{
  color: #333;
}
.newsItem .toDetail{
  color: #004177;
  font-size: 18px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.newsItem .toDetail img{
  width: 40px;
  height: auto;
}
.information{
  background-image: url(/images/information.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.1rem 0;
}
.information .swiper-container {
  width: 100%;
  margin: 20px auto;
}
.information .swiper-slide {
  width: 51rem;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.slide-content{
  display: flex;
  cursor: pointer;
  height: 20.5rem;
}
.information-image{
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}
.information-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-data{
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.information-type{
  font-size: 16px;
  color: var(--themeColor);
}
.information-title{
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1;
}
.information-desc{
  font-size: 16px;
  color: var(--themeColor);
}
.information-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  color: var(--themeColor);
}
.information-bottom img{
  width: 30px;
}
.custom-swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  margin-top: 2rem;
}
.custom-swiper-pagination .swiper-bullet{
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.custom-swiper-pagination .arrow-left, .custom-swiper-pagination .arrow-right{
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
.custom-swiper-pagination .arrow-right{
  margin-left: 10px;
}
.custom-swiper-pagination .swiper-bullet.active{
  background-color: var(--activeColor);
}

.message{
  padding: 3.5rem 0;
}
.message-content{
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
.message-item{
  flex: 1;
  display: flex;
  align-items: center;
}
.message-icon{
  width: max(32px, 2.6rem);
  height: auto;
}
.message-data{
  color: var(--themeColor);
  padding-left: 1.8rem;
}
.message-title{
  font-size: max(18px, 1.3rem);
  font-weight: bold;
}
.message-desc{
  font-size: 16px;
}
.toMore{
  width: fit-content;
  margin-left: auto;
  color: var(--themeColor);
  font-size: 16px;
  margin-top: max(20px, 5rem);
  cursor: pointer;
}
.periodical{
  background-color: #E7EBEE;
  padding: 3.1rem 0 10rem;
  background-image: url(/images/logo-bg.png);
  background-repeat: no-repeat;
  background-size: 57rem auto;
  background-position: right bottom;
}
.periodical-list{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.periodical-item{
  width: 23%;
  color: var(--themeColor);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.periodical-item .periodical-image{
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.periodical-date, .periodical-title{
  margin-top: 12px;
  font-size: max(16px, 1.25rem);
  line-height: 1;
}
.invest{
  padding: 3.5rem 10px;
}
.center-title{
  color: var(--themeColor);
  padding-bottom: max(10px, 1rem);
  border-bottom: 1px solid var(--activeColor);
  font-size: max(20px, 2rem);
  font-weight: bold;
  margin-bottom: max(16px, 2rem);
  line-height: 1;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.invest-list{
  display: flex;
  justify-content: space-around;
  gap: 7rem;
}
.invest-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 1.25rem;
  max-width: 48%;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
}
.invest-date{
  font-size: 14px;
  color: #4D4D4D;
}
.invest-desc{
  font-size: max(16px, 1.25rem);
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
}


.noticePanel {
  padding: 3.5rem 0px;
}
.notice-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.5rem 4rem;
}
.notice-item{
  width: 45%;
  height: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 1.25rem;
  box-shadow: 0 0 0 1px rgba(9, 9, 11, 0.08), 0 1px 2px -1px rgba(9, 9, 11, 0.08), 0 2px 4px 0px rgba(9, 9, 11, 0.04);
  background-color: #fff;
  border-radius: 1rem;
}
.notice-date{
  font-size: 15px;
  color: #4D4D4D;
  display: flex;
  align-items: center;
}
.notice-date::before{
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset 2px 2px rgba(0, 0, 0, 0.05), 1px 1px rgba(0, 0, 0, 0.05);
  margin-right: 8px;
}
.notice-desc{
  font-size: max(16px, 1.25rem);
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
}


@media (hover: hover){
  .periodical-item:hover{
    transform: translateY(-10px);
  }
  .newsItem:hover{
    transform: translateY(-10px);
  }
}
@media screen and (max-width:1200px){
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .information{
    padding: 8rem 15px;
  }
  .information .container{
    padding: 0;
  }
  .information .swiper-slide {
    width: 100%;
  }
  .message{
    padding: 8rem 0;
  }
}

@media screen and (max-width:768px){
  .custom-swiper-pagination .arrow-left, .custom-swiper-pagination .arrow-right{
    display: none;
  }
  .information .slide-content {  
    height: auto;
    flex-direction: column;
  }
  .information-image{
    width: 100%;
    height: 270px;
  }
  .newsList{
    flex-direction: column;
    gap: 14px;
  }
  .newsItem{
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
  }
  .message-content{
    flex-direction: column;
    gap: 0;
  }
  .message-content .message-item{
    margin-top: 5rem;
  }
  .periodical{
    background-color: #fff;
    background-image: none;
  }
  .periodical-list{
    flex-wrap: wrap;
    gap: 10px;
  }
  .periodical-item{
    width: 48%;
  }
  .periodical-item .periodical-image {
    width: 100%;
    height: 50rem;
    object-fit: cover;
  }
  .invest-list{
    flex-direction: column;
    gap: 32px;
  }
  .invest-item{
    max-width: none;
  }

  .notice-list{
    flex-direction: column;
    gap: 28px;
  }
  .notice-item{
    width: 100%;
    padding: 10px;
  }

}
