.huake-indexA {
    padding: 65px 0;
    background: #F2F2F2;
}

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

.huake-indexA .tit h3 {
    font-size: 36px;
    color: #333;
}

.huake-indexA .tit p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin: 20px 0 0;
}

.huake-indexA dl {
    margin-top: 25px;
    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: flex-start;
}

.huake-indexA dl dd {
    margin: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 24%;
    box-sizing: border-box;
}



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




@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:1199px){
  .huake-indexA dl dd {width: 23%;}
}

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

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

    .huake-indexA .tit h3 {
        font-size: 24px;
    }

    .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;
        background: rgba(0, 0, 0, .6);
        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:529px){
  .huake-indexA dl dd {width: 46%;}
}

@media screen and (max-width:400px) {
    .huake-indexA .tit h3 {
        font-size: 20px;
    }
}