@charset "utf-8";

.main-list .item {width: 100%;padding: 10px 0;border-bottom: 1px solid #f6f6f6;}
.main-list .item img {width: 100%;height: 45vw;max-height: 250px;display: block;object-fit: cover;}
.main-list .item .title {max-height: 50px;line-height: 25px;font-weight: normal;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 16px;margin-top: 10px;}
.main-list .item  .info {display: block;font-size: 12px;line-height: 1;color: #999;overflow: hidden;text-align: right;margin-top: 10px;}
