@charset "utf-8";
.keynews {
  padding: 15px 0;
  background: rgb(245, 245, 245);
}

.keynews .c {
  display: flex;
  align-items: center;
}

.keynews .left {
  flex-shrink: 0;
  margin-right: 30px;
  text-align: center;
}

.keynews .left strong {
  display: block;
  font-size: 24px;
  line-height: 34px;
  color: rgb(6, 32, 130);
}

.keynews .left span {
  display: block;
  font-size: 13px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  background: rgb(7, 126, 223);
  border-radius: 5px;
}

.keynews .right {
  flex: auto;
  min-width: 0;
}

.keynews .right a {
  display: block;
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.keynews .right a:hover {
  text-decoration: underline;
}

.keynews .right a strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.keynews .right a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article {
  padding: 15px 0;
}

.article .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-box {
  width: calc(50% - 10px);
  padding: 15px 0;
}

.img-list {
  height: 440px;
}

.swiper-img-list {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.swiper-img-list .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-img-list .swiper-slide a span {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 0 100px 0 10px;
  font-size: 18px;
  line-height: 50px;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-img-list .swiper-slide a span:hover {
  text-decoration: underline;
}

.swiper-img-list .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
  bottom: 16px;
  padding: 0 10px;
}

.swiper-img-list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 1);
}

.tab-list {
  height: 440px;
}

.swiper-tab-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.swiper-tab-list .swiper-pagination {
  position: relative;
  height: 45px;
  margin: 0 0 5px;
  bottom: auto;
  text-align: justify;
  background: #eee;
}

.swiper-tab-list .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 0 40px;
  margin: 0;
  font-size: 20px;
  line-height: 2.25;
  background: none;
  border-radius: 0;
  opacity: 1;
}

.swiper-tab-list .swiper-pagination .swiper-pagination-bullet-active {
  color: rgba(255, 255, 255, 1);
  background: rgb(6, 32, 130);
}

.swiper-tab-list .swiper-wrapper {
  flex: auto;
  min-height: 0;
}

.swiper-tab-list ul {
  padding: 0;
  margin: 0;
}

.swiper-tab-list ul li {
  list-style: none;
  border-bottom: 1px solid rgb(243, 243, 243);
}

.swiper-tab-list ul li span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 38px;
}

.swiper-tab-list ul li span:hover {
  background: rgb(238, 238, 238);
}

.swiper-tab-list ul li span a {
  min-width: 0;
  padding: 0 10px 0 0;
  font-size: 16px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-tab-list ul li span small {
  flex-shrink: 0;
  color: rgb(42, 99, 180);
}

.swiper-tab-list ul li span a:hover {
  text-decoration: underline;
}

.normal-list .list-title {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(220, 220, 220);
}

.normal-list .list-title strong {
  padding: 0 0 2px 20px;
  font-size: 20px;
  line-height: 28px;
  color: rgb(26, 50, 97);
  border-left: 5px solid rgb(23, 38, 176);
  user-select: none;
}

.normal-list .list-title a {
  text-decoration: none;
}

.normal-list .list-title a:hover {
  text-decoration: underline;
}

.normal-list .list-title a span {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: rgb(51, 51, 51);
}

.normal-list .list-main ul {
  padding: 0;
  margin: 0;
}

.normal-list .list-main ul li {
  position: relative;
  list-style: none;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #bfbfbf;
}

.normal-list .list-main ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background: rgb(35, 35, 35);
  border-radius: 50%;
}

.normal-list .list-main ul .list-main-img {
  display: flex;
  padding: 10px 0;
}

.normal-list .list-main ul .list-main-img::before {
  display: none;
}

.normal-list .list-main ul .list-main-img .left {
  flex-shrink: 0;
  width: 40%;
  margin: 0 20px 0 0;
}

.normal-list .list-main ul .list-main-img .right {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.normal-list .list-main ul .list-main-img .right a {
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  text-align: justify;
  text-decoration: none;
  color: rgb(51, 51, 51);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.normal-list .list-main ul .list-main-img .right a:hover {
  text-decoration: underline;
}

.normal-list .list-main ul .list-main-img .right small {
  font-size: 12px;
  line-height: 2;
  text-align: right;
}

.normal-list .list-main ul .list-main-img .right span {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.5;
  color: rgb(153, 153, 153);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.normal-list .list-main ul li > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.normal-list .list-main ul li > span a {
  min-width: 0;
  padding: 0 10px 0 0;
  font-size: 15px;
  text-decoration: none;
  color: rgb(51, 51, 51);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.normal-list .list-main ul li > span small {
  flex-shrink: 0;
  color: rgb(42, 99, 180);
}

.normal-list .list-main ul li > span a:hover {
  text-decoration: underline;
}

.important {
  background: rgb(244, 245, 250);
}

.important ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.important ul li {
  width: 25%;
  list-style: none;
}

.important ul li a {
  display: block;
  padding: 60px 0 40px;
  text-align: center;
  text-decoration: none;
}

.important ul li a img {
  margin: 0 auto 30px;
}

.important ul li a strong {
  font-size: 18px;
  color: rgb(91, 89, 92);
}

.service {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: url("../img/service-bg.jpg") no-repeat center top;
}

.title {
  text-align: center;
  margin-bottom: 30px;
}

.title strong {
  display: block;
  font-size: 40px;
  line-height: 1.5;
  color: rgba(6, 32, 130, 0.2);
}

.title span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 26px;
  color: rgb(6, 32, 130);
}

.title span::before,
.title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 3px;
  background: rgb(6, 26, 215);
}

.title span::before {
  right: 100%;
}

.title span::after {
  left: 100%;
}

.swiper-service {
  position: relative;
  padding: 0 80px;
}

.swiper-service-main {
  overflow: hidden;
}

.swiper-service .swiper-button-prev,
.swiper-service .swiper-button-next {
  padding: 14px 8px;
  margin-top: 0;
  color: rgb(112, 112, 112);
  background: rgb(217, 217, 217);
  transform: translateY(-50%);
}

.swiper-service-main .swiper-slide .swiper-service-box {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 120% 0 0;
}

.swiper-service-main .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swiper-service-main .swiper-slide a strong {
  font-size: 20px;
  line-height: 2;
  color: rgba(255, 255, 255, 1);
}

.article-small {
  padding: 15px 0;
}

.article-small .c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article-small-box {
  width: calc(33.3% - 13.33px);
  padding: 15px 0;
}

.partners {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  background: rgb(245, 245, 245);
}

.swiper-partners {
  position: relative;
  padding: 0 80px;
}

.swiper-partners-main {
  overflow: hidden;
}

.swiper-partners .swiper-button-prev,
.swiper-partners .swiper-button-next {
  padding: 14px 8px;
  margin-top: 0;
  color: rgb(112, 112, 112);
  background: rgb(217, 217, 217);
  transform: translateY(-50%);
}

.swiper-partners-main .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 60% 0 0;
  background-color: rgb(255, 255, 255);
}

.swiper-partners-main .swiper-slide a span {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .keynews {
    padding: 10px 0;
  }

  .keynews .left {
    margin-right: 15px;
  }

  .keynews .left strong {
    font-size: 18px;
    line-height: 28px;
  }

  .keynews .left span {
    font-size: 12px;
  }

  .article {
    padding: 0;
  }

  .article-box {
    width: 100%;
    padding: 10px 0 0;
  }

  .img-list {
    height: 75vw;
  }

  .swiper-img-list .swiper-slide a span {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .swiper-img-list .swiper-pagination {
    bottom: 10px;
  }

  .tab-list {
    height: auto;
  }

  .swiper-tab-list .swiper-pagination {
    height: 36px;
  }

  .swiper-tab-list .swiper-pagination .swiper-pagination-bullet {
    padding: 0 10px;
    font-size: 16px;
  }

  .swiper-tab-list ul li span {
    line-height: 30px;
  }

  .swiper-tab-list ul li span a {
    font-size: 14px;
  }

  .normal-list .list-title {
    margin-bottom: 5px;
  }

  .normal-list .list-title strong {
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .normal-list .list-title a span {
    font-size: 14px;
    line-height: 26px;
  }

  .important ul li a {
    padding: 30px 0 20px;
  }

  .important ul li a img {
    max-width: 60%;
    margin: 0 auto 10px;
  }

  .important ul li a strong {
    font-size: 14px;
  }

  .service {
    padding: 20px 0;
  }

  .title {
    margin-bottom: 15px;
  }

  .title strong {
    font-size: 32px;
  }

  .title span {
    font-size: 22px;
  }

  .swiper-service {
    padding: 0 60px;
  }

  .article-small {
    padding: 0;
  }

  .article-small-box {
    width: 100%;
    padding: 10px 0 0;
  }

  .partners {
    padding: 0 0 20px;
  }
}
