#topBg{width: 100%;height: 21.875rem;display: flex;align-items: center;justify-content: center;overflow: hidden;}
#topBg .bgImg{width: 100%;vertical-align: middle;height: 100%;object-fit: cover;}
.listBox{width: 100%; height:78.125rem;}
.listBox .listItem{width: 100%;height: 13.125rem;display: flex;cursor: pointer;margin-bottom: 3.125rem;}
.listBox .listItem:last-child{margin-bottom: 3.125rem;}
.listBox .listItem .listItemImg{width: 18.75rem;height: 13.125rem;border-radius: 1rem;overflow: hidden;flex-shrink: 0;background-color: #f1f1f1;}
.listBox .listItem .listItemInfo{margin-left: 1.875rem;flex: 1;position: relative;}
.listBox .listItem .listItemInfo .infoTitle{line-height: 2rem;font-size: 1.5rem;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowarp;font-weight: 600;}
.listBox .listItem .listItemInfo .infoTip{line-height: 1.875rem;font-size: 1.125rem;color: #4C4C4C;margin-top: 1.25rem;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.listBox .listItem .listItemInfo .infoOther{position: absolute;left: 0;bottom: 0;line-height: 1.875rem;font-size: 1.125rem;color: #999999;}
.listBox .listItem .listItemInfo .infoOther span{margin-right: 1.25rem;}




