.hh-solution-box {margin: 46px auto 0;}
.hh-solution-box > h1 {font-size:45px;line-height:66px;text-align: center;}
.hh-solution-box ul {display: flex;flex-wrap: wrap;margin-top: 52px;}
.hh-solution-box ul li {width: 31.6%;height: auto;margin-right: 2%;margin-bottom: 20px;cursor: default;}
.hh-solution-box ul li:nth-child(3n) {margin-right: 0;}
.hh-solution-box ul li a {display: block;width: 100%;height: 100%;}
.hh-solution-box ul li a:hover > h1 {color: #005DAE;}
.hh-solution-box ul li a:hover .fa-img img {transform: scale(1.1);}
.hh-solution-box ul li a .fa-img {width: 100%;overflow: hidden;}
.hh-solution-box ul li a .fa-img img {width: 100%;transition: all 0.5s;vertical-align: middle;}
.hh-solution-box ul li a > h1 {font-size: 18px;color: #424956;margin-top: 15px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hh-solution-box ul li a > P {font-size:16px;line-height:24px;}
.hh-solution-box ul li a .fa-label {margin-top: 15px;}
.hh-solution-box ul li a .fa-label P {position: relative;font-size: 14px;color: #707987;margin-bottom: 14px;padding-left: 19px;box-sizing: border-box;}
.hh-solution-box ul li a .fa-label P::before {content: '-';position: absolute;left: 0;top: 50%;transform: translateY(-50%);font-size: 16px;color: #707987;}