.left_common {
  width: 100%;
}
.left_box {
  color: #fff;
  width: 250px;
  border: solid #E6E6E6 1px;
  text-align: center;
  margin-right: 40px;
}
.left_box .left_title {
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  background-image: url(../images/bg.png);
}
.left_box .left_tab {
  height: 58px;
  line-height: 58px;
  color: #444;
  border-bottom: dotted 1px #C9C9C9;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}
.left_box .left_tab:last-child {
  border-bottom: none;
}
.left_box .left_tab img {
  margin-right: 12px;
  vertical-align: top;
  margin-top: 15px;
  height: 22px;
}
.guide_list .left_box_mobile {
  width: 100%;
}
.guide_list .left_box_mobile .row {
  padding: 0;
  margin: 0;
}
.left_mobile_list {
  text-align: center;
  border-top: solid 1px #C9C9C9;
  border-left: solid 1px #C9C9C9;
}
.left_mobile_list .list {
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-right: solid 1px #C9C9C9;
  border-bottom: solid 1px #C9C9C9;
  font-size: 1.2rem;
}
.active_style {
  color: #2B8FFF !important;
}
