.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  margin-top: -70px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #24986b;
}
.main {
  display: flex;
  margin-top: 35px;
  margin-bottom: 50px;
}
.main .side {
  width: 362px;
  margin-right: 40px;
}
.main .side .side_title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 103px;
  background-color: #24986b;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.main .side .side_title img {
  margin-right: 15px;
}
.main .side .side_nav li {
  height: 100px;
  border-bottom: 1px solid #ddd;
  background-color: #f8f8f8;
}
.main .side .side_nav li:last-child {
  border-bottom: none;
}
.main .side .side_nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #333;
}
.main .side .side_nav li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 31px;
  background-color: transparent;
  transform: translateY(-50%);
}
.main .side .side_nav li.active a,
.main .side .side_nav li:hover a {
  color: #24986b;
}
.main .side .side_nav li.active a::before,
.main .side .side_nav li:hover a::before {
  background-color: #24986b;
}
.main .content {
  flex: 1;
}
.main .content .list li {
  position: relative;
  line-height: 48px;
  padding-left: 24px;
}
.main .content .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #24986b;
  transform: translateY(-50%);
}
.main .content .list li a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #333;
}
.main .content .list li a:hover {
  color: #24986b;
}
.main .content .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main .content .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  border-radius: 4px;
}
.main .content .paging a:hover {
  background-color: #24986b;
  color: #fff;
}
.main .content .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #24986b;
  color: #fff;
  font-size: 14px;
  border: 1px solid #24986b;
  border-radius: 4px;
}
.main .content .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #24986b;
  font-size: 14px;
}
