html,body{
  height: 100%;
}
#home-wrap {
  background: #F7F7F7;
  width: 100%;
  height: 100%;
}
#home-wrap .home-title-wrap {
  height: 64px;
  line-height: 64px;
  background: linear-gradient(180deg, #BFDDF7 0%, #F7F7F7 100%);
  width: 100%;
}
#home-wrap .home-title-wrap .home-title{
  width:1320px;
  margin: 0 auto;
}
#home-wrap .home-content-wrap{
  width:1320px;
  margin: 155px auto 155px;
  display: flex;
  justify-content: center;
}
#home-wrap .home-content-wrap .item{
  width: 400px;
  height: 224px;
  margin: 0 100px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 4px 20px rgba(32, 82, 143, 0.05);
  flex: none;
  cursor: pointer;
}
#home-wrap .home-content-wrap .item:hover{
  box-shadow: 0 4px 20px rgba(32, 82, 143, 0.2);
}
#home-wrap .home-content-wrap .item .item-img{
  margin-top: 50px;
}
#home-wrap .home-content-wrap .item .item-font{
  font-size: 24px;
  color: #20528F;
}
