.pic_lt ul {
    display:flex;
    flex-wrap: wrap; 
    justify-content:space-between
}
.pic_lt li .caption {
    background: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;


}

.pic_lt li .caption a {
    font-size: 17px;
}

.pic_lt li {
    margin-bottom: 38px;
    text-align: center;
    width: 20%;
    


}

.pic_lt li .thumb_wrap {
    border: 1px #cccccc solid;
    background: #fff;
}

.lt_img {
    margin: 0 !important;
}
@media(max-width:1439px){
    .pic_lt li .caption  {
        padding-top: 10px;
    padding-bottom: 10px;
    }
    .pic_lt li .caption a {
        font-size:14px;
    }
  }
@media(max-width:991px) {

    .pic_lt {
        clear:both;
    }
    .pic_lt ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px;
    }
    .pic_lt li {
        width: 50% !important;
        margin: 0;
        margin-bottom: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .pic_lt img {
        width: 100% !important;
    } 
    .pic_lt li .caption {
        background: #fff;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 19px;
        display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
    
    }
   
    .pic_lt li .caption a {
        font-size: 14px;
        font-weight:400;
    }
    
}