/* 公共服务 */
.ggfw-title{
  font-size: 20px;
  line-height: 20px;
  padding:33px 0 22px;
  color:#006ed3;
}
.bsfw-list{
  overflow: hidden;
}
.bsfw-list li{
  width:405px;
  height:100px;
  line-height: 100px;
  float:left;
  background:#fafafa;
  margin:0 18px 18px 0;
  font-size: 24px;
}
.bsfw-list li.mr-none{
  margin-right:0;
}
.bsfw-list li a{
  display: block;
}
.bsfw-list li img{
  float: left;
  margin-left:50px;
  margin-top:12px;
}
.bsfw-list li p{
  float: left;
  margin-left:30px;
}
.bsfw-list li.active{
  background:#006ed3;
}
.bsfw-list li.active a{
  color:#fff;
}

.bmfw-list{
  overflow: hidden;
}
.bmfw-list li{
    float: left;
    width: 150px;
    height: 130px;
    margin-right: 7px;
    margin-bottom: 10px;
    background: #fafafa;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.bmfw-list li.mr-none{
  margin-right:0;
}
.bmfw-list li a{
  display: block;
}
.bmfw-list li img{
    margin: 10px auto 10px;
    width: 100px;
}
.bmfw-list li.active{
  background:#006ed3;
}
.bmfw-list li.active a{
  color:#fff;
}