.breadcrumb-box {
  width: 1220px;
  margin: 0 auto;
  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: 0;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/news-company/bg1.png) no-repeat center;
  z-index: 9;
}

.banner-section {
  width: 1220px;
  margin: 0 auto;
}

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



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

/* main内容 */
.main {
  padding-top: 28px;
  position: relative;
  padding-bottom: 187px;
}

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

.main-section-1 .news-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  width: 100%;
  border-bottom: 1px dashed #979797;
  height: 72px;
}

.main-section-1 .news-head .news-title {
  font-weight: 500;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
}

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

.page {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  font-size: 14px;
  padding-top: 16px;
  border-top: 1px dashed #979797;
}

.page .last-page span,
.page .next-page span {
  color: #0055FF
}

.page .last-page a,
.page .next-page a {
  color: #0055FF
}

.page .last-page a:visited,
.page .next-page a:visited {
  color: #0055FF
}

.main-section-2 {
  width: 1220px;
  position: relative;
  margin: 83px auto 0;
  z-index: 10;
}

.main-section-2 .title {
  font-weight: 500;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
}

.main-section-2 .section2-ul a,
.main-section-2 .section2-ul a:visited {
  color: #0055FF;
}

.main-section-2 .section2-ul li {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #0055FF;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  display: flex;
}

.main-section-2 .section2-ul li .section2-li-time {
  margin-right: 20px;
}

* {
  box-sizing: border-box;
}

.news-content {
  min-width: 500px;
}

.news-content p {
  margin: 0 0 20px;
  font-size: 15px;
  color: #434343;
  line-height: 23px;
  text-justify: auto;
  text-align: justify;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}