.home-index-center-content {
    height: 300px;
    width: calc(100% - 152px);
    padding: 35px 76px;
}

.hicc-content {
    width: 25%;
    float: left;
}

.hicc-content-div {
    width: 264px;
    height: 268px;
    background: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

.hicc-content-div:hover {
    box-shadow: 1px 1px 30px #61B2E7;
}

.hicc-content-img {
    margin: 39px 0 19px 0;
    width: 100px;
    height: 100px;
}

.hicc-content-text {
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 60px;
    color: #333333;
    opacity: 1;
    margin-bottom: 37px;
}

.hicc-content-text1 {
    width: 224px;
    height: 67px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #8B8B8B;
    opacity: 1;
    margin: 0 auto;
    display: none;
}