.left {
  display: inline-block;
  width: 260px;
  height: auto;
  background: #F7F7F7;
  position: relative;
}
.left .left_top {
  width: 260px;
  height: 198px;
  background: url(./gerenzhongxin_bj_2.png) no-repeat center;
  padding-top: 20px;
  box-sizing: border-box;
}
.left .left_top .img_box {
  width: 104px;
  height: 104px;
  background: #FFFFFF;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.left .left_top .img_box img {
  width: 100%;
  height: auto;
}
.left .left_top .left_text {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 25px;
}
.left .left_top .icon_img {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
}
.left .left_top .icon_img:hover i {
  color: #4078BE;
}
.left .left_bottom .menu_title {
  display: block !important;
}
.left .left_bottom .items {
  font-size: 0;
  height: 49px;
  line-height: 49px;
  display: block;
  overflow: hidden;
  border-bottom: solid 1px #E6E6E6;
  box-sizing: border-box;
}
.left .left_bottom .items.menu_title_active .triangle {
  transform: rotate(90deg);
}
.left .left_bottom .items .icon_point {
  border-radius: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #B5B6B8;
  margin: 0 12px 0 63px;
}
.left .left_bottom .items .menu_list .icon_imgs {
  margin: 0;
}
.left .left_bottom .items.more_menu {
  height: auto;
}
.left .left_bottom .items .menu_list .items {
  border: 0;
}
.left .left_bottom .items .icon_imgs {
  display: inline-block;
  font-size: 18px;
  margin: 0 20px;
}
.left .left_bottom .items .icon_imgs i {
  width: 18px;
  height: 18px;
  color: #175DC5;
  font-size: 18px;
}
.left .left_bottom .items .icon_imgs i.icon-youxiang {
  font-size: 14px;
}
.left .left_bottom .items .text,
.left .left_bottom .items .text2 {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.left .left_bottom .items .sanjiao {
  float: right;
  margin-right: 22px;
  line-height: 49px;
  margin-top: 23px;
}
.left .left_bottom .items .sanjiao .triangle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #999999;
  border-bottom: 5px solid transparent;
}
.left .left_bottom .items:hover .text {
  color: #175DC5;
}
.left .left_bottom .items .menu_item:hover .text2 {
  color: #175DC5 !important;
}
.left .left_bottom .items.more_menu:hover .text {
  color: #333;
}
.left .left_bottom .items.more_menu .menu_title:hover .text {
  color: #175DC5;
}
.left .left_bottom .items_color .text,
.left .left_bottom .items_color .text2 {
  color: #175DC5;
}
.left .left_bottom .items_color .icon_point {
  background: #175DC5;
}
.items.items_color {
  background: #E8F1FF;
}
