<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*index.csss*/
.list{margin-top: 50px;height: 600px;}
.list ul li{float: left;width: 284px;height: 270px;background: #fff;margin-bottom: 20px;}
.list ul li:hover{box-shadow: 3px 3px 3px #f2f2f2;opacity:.8}
.list ul li:nth-child(2){margin-left: 18px;}
.list ul li:nth-child(3){margin-left: 18px;}
.list ul li:nth-child(4){margin-left: 18px;}
.list ul li:nth-child(6){margin-left: 18px;}
.list ul li:nth-child(7){margin-left: 18px;}
.list ul li:nth-child(8){margin-left: 18px;}
.list ul li div:nth-child(1){width: 284px;height: 160px; overflow: hidden;}
.list ul li div:nth-child(2){width: 284px;height: 110px; overflow: hidden;}
.list ul li div:nth-child(2) p:nth-child(1){width: 284px;height: 54px;line-height: 54px; overflow: hidden;text-align: center;font-size: 16px;font-family: PingFangSC, PingFangSC-Medium;font-weight: 600;color: #131415;}
.list ul li div:nth-child(2) p:nth-child(2){max-width: 260px;height: 40px;line-height: 20px; text-align: left;font-size: 14px;color: #666666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: auto;}
.list ul li div img{width:100%;}

/*index.csss*/</pre></body></html>