.huake-indexA{
  background: #F9FAFF;
}

.huake-indexA .tit {
      display: flex;
    justify-content: space-between;
        align-items: center;
}

.huake-indexA .tit .t{
flex: 0 0 50%;
}

.huake-indexA .tit a.btn{
      font-size: 14px;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    padding: 10px 26px;
    background-color: var(--color-second);
    color: #fff;
    border: 2px solid var(--color-second);
    border-radius: var(--button-radius) !important;
}
.huake-indexA .tit a.btn:hover{
      background: var(--btn-hover);
    border: 2px solid var(--btn-hover);
}

.huake-indexA .tit p {
      margin-bottom: 15px;
}

.huake-indexA dl {
        margin: 30px auto 0;
    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 {
     display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /*width: 30%;*/
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    /*margin: 1.5%;*/
    border-radius: 10px;
    flex-direction: column;
}

.huake-indexA dl dd .items{
  position: relative;
      margin-bottom: 20px;
      max-height: 310px;
}


.huake-indexA dl dd .items::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
   background: #284eb1d6;
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    
}

.huake-indexA .owl-dots {
  text-align: center;
margin: 10px 0 0px;
}

.huake-indexA .owl-dot {
  width: 15px;
  height: 15px;
  background: #b7b6c0;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
}

.huake-indexA .owl-dot.active {
  background: var(--color-primary);
}

.huake-indexA dl dd::before {
    position: absolute;
    content: '';
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 102;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(0);
    transform: scale(0);
}

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

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

.huake-indexA dl dd ins {
    height: 56px;
    line-height: 56px;
    padding: 0 8px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.huake-indexA dl dd .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 105;
    padding: 0 20px;
    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);
        height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.huake-indexA dl dd .txt h6 {
font-size: 25px;
    color: #fff;
    text-transform: capitalize;
}

.huake-indexA dl dd .txt h6 a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.huake-indexA dl dd .txt h6 a:hover {
    /*color: var(--color-primary);*/
}

.huake-indexA dl dd .txt hr {
    background: rgba(255, 255, 255, 0.5);
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
}

.huake-indexA dl dd .txt p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 15px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.huake-indexA dl dd .txt a.more {
    border-radius: 50%;
    border: 1px solid #fff;
      width: 65px;
    height: 65px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px;
        display: none;
}
.huake-indexA dl dd .txt a.more:hover {
    /*border-color: var(--color-primary);*/
}

.huake-indexA dl dd .txt a.more i {
    color: #fff;
    font-size: 22px;
}
.huake-indexA dl dd .txt a.more:hover i {
    /*color: var(--color-primary);*/
}

.huake-indexA dl dd .items: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-indexA dl dd .items:hover::after {
    display: block;
}

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

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

@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 screen and (max-width:996px) {
    .huake-indexA dl dd {
        width: 100%;
        display: block;
        float: left;
    }
    .huake-indexA .tit{
        flex-direction: column;
        align-items: inherit;
    }
    .huake-indexA .tit p {
        margin: 10px 0;
    }
    .huake-indexA .tit .btn{
      padding: 0;
      text-align: left;
    }
    .huake-indexA .tit .t{
      text-align: center;
    }
       .huake-indexA .tit a.btn{
      padding: 8px;
      font-size: 12px;
      width: 100%;
      text-align: center;
    }
}

@media screen and (max-width:768px) {

    .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 screen and (max-width:640px) {

    
    .huake-indexA dl dd .items{
      max-height: 115px;
    }
}

