.section .date-box{
  text-align: center;
  color: #fff;
  width: 4.5em;
  border-top-left-radius: 0.3125em;
  border-top-right-radius: 0.3125em;
  overflow: hidden;
}
.section .date-box h5{
  background-color: var(--theme-red);
  font-size: 2em;
  font-weight: bold;
  padding: 0.5em 0;
}
.section .date-box p{
    background-color: #020d26;
    font-size: 0.8125em;
    padding: 0.577em 0;
}
.sec1{
  padding: 10.4% 0 3.4%;
}
.sec1 .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  background-color: #f9f9fb;
}
.sec1 .img-box{
  overflow: hidden;
  width: 49.84%;
  position: relative;
}
.sec1 .date-box{
  position: absolute;
  left: 1.5em;
  top: 2.25em;
}
.sec1 .text-box{
  width: 50.16%;
  color: #333;
  padding: 0 5.5%;
}
.sec1 .text-box h5{
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.67;
  max-height: 3.34em;
  margin-bottom: 1em;
}
.sec1 .text-box p{
  font-size: 1em;
  line-height: 2.125;
  max-height: 6.375em;
  margin-bottom: 4em;
}
.sec1 .text-box a{
  font-size: 0.9375em;
  transition: color 0.5s;
}
.sec1 .text-box a b{
  vertical-align: middle;
}
.sec1 .text-box a::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-left: 0.8em;
}
.sec1 .swiper-pagination{
  position: static;
  margin-top: 2.5em;
}
.sec1 .swiper-pagination-bullet{
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  margin: 0 0.125em;
  background-color: #999;
  opacity: 1;
  transition: background-color 0.5s, width 0.5s;
}
.sec1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: var(--theme-red);
  width: 2.5em;
}



.sec2{
  padding: 3.4% 0 10.4%;
}
.sec2 .list-box{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.sec2 .list-box::after{
  display: block;
  width: 29.8%;
  content: "";
}
.sec2 .list-box a{
  display: block;
  width: 29.8%;
  box-shadow: 0px 0.3125em 1.25em rgba(11, 11, 11, 0.08);
  margin-bottom: 6.45%;
}
.sec2 .list-box .text-box{
  color: #333;
  padding: 0 2.25em 2.25em;
}
.sec2 .list-box a .date-box{
  margin-top: -4em;
  margin-bottom: 1.125em;
  position: relative;
}
.sec2 .list-box a h4{
  font-size: 1.25em;
  line-height: 1.8;
  height: 3.6em;
  font-weight: 600;
  margin-bottom: 1.2em;
}
.sec2 .list-box a .more{
  transition: color 0.5s;
  font-size: 0.9375em;
}
.sec2 .list-box a .more::after{
  font-family: "Font Awesome 5 Pro";
  content: "\f176";
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
  margin-left: 0.8em;
}

@media only screen and (min-width:1024px){
  .sec1 .text-box a:hover{
    color: var(--theme-red);
  }
  .sec2 .list-box a .more:hover{
    color: var(--theme-red);
  }
  .sec2 .pager li:hover{ 
    border-color: var(--theme-red);
  }
  .sec2 .pager li:hover:first-child,.sec2 .pager li:hover:last-child{ 
    border-color: #ddd;
  }
  .sec2 .pager li:hover a{ 
    color: #fff;
    background-color: var(--theme-red);
  }
  .sec2 .pager li:hover:first-child a,.sec2 .pager li:hover:last-child a{
    color: var(--theme-red);
    background-color: #fff;
  }
}
@media only screen and (max-width:1024px){
  .sec1{
    padding: 15% 0 7.5%;
  }
  .sec1 .swiper-slide{
    display: block;
    font-size: 0.75em;
  }
  .sec1 .img-box{
    width: 100%;
  }
  .sec1 .text-box{
    width: 100%;
    padding: 10% 5%;
  }
  .sec1 .swiper-pagination{
    margin-top: 1.25em;
  }



  .sec2{
    padding: 7.5% 0 15%;
  }
  .sec2 .list-box{
      display: block;
      margin-bottom: 15%;
  }
  .sec2 .list-box::after{
    display: none;
  }
  .sec2 .list-box a{
    width: 100%;
    font-size: 0.75em;
    margin-bottom: 10%;
  }
}

