.breadcrumb-box {
  width: 1160px;
  margin: 72px auto 0;
  position: relative;
  z-index: 10;
}

.breadcrumb {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  display: flex;
  margin: 0 auto;
}

.breadcrumb-item {
  margin-right: 5px;
  margin-left: 5px;
  color: #333333;
}

a.breadcrumb-item {
  cursor: pointer;
}

a.breadcrumb-item:hover {
  color: #0276FF;
}

.breadcrumb-item:nth-child(1) {
  margin-left: 0px;
}

.breadcrumb-item-active {
  color: #0276FF;
}

.banner {
  width: 100%;
  height: 466px;
  position: relative;
  overflow: auto;
  top: -92px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/bg1.png) no-repeat center;
  z-index: 9;
}



.banner-introduce {
  margin-top: 145px;
}



.banner-title .title-img {
  width: 375px;
  margin-left: 200px;
}

/* main内容 */
.main {
  margin: -92px auto 0;
  padding-top: 28px;
  padding-bottom: 100px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/bg2.png) no-repeat center;
  position: relative;
}

.main-section-1 {
  width: 1160px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  display: flex;
}

.main-section-1 .nav-section {
  width: 272px;
  margin-top: 10px;
}

.main-section-1 .nav-section li {
  width: 202px;
  height: 51px;
  background: #F8F9FC;
  border: 1px solid #E8F0FE;
  border-radius: 8px;
  margin-bottom: 6px;
  line-height: 51px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}

.main-section-1 .nav-section li.active-li {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/section1-li.png) no-repeat center;
  background-size: cover;
  color: #FFFFFF;
}


.main-section-1 .section-right {
  flex: 1;
}

.main-section-1 .section-right .section-right-title {
  height: 71px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/section1-title.png) no-repeat;
  background-size: contain;
}

.main-section-1 .section-right ul .item-news {
  width: 949px;
  height: 187px;
  margin-top: 60px;
  border-bottom: 1px dashed #979797;
}

.main-section-1 .section-right ul .item-news:first-of-type {
  margin-top: 30px;
}

.main-section-1 .section-right ul .item-news .news-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-section-1 .section-right ul .item-news .news-title {
  font-weight: 500;
  font-size: 22px;
  color: #246DFB;
  letter-spacing: 0;
  padding-left: 29px;
  position: relative;
}

.main-section-1 .section-right ul .item-news .news-title::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-image: linear-gradient(29deg, #038AFF 21%, #246DFB 80%);
  box-shadow: 0 2px 3px 0 #00318a57;
  border-radius: 50%;
  top: 9px;
  left: 0;
}


.main-section-1 .section-right ul .item-news .news-time {
  font-weight: 500;
  font-size: 14px;
  color: #979797;
  letter-spacing: 0;
}

.main-section-1 .section-right ul .item-news .news-content {
  margin-top: 26px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.main-section-1 .section-right ul .item-news .show-detail {
  font-weight: 400;
  font-size: 14px;
  color: #0055FF;
  letter-spacing: 0;
  text-align: right;
  cursor: pointer;
}

.pagination {
  display: flex;
  margin-top: 46px;
}

.pagination li {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}


.pagination .se-page {
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/page-icon.png) no-repeat;
  background-size: contain;
}

.pagination li a {
  color: #333333;
}

.pagination .se-page a {
  color: #FFFFFF;
}

* {
  box-sizing: border-box;
}