@charset "utf-8";

.main-list {padding: 0;}
.main-list .com_title {margin: 0 12px;width: auto;}
.main-list .list {margin-top: 12px;}
.main-list .subject {overflow: hidden;padding: 0 12px 10px;margin-bottom: 10px;background: #fff;border-bottom: 10px solid #f2f2f2;}
.main-list .subject:last-of-type {border-bottom: none;}
.main-list .subject .subject-poster {display: block;position: relative;margin-bottom: 15px;height: 150px;overflow: hidden;}
.main-list .subject .subject-poster img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.main-list .subject .subject-poster .bottom-content {position: absolute;display: block;content: "";width: 100%;height: 50%;bottom: 0;left: 0;color: #fff;background-image: linear-gradient(-180deg, transparent 3%, rgba(0, 0, 0, 0.9) 98%);overflow: hidden;padding: 0 15px;}
.main-list .subject .subject-poster .subject-title {font-size: 15px;line-height: 21px;margin-top: 30px;}
.main-list .subject .subject-poster .subject-tips {font-size: 12px;line-height: 15px;margin: 3px 70px 0 0;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.main-list .subject .subject-poster .more-btn {position: absolute;right: 40px;bottom: 22px;display: inline-block;color: #fff;border: none;font-size: 12px;width: 66px;height: 24px;line-height: 24px;text-align: center;background-image: linear-gradient(-225deg, #f67b29, #fea647);border-radius: 4px;}
.main-list .subject .collect-list {overflow: hidden;}
.main-list .subject .collect-list .collect-item {width: 25%;float: left;text-align: center;border: 0;}
.main-list .subject .collect-list .collect-item .collect-icon {width: 65px;height: 65px;border-radius: 10px;margin: auto;}
.main-list .subject .collect-list .collect-item .collect-icon img {width: 100%;height: 100%;border-radius: 10px;}
.main-list .subject .collect-list .collect-item .collect-name {line-height: 17px;font-size: 12px;margin-top: 4px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.main-list .subject .collect-list .collect-item .down-btn {margin-top: 5px;display: block;border: 1px solid #f60;width: 54px;height: 22px;line-height: 22px;border-radius: 5px;color: #f60;margin: 5px auto 0;font-size: 13px;}
