.sect-1 .swiper {
  overflow: hidden;
}
.sect-1 .swiper .swiper-slide {
  width: 100%;
  height: 540px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide {
    height: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide {
    height: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide {
    height: 450px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide {
    height: 500px;
  }
}
.sect-1 .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect-1 .swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 40px;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content {
    padding: 0 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .cn {
  font-family: Source Han Sans;
  font-size: 90px;
  font-weight: bold;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 60px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .cn {
    font-size: 80px;
  }
}
.sect-1 .swiper .swiper-slide .content .en {
  font-family: Source Han Sans;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #244196;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 28px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .en {
    font-size: 32px;
  }
}
.sect-1 .swiper .swiper-slide .content .btn {
  width: 200px;
  height: 86px;
  border-radius: 50px;
  background: #244196;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  right: 180px;
  bottom: 60px;
  z-index: 11;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 80px;
    height: 30px;
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 80px;
    height: 30px;
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 80px;
    height: 30px;
    font-size: 12px;
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 120px;
    height: 50px;
    font-size: 16px;
    right: 40px;
    bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 140px;
    height: 60px;
    font-size: 18px;
    right: 50px;
    bottom: 40px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-1 .swiper .swiper-slide .content .btn {
    width: 160px;
    height: 70px;
    font-size: 18px;
    right: 60px;
    bottom: 50px;
  }
}

.sect-2 {
  padding: 100px 180px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 {
    padding: 40px 15px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 {
    padding: 50px 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 {
    padding: 60px 50px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 {
    padding: 70px 60px;
  }
}
.sect-2 .left {
  width: calc(100% - 500px);
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .left {
    width: calc(100% - 380px);
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .left {
    width: calc(100% - 410px);
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .left {
    width: calc(100% - 450px);
  }
}
.sect-2 .left .item {
  display: flex;
  margin-bottom: 60px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .item {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .item {
    display: block;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .item {
    display: block;
    margin-bottom: 20px;
  }
}
.sect-2 .left .item img {
  width: 320px;
  height: 190px;
  margin-right: 25px;
  flex-shrink: 0;
  object-fit: cover;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 32/19;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 32/19;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 32/19;
    margin-right: 0;
  }
}
.sect-2 .left .item .name {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .item .name {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .item .name {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .item .name {
    margin-top: 10px;
  }
}
.sect-2 .left .item .date {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #B0B0B0;
  margin-top: 10px;
}
.sect-2 .left .item .txt {
  font-family: Source Han Sans;
  font-size: 12px;
  font-weight: 350;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #3D3D3D;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .left .item .txt {
    line-height: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .left .item .txt {
    line-height: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .left .item .txt {
    line-height: 2;
  }
}
.sect-2 .left .page-box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sect-2 .left .page-box .pagination li {
  list-style: none;
  border-radius: 10px;
  padding: 8px 4px;
  margin: 0 6px;
  border: 1px solid #3D3D3D;
}
.sect-2 .left .page-box .pagination li:first-child {
  padding: 8px;
}
.sect-2 .left .page-box .pagination li:last-child {
  padding: 8px;
}
.sect-2 .left .page-box .pagination .active {
  border: 1px solid #244196;
  color: #244196;
  background-color: rgba(36, 65, 150, 0.1882352941);
}
.sect-2 .left .page-box .pagination .disabled {
  background-color: rgba(61, 61, 61, 0.8);
}
.sect-2 .right {
  width: 400px;
  border-radius: 10px;
  background: #F2F4F8;
  padding: 50px 25px;
  position: sticky;
  top: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right {
    width: 100%;
    padding: 15px 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right {
    width: 100%;
    padding: 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right {
    width: 100%;
    padding: 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sect-2 .right {
    width: 340px;
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .sect-2 .right {
    width: 360px;
    padding: 40px 20px;
  }
}
@media (min-width: 1500px) and (max-width: 1799px) {
  .sect-2 .right {
    width: 380px;
    padding: 40px 20px;
  }
}
.sect-2 .right .tit {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #244196;
  border-bottom: 1px solid #244196;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.sect-2 .right .item {
  font-family: Source Han Sans;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0.1em;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .item {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .item {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .item {
    margin-top: 15px;
    font-size: 14px;
  }
}
.sect-2 .right .item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 575px) {
  .sect-2 .right .item img {
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sect-2 .right .item img {
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sect-2 .right .item img {
    margin-right: 15px;
  }
}

/*# sourceMappingURL=news.css.map */
