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

.breadcrumb {
  width: 1220px;
  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: 1220px;
  margin: 60px auto 0;
}

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

.main-section-1 .section-guide .head-container {
  width: 1220px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5EBEF;
}

.main-section-1 .section-guide .head-container .title {
  font-weight: 600;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}

.main-section-1 .section-guide .head-container .time {
  font-weight: 400;
  font-size: 16px;
  color: #5F5F5F;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
}

.main-section-2 .main-section-2-box {
  display: flex;
  justify-content: space-between;
  width: 1220px;
  margin: 0 auto;
  border-top: 1px solid #E5EBEF;
  padding-top: 30px;
  font-size: 16px;
  color: #333333;
}

.main-section-2 .main-section-2-box .section-2-guide .title {
  color: #0276FF;
}

.main-section-2 .section-2-guide a,
.main-section-2 .section-2-guide a:visited {
  color: #0276FF;
}

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

* {
  box-sizing: border-box;
}

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