html,
body {
  position: relative;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 758px;
  background: url("../images/news/banner_1.png") center top no-repeat, url("../images/news/banner_2.png") center 252px no-repeat, url("../images/news/banner_3.png") center 504px no-repeat;
}
.banner .inner p {
  color: #fff;
  font-size: 65px;
  text-align: center;
}
.banner .inner p + p {
  width: 680px;
  height: 56px;
  line-height: 56px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  color: #00176a;
  font-size: 28px;
}
.banner .tab-list {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(248, 251, 255, 0.8);
  padding: 19px 0;
}
.banner .tab-list ul {
  display: flex;
  justify-content: space-around;
}
.banner .tab-list ul li {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.banner .tab-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .tab-list ul li.active {
  background: #1D51CE;
}
.banner .tab-list ul li.active a {
  color: #fff;
}

.s1 .content {
  display: flex;
  padding: 62px 0 56px;
}
.s1 .content .left {
  width: 620px;
  height: 360px;
}
.s1 .content .left .swiper-slide {
  position: relative;
}
.s1 .content .left .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.s1 .content .left .swiper-slide img {
  display: block;
  width: 100%;
  height: 310px;
  border-radius: 4px 4px 0 0;
}
.s1 .content .left .swiper-slide p {
  width: 100%;
  height: 50px;
  line-height: 20px;
  background-color: #1D51CE;
  padding: 15px 32px;
  border-radius: 0 0 4px 4px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
.s1 .content .left .swiper-pagination {
  bottom: 20px;
  right: 25px;
  width: auto;
  text-align: right;
}
.s1 .content .left .swiper-pagination-bullet {
  height: 6px;
  background: #fff;
  border-radius: 3px;
}
.s1 .content .left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background: #fff;
}
.s1 .content .right {
  width: 580px;
  padding: 0 30px;
  box-sizing: border-box;
}
.s1 .content .right ul {
  padding-top: 24px;
}
.s1 .content .right ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  margin-bottom: 4px;
  font-size: 20px;
}
.s1 .content .right ul li span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.s1 .content .right ul li span.tag {
  width: 88px;
  background-color: rgba(29, 81, 206, 0.1);
  margin-right: 16px;
  border-radius: 4px;
  color: #1D51CE;
  text-align: center;
}
.s1 .content .right ul li span.date {
  color: #999;
}
.s1 .content .right ul li p {
  height: 40px;
  line-height: 20px;
  margin-top: 8px;
  color: #666;
  overflow: hidden;
}
.s1 .content .right ul li + li {
  margin-top: 20px;
}

.s2 .content {
  padding: 0 0 100px;
}
.s2 .content .item a {
  position: relative;
  display: block;
  height: 180px;
  padding: 18px 160px 0 368px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.s2 .content .item a::after {
  position: absolute;
  top: 62px;
  right: 48px;
  display: block;
  content: " ";
  width: 56px;
  height: 56px;
  background: url("../images/news/s2_icon.svg") no-repeat 0 0;
}
.s2 .content .item a:hover {
  background: #F8F9FB;
  box-shadow: 0 3px 20px 0 rgba(109, 118, 135, 0.25);
  transition: all 0.4s ease;
}
.s2 .content .item a:hover::after {
  background: url("../images/news/s2_icon_active.svg") no-repeat 0 0;
}
.s2 .content .item img {
  position: absolute;
  top: 20px;
  left: 48px;
  width: 280px;
  height: 140px;
}
.s2 .content .item .text-ellipsis {
  margin-bottom: 8px;
  font-size: 20px;
}
.s2 .content .item span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.s2 .content .item span.tag {
  width: 88px;
  background-color: rgba(29, 81, 206, 0.1);
  margin-right: 16px;
  border-radius: 4px;
  color: #1D51CE;
  text-align: center;
}
.s2 .content .item span.date {
  color: #999;
}
.s2 .content .item .desc {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
}
.s2 .content .item + .item {
  margin-top: 24px;
}
.s2 .content .pagination {
  margin-top: 50px;
  text-align: center;
}
.s2 .content .pagination ul {
  display: flex;
  justify-content: center;
}
.s2 .content .pagination ul li {
  margin: 0 4px;
  color: #CACFDC;
}
.s2 .content .pagination ul li a {
  color: #CACFDC;
}

.detail {
  background: #F0F2F7 url("../images/news/detail_bg.png") no-repeat center top;
  padding: 220px 0 40px;
}
.detail .left {
  float: left;
  width: 830px;
  background: #fff;
  padding: 44px 40px;
  border-radius: 4px;
  box-sizing: border-box;
}
.detail .left h6 {
  font-size: 30px;
}
.detail .left > p {
  line-height: 22px;
  margin: 24px 0;
  font-size: 16px;
}
.detail .left > p span {
  color: #999;
}
.detail .left > p span::after {
  display: inline-block;
  content: " ";
  width: 1px;
  height: 16px;
  background: #DFE0EA;
  margin: 3px 16px;
  vertical-align: top;
}
.detail .left > p em {
  color: #1D51CE;
  font-style: normal;
}
.detail .left .textbox {
  width: 750px;
  padding: 32px 0;
  border-top: 1px solid #F1F6FC;
  border-bottom: 1px solid #F1F6FC;
  color: #666;
  overflow: hidden;
}
.detail .left .textbox img {
  max-width: 100%;
}
.detail .left .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
}
.detail .left .bot .link {
  color: #666;
}
.detail .left .bot .link.link-prev, .detail .left .bot .link.link-next {
  display: block;
  width: 250px;
}
.detail .left .bot .link.link-next {
  text-align: right;
}
.detail .left .bot .btn {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  background: linear-gradient(90deg, #093DD4 0.04%, #4078FF 99.98%);
  color: #fff;
  text-align: center;
}
.detail .right {
  float: right;
  width: 350px;
}
.detail .right section {
  background: #fff;
  padding: 16px 0 0;
  border-radius: 4px;
}
.detail .right section .title {
  position: relative;
  height: 25px;
  line-height: 25px;
  padding: 0 26px;
  font-size: 18px;
}
.detail .right section .title::before {
  position: absolute;
  top: 5px;
  left: 12px;
  content: " ";
  display: block;
  width: 2px;
  height: 16px;
  background: #1d51ce;
}
.detail .right section .content {
  padding: 24px;
}
.detail .right section .content .tag {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background-color: rgba(29, 81, 206, 0.1);
  padding: 0 14px;
  border-radius: 4px;
  color: #1D51CE;
  text-align: center;
  vertical-align: top;
}
.detail .right section .content ul li a {
  display: flex;
  justify-content: space-between;
}
.detail .right section .content ul li a img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 1px 0;
  border-radius: 4px;
}
.detail .right section .content ul li a p {
  width: 228px;
  max-height: 66px;
  overflow: hidden;
}
.detail .right section .content ul li + li {
  margin-top: 24px;
}
.detail .right section + section {
  margin-top: 20px;
}/*# sourceMappingURL=news.css.map */