.huake-indexA {
    padding: 80px  0;
    background: #F2F2F2;
    background-size: cover !important;
}

.huake-indexA .tit {
    text-align: center;
}

.huake-indexA .tit h3 {
    font-size: clamp(24px, 2.2vw, 42px);
    color: #333;
}

.huake-indexA .tit p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.huake-indexA dl {
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: space-around;
}

.huake-indexA dl dd {
    position: relative;
    width: 19%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.huake-indexA dl dd:nth-child(10) {
    background:var(--color-primary);
    padding:50px;
    border-radius: 10px;
}
.huake-indexA dl dd:nth-child(10) p{
   color:#fff;
   text-align:center;
    margin-top:10px;
   font-size:21px;
    font-weight:700
}
.huake-indexA dl dd::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    transition: all 0.3s ease 0s;
}



.huake-indexA dl dd > a {
    display: block;
    width: 100%;
}

.huake-indexA dl dd img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.huake-indexA dl dd .t{
    padding:10px;
    background: #F6F6F6;
    border-radius: 0 0 10px 10px;
}
.huake-indexA dl dd .t .txt{
    display:flex;
    align-items: center;
}
.huake-indexA dl dd .t .txt h5{
    width:33px;
    height:33px;
    background:var(--color-primary);
    border-radius:50%;
    color:#fff;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    margin-right: 20px;
}
.huake-indexA dl dd ins {
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.huake-indexA dl dd .t p{font-size: 15px;}

@media(max-width:1500px){
    .huake-indexA dl dd .t p {
        font-size: 15px;
        min-height: 45px;
    }  
    .huake-indexA dl dd:nth-child(10) p {
        font-size: 18px;
    }
}

@media screen and (max-width:1400px) {
    .huake-indexA dl dd ins {
        font-size: 17px;
    }
    .huake-indexA dl dd .txt h6 a {
        -webkit-line-clamp: 1;
    }
    .huake-indexA dl dd .txt p {
        -webkit-line-clamp: 4;
    }
    .huake-indexA dl dd .txt a.more {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}


@media(max-width:1200px){
    .huake-indexA dl dd { width: 24%;}
}

@media screen and (max-width:996px) {
    .huake-indexA dl dd {
        width: 49%;
        display: block;
        float: left;
    }
}

@media screen and (max-width:991px) {
    .huake-indexA {
        padding: 30px  0;
    }



    .huake-indexA .tit p {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0 0;
    }

    .huake-indexA dl {
        margin-top: 30px;
        display: flex;
        overflow: hidden;
    }

    .huake-indexA dl dd::after,
    .huake-indexA dl dd::before {
        display: none;
    }

    .huake-indexA dl dd ins {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .huake-indexA dl dd .txt {
        display: none;
    }

    .huake-indexA dl dd:hover::before,
    .huake-indexA dl dd:hover::after {
        display: none;
    }

    .huake-indexA dl dd:hover ins {
        display: block;
    }
}

@media(max-width:576px){
    .huake-indexA dl dd { width: 100%;}
    .huake-indexA dl dd .t p {font-size: 14px;min-height: auto;}
}