.main {
  width: 1240px;
  margin: 0 auto;
}
.main .path {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main .path a {
  display: inline-block;
  font-size: 18px;
  color: #585858;
}
.main .path a.active {
  color: #777;
}
.main .path span {
  display: inline-block;
  font-size: 18px;
  color: #585858;
  margin: 0 10px 0 10px;
}
.main .box-content {
  width: 100%;
}
.main .box-content .text-item {
  display: block;
  padding: 30px 20px 40px 20px;
  box-shadow: 0px 4px 5px #d1d5d0;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.main .box-content .text-item:last-child {
  margin-bottom: 0;
}
.main .box-content .text-item .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.main .box-content .text-item .title h6 {
  font-size: 24px;
  color: #565656;
  padding-left: 20px;
  border-left: 4px solid #3eb137;
}
.main .box-content .text-item .innter-item {
  display: block;
  padding-top: 30px;
}
.main .box-content .text-item .innter-item div {
  font-size: 18px;
  color: #3eb137;
  margin-bottom: 20px;
}
.main .box-content .text-item .innter-item p {
  text-indent: 2em;
  font-size: 15px;
  color: #333;
  line-height: 1.8em;
}
.main .box-content .text-item .innter-item p.noindent {
  text-indent: 0;
}
.main .box-content .text-item .innter-item p a {
  color: #333;
}
.main .box-content .text-item .innter-item p a:hover {
  color: #3eb137;
  text-decoration: underline;
}
