.news-page {
  font-family: "PingFang";
  min-height: 100vh;
  position: relative;
  min-width: 1280px;
}
.news-page .toutiao-section {
  padding-top: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-page .toutiao-section .toutiao {
  width: 1200px;
  padding: 48px 65px;
  display: flex;
  --swiper-pagination-color: #03289f;
}
.news-page .toutiao-section .toutiao .toutiao-imgs {
  width: 617px;
  height: 376px;
}
.news-page .toutiao-section .toutiao .toutiao-imgs .img-item {
  width: 617px;
  height: 376px;
  display: flex;
  align-items: center;
  border-radius: 9px;
  overflow: hidden;
}
.news-page .toutiao-section .toutiao .toutiao-imgs .img-item img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  object-fit: cover;
}
.news-page .toutiao-section .toutiao .ttnews-list {
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-page .toutiao-section .toutiao .ttnews-list .toutiao-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  border-radius: 5px;
  padding: 6px 17px 6px 17px;
  width: 375px;
  cursor: pointer;
}
.news-page .toutiao-section .toutiao .ttnews-list .toutiao-item a {
  color: #000000;
  text-decoration: none;
}
.news-page .toutiao-section .toutiao .ttnews-list .toutiao-item.active {
  background: rgba(3, 40, 159, 0.06);
}
.news-page .toutiao-section .toutiao .ttnews-list .toutiao-split-line {
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 1px solid #e1e1e1;
  width: 353px;
}
.news-page .toutiao-section .toutiao .swiper-pagination {
  position: absolute;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 9px;
  width: 110px;
  height: 16px;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  padding: 0 4px;
  justify-content: space-between;
}
.news-page .toutiao-section .toutiao .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.news-page .news-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-page .news-section .news-item {
  width: 1200px;
  display: flex;
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
  padding: 48px 65px;
}
.news-page .news-section .news-item .news-img {
  padding-right: 50px;
}
.news-page .news-section .news-item .news-img img {
  width: 215px;
  height: 125px;
  border-radius: 8px;
  object-fit: cover;
}
.news-page .news-section .news-item .news-info .title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  padding-bottom: 20px;
}
.news-page .news-section .news-item .news-info .description {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #a4a4a4;
}
.news-page .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}
.news-page .business-contact {
  background-color: #fff;
  box-sizing: border-box;
  padding: 65px 80px 80px 150px;
}
.news-page .business-contact .company-name {
  margin-bottom: 40px;
  margin-left: -10px;
}
.news-page .business-contact .company-name img {
  width: 135px;
  height: 75px;
}
.news-page .business-contact .company-info {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.news-page .business-contact .company-info h5 {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  padding-bottom: 28px;
}
.news-page .business-contact .company-info p {
  font-weight: normal;
  font-size: 12px;
  color: #605e5e;
}
.news-page .business-contact .company-info .company-vision {
  flex: 1;
}
.news-page .business-contact .company-info .company-contact {
  flex: 1;
}
.news-page .business-contact .company-info .company-join {
  flex: 1;
}
.news-page .business-contact .company-info .company-social {
  flex: 1;
}
.news-page .business-contact .company-info .company-social button {
  width: 139px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 24.5px;
  font-size: 12px;
  color: #605e5e;
  background-color: #fff;
  display: block;
  margin-bottom: 24px;
}
.news-page .business-contact .company-info .company-social button:hover {
  color: blue;
  border: 1px solid blue;
}
.news-page .business-contact .company-social {
  position: relative;
}
.news-page .business-contact .company-social .weixin-qrcode {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 200px;
  top: 40px;
}
.news-page .business-contact .company-social .weixin-qrcode img {
  width: 116px;
  height: 116px;
}
.news-page .business-contact .company-social .linkin-qrcode {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 200px;
  top: 40px;
}
.news-page .business-contact .company-social .linkin-qrcode img {
  width: 116px;
  height: 116px;
}

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