.huake-indexD {
    padding: 90px 0;
    position: relative;
}

.huake-indexD::before {
    display: block;
    content: '';
    width: 437px;
    height: 1245px;
    background: url(../../images/ibg14.png);
    position: absolute;
    left: 0;
    bottom: 60px;
  max-width: 100%;
}

.huake-indexD h3 {
    font-size: 28px;
    color: #212121;
    text-align: center;
    line-height: 1;
}

.huake-indexD h3::after {
    display: block;
    content: '';
    width: 95px;
    height: 3px;
    background: var(--bg-color);
    margin: 25px auto 0;
}

.huake-indexD dl {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.huake-indexD dl dd {
    position: relative;
    width: 31%;
    box-sizing: border-box;
    cursor: pointer;
    margin: 36px 0 0;
}

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

.huake-indexD dl dd ins {
    height: 80px;
    /* line-height:56px; */
    text-align: center;
    background: rgba(20,117,196,.65);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 20px;
    overflow: hidden;
}

.huake-indexD dl dd .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 105;
    padding: 0 35px;
    background: rgba(20,117,196,.85);
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.huake-indexD dl dd .txt::before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 102;
    border: 2px solid rgba(55, 139, 235, 0.65);
}

.huake-indexD dl dd .txt h6 {
    font-size: 20px;
    color: var(--bg-color);
}

.huake-indexD dl dd .txt p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 15px 0 0 0;
    overflow-y: hidden;
}

.huake-indexD dl dd .txt .more {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background: rgba(20, 117, 196,0.5);
    line-height: 46px;
    display: inline-block;
    text-align: center;
    margin: 15px 0 0;
    z-index: 103;
}

.huake-indexD dl dd .txt .more i {
    color: #fff;
    font-size: 12px;
}

.huake-indexD dl dd:hover::before {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.huake-indexD dl dd:hover::after {
    display: block;
}

.huake-indexD dl dd:hover .txt {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.huake-indexD dl dd:hover ins {
    display: none;
}



@media screen and (max-width:1300px) {
    .huake-indexD dl dd ins {
            font-size: 14px;
    }
}
@media screen and (max-width:960px) {
    .huake-indexD dl dd .txt p {
        font-size: 15px;
        line-height: 1.5;
        margin: 15px 0 0 0;
    }
}
@media screen and (max-width:768px) {
    .huake-indexD dl dd .txt p {
        font-size: 12px;
        line-height: 1.1;
        margin: 15px 0 0 0;
        height: 100%;
    }
}



@media screen and (max-width:992px){
.huake-indexD {
    padding: 30px 0;
}.huake-indexD h3::after {
    margin: 15px auto 0;
}.huake-indexD dl {
    margin-top: 10px;
}.huake-indexD dl dd {
    width: 48%;
    margin: 10px 1%;
}.huake-indexD dl dd ins {
    height: auto;
}.huake-indexD dl dd ins {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
  .huake-indexD dl dd .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
  
  
}
@media screen and (max-width:768px){
.huake-indexD h3 {
    font-size: 24px;
}.huake-indexD dl dd ins {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  
  
  
}