.page-container {
  margin-top: 68px;
}

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

.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;
}

/* main内容 */


.main-section-1 {
  width: 100%;
}

.main-section-1-box {
  width: 1160px;
  margin: 60px auto 0;
}

.main-section-1 .section-title {
  font-weight: 600;
  font-size: 36px;
  color: #333333;
  letter-spacing: 0;
  line-height: 50px;
}

.main-section-1 .section-guide {
  margin-top: 60px;
  width: 1160px;
}

.main-section-1 .section-guide .head-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  height: 46px;
  background: #F8F9FC;
  border-radius: 2px;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 30px;
  padding: 0 16px;
  box-sizing: border-box;
}

.main-section-1 .section-notice a {
  color: #333333;
}

.main-section-1 .section-notice a:hover {
  color: #333333;
}

.main-section-1 .section-guide .section-notice li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1160px;
  height: 58px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  border-bottom: 1px solid #E5EBEF;
}

.main-section-1 .section-guide .section-notice li .notice-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 58px;
}

.main-section-1 .section-guide .section-notice li .notice-title:hover {
  color: #0276FF;
}

.main-section-1 .section-guide .section-notice li .notice-time {
  font-weight: 400;
  font-size: 16px;
  color: #5F5F5F;
  letter-spacing: 0.7px;
  text-align: justify;
  line-height: 30px;
}

.free-service {
  margin-top: 60px;
}

.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;
}