.information_slider{
  width:210px;
  min-height:400px;
  float:left;
}
.slider_title{
  width:100%;
  min-height:60px;
  background:#3087d3;
  font-size:24px;
  color:#fff;
  text-align: center;
}
.slider_title p{
  min-height:60px;
  line-height:60px;
  font-size:20px;
}
.information_slider>ul{
  background:#FCFBF7;
  min-height: 120px;
}
.information_slider>ul>li{
  width:100%;
  height:47px;
  line-height:50px;
  background:#EAEAEA;
  margin-bottom:2px;
  background:url(../images/511102607714115879.jpg);
}
.information_slider>ul>li.current-menu-item{
  background: #F1F1F1;
}
.information_slider>ul>li.active{
  background: #F1F1F1;
}
.information_slider>ul>li a{
  display:block;
  height:50px;
  line-height:50px;
  color:#3087d3;
  text-indent: 20px;
}
#active{
  background:#FFFFFF;
}