
.maindl dl dd {
  position: relative;
}
.mainconter {
   background: #fff;
    z-index: 0;
    min-height: calc(100vh - 170px);
   
}
.maindl dl dd h5 {
   font-family: Arial, Arial;
font-weight: 400;
font-size: 14px;
color: #666666;
line-height: 18px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}
.maindl dl dt{
  margin-top: 8px;
}

.mainconterf{
font-family: Arial, Arial;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background: linear-gradient(0deg, #4f49e5 0%, #dc4ef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  
   margin-top: 8px;

}
.dd{
display: flex;
flex-direction: column;
    align-items: flex-end;
}


.icon-right2:before {
   font-size: 12px;
}












@media (max-width: 760px) {

.maindl dl dd h5 {
   font-size: 12px;
line-height: 16px;
   
    margin-top: 4px;
}

.maindl dl dt {
    margin-top: 4px;
}

.mainconterf {
   font-size: 12px;
line-height: 16px;
    margin-top: 4px;
}
.homee{
 display: block;
}






}
