.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.homeEducation_wrap .swiper-slide img {
  width: 100%;
}
.facing_problems {
  width: 100%;
  height: 7.45rem;
  padding-top: 0.8rem;
  box-sizing: border-box;
  background: url(../images/facing_problems_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.guide_list_wrap {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.guide_list_wrap .public_titles {
  font-size: 0.38rem;
}
.guide_list_wrap .public_titles .public_titles_special {
  margin: 0;
}
.guide_list {
  margin-top: 1.3rem;
}
.guide_list li {
  background-color: #ffffff;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(146, 146, 146, 0.3);
  border-radius: 0.1rem;
  padding: 0.3rem;
}
.guide_list li + li {
  margin-top: 1.1rem;
}
.guide_list li .img_wrap {
  margin-top: -0.8rem;
  width: 3rem;
  height: 2.27rem;
  background-color: #8d8d8d;
  overflow: hidden;
}
.guide_list li .img_wrap img {
  width: 100%;
  height: 100%;
}
.guide_list li .img_wrap.left {
  border-radius: 0.08rem 0.08rem 0.4rem 0.08rem;
}
.guide_list li .img_wrap.right {
  border-radius: 0.08rem 0.08rem 0.08rem 0.4rem;
}
.guide_desc {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  min-height: 1.9rem;
  color: #666666;
}
.guide_title_wrap .title {
  width: calc(100% - 3rem);
  vertical-align: bottom;
  position: relative;
}

.guide_title_wrap .title .title_en {
  font-family: "BAHNSCHRIFT";
  font-weight: bold;
  font-size: 0.6rem;
  letter-spacing: 0.06rem;
  color: #cccccc;
  opacity: 0.2;
  position: absolute;
  right: 0px;
  top: 0px;
}
.guide_title_wrap .title .title_cn {
  font-size: 0.34rem;
  font-family: "PingFang-SC-Bold";
  color: #333333;
  margin-top: 0.12rem;
}
.guide_title_wrap .title.fr .title_en {
  margin-left: -0.3rem;
}
.guide_title_wrap .title .title_cn.right {
  text-align: right;
}
.guide_title_wrap .title .title_cn.left {
  text-align: left;
}
.guide_title_wrap .title::after {
  content: "";
  width: 0.5rem;
  height: 0.03rem;
  background-color: #fa9500;
  position: absolute;
  bottom: -0.4rem;
}
.guide_title_wrap .title.fl:after {
  right: 0;
}
.guide_title_wrap .title.fr:after {
  left: 0;
}
