.servicepage{
  padding-top:30px;
  display: flex;
    flex-wrap: wrap;
}
.feature-box{
  background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
.box-content{
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 5px 5px 10px 5px;
    position: relative;
    top: -1px;
}
.box-content {
    border-top-color: #ed8446;
}
.box-content h4{
  padding:10px 0;
  text-align:center;
  color:#777;
}
.box-content h4 a{
  color:#777;
}
.xuanchuan{
  padding:20px 0;
}
.xuanchuan ul{
  padding:0;
  margin:0;
}
.xuanchuan ul li{
  list-style:none;
  padding:10px;
  border-bottom:1px solid #e2e2e2;
}