.pic-list ul {margin: 20px 0;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.pic-list li { width: 48%; padding: 0; margin: 0 0 40px;}
.pic-list li .img-frame { width: 142px; height: 190px;}
.pic-list li .text { width: calc(100% - 160px); padding-top: 5px; text-align: left;float:right;}
.pic-list li .text .name { margin-bottom: 15px; font-size: 18px; text-align: left;color: #000;}
.pic-list li .text .info { line-height: 25px; color: #555; text-align: left;font-size: 15px;color: #555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden; white-space: normal;margin: 0;}
.pic-list li:hover .text .info { color: #eb593c;}
.pic-list li:hover .text .name { color: #eb593c;}
.pic-list li .img-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;}
